@zimtsui/identifier-cases
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

Identifier cases

Npm package version

  • kebab-case
  • snake_case
  • PascalCase
  • camelCase
  • CONSTANT_CASE
  • COBOL-CASE
  • Header-Case

examples

import { kebabCase } from 'identifier-cases';
kebabCase.test('hello-world'); // true

Readme

Keywords

none

Package Sidebar

Install

npm i @zimtsui/identifier-cases

Weekly Downloads

0

Version

0.0.1

License

none

Unpacked Size

12.2 kB

Total Files

8

Last publish

Collaborators

  • zimtsui