@caeser1996/titlecase

3.0.2 • Public • Published

@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

Package Sidebar

Install

npm i @caeser1996/titlecase

Weekly Downloads

39

Version

3.0.2

License

MIT

Unpacked Size

2.53 kB

Total Files

7

Last publish

Collaborators

  • caeser1996