1.0.4 • Published 2 years ago

simple-case-converter v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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.'
1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago