Skip to main content
Module

x/ramda/mod.ts>invoker

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

Turns a named method with a specified arity into a function that can be called directly supplied with arguments and a target object.

The returned function is curried and accepts arity + 1 parameters where the final parameter is the target object.