1.3.0 • Published 6 years ago

ai-concat v1.3.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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