title-case-sentence
v0.0.4
Published
String title-case-sentence
Maintainers
Readme
title-case-sentence
String title-case-sentence
Install
$ npm install title-case-sentenceUsage
const titleCase = require('title-case-sentence')
titleCase('hello world hello good fucking world')
// => "Hello World Hello Good Fucking World"
