Get the Size of a Path (File or Directory)
Optional
import { filesystem } from "@rjweb/utils"await filesystem.size('./node_modules') // 123456await filesystem.size('./package.json') // 1234 Copy
import { filesystem } from "@rjweb/utils"await filesystem.size('./node_modules') // 123456await filesystem.size('./package.json') // 1234
1.12.3
nodejs
Get the Size of a Path (File or Directory)