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