UNPKG

create-expo-cljs-app

Version:

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

13 lines (12 loc) 366 B
'use strict'; var global = require('./$.global') , $ = require('./$') , DESCRIPTORS = require('./$.descriptors') , SPECIES = require('./$.wks')('species'); module.exports = function(KEY){ var C = global[KEY]; if(DESCRIPTORS && C && !C[SPECIES])$.setDesc(C, SPECIES, { configurable: true, get: function(){ return this; } }); };