UNPKG
uarray
Version:
latest (1.0.0)
1.0.0
Just most common borrowed method from Array
github.com/WebReflection/uarray
WebReflection/uarray
uarray
/
cjs
/
index.js
8 lines
(6 loc)
•
146 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
const
{isArray} =
Array
;
const
{indexOf, slice} = [];
exports
.
isArray
= isArray;
exports
.
indexOf
= indexOf;
exports
.
slice
= slice;