Files
2024-06-03 20:23:50 +05:30

7 lines
315 B
TypeScript

/**
* Original source:
* https://github.com/kmalakoff/response-iterator/blob/master/src/index.ts
*/
import type { Response as NodeResponse } from "node-fetch";
export declare function responseIterator<T>(response: Response | NodeResponse): AsyncIterableIterator<T>;
//# sourceMappingURL=responseIterator.d.ts.map