object-utils

0.0.1-SNAPSHOT • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i object-utils

Weekly Downloads

2

Version

0.0.1-SNAPSHOT

License

none

Last publish

Collaborators

  • boycook