Function stringSnakeCaseToCamelCase

  • Converts the given snake case formatted string into a camel case format.

    Parameters

    • text: string

      The string to convert.

    Returns string

    the converted string result.

Generated using TypeDoc