Skip to content

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

License

Notifications You must be signed in to change notification settings

ljharb/AsyncIterator.prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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