UNPKG

uarray

Version:

Just most common borrowed method from Array

8 lines (6 loc) 146 B
'use strict'; const {isArray} = Array; const {indexOf, slice} = []; exports.isArray = isArray; exports.indexOf = indexOf; exports.slice = slice;