/ai-node

Node wrappers that returns async iterables and promises.

Primary LanguageJavaScriptMIT LicenseMIT

ai-node

Travis Build Status NPM downloads

Node wrappers that returns async iterables and promises.

background details relevant to understanding what this module does

Async iterable fun

This module is part of Async iterable fun, a complete toolset of modules to work with async iterables.

Usage

description of the example

const aiNode = require('ai-node');

console.log({aiNode});

This will output

API

Install

With npm installed, run

npm install --save ai-node

See Also

License

MIT