JSPM

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

0.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 64
  • Score
    100M100P100Q91904F
  • License AGPL-3.0

AsyncIterator to Array conversion for JavaScript

Package Exports

  • @async-iterable-iterator/async-iterator-to-array

Readme

🍢 @async-iterable-iterator/async-iterator-to-array

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