UNPKG

create-expo-cljs-app

Version:

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

11 lines 312 B
declare type Options = { template?: string; npm?: boolean; directory?: string; displayName?: string; title?: string; skipInstall?: boolean; }; declare const _default: ([projectName]: string[], options: Options) => Promise<void>; export default _default; //# sourceMappingURL=init.d.ts.map