@nodelib/fs.walk
Version:
A library for efficiently walking a directory recursively
7 lines (6 loc) • 361 B
TypeScript
export { walk, walkStream, walkSync } from './walk';
export { Settings } from './settings';
export type { Dirent, FileSystemAdapter } from '@nodelib/fs.scandir';
export type { DeepFilterFunction, ErrorFilterFunction, EntryFilterFunction, Options } from './settings';
export type { AsyncCallback } from './providers/async';
export type { Entry } from './types';