Skip to main content
Module

x/hex/mod.ts>fp.curry

An ecosystem delivering practices, philosophy and portability.
Go to Latest
function fp.curry
Re-export
import { fp } from "https://deno.land/x/hex@v0.4.9/mod.ts";
const { curry } = fp;

Parameters

func: (...args: readonly [...readonly T1[], ...Array<T2>]) => T3
...args: readonly T1[]

Returns

(...args: readonly T2[]) => T3