is-not-empty
Simple module for checking object or array for emptiness
Installation
npm install is-not-empty --save
Usage
const isNotEmpty = ; isNotEmptyobject{}; // => falseisNotEmpty; // => false
Simple module for checking object or array for emptiness
npm install is-not-empty --save
const isNotEmpty = ; isNotEmptyobject{}; // => falseisNotEmpty; // => false
npm i is-not-empty
3
0.1.0
MIT