0.1.0 • Published 6 years ago

ai-encode v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

ai-encode

Travis Build Status NPM downloads

Encode a String async iterable into a Buffer 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 aiEncode from 'ai-encode';

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

This will output

API

Install

With npm installed, run

npm install --save ai-encode

See Also

License

MIT Licensed © 2017 Andrea Parodi