UNPKG

create-expo-cljs-app

Version:

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

14 lines (10 loc) 335 B
/** * Parser functions. */ var parserFunctions = require('./lib/parse'); Object.keys(parserFunctions).forEach(function (k) { exports[k] = parserFunctions[k]; }); /** * Builder functions. */ var builderFunctions = require('./lib/build'); Object.keys(builderFunctions).forEach(function (k) { exports[k] = builderFunctions[k]; });