Package Exports
- change-case-all
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (change-case-all) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
change-case-all
Combined version of all change-case
methods, so you do not need to install them separately.
Tree shaking should still work if you use a module bundler.
Usage
npm install --save change-case-all
import { camelCase, upperCase, ... } from 'change-case-all';
Documentation
https://github.com/blakeembrey/change-case
Links
- Original project: https://github.com/blakeembrey/change-case
- Bundled browser friendly version: https://github.com/nitro404/change-case-bundled
Methods
Core
- camelCase
- capitalCase
- constantCase
- dotCase
- headerCase
- noCase
- paramCase
- pascalCase
- pathCase
- sentenceCase
- snakeCase
Extended
- lowerCase
- localeLowerCase
- lowerCaseFirst
- spongeCase
- swapCase
- titleCase
- upperCase
- localeUpperCase
- upperCaseFirst
- isUpperCase
- isLowerCase