is-empty-array

1.1.0 • Public • Published

is-empty-array

NPM version License Build status

Check if an array is empty.

Installation

npm install is-empty-array

Usage

var isEmptyArray = require('is-empty-array')
 
isEmptyArray([])  // => true
isEmptyArray([1]) // => false
isEmptyArray({})  // => false

Readme

Keywords

Package Sidebar

Install

npm i is-empty-array

Weekly Downloads

74

Version

1.1.0

License

MIT

Last publish

Collaborators

  • gummesson