Skip to content

parro-it/ai-await

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ai-await

Travis Build Status NPM downloads

await the end of an 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 aiAwait from 'ai-await';

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

This will output

API

Install

With npm installed, run

npm install --save ai-await

See Also

License

MIT Licensed © 2017 Andrea Parodi

About

await the end of an async iterable.

Resources

License

Stars

Watchers

Forks

Packages

No packages published