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",