Skip to main content
Module

x/endofunctor/main.ts

🌐 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
import * as endofunctor from "https://deno.land/x/endofunctor@v0.1.10/main.ts";

Variables

A utility for composing Morphisms and Petitions within a specific HTTP framework. This utility functions to configure and execute HTTP petitions by wrapping morphisms into structured petitions. Each function under composer can be used to handle different types of requests or to process the data differently based on the configuration.

Main function , use in wrap

Types Morphisims

Runtime utilities

Main function , use in wrap

wrap is a key utility function in Vixeny for safeguarding and encapsulating Petitions, particularly when they are exported, composed, mocked, or altered. This encapsulation maintains the purity of your code by ensuring that Petitions remain modular and protected from unintended modifications.