Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

date-fns

String functions in function-per-file style.

Installation

npm install --save string-fns

Usage

var dasherize = require('string-fns/src/dasherize');
var myString = dasherize('HelloThere');
console.log(myString);
//=> hello-there

API

Code is fully documented, checkout source for reference.

About

String functions

Resources

Stars

0 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages