mux-async-iterator

1.0.0 • Public • Published

mux-async-iterator v1.0.0

Multiplexer of async iterators for JavaScript

Usage

import { mux } from "https://raw.githubusercontent.com/kt3k/mux-async-iterator/master/mod.ts";
 
mux(foo(), bar(), baz()) // => returns merged async iterator of foo(), bar(), and baz()

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i mux-async-iterator

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

14.5 kB

Total Files

10

Last publish

Collaborators

  • kt3k