Javascript code for some common utilities to be shared amongst csio projects.
var cs_utils = require('cs-js-common');
cs_utils.isString(anObj);
cs_utils.stringify(anObj);
npm test
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.