Function uncapitalize

  • This function uncapitalizes the first letter of a word.

    Parameters

    • word: string

      The word to uncapitalize.

    Returns string

    The uncapitalized word.

Generated using TypeDoc