intro.js
    Preparing search index...

    Function default

    • Remove an entry from a string array if it's there, does nothing if it isn't there.

      Type Parameters

      • K

      Parameters

      • stringArray: K[]
      • stringToRemove: K

      Returns void