Skip to main content
Module

x/hex/fp/mod.ts>curryRight

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

Parameters

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

Returns

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