mirror of
https://github.com/LukeHagar/arbiter.git
synced 2025-12-07 20:37:43 +00:00
refactor with express and different proxy engine + huge perf increase
This commit is contained in:
3
dist/src/middleware/apiDocGenerator.d.ts
vendored
Normal file
3
dist/src/middleware/apiDocGenerator.d.ts
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import type { Context, Next } from 'hono';
|
||||
import type { OpenAPIStore } from '../store/openApiStore.js';
|
||||
export declare function apiDocGenerator(store: OpenAPIStore): (c: Context, next: Next) => Promise<void>;
|
||||
Reference in New Issue
Block a user