iterator.prototype

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

MIT 8 个版本
安装
npm install iterator.prototype
yarn add iterator.prototype
pnpm add iterator.prototype
bun add iterator.prototype
README

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);
版本列表
1.1.5 2025-01-02
1.1.4 2024-12-12
1.1.3 2024-10-08
1.1.2 2023-09-14
1.1.1 2023-08-30
1.1.0 2022-12-10
1.0.1 2022-12-09
1.0.0 2022-12-06