UNPKG

@nodelib/fs.scandir

Version:

List files and directories inside the specified directory

6 lines (5 loc) 302 B
export { scandir, scandirSync } from './scandir'; export { Settings } from './settings'; export type { FileSystemAdapter, ReaddirSynchronousMethod, ReaddirAsynchronousMethod } from './adapters/fs'; export type { Dirent, Entry, AsyncCallback } from './types'; export type { Options } from './settings';