Function removeEntry

  • This function removes a word from an array of words.

    Parameters

    • word: string

      The word to remove.

    • words: string[]

      The array of words to remove the word from.

    Returns string[]

    The array of words with the word removed.

Generated using TypeDoc