uncurry4
uncurry4<
A,B,C,D,E>(f): (a,b,c,d) =>E
Defined in: Composition/uncurry.ts:67
Converts a curried 4-argument function into a multi-argument function.
Type Parameters
Section titled “Type Parameters”A
B
C
D
E
Parameters
Section titled “Parameters”(a) => (b) => (c) => (d) => E
Returns
Section titled “Returns”(
a,b,c,d):E
Parameters
Section titled “Parameters”A
B
C
D
Returns
Section titled “Returns”E