UNPKG

207 BTypeScriptView Raw
1import { Response as NodeResponse } from "node-fetch";
2export declare function responseIterator<T>(response: Response | NodeResponse): AsyncIterableIterator<T>;
3//# sourceMappingURL=responseIterator.d.ts.map
\No newline at end of file