UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

6 lines 267 B
/** * Original source: * https://github.com/kmalakoff/response-iterator/blob/master/src/iterators/promise.ts */ export default function promiseIterator<T = ArrayBuffer>(promise: Promise<ArrayBuffer>): AsyncIterableIterator<T>; //# sourceMappingURL=promise.d.ts.map