github-pages-deploy-action/node_modules/core-js-pure/stable/dom-collections/index.js
2020-03-06 22:45:40 -05:00

13 lines
406 B
JavaScript

require('../../modules/web.dom-collections.for-each');
require('../../modules/web.dom-collections.iterator');
var ArrayIterators = require('../../modules/es.array.iterator');
var forEach = require('../../internals/array-for-each');
module.exports = {
keys: ArrayIterators.keys,
values: ArrayIterators.values,
entries: ArrayIterators.entries,
iterator: ArrayIterators.values,
forEach: forEach
};