Node TAP
    Preparing search index...

    Interface InterceptResultSet

    interface InterceptResultSet {
        at?: CallSiteLike;
        receiver: any;
        stack?: string;
        success: boolean;
        threw: boolean;
        type: "set";
        value: any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    receiver: any
    stack?: string
    success: boolean
    threw: boolean
    type: "set"
    value: any