Skip to main content
Module

x/ramda/source/thunkify.js

:ram: Practical functional Javascript
Latest
import * as mod from "https://deno.land/x/ramda@v0.27.2/source/thunkify.js";

Variables

Creates a thunk out of a function. A thunk delays a calculation until its result is needed, providing lazy evaluation of arguments.