UNPKG

@data-client/core

Version:

Async State Management without the Management. REST, GraphQL, SSE, Websockets, Fetch

6 lines 297 B
import type { Fixture, ResponseInterceptor } from './fixtureTypes.js'; export declare function collapseFixture(fixture: Fixture | ResponseInterceptor, args: any[], interceptorData: any): Promise<{ response: any; error: boolean | undefined; }>; //# sourceMappingURL=collapseFixture.d.ts.map