- Preparing search index...
- The search index is not available
@nathanpb/kext
- curry2<F, R>(func: F): ((...b: SecondParam2<Parameters<F>>) => ((...a: FirstParam2<Parameters<F>>) => R))
-
Type Parameters
-
F extends ((a: any, b: any) => any)
-
R = ReturnType<F>
Returns ((...b: SecondParam2<Parameters<F>>) => ((...a: FirstParam2<Parameters<F>>) => R))
Curry a function with two parameters