1.0.5 • Published 3 years ago

mux-async-iterable v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago