Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ultra/lib/middleware/serveStatic.ts>ServeStaticOptions

Zero-Legacy Deno/React Suspense SSR Framework
Go to Latest
type alias ServeStaticOptions
import { type ServeStaticOptions } from "https://deno.land/x/ultra@v2.2.3/lib/middleware/serveStatic.ts";
definition: { root?: string; path?: string; cache?: boolean; }