deno.land / x / deno@v1.28.2 / cli / bench / testdata / npm / hono / dist / middleware / serve-static / bun.d.ts
12345678import type { Context } from '../../context';import type { Next } from '../../hono';export declare type ServeStaticOptions = { root?: string; path?: string;};export declare const serveStatic: (options?: ServeStaticOptions) => (c: Context, next: Next) => Promise<Response | undefined>;
Version Info