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

x/endofunctor/optimizer/resolve/types.ts>ResolveOptions

Functional web framework for Bun and Deno
Go to Latest
type alias ResolveOptions
import { type ResolveOptions } from "https://deno.land/x/endofunctor@v0.0.7/optimizer/resolve/types.ts";
definition: { name: string; f: (f: RequestArguments) => unknown; } & RawCommonRequest