JSPM

ai-encode

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q23583F
  • License MIT

Encode a String async iterable into a Buffer async iterable.

Package Exports

  • ai-encode

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-encode) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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