Returns a function that returns the boolean negation of the given function

  • Type Parameters

    • T extends unknown[]

    Parameters

    • f: (...args: T) => any

    Returns (...args: T) => boolean