Skip to main content
Module

x/fae/liftN.ts

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

Variables

Lifts fn to a specified arity. The returned function applies the fn on arity number of lists in all possible combination of elements of the lists passe. The result is accumulated in a list