import { unapply } from "https://deno.land/x/rambda@9.4.1/rambda.js";
It calls a function fn
with the list of values of the returned function.
R.unapply
is the opposite of R.apply
method.
Parameters
fn: (args: any[]) => T
import { unapply } from "https://deno.land/x/rambda@9.4.1/rambda.js";
It calls a function fn
with the list of values of the returned function.
R.unapply
is the opposite of R.apply
method.