ai-decode
v0.1.0
Published
Decode a Buffer async iterable into a String async iterable.
Downloads
3
Maintainers
Readme
ai-decode
Decode a Buffer async iterable into a String 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 aiDecode from 'ai-decode';
for (const item of aiDecode()) {
yield item;
};
This will output
API
Install
With npm installed, run
npm install --save ai-decode
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