import { unapply } from "https://dotland.deno.dev/x/rambda@v9.2.0/index.d.ts";
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://dotland.deno.dev/x/rambda@v9.2.0/index.d.ts";
It calls a function fn
with the list of values of the returned function.
R.unapply
is the opposite of R.apply
method.