Open valivvvv opened 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.
"@types/ramda": "^0.25.42"
"ramda": "^0.26.1",
Can't figure out why, any advice? Thanks
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
mergeLeft
mergeRight
move was typed in DefinitelyTyped. Time to switch…
move
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