1.0.0 • Published 7 months ago

mi-name-casing v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

Mi Sentence case package

This npm package converts strings to sentence case

Installation

Use the package manager npm.

## Usage

npm install mi-name-casing

const { toSentenceCase } = require('mi-name-casing')

const sentenceCaseString = toSentenceCase("pOnTiuS PIlAtE");

console.log(sentenceCaseString); // Outputs: "Pontius Pilate"
1.0.0

7 months ago