deno.land / x / deno@v1.28.2 / cli / bench / testdata / npm / hono / dist / index.d.ts
1234567891011/// <reference path="request.d.ts" />import { Hono } from './hono';export type { Handler, Next } from './hono';export type { Context } from './context';declare module './hono' { interface Hono { fire(): void; }}export { Hono };
Version Info