UNPKG

apitally

Version:

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

10 lines (6 loc) 249 B
import Configure from '@adonisjs/core/commands/configure'; /** * Allows users to add Apitally to their AdonisJS application using the built-in Ace command. */ declare function configure(command: Configure): Promise<void>; export { configure };