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

x/hono/deno/serve-static.ts>ServeStaticOptions

Ultrafast web framework for Cloudflare Workers, Deno, Bun, and Node.js. Fast, but not only fast.
Very Popular
Go to Latest
type alias ServeStaticOptions
import { type ServeStaticOptions } from "https://deno.land/x/hono@v3.0.0-rc.4/deno/serve-static.ts";
definition: { root?: string; path?: string; }