@oye_shadab/capitalize-words
v1.0.6
Published
Capitalize the first letter of each word in a string with TypeScript support.
Maintainers
Readme
📝 Capitalize Words
Capitalize the first letter of each word with precision 📝
Getting Started • Features • API • Examples • Contributing
✨ What is it?
A lightweight, zero-dependency utility that capitalizes the first letter of each word in a string. Perfect for formatting names, titles, headings, or any text that needs proper capitalization - all with full TypeScript support.
🚀 Getting Started
Installation
# npm
npm install capitalize-words
# yarn
yarn add capitalize-words
# pnpm
pnpm add capitalize-words