0.2.0 • Published 8 years ago

callstats-common v0.2.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

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.

0.2.0

8 years ago