UNPKG

@atomiqlabs/sdk-lib

Version:

Basic SDK functionality library for atomiq

12 lines (11 loc) 367 B
import { ParamDecoder } from "../ParamDecoder"; export declare class ResponseParamDecoder extends ParamDecoder { private readonly reader?; private readonly abortSignal?; constructor(resp: Response, abortSignal?: AbortSignal); /** * Keeps reading the response until the reader closes * @private */ private readResponse; }