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

Readme

Keywords

Package Sidebar

Install

npm i mux-async-iterable

Weekly Downloads

11

Version

1.0.5

License

MIT

Unpacked Size

8.17 kB

Total Files

13

Last publish

Collaborators

  • kt3k