UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

4 lines (3 loc) 210 B
export declare function fileExistsAsync(file: string): Promise<boolean>; export declare function directoryExistsAsync(file: string): Promise<boolean>; export declare function fileExists(file: string): boolean;