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

x/endofunctor/main.ts>plugins

🌐 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
variable plugins
import { plugins } from "https://deno.land/x/endofunctor@v0.1.30/main.ts";

type

{ globalOptions; type: <FC extends boolean, O extends CyclePlugin<FC>>(config: O) => unknown; getOptions: (userOptions: unknown) => unknown; getName: (o?: FunRouterOptions<any>) => unknown; isUsing; staticFilePlugin: <TP extends "response" | "request" | undefined, O extends StaticFilePlugin<TP>>(config: O) => unknown; pluginIsUsing: (p: Petition) => unknown; }