Options
All
  • Public
  • Public/Protected
  • All
Menu

Module @tmorin/ceb-utilities

Index

Functions

toCamelCase

  • toCamelCase(value: string): string
  • Convert the string to the camel case notation, i.e. CamelCase-notation => camelCaseNotation.

    Parameters

    • value: string

      the string

    Returns string

toKebabCase

  • toKebabCase(value: string): string
  • Convert the string to the kebab case notation, i.e. KebabCase-notation => kebab-case-notation.

    Parameters

    • value: string

      the string

    Returns string

Generated using TypeDoc