Skip to main content
Module

x/hex/mod.ts>fp.curryRight

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

Parameters

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

Returns

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