deno.land / x / deno@v1.28.2 / cli / bench / testdata / npm / hono / dist / middleware / serve-static / module.d.mts
123456import type { ServeStaticOptions } from './serve-static';declare const module: (options?: ServeStaticOptions) => import("../../hono").Handler<string, { [x: string]: any;}>;export { module as serveStatic };
Version Info