• Convert a string to pascal case.

    Parameters

    • str: string

      The string to convert to PascalCase.

    Returns string

    A string with the first letter capitalized.

Generated using TypeDoc