@caeser1996/titlecase

Make your string Title case

Usage no npm install needed!

<script type="module">
  import caeser1996Titlecase from 'https://cdn.skypack.dev/@caeser1996/titlecase';
</script>

README

@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