Mohammad Asif cf937194cb Removed un-waned things 1. 5 months ago
..
.github cf937194cb Removed un-waned things 1. 5 months ago
test cf937194cb Removed un-waned things 1. 5 months ago
.eslintrc cf937194cb Removed un-waned things 1. 5 months ago
CHANGELOG.md cf937194cb Removed un-waned things 1. 5 months ago
LICENSE cf937194cb Removed un-waned things 1. 5 months ago
README.md cf937194cb Removed un-waned things 1. 5 months ago
index.js cf937194cb Removed un-waned things 1. 5 months ago
package.json cf937194cb Removed un-waned things 1. 5 months ago

README.md

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);
}