case-changer256
v1.0.3
Published
a simple library that takes in a name and returns the name of a person with initial characters in upper case
Downloads
2
Readme
case-changer256
A simple light library that takes in someone's name and returns it in a sentence case
Installation
You can install this library using npm:
npm install case-changer256
Usage
const changedCase = require('case-changer256');
const result = changedCase('iSaac nEwTOn');
console.log('result');