Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get the size of a directory in bytes.
const res = toolkit.utils.getDirectorySize('path/to/directory');
string | File[]
const res = toolkit.utils.getDirectorySize('path/to/directory'); console.log(res); // 2341341
Was this page helpful?