statAsync
external fun statAsync(path: PathLike, opts: StatSimpleOpts = definedExternally): ERROR CLASS: Symbol not found for Promise<node/fs/Stats>(source)
Since
v10.0.0
Return
Fulfills with the {fs.Stats} object for the given path
.
external fun statAsync(path: PathLike, opts: StatBigIntOpts): ERROR CLASS: Symbol not found for Promise<node/fs/BigIntStats>(source)
external fun statAsync(path: PathLike, opts: StatOptions = definedExternally): ERROR CLASS: Symbol not found for Promise<kotlin/Any>(source)