@ironarachne/words
    Preparing search index...

    Function removeEntry

    • This function removes all occurrences of 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 all occurrences of the word removed.