From 8792e8b6565b5b28f760120cede1468fa5bb33c6 Mon Sep 17 00:00:00 2001 From: Smoren Date: Sun, 3 Mar 2024 15:46:00 +0300 Subject: [PATCH] Add itertools-ts to Functional programming section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7ff622f..f44fa02 100644 --- a/README.md +++ b/README.md @@ -431,6 +431,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [fxts](https://github.com/marpple/FxTS) - Lazy evaluation and concurrency. * [wild-wild-path](https://github.com/ehmicky/wild-wild-path) - Object property paths with wildcards and regexps. * [sweet-monads](https://github.com/JSMonk/sweet-monads) - A utility library containing popular monads and lazy iterators. +* [itertools-ts](https://github.com/Smoren/itertools-ts) - Extended itertools port for TypeScript and JavaScript. Provides a huge set of functions for working with iterable collections (including async ones). ## Reactive Programming *Reactive programming libraries to extend JavaScript’s capabilities.*