is-not-empty

0.1.0 • Public • Published

is-not-empty

Simple module for checking object or array for emptiness

Installation

npm install is-not-empty --save

Usage

const isNotEmpty = require('is-not-empty');
 
isNotEmpty.object({});  // => false
isNotEmpty.array([]);   // => false

Readme

Keywords

Package Sidebar

Install

npm i is-not-empty

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • chrisakakay