import { curryN } from "https://deno.land/x/rambda@9.4.1/index.d.ts";
It returns a curried equivalent of the provided function, with the specified arity.
import { curryN } from "https://deno.land/x/rambda@9.4.1/index.d.ts";
It returns a curried equivalent of the provided function, with the specified arity.