main
Last change
on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 16 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
466 bytes
|
Rev | Line | |
---|
[d24f17c] | 1 | 'use strict';
|
---|
| 2 | require('../../modules/es.object.to-string');
|
---|
| 3 | require('../../modules/web.dom-collections.for-each');
|
---|
| 4 | require('../../modules/web.dom-collections.iterator');
|
---|
| 5 | var ArrayIterators = require('../../modules/es.array.iterator');
|
---|
| 6 | var forEach = require('../../internals/array-for-each');
|
---|
| 7 |
|
---|
| 8 | module.exports = {
|
---|
| 9 | keys: ArrayIterators.keys,
|
---|
| 10 | values: ArrayIterators.values,
|
---|
| 11 | entries: ArrayIterators.entries,
|
---|
| 12 | iterator: ArrayIterators.values,
|
---|
| 13 | forEach: forEach
|
---|
| 14 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.