emptyObject

1.1.0 • Public • Published

emptyObject

A simple empty object microlib for Node (for those times when _ is too heavyweight)

Usage (in Javascript)

emp = require('emptyObject')
 
if({}.isEmpty()){
        console.log("Yep, it worked");
}
else
{
        console.log("It didn't work!");
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    1
  • 1.0.0
    2

Package Sidebar

Install

npm i emptyObject

Weekly Downloads

3

Version

1.1.0

License

none

Last publish

Collaborators

  • swVisionary