UNPKG

create-expo-cljs-app

Version:

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

3 lines (2 loc) 166 B
export type Callback = (directory: string, files: string[]) => string | false | void; export default function (directory: string, callback: Callback): string | void;