Module

x/ramda/mod.ts>binary

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

Wraps a function of any arity (including nullary) in a function that accepts exactly 2 parameters. Any extraneous parameters will not be passed to the supplied function.