0.1.0 • Published 8 years ago
is-not-empty v0.1.0
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
0.1.0
8 years ago