Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "contracts/utils"

Index

Functions

Functions

Const camelCase

  • camelCase(value: string): string
  • Transforms a string into the camel-case format. ThisIsPascalCase, while thisIsCamelCase, this-is-kebab-case, and this_is_snake_case.

    Parameters

    • value: string

      String for case transformation

    Returns string

Const pascalCase

  • pascalCase(value: string): string
  • Transforms a string into the pascal-case format. ThisIsPascalCase, while thisIsCamelCase, this-is-kebab-case, and this_is_snake_case.

    Parameters

    • value: string

      String for case transformation

    Returns string

Generated using TypeDoc