From dd3766fd2a7ef631507509e7bfbe03e79f55b678 Mon Sep 17 00:00:00 2001 From: Vitaly Tomilov Date: Sun, 12 Dec 2021 22:16:48 +0000 Subject: [PATCH] Update data.js --- data.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data.js b/data.js index 9df38bd9..34c2bb9d 100755 --- a/data.js +++ b/data.js @@ -7,6 +7,14 @@ // also be just the raw JS if it's small enough, an array of source files or a ZIP file. // See examples below. module.exports = [ + { + name: "iter-ops", + github: "vitaly-t/iter-ops", + tags: ["typescript", "synchronous", "asynchronous", "sequence", "iterators", "iterables", "collections", "map", "filter", "reduce"], + description: "Basic operations on iterables", + url: "https://github.com/vitaly-t/iter-ops", + source: "https://github.com/vitaly-t/iter-ops/tree/main/src" + }, { name: "HashParser", github: "rvanbaalen/hashparser",