UNPKG

@data-client/core

Version:

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

3 lines 188 B
import type { State } from '../types.js'; export default function selectMeta<R = any>(state: State<R>, fetchKey: string): State<R>['meta'][string]; //# sourceMappingURL=selectMeta.d.ts.map