UNPKG

315 BTypeScriptView Raw
1/**
2 * Original source:
3 * https://github.com/kmalakoff/response-iterator/blob/master/src/index.ts
4 */
5import type { Response as NodeResponse } from "node-fetch";
6export declare function responseIterator<T>(response: Response | NodeResponse): AsyncIterableIterator<T>;
7//# sourceMappingURL=responseIterator.d.ts.map
\No newline at end of file