- Preparing search index...
- The search index is not available
@nathanpb/kext
- curry3<F, R>(func: F): ((...c: ThirdParam3<Parameters<F>>) => ((...b: SecondParam3<Parameters<F>>) => ((...a: FirstParam3<Parameters<F>>) => R)))
-
Type Parameters
-
F extends ((a: any, b: any, c: any) => any)
-
R = ReturnType<F>
Returns ((...c: ThirdParam3<Parameters<F>>) => ((...b: SecondParam3<Parameters<F>>) => ((...a: FirstParam3<Parameters<F>>) => R)))
Curry a function with three parameters