UNPKG

@scalar/api-client

Version:

the open source API testing client

4 lines 255 B
import type { ResponseInstance } from '@scalar/oas-utils/entities/spec'; /** Extract content length from headers */ export declare const getContentLength: (response: ResponseInstance) => string | undefined; //# sourceMappingURL=get-content-length.d.ts.map