Function negate

  • Generate a result-negated version of an async function.

    Parameters

    • x: Function

      an async function

    Returns Function

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

Generated using TypeDoc