deno.land / x / deno@v1.28.2 / cli / bench / testdata / npm / hono / dist / middleware / serve-static / module.d.mts

1
2
3
4
5
6
import type { ServeStaticOptions } from './serve-static';declare const module: (options?: ServeStaticOptions) => import("../../hono").Handler<string, { [x: string]: any;}>;export { module as serveStatic };
deno

Version Info

Tagged at
2 years ago