typed-typings / npm-ramda

TypeScript's type definitions for Ramda
MIT License
384 stars 64 forks source link

R.move does not exist #424

Open valivvvv opened 5 years ago

valivvvv commented 5 years ago

I'm using "@types/ramda": "^0.25.42" and "ramda": "^0.26.1", in an Angular 7 project, and I can't use R.move() because it throw an error saying Property 'move' does not exist.

Can't figure out why, any advice? Thanks

majorhayes commented 5 years ago

I bet that function was added in 0.26 so it's not included in the 0.25 types. I'm having the same issue with mergeLeft and mergeRight

albohlabs commented 5 years ago

move was typed in DefinitelyTyped. Time to switch…