Home
last modified time | relevance | path

Searched defs:fileExistsAsync (Results 1 – 6 of 6) sorted by relevance

/expo/packages/@expo/config-plugins/build/utils/
H A Dmodules.d.ts1 export declare function fileExistsAsync(file: string): Promise<boolean>; function
H A Dmodules.js29 async function fileExistsAsync(file) { function
/expo/packages/@expo/config-plugins/src/utils/
H A Dmodules.ts16 export async function fileExistsAsync(file: string): Promise<boolean> { function
/expo/packages/@expo/cli/src/utils/
H A Ddir.ts15 export async function fileExistsAsync(file: string): Promise<boolean> { function
/expo/packages/create-expo/src/utils/
H A Dnpm.ts250 async function fileExistsAsync(path: string): Promise<boolean> { function
/expo/tools/src/
H A DChangelogs.ts136 async fileExistsAsync(): Promise<boolean> { method in Changelog
535 async fileExistsAsync(): Promise<boolean> { method in MemChangelog