UNPKG

@nodescript/cli

Version:
3 lines (2 loc) 135 B
export declare function isFileExistsSync(file: string): boolean; export declare function isFileExists(file: string): Promise<boolean>;