4 lines
210 B
TypeScript
4 lines
210 B
TypeScript
![]() |
export declare function fileExistsAsync(file: string): Promise<boolean>;
|
||
|
export declare function directoryExistsAsync(file: string): Promise<boolean>;
|
||
|
export declare function fileExists(file: string): boolean;
|