loose-array

0.0.3 • Public • Published

loose-array NPM version NPM downloads Build Status

Check if is an Array or Array-like Object

Install

$ npm install --save loose-array

Usage

const looseArray = require('loose-array')

looseArray([])                                // => true
looseArray(arguments)                         // => true
looseArray(document.querySelectorAll('div'))  // => true

License

MIT © EGOIST

Readme

Keywords

none

Package Sidebar

Install

npm i loose-array

Weekly Downloads

3

Version

0.0.3

License

MIT

Last publish

Collaborators

  • kchan