Function drop

  • drop a particular value from an array.

    💀 deprecated the type does not sufficiently cover the use cases.

    Type Parameters

    • A extends readonly unknown[]

    • const C

    Parameters

    • array: A
    • value: C

    Returns DropMatch<A, C>

Generated using TypeDoc