Node TAP
    Preparing search index...

    Type Alias CaptureResult<F>

    CaptureResult:
        | CaptureResultReturned<F>
        | CaptureResultThrew<F>
        | CaptureResultBase<F>

    Type Parameters

    • F extends (...a: any[]) => any

      the function that was captured