Package Exports
- ai-log
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-log) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ai-log
Tap into an async iterable pipeline and log all chunks passing through
This module is part of Async iterable fun, a complete toolset of modules to work with async iterables.
Usage
description of the example
import aiLog from 'ai-log';
for (const item of aiLog()) {
yield item;
};This will output
API
Install
With npm installed, run
npm install --save ai-logSee 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