UNPKG
aureooms-js-array
Version:
latest (4.0.0)
4.0.0
3.1.0
3.0.0
2.2.1
2.2.0
2.1.0
2.0.2
2.0.1
2.0.0
1.2.0
1.1.0
1.0.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
array manipulation code bricks for JavaScript
aureooms.github.io/js-array/
aureooms/js-array
aureooms-js-array
/
src
/
utils
/
index.js
4 lines
(3 loc)
•
75 B
JavaScript
View Raw
1
2
3
4
export
*
from
'./pick'
;
export
*
from
'./range'
;
export
*
from
'./tee'
;