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

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

Functional web framework for Bun and Deno
Go to Latest
type alias TypeResolveOptions
import { type TypeResolveOptions } from "https://deno.land/x/endofunctor@v0.0.7/optimizer/resolve/types.ts";
definition: ({ async: false; f: (f: RequestArguments) => BodyInit; })[] | ({ async: true; f: (f: RequestArguments) => Promise<BodyInit>; })[]