Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

ai-concat

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ai-concat

Concat an async iterable into a promise


Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Issues
0

ai-concat

Travis Build Status NPM downloads

Concat an async iterable into a promise

background details relevant to understanding what this module does

Async iterable fun

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

FAQs

Package last updated on 17 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts