From 2e35b616f0c94a3618ccd8ae1fafd3de97e74868 Mon Sep 17 00:00:00 2001 From: Smoren Date: Mon, 4 Mar 2024 00:44:22 +0300 Subject: [PATCH] Add itertools-ts to TypeScript and JavaScript sections --- data.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/data.json b/data.json index 28ce1de..bf420c9 100644 --- a/data.json +++ b/data.json @@ -2095,6 +2095,16 @@ "Ansible" ], "description": "Exosphere is a user-friendly client interface for OpenStack-based cloud systems." + }, + { + "name": "IterTools TS", + "link": "https://github.com/Smoren/itertools-ts", + "label": "good first issue", + "technologies": [ + "TypeScript", + "JavaScript" + ], + "description": "Extended itertools port for TypeScript and JavaScript. Provides a huge set of functions for working with iterable collections (including async ones)." } ] }