Use typescript for the project
This commit is contained in:
parent
0f1d41a991
commit
83fd79f674
24 changed files with 2882 additions and 115 deletions
4
types/utils.d.ts
vendored
Normal file
4
types/utils.d.ts
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
export declare function parseYML(file: string): unknown;
|
||||
export declare function getAllFilesWithExtension(directory: string, extension: string, excludes: string[]): string[];
|
||||
export declare function cp(source: string, destination: string): void;
|
||||
export declare function pathToArray(filePath: string): string[];
|
Loading…
Add table
Add a link
Reference in a new issue