Enabling shorter import paths [automatic]

This commit is contained in:
ts_ci
2021-02-23 23:29:48 +00:00
parent a57700f978
commit 12068829c8
54 changed files with 3004 additions and 199 deletions

2
tools/crawl.d.ts vendored Normal file
View 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[];