change-case-all
TypeScript icon, indicating that this package has built-in type declarations

1.0.15 • Public • Published

change-case-all

npm npm npm

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

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

Install

npm i change-case-all

DownloadsWeekly Downloads

2,841,992

Version

1.0.15

License

MIT

Unpacked Size

7.78 kB

Total Files

5

Last publish

Collaborators

  • btxtiger