statfsAsync
external fun statfsAsync(path: PathLike, opts: StatfsOpts = definedExternally): Promise<StatsFs>(source)
Since
v19.6.0, v18.15.0
Return
Fulfills with the {fs.StatFs} object for the given path
.
external fun statfsAsync(path: PathLike, opts: StatFsOptions = definedExternally): Promise<Any>(source)