mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-03 15:07:33 +02:00
Change Case
Transform a string between
camelCase,PascalCase,Capital Case,snake_case,param-case,CONSTANT_CASEand others.
Installation
npm install change-case --save
Usage
import {
camelCase,
capitalCase,
constantCase,
dotCase,
headerCase,
noCase,
paramCase,
pascalCase,
pathCase,
sentenceCase,
snakeCase,
} from "change-case";
Methods can also be installed independently. All functions also accept options as the second argument.
License
MIT