UNPKG

@data-client/core

Version:

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

3 lines 237 B
import type { Fixture, Interceptor } from './fixtureTypes.js'; export declare function createFixtureMap(fixtures?: (Fixture | Interceptor)[]): readonly [Map<string, Fixture>, Interceptor[]]; //# sourceMappingURL=createFixtureMap.d.ts.map