simple-case-converter

1.0.4 • Public • Published

Simple Case Converter

"simple-case-converter" is an npm package that provides functions for easily changing the case of text. Developers can quickly and efficiently manage text casing formats according to the needs of their projects.

How To Use

const simpleCaseConverter = require('simple-case-converter');

console.log(simpleCaseConverter.sentenceCase('hello world'));
// Result : 'Hello world.'
console.log(simpleCaseConverter.capitalizeEachWord('hello world'));
// Result : 'Hello World.'

Readme

Keywords

Package Sidebar

Install

npm i simple-case-converter

Weekly Downloads

0

Version

1.0.4

License

ISC

Unpacked Size

2.33 kB

Total Files

3

Last publish

Collaborators

  • wsaefulloh