massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / core-js / stable / dom-collections / index.js
1 require('../../modules/es.object.to-string');
2 require('../../modules/web.dom-collections.for-each');
3 require('../../modules/web.dom-collections.iterator');
4 var ArrayIterators = require('../../modules/es.array.iterator');
5 var forEach = require('../../internals/array-for-each');
6
7 module.exports = {
8   keys: ArrayIterators.keys,
9   values: ArrayIterators.values,
10   entries: ArrayIterators.entries,
11   iterator: ArrayIterators.values,
12   forEach: forEach
13 };