• This function capitalizes the first letter of each word in a phrase.

    Parameters

    • phrase: string

      The phrase to capitalize.

    Returns string

    The capitalized phrase.

Generated using TypeDoc