UNPKG

@scalar/api-client

Version:

the open source API testing client

7 lines 240 B
/** * Decode the buffer according to its content-type * * @returns The decoded string or Blob */ export declare const decodeBuffer: (buffer: ArrayBuffer, contentType: string) => string | Blob; //# sourceMappingURL=decode-buffer.d.ts.map