DEV Community

Discussion on: Interoperability with non functional code using fp-ts

Collapse
 
mk0y8 profile image
Marko Jakic

This is great, thank you. Is there library like Ramda for TS which hides internals of functional programming? Which embraces all of the common functions like in this article into one import statement. With FP-TS one has to know in which lib something belongs to to import it, can be time consuming.

Collapse
 
leohxj profile image
Leo Hui

I want too.