Skip to content

@vtj


@vtj / node / readdir

Variable: readdir

const readdir: {(path, options?): Promise<string[]>; (path, options): Promise<Buffer<ArrayBufferLike>[]>; (path, options?): Promise<string[] | Buffer<ArrayBufferLike>[]>; (path, options): Promise<Dirent[]>; } & typeof readdir = fs.readdir

Defined in: packages/node/src/fs.ts:32

Released under the MIT License.