{"id":15697516,"url":"https://github.com/kt3k/mux_async_iterable","last_synced_at":"2025-03-11T23:31:22.209Z","repository":{"id":43893141,"uuid":"237651398","full_name":"kt3k/mux_async_iterable","owner":"kt3k","description":"Multiplexer of async iterables for JavaScript, written in TypeScript","archived":false,"fork":false,"pushed_at":"2023-11-22T08:38:56.000Z","size":878,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-05-22T19:20:42.767Z","etag":null,"topics":["async-iterators","deno","multiplexer","node-js","typescript"],"latest_commit_sha":null,"homepage":"https://deno.land/x/mux_async_iterable","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kt3k.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-01T17:31:23.000Z","updated_at":"2024-06-18T05:35:13.954Z","dependencies_parsed_at":"2023-02-05T18:01:54.664Z","dependency_job_id":"16e5154a-cbfa-4215-8bc2-42c38efa321b","html_url":"https://github.com/kt3k/mux_async_iterable","commit_stats":{"total_commits":33,"total_committers":2,"mean_commits":16.5,"dds":"0.48484848484848486","last_synced_commit":"3c11d6bc71af212348833f3e6f266b7155d78a7e"},"previous_names":["kt3k/mux-async-iterator"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kt3k%2Fmux_async_iterable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kt3k%2Fmux_async_iterable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kt3k%2Fmux_async_iterable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kt3k%2Fmux_async_iterable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kt3k","download_url":"https://codeload.github.com/kt3k/mux_async_iterable/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243129790,"owners_count":20241068,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["async-iterators","deno","multiplexer","node-js","typescript"],"created_at":"2024-10-03T19:20:26.761Z","updated_at":"2025-03-11T23:31:21.775Z","avatar_url":"https://github.com/kt3k.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mux_async_iterable v1.0.5\n\n\u003e Multiplexer of async iterables for JavaScript\n\n# Usage\n\nDeno:\n\n```ts\nimport { mux } from \"https://deno.land/x/mux_async_iterable@v1.0.5/mod.ts\";\n\nmux(foo(), bar(), baz()); // =\u003e returns merged async iterator of foo(), bar(), and baz()\n```\n\nNode:\n\n```js\nimport { mux } from \"mux-async-iterable\";\n\nmux(foo(), bar(), baz()); // =\u003e returns merged async iterator of foo(), bar(), and baz()\n```\n\n# License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkt3k%2Fmux_async_iterable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkt3k%2Fmux_async_iterable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkt3k%2Fmux_async_iterable/lists"}