1 line
75 B
TypeScript
Executable file
1 line
75 B
TypeScript
Executable file
export declare function getFilesInDir(path: string): Promise<Set<string>>;
|