mirror of
https://github.com/LukeHagar/arbiter.git
synced 2025-12-06 04:19:14 +00:00
3 lines
128 B
TypeScript
3 lines
128 B
TypeScript
import { Context } from 'hono';
|
|
export declare const apiDocGenerator: (c: Context, next: () => Promise<void>) => Promise<void>;
|