UNPKG

@data-client/core

Version:

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

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