🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

ai-merge

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ai-merge

Parallel merge of multiple async iterable.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

ai-merge

Travis Build Status NPM downloads

Parallel merge of multiple async iterable.

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

Usage

description of the example

import aiMerge from 'ai-merge';

for (const item of aiMerge()) {
  yield item;
};

This will output

API

Install

With npm installed, run

npm install --save ai-merge

See Also

  • parro-it/ai-fun - A collection of modules to easy deal with async iterables.

  • noffle/common-readme - « a common readme for node ».

License

MIT Licensed © 2017 Andrea Parodi

Keywords

ai-fun

FAQs

Package last updated on 28 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