JSPM

is-async-iterable

0.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q53721F
  • License MIT

Checks if a given object is async iterable.

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

Travis Build Status NPM downloads

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-iterable

See Also

License

MIT