Function negate

  • Generate a result-negated version of a function.

    Parameters

    • x: Function

      a function

    Returns Function

    (...args) => !x(...args)

Generated using TypeDoc