Skip to content

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

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e4bbc60 Β· Feb 27, 2024
Feb 11, 2024
Dec 22, 2021
Dec 22, 2021
Dec 22, 2021
Feb 11, 2024
Dec 22, 2021
Dec 22, 2021
Dec 22, 2021
Dec 22, 2021
Dec 22, 2021
Dec 22, 2021
Feb 11, 2024
Feb 27, 2024
Dec 22, 2021
Dec 22, 2021
Feb 27, 2024

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

Packages

No packages published

Contributors 4