Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

Const toCamelCase

  • toCamelCase(str: string): string
  • cast snake case to camel case

    Parameters

    • str: string

    Returns string

Const toSnakeCase

  • toSnakeCase(str: string): string
  • cast camel case to snake case

    Parameters

    • str: string

    Returns string

Legend

  • Function
  • Type alias
  • Interface
  • Class

Generated using TypeDoc