iterator.prototype

1.1.2 • Public • Published

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

/iterator.prototype/

    Package Sidebar

    Install

    npm i iterator.prototype

    Weekly Downloads

    10,111,065

    Version

    1.1.2

    License

    MIT

    Unpacked Size

    10.1 kB

    Total Files

    8

    Last publish

    Collaborators

    • ljharb