Function camelCase

  • Converts a rope, space, or underscore delimited string into camelCase.

    Returns

    The camelCase version of the string

    Parameters

    • s: string

      The string to convert

    Returns string

Generated using TypeDoc