UNPKG

create-expo-cljs-app

Version:

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

6 lines 249 B
/** * `deepmerge` concatenates arrays by default instead of overwriting them. * We define custom merging function for arrays to change that behaviour */ export default function merge<X, Y>(x: X, y: Y): unknown; //# sourceMappingURL=merge.d.ts.map