checkempty

1.0.4 • Public • Published

Usage:

const checkEmpty = require('checkempty');
console.log(checkEmpty(null));  // return true
console.log(checkEmpty(""));  // return true
console.log(checkEmpty("number or string or anything else"));  // return false

Readme

Keywords

Package Sidebar

Install

npm i checkempty

Weekly Downloads

0

Version

1.0.4

License

ISC

Unpacked Size

651 B

Total Files

3

Last publish

Collaborators

  • rs_navid