0.0.1-SNAPSHOT • Published 11 years ago

object-utils v0.0.1-SNAPSHOT

Weekly downloads
5
License
-
Repository
github
Last release
11 years ago

Build Status Coverage Status Dependency Status

NPM

Description

Object utility functions in JavaScript for node.js

Usage

var Object = require('objectutils');
Object.isDefined({});
Object.isUndefined({});
Object.isNotEmpty([]);
Object.isEmpty([]);

Including in node.js app

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"
}

Building

  • make test runs the tests
  • make test-cov runs the tests with coverage