UNPKG

@tempfix/watcher

Version:

The file system watcher that strives for perfection, with no native dependencies and optional rename detection support.

4 lines (3 loc) 156 B
import type { Options, Result } from './types.js'; declare const readdir: (rootPath: string, options?: Options) => Promise<Result>; export default readdir;