UNPKG

doc-it-up

Version:

Generates automatic documentation for your code. Supports Express, Fastify, Koa, Hono, Elysia, and Hapi.

9 lines (8 loc) 207 B
import { Server } from '@hapi/hapi'; export declare const hapiPlugin: { name: string; version: string; register: (server: Server, options: { docsDir?: string; }) => Promise<void>; };