5 lines
259 B
TypeScript
5 lines
259 B
TypeScript
export declare function validateInput(methodName: string, path: string): void;
|
|
export declare function _readdirSync(path: string): string[];
|
|
export declare function sync(path: string): string[];
|
|
export declare function async(path: string): Promise<string[]>;
|