1.0.4 • Published 6 years ago
judge_arr v1.0.4
A function of determinating a variable is an array or not.
import 'isArr' from 'judge_arr'
var arr = [1, 2];
console.log(isArr(arr));
import 'isArr' from 'judge_arr'
var arr = [1, 2];
console.log(isArr(arr));