Skip to main content
Module

x/ramda/mod.ts>thunkify

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

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