cmux/node_modules/@vercel/introspection/dist/hono.d.mts
2026-01-29 17:36:26 -08:00

9 lines
No EOL
176 B
TypeScript

//#region src/hono.d.ts
declare const handle: (honoModule: any) => {
new (...args: any[]): {
[x: string]: any;
};
[x: string]: any;
};
//#endregion
export { handle };