Skip to content

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

Notifications You must be signed in to change notification settings

callstats-io/cs-js-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Packages

No packages published