1.0.4 • Published 3 years ago

damon-bytevcharts-demo v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

A function of determinating a variable is an array or not.

npm install judge_arr
import isArr from 'judge_arr'

var arr = [1, 2];
console.log(isArr(arr));
1.0.4

3 years ago