@async-iterable-iterator/async-iterable-to-array

0.0.1 • Public • Published

🍡 @async-iterable-iterator/async-iterable-to-array

AsyncIterable to Array conversion for JavaScript. See docs.

⚠️ Depending on your environment, the code may require regeneratorRuntime to be defined, for instance by importing regenerator-runtime/runtime.

import {asyncIterableToArray} from '@async-iterable-iterator/async-iterable-to-array';

let asyncIterable = ...;
let array = await asyncIterableToArray(asyncIterable);

License Version Tests Dependencies GitHub issues Downloads

Code issues Code maintainability Code coverage (cov) Code technical debt Documentation Package size

/@async-iterable-iterator/async-iterable-to-array/

    Package Sidebar

    Install

    npm i @async-iterable-iterator/async-iterable-to-array

    Weekly Downloads

    150

    Version

    0.0.1

    License

    AGPL-3.0

    Unpacked Size

    443 kB

    Total Files

    14

    Last publish

    Collaborators

    • raskat
    • aureooms