UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

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