@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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 3.0.2
    39
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 3.0.2
    39
  • 3.0.1
    0
  • 3.0.0
    0
  • 2.0.0
    0
  • 1.0.0
    0

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