Skip to content

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

Folders and files

NameName
Last commit message
Last commit date
Jul 6, 2024
Dec 22, 2021
Dec 22, 2021
Dec 22, 2021
Feb 12, 2024
Dec 22, 2021
Dec 22, 2021
Dec 22, 2021
Dec 22, 2021
Dec 22, 2021
Dec 22, 2021
Feb 12, 2024
Jul 16, 2024
Dec 22, 2021
Dec 22, 2021
Jul 16, 2024

Repository files navigation

AsyncIterator 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 {asyncIteratorToArray} from '@async-iterable-iterator/async-iterator-to-array';

let asyncIterator = ...;
let array = await asyncIteratorToArray(asyncIterator);

License Version Tests Dependencies GitHub issues Downloads

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

Packages

No packages published

Contributors 4