UNPKG

@clickup/rest-client

Version:

A syntax sugar tool around Node fetch() API, tailored to work with TypeScript and response validators

6 lines 285 B
/// <reference types="node" /> /// <reference types="node" /> export default function inspectPossibleJSON(headers: { get(name: string): string | null; }, text: string | Buffer | NodeJS.ReadableStream, maxOutputLen: number): string; //# sourceMappingURL=inspectPossibleJSON.d.ts.map