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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1

Package Sidebar

Install

npm i mux-async-iterator

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

14.5 kB

Total Files

10

Last publish

Collaborators

  • kt3k