|
|
пре 1 година | |
|---|---|---|
| .. | ||
| dist | пре 1 година | |
| dist.es2015 | пре 1 година | |
| LICENSE | пре 1 година | |
| README.md | пре 1 година | |
| package.json | пре 1 година | |
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