Skip to main content
Module

x/endofunctor/src/morphism.ts>fileServerPetition

🌐 Vixeny: At the forefront of modern web development, Vixeny stands as a runtime-independent, efficiency-driven library dedicated to upholding the principles of functional purity. It's crafted to empower developers with a robust foundation for creating scalable, maintainable, and high-performance web applications.
Latest
type alias fileServerPetition
import { type fileServerPetition } from "https://deno.land/x/endofunctor@v0.1.43/src/morphism.ts";

Object for raw response static.

Type Parameters

MI extends true | false
definition: { type: "fileServer"; name: string; path: string; mime?: MI; extra?: MI extends true ? [string, string][] : never; template?: StaticFilePlugin<any>[]; removeExtensionOf?: defaultMime[]; slashIs?: string; }