UNPKG

apitally

Version:

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

15 lines (12 loc) 253 B
import { H3 } from 'h3'; declare function getAppInfo(h3: H3, appVersion?: string): { paths: { method: string; path: string; }[]; versions: { [k: string]: string; }; client: string; }; export { getAppInfo };