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

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