1.0.1 • Published 1 year ago

make-titlecase v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

⚙️ Installation

npm i make-titlecase

📖 Usage

▸ Import

// ES6
import makeTitleCase from "make-titlecase";

// commonjs
const makeTitleCase = require("make-titlecase");

▸ Examples

// with string
makeTitleCase("hello world");
// Hello World

// with arrays
makeTitleCase(["hey there", "how are you?"])
// ["Hey There", "How Are You?"]

Make sure to console.log() the values to see the output!


Support me on PatreonCheck out my socials

1.0.1

1 year ago

1.0.0

1 year ago