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

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

Ultrafast web framework for the Edges
Very Popular
Go to Latest
variable serveStatic
import { serveStatic } from "https://deno.land/x/hono@v3.3.1/adapter/deno/index.ts";

type

(options?: ServeStaticOptions) => unknown