Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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@v4.0.9/adapter/deno/index.ts";

type

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