judge_arr
v1.0.4
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.
import 'isArr' from 'judge_arr'
var arr = [1, 2];
console.log(isArr(arr));