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

x/endofunctor/src/options.ts>CyclePlugin

🌐 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 CyclePlugin
import { type CyclePlugin } from "https://deno.land/x/endofunctor@v0.1.30/src/options.ts";

Type Parameters

FC extends boolean
definition: { readonly name: symbol; readonly isFunction?: FC; readonly isAsync?: boolean; readonly f: FC extends true ? (o?: FunRouterOptions<any>) => (p: Petition) => any : (o?: FunRouterOptions<any>) => (p: Petition) => (r: Request | [Request, Record<string, unknown>]) => any; readonly type: unknown; readonly options?: { [k: string]: any; }; }