Skip to content

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

License

Notifications You must be signed in to change notification settings

es-shims/Iterator.prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iterator.prototype Version Badge

github actions coverage License Downloads

npm badge

Iterator.prototype, or a shared object to use.

Usage

var iterProto = require('iterator.prototype');
var assert = require('assert');

assert.equal(Object.getPrototypeOf(Object.getPrototypeOf([].keys())), iterProto);