Function camelCase

  • Transforms the specified string value to camelCase.

    Parameters

    • value: string

      Value to transform.

    Returns string

    The specified value converted to camelCase.

    TypeError if the value is not a string.