Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions data.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down