UNPKG
for-ease
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
a simple library for itrating over anything
github.com/SC0d3r/For
SC0d3r/For
for-ease
/
dist
/
index.js
5 lines
(4 loc)
•
129 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
For
=
require
(
"./for"
);
window
.
For
=
For
;