Mohammad Asif cf937194cb Removed un-waned things 1. 7 mesiacov pred
..
.github cf937194cb Removed un-waned things 1. 7 mesiacov pred
test cf937194cb Removed un-waned things 1. 7 mesiacov pred
.eslintrc cf937194cb Removed un-waned things 1. 7 mesiacov pred
CHANGELOG.md cf937194cb Removed un-waned things 1. 7 mesiacov pred
LICENSE cf937194cb Removed un-waned things 1. 7 mesiacov pred
README.md cf937194cb Removed un-waned things 1. 7 mesiacov pred
index.js cf937194cb Removed un-waned things 1. 7 mesiacov pred
package.json cf937194cb Removed un-waned things 1. 7 mesiacov pred

README.md

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