@apollo/client
Version:
A fully-featured caching GraphQL client.
8 lines • 341 B
TypeScript
import type { MatcherFunction } from "expect";
import type { TakeOptions } from "../internal/ObservableStream.js";
import type { FetchResult } from "../../core/index.js";
export declare const toEmitFetchResult: MatcherFunction<[
queryResult: FetchResult<any>,
options?: TakeOptions
]>;
//# sourceMappingURL=toEmitFetchResult.d.ts.map