string-fns
v0.1.0
Published
String functions
Readme
date-fns
String functions in function-per-file style.
Installation
npm install --save string-fnsUsage
var dasherize = require('string-fns/src/dasherize');
var myString = dasherize('HelloThere');
console.log(myString);
//=> hello-thereAPI
Code is fully documented, checkout source for reference.
