Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/hex/src/mod.ts>fp.curryFunctions

An ecosystem delivering practices, philosophy and portability.
Go to Latest
variable fp.curryFunctions
import { fp } from "https://deno.land/x/hex@0.5.15/src/mod.ts";
const { curryFunctions } = fp;

type

<T1, T2 extends Record<string | number | symbol, (...args: readonly [...readonly T1[], ...any]) => any>>(funcs: T2, ...args: readonly T1[]) => unknown