wuyujie

A npm pacakge of es6, it's a function of determinating a variable is an array or not.

Usage no npm install needed!

<script type="module">
  import wuyujie from 'https://cdn.skypack.dev/wuyujie';
</script>

README

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));