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!");
}

Readme

Keywords

none

Package Sidebar

Install

npm i emptyObject

Weekly Downloads

3

Version

1.1.0

License

none

Last publish

Collaborators

  • swVisionary