We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2164426 commit 02b776eCopy full SHA for 02b776e
readme.md
@@ -812,7 +812,8 @@ getNestedPrice({item: {price: 9.99}}) // Some(9.99)
812
`Option` is also known as `Maybe`. `Some` is sometimes called `Just`. `None` is sometimes called `Nothing`.
813
814
## Functional Programming Libraries in JavaScript
815
-
+* [mori](https://github.com/swannodette/mori)
816
+* [Immutable](https://github.com/facebook/immutable-js/)
817
* [Ramda](https://github.com/ramda/ramda)
818
* [Folktale](http://folktalejs.org)
819
* [monet.js](https://cwmyers.github.io/monet.js/)
0 commit comments