UNPKG

@data-client/core

Version:

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

7 lines (6 loc) 299 B
import { 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