9 lines
No EOL
176 B
TypeScript
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 }; |