Skip to main content
Module

x/ramda/source/index.js>bind

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

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