UNPKG
uarray
Version:
latest (1.0.0)
1.0.0
Just most common borrowed method from Array
github.com/WebReflection/uarray
WebReflection/uarray
uarray
/
es.js
2 lines
(1 loc)
•
131 B
JavaScript
View Raw
1
2
var
uarray=
function
(
r
){
"use strict"
;
const
{
isArray
:i}=
Array
,{
indexOf
:s,
slice
:a}=[];
return
r.
indexOf
=s,r.
isArray
=i,r.
slice
=a,r}({});