UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

3 lines 321 B
import type { ObservableSubscription, Observable } from "../../utilities/index.js"; export default function subscribeAndCount<TResult>(reject: (reason: any) => any, observable: Observable<TResult>, cb: (handleCount: number, result: TResult) => any): ObservableSubscription; //# sourceMappingURL=subscribeAndCount.d.ts.map