|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 13 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
466 bytes
|
| Line | |
|---|
| 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.