Package Exports
- is-async-iterable
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 (is-async-iterable) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
is-async-iterable
Checks if a given object is async iterable.
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 isAsyncIterable = require('is-async-iterable');
console.log({isAsyncIterable});This will output
API
Install
With npm installed, run
npm install --save is-async-iterableSee Also
License
MIT