0.0.4 • Published 6 years ago
title-case-sentence v0.0.4
title-case-sentence
String title-case-sentence
Install
$ npm install title-case-sentence
Usage
const titleCase = require('title-case-sentence')
titleCase('hello world hello good fucking world')
// => "Hello World Hello Good Fucking World"