UNPKG

create-expo-cljs-app

Version:

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

9 lines 239 B
'use strict'; require('./$.iter-define')(Number, 'Number', function(iterated){ this._l = +iterated; this._i = 0; }, function(){ var i = this._i++ , done = !(i < this._l); return {done: done, value: done ? undefined : i}; });