From 1341b6f6729ae7d6b96f3023f122d79ea6ba41f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82?= Date: Tue, 27 Dec 2016 14:28:10 +0100 Subject: [PATCH] add monet.js to functional programming libraries --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 7b8b386..0f567a9 100644 --- a/readme.md +++ b/readme.md @@ -782,6 +782,7 @@ getNestedPrice({item: {price: 9.99}}) // Some(9.99) * [Ramda](https://github.com/ramda/ramda) * [Folktale](http://folktalejs.org) +* [monet.js](https://cwmyers.github.io/monet.js/) * [lodash](https://github.com/lodash/lodash) * [Underscore.js](https://github.com/jashkenas/underscore) * [Lazy.js](https://github.com/dtao/lazy.js)