first
This commit is contained in:
14
node_modules/core-js/stable/dom-collections/index.js
generated
vendored
Normal file
14
node_modules/core-js/stable/dom-collections/index.js
generated
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
'use strict';
|
||||
require('../../modules/es.object.to-string');
|
||||
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
|
||||
};
|
Reference in New Issue
Block a user