Home Manual Reference Source

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

AsyncIterable to Array conversion for JavaScript. See docs.

:warning: 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