wuyujie
v1.0.6
Published
A npm pacakge of es6, it's a function of determinating a variable is an array or not.
Downloads
6
Readme
A function of determinating a variable is an array or not.
npm install judge_arrimport isArr from 'judge_arr'
var arr = [1, 2];
console.log(isArr(arr));