Skip to main content
Module

x/ramda/mod.ts>bind

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

Creates a function that is bound to a context. Note: R.bind does not provide the additional argument-binding capabilities of Function.prototype.bind.