UNPKG

@kp-mods/fs.walk

Version:

A library for efficiently walking a directory recursively

7 lines (6 loc) 361 B
export { walk, walkStream, walkSync } from './walk'; export { Settings } from './settings'; export type { Dirent, FileSystemAdapter } from '@kp-mods/fs.scandir'; export type { DeepFilterFunction, ErrorFilterFunction, EntryFilterFunction, Options } from './settings'; export type { AsyncCallback } from './providers/async'; export type { Entry } from './types';