Skip to main content
Module

x/curry/mod.ts

Currying and partial application utilities
Latest
import * as curry from "https://deno.land/x/curry@1.1.0/mod.ts";

Variables

Return curried function.

Functions

Create a bound function with arguments fixed from the left.

Create a bound function with fixed arguments except the first one.

Create a bound function with arguments fixed from the right