Skip to main content
Module

x/curry/mod.ts

TypeScript-first curry function without upcast
Go to Latest
import * as curry from "https://deno.land/x/curry@v1.0.0/mod.ts";

Variables

Creates a function that accepts arguments of fn and either invokes fn returning its result, if at least arity number of arguments have been provided, or returns a function that accepts the remaining fn arguments, and so on.