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

x/endofunctor/components/http/types.ts>Vixeny

🌍 Vixeny: A runtime-agnostic, performance-centric library championing functional purity for modern web development.
Go to Latest
type alias Vixeny
import { type Vixeny } from "https://deno.land/x/endofunctor@v0.0.945/components/http/types.ts";
definition: <O extends FunRouterOptions>(o?: O) => <T extends MorphismMap, B extends AnyMorphismMap, Q extends QueryOptions, P extends ParamOptions, CR extends CryptoOptions, _MU extends MutableKey>(routes: (
| RequestMorphism<T, B, Q, P, O, CR, any>
| CommonRequestMorphism<T, B, Q, P, O, CR, any>
)[]
) => (r: Request) => Promise<Response> | Response