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