Skip to main content
Module

x/copb/mod.ts

A functional composition framework built for TypesScript that provides type safety without the need for the usual countless overloads, thanks to some functional type trickery.
Latest
import * as copb from "https://deno.land/x/copb@v1.0.1/mod.ts";

Variables

Version of the package

Functions

f
b

Composes two uniary lambdas together.

f
c

Builds a CompositionalStack into a callable function.

f
o

Composes a CompositionalStack from arguments of succeeding calls. The inside-most lambdas are on the right.

f
p

Composes a CompositionalStack from arguments of succeeding calls. The inside-most lambdas are on the left.