title-case-js
v1.0.1
Published
Converts the string to title case string
Readme
titlecase
The Package that converts string to title case string
===================
Installation
Using npm:
npm install titlecaseHow to use it?
const titleCase = require('titlecase')
titleCase(String)License
titlecase is licensed under the MIT License.
