UNPKG

@data-client/core

Version:

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

4 lines 206 B
import { State } from '../index.js'; import type { Fixture } from './fixtureTypes.js'; export default function mockInitialState(fixtures?: Fixture[]): State<unknown>; //# sourceMappingURL=mockState.d.ts.map