Object utility functions in JavaScript for node.js
npm install object-utils



Object utility functions in JavaScript for node.js
var Object = require('objectutils');
Object.isDefined({});
Object.isUndefined({});
Object.isNotEmpty([]);
Object.isEmpty([]);
You can include the module from GitHub directly by adding the following to your package.json and then doing npm install
"dependencies": {
"object-utils": "https://github.com/BoyCook/ObjectUtilsJS/tarball/master"
}
make test runs the testsmake test-cov runs the tests with coverage