From d49d47d834f384b2ab5640f2310a6dbc5c9d67bd Mon Sep 17 00:00:00 2001 From: Hamid Bluri Date: Tue, 8 Mar 2022 09:47:35 +0330 Subject: [PATCH] Add package iterrr (#2166) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 6eceb4a..0becf1e 100644 --- a/packages.json +++ b/packages.json @@ -25371,5 +25371,21 @@ "description": "Tool to download dogs images", "license": "Apache-2.0", "web": "https://github.com/thexxiv/dogapi-cli" + }, + { + "name": "iterrr", + "url": "https://github.com/hamidb80/iterrr", + "method": "git", + "tags": [ + "iterator", + "iterate", + "iterating", + "functional", + "lazy", + "library" + ], + "description": "iterate faster. functional style, lazy like, extensible iterator library", + "license": "MIT", + "web": "https://github.com/hamidb80/steps" } ]