JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 10
  • Score
    100M100P100Q35834F
  • License MIT

Concat an async iterable into a promise

Package Exports

  • ai-concat

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ai-concat) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

ai-concat

Travis Build Status NPM downloads

Concat an async iterable into a promise

background details relevant to understanding what this module does

This module is part of Async iterable fun, a complete toolset of modules to work with async iterables.

Usage

description of the example

const aiConcat = require("ai-concat");

console.log({ aiConcat });

This will output

API

Install

With npm installed, run

npm install --save ai-concat

See Also

License

MIT