UNPKG

apitally

Version:

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

10 lines (9 loc) 270 B
export { ApitallyConsumer } from '../common/types.js'; export { useApitally } from './middleware.js'; import '../common/logging.js'; import 'winston'; import '../common/requestLogger.js'; import 'buffer'; import 'http'; import '../common/tempGzipFile.js'; import 'koa';