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

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

type

(options?: ServeStaticOptions) => unknown