This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
admin-panel/graphql-types/node_modules/change-case-all
2021-03-09 19:44:13 +01:00
..
dist add configured graphql-codegen 2021-03-09 19:44:13 +01:00
LICENSE add configured graphql-codegen 2021-03-09 19:44:13 +01:00
package.json add configured graphql-codegen 2021-03-09 19:44:13 +01:00
README.md add configured graphql-codegen 2021-03-09 19:44:13 +01:00

change-case-all

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

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