Function capitalize

  • This function capitalizes the first letter of a word.

    Parameters

    • word: string

      The word to capitalize.

    Returns string

    The capitalized word.

Generated using TypeDoc