Files
Fluxup_PAP/node_modules/@expo/config-plugins/build/utils/modules.d.ts
2026-03-10 16:18:05 +00:00

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;