UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

4 lines 229 B
/// <reference types="node" /> import { Readable as NodeReadableStream } from "stream"; export default function nodeStreamIterator<T>(stream: NodeReadableStream): AsyncIterableIterator<T>; //# sourceMappingURL=nodeStream.d.ts.map