Skip to main content
Module

x/fae/curry.ts

A functional module for Deno inspired from Ramda.
Latest
import * as fae from "https://deno.land/x/fae@v1.1.1/curry.ts";

Variables

Returns the curried function NOTE The passed function will be called as soon as expected number of arguments are received. Rest will be ignored.