2 lines
75 B
TypeScript
Executable File
2 lines
75 B
TypeScript
Executable File
export declare function getFilesInDir(path: string): Promise<Set<string>>;
|