UNPKG

apitally

Version:

Simple API monitoring & analytics for REST APIs built with Express, Fastify, Hono, Koa, and NestJS.

6 lines (3 loc) 187 B
import { OutgoingHttpHeader } from 'http'; declare function parseContentLength(contentLength: OutgoingHttpHeader | undefined | null): number | undefined; export { parseContentLength };