UNPKG

apitally

Version:

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

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