|
|
hace 1 año | |
|---|---|---|
| .. | ||
| dist | hace 1 año | |
| dist.es2015 | hace 1 año | |
| LICENSE | hace 1 año | |
| README.md | hace 1 año | |
| package.json | hace 1 año | |
Transform a string into title case following English rules.
npm install title-case --save
import { titleCase } from "title-case";
titleCase("string"); //=> "String"
titleCase("follow step-by-step instructions"); //=> "Follow Step-by-Step Instructions"
MIT