• Convert a string to snake case.

    Parameters

    • input: string

      The input string to be converted.

    Returns string

    The input string converted to snake case.

    Function

    _ToSnakeCase

Generated using TypeDoc