|
|
pirms 1 gada | |
|---|---|---|
| .. | ||
| dist | pirms 1 gada | |
| dist.es2015 | pirms 1 gada | |
| LICENSE | pirms 1 gada | |
| README.md | pirms 1 gada | |
| package.json | pirms 1 gada | |
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