UNPKG

create-expo-cljs-app

Version:

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

5 lines (4 loc) 328 B
export declare const RUNTIME_VERSION_PREFIX = "exposdk:"; export declare function getRuntimeVersionForSDKVersion(sdkVersion: string): string; export declare function getSDKVersionFromRuntimeVersion(runtimeVersion: string): string | undefined; export declare function isSDKVersionRuntimeVersion(runtimeVersion: string): boolean;