UNPKG

@lxf2513/readdir-sync-recursive

Version:

Reads the contents of the directory synchronously and recursively.

4 lines (2 loc) 123 B
declare function export_default(path: string, type?: 'absolutePath' | 'relativePath'): string[]; export = export_default;