Function remove

  • Description

    Removes a specified value or a matching value from an array.

    Parameters

    • array: unknown[]

      The array to modify.

    • checker: unknown

      The item or the function invoked per iteration.

    Returns void

Generated using TypeDoc