package.stable.dom-collections.index.js Maven / Gradle / Ivy
The newest version!
'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
};
© 2015 - 2024 Weber Informatics LLC | Privacy Policy