UNPKG

661 BTypeScriptView Raw
1/// <reference types="node" />
2import { Response as NodeResponse } from "node-fetch";
3import { Readable as NodeReadableStream } from "stream";
4export declare function isNodeResponse(value: any): value is NodeResponse;
5export declare function isReadableStream(value: any): value is ReadableStream<any>;
6export declare function isAsyncIterableIterator(value: any): value is AsyncIterableIterator<any>;
7export declare function isStreamableBlob(value: any): value is Blob;
8export declare function isBlob(value: any): value is Blob;
9export declare function isNodeReadableStream(value: any): value is NodeReadableStream;
10//# sourceMappingURL=responseIterator.d.ts.map
\No newline at end of file