UNPKG

@data-client/core

Version:

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

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