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

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i mux-async-iterable

    Weekly Downloads

    35

    Version

    1.0.5

    License

    MIT

    Unpacked Size

    8.17 kB

    Total Files

    13

    Last publish

    Collaborators

    • kt3k