Merge pull request #1395 from Smoren/add-itertools-ts

Add itertools-ts to TypeScript and JavaScript sections
This commit is contained in:
Sammy Hori
2025-02-07 19:34:58 +00:00
committed by GitHub

View File

@@ -2132,6 +2132,15 @@
], ],
"description": "Exosphere is a user-friendly client interface for OpenStack-based cloud systems." "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"
],
"description": "Extended itertools port for TypeScript and JavaScript. Provides a huge set of functions for working with iterable collections (including async ones)."
},
{ {
"name": "Harmony", "name": "Harmony",
"link": "https://github.com/harmonydata/harmony", "link": "https://github.com/harmonydata/harmony",