1.0.0 • Published 5 years ago
cool-capitalize v1.0.0
Cool Capitalize
Simple function that capitalizes the first letter of each word in a sentence.
Installing
npm install cool-capitalizeor
yarn add cool-capitalizeImporting
ES5
const capitalize = require("cool-capitalize");or ES6
import capitalize from "cool-capitalize";Usage
const capitalized = capitalize("this is a sentence");
console.log(capitalized);
// This Is A Sentence1.0.0
5 years ago