@s-libs/micro-dash
    Preparing search index...

    Function negate

    • 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[]) => any

      Parameters

      • predicate: F

      Returns (this: ThisParameterType<F>, ...args: Parameters<F>) => boolean