Skip to main content
Module

x/ramda/mod.ts>liftN

:ram: Practical functional Javascript
Latest
variable liftN
import { liftN } from "https://deno.land/x/ramda@v0.27.2/mod.ts";

"lifts" a function to be the specified arity, so that it may "map over" that many lists, Functions or other objects that satisfy the FantasyLand Apply spec.