Skip to main content
Module

x/composium/mod.ts>composeSync

Powered by functional composition and the URL Pattern API, composium has become the most flexible routing framework in the world.
Go to Latest
variable composeSync
Re-export
import { composeSync } from "https://deno.land/x/composium@v0.0.6/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. The function composeSync doesn't accept async functions but composes non-async functions faster than compose does.