UNPKG

create-expo-cljs-app

Version:

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

10 lines (7 loc) 208 B
exports = module.exports = function (...args) { return register(...args); }; exports.__esModule = true; const node = require("./nodeWrapper"); const register = node.default; Object.assign(exports, node);