JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6148531
  • Score
    100M100P100Q221167F
  • License MIT

All change-case methods bundled in a single module

Package Exports

  • change-case-all
  • change-case-all/dist/index.js

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

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

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