Détail du package

asynciterator.prototype

ljharb7mMIT1.0.0

AsyncIterator.prototype, or a shared object to use.

ecmascript, javascript, AsyncIterator, AsyncIterator.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