UNPKG
uarray
Version:
latest (1.0.0)
1.0.0
Just most common borrowed method from Array
github.com/WebReflection/uarray
WebReflection/uarray
uarray
/
esm
/
index.js
5 lines
(3 loc)
•
89 B
JavaScript
View Raw
1
2
3
4
5
const
{isArray} =
Array
;
const
{indexOf, slice} = [];
export
{isArray, indexOf, slice};