mux-async-iterable

1.0.5 • Public • Published

mux_async_iterable v1.0.5

Multiplexer of async iterables for JavaScript

Usage

Deno:

import { mux } from "https://deno.land/x/mux_async_iterable@v1.0.5/mod.ts";

mux(foo(), bar(), baz()); // => returns merged async iterator of foo(), bar(), and baz()

Node:

import { mux } from "mux-async-iterable";

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.5
    17
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.5
    17
  • 1.0.4
    15
  • 1.0.3
    15
  • 1.0.2
    15
  • 1.0.1
    15

Package Sidebar

Install

npm i mux-async-iterable

Weekly Downloads

77

Version

1.0.5

License

MIT

Unpacked Size

8.17 kB

Total Files

13

Last publish

Collaborators

  • kt3k