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