• This function is like pull except that it accepts an array of values to remove.

    Note: Unlike difference, this function mutates array.

    Contribution to minified bundle size, when it is the only function imported:

    • Lodash: 942 bytes
    • Micro-dash: 199 bytes

    Type Parameters

    • T

    Parameters

    • array: T[]
    • values: T[]

    Returns T[]

Generated using TypeDoc