@nathanfaucett/is_empty

0.0.3 • Public • Published

isEmpty

checks if value is Empty

var isEmpty = require("@nathanfaucett/is_empty");


isEmpty([]); // true
isEmpty({}); // true
isEmpty({
    key: "value"
}); // false

Readme

Keywords

Package Sidebar

Install

npm i @nathanfaucett/is_empty

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

4.57 kB

Total Files

7

Last publish

Collaborators

  • nathanfaucett