Variable: readdir
constreaddir: {(path,options?):Promise<string[]>; (path,options):Promise<NonSharedBuffer[]>; (path,options?):Promise<string[] |NonSharedBuffer[]>; (path,options):Promise<Dirent<string>[]>; (path,options):Promise<Dirent<NonSharedBuffer>[]>; } & typeofreaddir=fs.readdir
Defined in: packages/node/src/fs.ts:32