Skip to main content
Module

x/composium/mod.ts>compose

Powered by functional composition and the URL Pattern API, composium has become the most flexible routing framework in the world.
Go to Latest
variable compose
Re-export
import { compose } from "https://deno.land/x/composium@v0.0.2/mod.ts";

Composes single-argument functions from right to left. The rightmost function can take multiple arguments as it provides the signature for the resulting composite function. It accepts sync and async functions.