Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ChangeCase

Index

Properties

camelCase

camelCase: function

Type declaration

    • (value: string): string
    • Parameters

      • value: string

      Returns string

constantCase

constantCase: function

Type declaration

    • (value: string): string
    • Parameters

      • value: string

      Returns string

dotCase

dotCase: function

Type declaration

    • (value: string): string
    • Parameters

      • value: string

      Returns string

headerCase

headerCase: function

Type declaration

    • (value: string): string
    • Parameters

      • value: string

      Returns string

lowerCase

lowerCase: function

Type declaration

    • (value: string): string
    • Parameters

      • value: string

      Returns string

lowerCaseFirst

lowerCaseFirst: function

Type declaration

    • (value: string): string
    • Parameters

      • value: string

      Returns string

paramCase

paramCase: function

Type declaration

    • (value: string): string
    • Parameters

      • value: string

      Returns string

pascalCase

pascalCase: function

Type declaration

    • (value: string): string
    • Parameters

      • value: string

      Returns string

pathCase

pathCase: function

Type declaration

    • (value: string): string
    • Parameters

      • value: string

      Returns string

sentenceCase

sentenceCase: function

Type declaration

    • (value: string): string
    • Parameters

      • value: string

      Returns string

snakeCase

snakeCase: function

Type declaration

    • (value: string): string
    • Parameters

      • value: string

      Returns string

swapCase

swapCase: function

Type declaration

    • (value: string): string
    • Parameters

      • value: string

      Returns string

titleCase

titleCase: function

Type declaration

    • (value: string): string
    • Parameters

      • value: string

      Returns string

upperCase

upperCase: function

Type declaration

    • (value: string): string
    • Parameters

      • value: string

      Returns string

upperCaseFirst

upperCaseFirst: function

Type declaration

    • (value: string): string
    • Parameters

      • value: string

      Returns string

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc