2 lines
72 B
TypeScript
2 lines
72 B
TypeScript
export declare function getFilesInDir(path: string): Promise<string[]>;
|
export declare function getFilesInDir(path: string): Promise<string[]>;
|