3.0.2 • Published 4 years ago

@caeser1996/titlecase v3.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@caeser1996/titlecase

npm (scoped) npm bundle size (minified)

Make your string Title case.

Install

$ npm install @caeser1996/titlecase

Usage

const to_title = require("@caeser1996/titlecase");

to_title("so much space!");
//=> "So Much Space!"

to_title(1337);
//=> Uncaught TypeError: Tiny wants a string!
//    at tiny (<anonymous>:2:41)
//    at <anonymous>:1:1