apitally
Version:
Simple API monitoring & analytics for REST APIs built with Express, Fastify, NestJS, AdonisJS, Hono, H3, Elysia, and Koa.
10 lines (7 loc) • 299 B
text/typescript
import { AsyncLocalStorage } from 'node:async_hooks';
import { LogRecord } from '../common/requestLogger.cjs';
import 'node:buffer';
import 'node:http';
import '../common/tempGzipFile.cjs';
declare function patchConsole(logsContext: AsyncLocalStorage<LogRecord[]>): void;
export { patchConsole };