UNPKG

@ackee/antonio-core

Version:

A HTTP client built on fetch API with axios-like API.

3 lines (2 loc) 213 B
export declare function iterableStream(stream: Body['body'], contentTypeIsJson: boolean): AsyncGenerator<string | any[] | undefined, void, unknown>; export type IterableStream = ReturnType<typeof iterableStream>;