Skip to content

BoyCook/ObjectUtilsJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Object utility functions in JavaScript for node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published