UNPKG

apitally

Version:

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

10 lines (7 loc) 297 B
import { AsyncLocalStorage } from 'node:async_hooks'; import { LogRecord } from '../common/requestLogger.js'; import 'node:buffer'; import 'node:http'; import '../common/tempGzipFile.js'; declare function patchConsole(logsContext: AsyncLocalStorage<LogRecord[]>): void; export { patchConsole };