ssap_app/node_modules/@expo/config-plugins/build/utils/modules.d.ts

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;