main
Last change
on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 2 weeks ago |
F4 Finalna Verzija
|
-
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.