Merge pull request #136 from saarwexler/master

two new js libraries added
This commit is contained in:
hemanth.hm 2017-01-03 12:26:18 +05:30 committed by GitHub
commit 63cedc8731

View file

@ -813,6 +813,8 @@ getNestedPrice({item: {price: 9.99}}) // Some(9.99)
## Functional Programming Libraries in JavaScript
* [mori](https://github.com/swannodette/mori)
* [Immutable](https://github.com/facebook/immutable-js/)
* [Ramda](https://github.com/ramda/ramda)
* [Folktale](http://folktalejs.org)
* [monet.js](https://cwmyers.github.io/monet.js/)