UNPKG

apitally

Version:

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

7 lines (5 loc) 195 B
declare function formatMessage(message: any, ...args: any[]): string; declare function removeKeys(obj: any, keys: string[]): { [k: string]: unknown; }; export { formatMessage, removeKeys };