Searched defs:fileExistsAsync (Results 1 – 6 of 6) sorted by relevance
1 export declare function fileExistsAsync(file: string): Promise<boolean>; function
29 async function fileExistsAsync(file) { function
16 export async function fileExistsAsync(file: string): Promise<boolean> { function
15 export async function fileExistsAsync(file: string): Promise<boolean> { function
250 async function fileExistsAsync(path: string): Promise<boolean> { function
136 async fileExistsAsync(): Promise<boolean> { method in Changelog535 async fileExistsAsync(): Promise<boolean> { method in MemChangelog