3 lines
141 B
TypeScript
3 lines
141 B
TypeScript
|
/** List all files in a given directory return paths relative to the dir_path */
|
||
|
export declare const crawl: (dir_path: string) => string[];
|