Header Case
Transform into a dash separated text of capitalized words
Installation
npm install text-header-case --save
Usage
; ; //=> "String"; //=> "Dot-Case"; //=> "Pascal-Case"; //=> "Camel-Case"; //=> "Version-1-2-3"
The function also accepts options
.
License
MIT