|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
342 bytes
|
| Line | |
|---|
| 1 | 'use strict';
|
|---|
| 2 | // TODO: Remove from `core-js@4`
|
|---|
| 3 | var $ = require('../internals/export');
|
|---|
| 4 | var indexed = require('../internals/async-iterator-indexed');
|
|---|
| 5 |
|
|---|
| 6 | // `AsyncIterator.prototype.indexed` method
|
|---|
| 7 | // https://github.com/tc39/proposal-iterator-helpers
|
|---|
| 8 | $({ target: 'AsyncIterator', proto: true, real: true, forced: true }, {
|
|---|
| 9 | indexed: indexed
|
|---|
| 10 | });
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.