@uniquedj95/caseplus
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Caseplus

A typescript library for converting string cases

Get Started

Install the package by running the following commands

npm install @uniquedj95/caseplus

Or

yarn add @uniquedj95/caseplus

Examples

  1. convert underscore cased string to pascal cased string
import { underscoreToPascal } from '@uniquedj95/caseplus'

console.log(underscoreToPascal('my_variable'))
// MyVariable

API References

Function Name Description
underscoreToPascal A function that convert an underscore_cased string to PascalCased string
camelToUnderscore A function that convert an camelCased string to underscore_cased string

Contributions

Issues

Roadmap

Package Sidebar

Install

npm i @uniquedj95/caseplus

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

3.07 kB

Total Files

4

Last publish

Collaborators

  • uniquedj95