import type { FarcBase } from '../farc-base.js'; | ||
export declare function handle(app: FarcBase): (req: Request, requestContext: import("hono/types").FetchEventLike) => Response | Promise<Response>; | ||
export declare function handle<state>(app: FarcBase<state>): (req: Request, requestContext: import("hono/types").FetchEventLike) => Response | Promise<Response>; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "farc", | ||
"version": "0.0.1-main.20240219T230812", | ||
"version": "0.0.1-main.20240219T232152", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "module": "_lib/index.js", |
@@ -5,4 +5,4 @@ import { handle as handle_hono } from 'hono/vercel' | ||
export function handle(app: FarcBase) { | ||
export function handle<state>(app: FarcBase<state>) { | ||
return handle_hono(app.hono).bind(app.hono) | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
542336
0.01%