Files
n8n-nodes-gwezz-changdunovel/node_modules/title-case
2025-10-26 23:10:15 +08:00
..
2025-10-26 23:10:15 +08:00
2025-10-26 23:10:15 +08:00
2025-10-26 23:10:15 +08:00
2025-10-26 23:10:15 +08:00
2025-10-26 23:10:15 +08:00

Title Case

NPM version NPM downloads Bundle size

Transform a string into title case following English rules.

Installation

npm install title-case --save

Usage

import { titleCase } from "title-case";

titleCase("string"); //=> "String"
titleCase("follow step-by-step instructions"); //=> "Follow Step-by-Step Instructions"

License

MIT