|
hace 2 años | |
---|---|---|
.. | ||
dist | hace 2 años | |
dist.es2015 | hace 2 años | |
LICENSE | hace 2 años | |
README.md | hace 2 años | |
package.json | hace 2 años |
Transform a string between
camelCase
,PascalCase
,Capital Case
,snake_case
,param-case
,CONSTANT_CASE
and others.
npm install change-case --save
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.
MIT