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

x/hono/adapter/deno/serve-static.ts>serveStatic

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

type

(options?: ServeStaticOptions) => unknown