For some reason rambda typings fail in this tuple array example with curried prop function. If we use full form, TS infers proper types:
https://stackblitz.com/edit/typescript-frjsyt?file=index.ts
I couldn't quite understand if it is TS limitation or simply a missing overload :(
For some reason rambda typings fail in this tuple array example with curried prop function. If we use full form, TS infers proper types:
https://stackblitz.com/edit/typescript-frjsyt?file=index.ts
I couldn't quite understand if it is TS limitation or simply a missing overload :(