jv-is-array

how to test whether it is an array

Usage no npm install needed!

<script type="module">
  import jvIsArray from 'https://cdn.skypack.dev/jv-is-array';
</script>

README

isarray

Introduction

Actually, the package is just a simple wrap of the native static method Array.isArray.

Usage

var isArray = require('jjvein-isarray')
var flag = isArray([])

License

MIT