Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/hono/adapter/deno/index.ts>serveStatic

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
variable serveStatic
import { serveStatic } from "https://deno.land/x/hono@v3.12.8/adapter/deno/index.ts";

type

<E extends Env = Env>(options?: ServeStaticOptions<E>) => MiddlewareHandler