jtopo-editor-test
v1.1.9
Published
A npm pacakge of es6, it's a function of determinating a variable is an array or not.
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));