Enabling shorter import paths [automatic]
This commit is contained in:
2
tools/crawl.d.ts
vendored
Normal file
2
tools/crawl.d.ts
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
/** List all files in a given directory return paths relative to the dir_path */
|
||||
export declare const crawl: (dir_path: string) => string[];
|
Reference in New Issue
Block a user