Skip to main content
Module

x/ramda/mod.ts>lift

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

"lifts" a function of arity > 1 so that it may "map over" a list, Function or other object that satisfies the FantasyLand Apply spec.