UNPKG

create-expo-cljs-app

Version:

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

9 lines (8 loc) 240 B
var $export = require('./$.export') , define = require('./$.object-define') , create = require('./$').create; $export($export.S + $export.F, 'Object', { make: function(proto, mixin){ return define(create(proto), mixin); } });