summaryrefslogtreecommitdiff
path: root/cli/bench/testdata/npm/hono/dist/middleware/powered-by/index.d.ts
blob: eb7995b80b7e0fc1608df01126866060c3ea29a7 (plain)
1
2
3
import type { Context } from '../../context';
import type { Next } from '../../hono';
export declare const poweredBy: () => (c: Context, next: Next) => Promise<void>;