karthikbr82 / cs-js-common

Javascript code for some common utilities to be shared amongst csio projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cs-js-common

Javascript code for some common utilities to be shared amongst csio projects.

Usage

  var cs_utils = require('cs-js-common');

  cs_utils.isString(anObj);

  cs_utils.stringify(anObj);

Tests

  npm test

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

About

Javascript code for some common utilities to be shared amongst csio projects.


Languages

Language:JavaScript 99.0%Language:Makefile 1.0%