import { curryN } from "https://dotland.deno.dev/x/rambda@v9.2.0/immutable.d.ts";
It returns a curried equivalent of the provided function, with the specified arity.
import { curryN } from "https://dotland.deno.dev/x/rambda@v9.2.0/immutable.d.ts";
It returns a curried equivalent of the provided function, with the specified arity.