Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/hex/src/fp/curry-right.ts>curryRight

An ecosystem delivering practices, philosophy and portability.
Go to Latest
function curryRight
import { curryRight } from "https://deno.land/x/hex@0.5.15/src/fp/curry-right.ts";

Parameters

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

Returns

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