UNPKG

101 BTypeScriptView Raw
1export declare function fileExists(fileName: string, type?: 'file' | 'directory'): Promise<boolean>;