selfrefactor / rambdax

Extended version of Rambda
https://selfrefactor.github.io/rambdax
MIT License
221 stars 26 forks source link

Error in /index.d.ts and /immutable.d.ts #72

Closed thekarel closed 3 years ago

thekarel commented 3 years ago

In version 7.4.0:

node_modules/rambdax/index.d.ts:1981:83 - error TS2304: Cannot find name 'rray'.

1981 export function lensSatisfies<T>(predicate: (x: T) => boolean, lens: Lens, input: rray<T>): boolean;                                                                                   

See https://github.com/selfrefactor/rambdax/search?q=rray%3CT

selfrefactor commented 3 years ago

Sorry for my late response and thanks for your submit. Fix is released with 7.4.1.