Skip to content

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

Repository files navigation

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