Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 3.01 KB

README.md

File metadata and controls

30 lines (24 loc) · 3.01 KB

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