• Creates a function that negates the result of the predicate func. The func predicate is invoked with the this binding and arguments of the created function.

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

    • Lodash: 357 bytes
    • Micro-dash: 107 bytes

    Type Parameters

    • F extends ((...args) => any)

    Parameters

    • predicate: F

    Returns ((this, ...args) => boolean)

      • (this, ...args): boolean
      • Parameters

        • this: ThisParameterType<F>
        • Rest ...args: Parameters<F>

        Returns boolean

Generated using TypeDoc