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

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