Module

x/rambda/files/index.d.ts>curryN

Faster and smaller alternative to Ramda
Latest
function curryN
import { curryN } from "https://dotland.deno.dev/x/rambda@9.4.1/files/index.d.ts";

Parameters

length: number
fn: AnyFunction

Returns

(...a: any[]) => any