Skip to main content
Module

x/ramda/source/index.js>lift

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

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