UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

3 lines 207 B
import { Response as NodeResponse } from "node-fetch"; export declare function responseIterator<T>(response: Response | NodeResponse): AsyncIterableIterator<T>; //# sourceMappingURL=responseIterator.d.ts.map