import { curryN } from "https://dotland.deno.dev/x/rambda@v9.2.0/rambda.js";
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/rambda.js";
It returns a curried equivalent of the provided function, with the specified arity.