1.0.2 • Published 6 years ago

jackson-utils v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
6 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.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago