Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/hono/middleware.ts>serveStatic

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

type

(options?: ServeStaticOptions) => unknown