Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

asynciterator.prototype

ljharb8.8mMIT1.0.0

AsyncIterator.prototype, or a shared object to use.

ecmascript, javascript, AsyncIterator, AsyncIterator.prototype, async, iterator, prototype

readme

asynciterator.prototype Version Badge

github actions coverage License Downloads

npm badge

AsyncIterator.prototype, or a shared object to use.

Usage

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

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

changelog

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v1.0.0 - 2022-12-09

Commits