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

x/endofunctor/src/morphism.ts>PetitionOptions

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

Type Parameters

T extends string[]
CR extends CryptoOptions
definition: { readonly add?: Array<ExtendedAddOption<CR> | T[number]>; readonly debug?: DebugOptions; readonly remove?: Array<ExtendedAddOption<CR> | T[number]>; readonly only?: Array<ExtendedAddOption<CR> | T[number]>; readonly setHash?: string; readonly setRandomNumber?: number; readonly setDate?: number; readonly arguments?: any; }