UNPKG

@data-client/core

Version:

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

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