0.1.0 • Published 11 years ago
string-fns v0.1.0
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.
0.1.0
11 years ago