Function dashToCamelCase

  • Converts a dash-separated string to camel case.

    Parameters

    • dashName: string

      The dash-separated string to convert.

    Returns string

    The camel case version of the input string.

Generated using TypeDoc