# asynciterator.prototype

> `AsyncIterator.prototype`, or a shared object to use.

Latest version **1.0.0** (published 2022-12-09) · MIT license · 0 weekly downloads

## Install

```sh
npm install asynciterator.prototype
pnpm add asynciterator.prototype
yarn add asynciterator.prototype
bun add asynciterator.prototype
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2022-12-09 |
| First published | 2022-12-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 7.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Jordan Harband |
| Maintainers | ljharb |
| Keywords | ecmascript, javascript, AsyncIterator, AsyncIterator.prototype, async, iterator, prototype |

## Links

- npm: https://www.npmjs.com/package/asynciterator.prototype
- Repository: https://github.com/ljharb/AsyncIterator.prototype
- Homepage: https://github.com/ljharb/AsyncIterator.prototype#readme
- Issues: https://github.com/ljharb/AsyncIterator.prototype/issues
- npm.io page: https://npm.io/package/asynciterator.prototype

## Dependencies (1)

- [has-symbols](https://npm.io/package/has-symbols.md) ^1.0.3

## Alternatives

- [@commercetools/sync-actions](https://npm.io/package/@commercetools/sync-actions.md) — 25.1K weekly downloads
- [cwait](https://npm.io/package/cwait.md) — 21.4K weekly downloads
- [@ledgerhq/hw-app-cosmos](https://npm.io/package/@ledgerhq/hw-app-cosmos.md) — 4.2K weekly downloads
- [@financial-times/o-loading](https://npm.io/package/@financial-times/o-loading.md) — 2.8K weekly downloads
- [fa](https://npm.io/package/fa.md) — 185 weekly downloads

## Recent versions

- 1.0.0 (latest) — 2022-12-09

## README

# asynciterator.prototype <sup>[![Version Badge][npm-version-svg]][package-url]</sup>

[![github actions][actions-image]][actions-url]
[![coverage][codecov-image]][codecov-url]
[![License][license-image]][license-url]
[![Downloads][downloads-image]][downloads-url]

[![npm badge][npm-badge-png]][package-url]

`AsyncIterator.prototype`, or a shared object to use.

## Usage

```javascript
var asyncIterProto = require('asynciterator.prototype');
var assert = require('assert');

if (typeof AsyncIterator === 'function') {
    assert.equal(AsyncIterator.prototype, asyncIterProto);
}
```

[package-url]: https://npmjs.org/package/asynciterator.prototype
[npm-version-svg]: https://versionbadg.es/ljharb/AsyncIterator.prototype.svg
[deps-svg]: https://david-dm.org/ljharb/AsyncIterator.prototype.svg
[deps-url]: https://david-dm.org/ljharb/AsyncIterator.prototype
[dev-deps-svg]: https://david-dm.org/ljharb/AsyncIterator.prototype/dev-status.svg
[dev-deps-url]: https://david-dm.org/ljharb/AsyncIterator.prototype#info=devDependencies
[npm-badge-png]: https://nodei.co/npm/asynciterator.prototype.png?downloads=true&stars=true
[license-image]: https://img.shields.io/npm/l/asynciterator.prototype.svg
[license-url]: LICENSE
[downloads-image]: https://img.shields.io/npm/dm/asynciterator.prototype.svg
[downloads-url]: https://npm-stat.com/charts.html?package=asynciterator.prototype
[codecov-image]: https://codecov.io/gh/ljharb/AsyncIterator.prototype/branch/main/graphs/badge.svg
[codecov-url]: https://app.codecov.io/gh/ljharb/AsyncIterator.prototype/
[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/AsyncIterator.prototype
[actions-url]: https://github.com/AsyncIterator/iterator.prototype/actions

---
_Source: https://npm.io/package/asynciterator.prototype · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
