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

Dependencies (0)

    Dev Dependencies (4)

    Package Sidebar

    Install

    npm i is-empty-array

    Weekly Downloads

    31

    Version

    1.1.0

    License

    MIT

    Last publish

    Collaborators

    • gummesson