first
This commit is contained in:
10
node_modules/core-js/modules/esnext.async-iterator.as-indexed-pairs.js
generated
vendored
Normal file
10
node_modules/core-js/modules/esnext.async-iterator.as-indexed-pairs.js
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
'use strict';
|
||||
// TODO: Remove from `core-js@4`
|
||||
var $ = require('../internals/export');
|
||||
var indexed = require('../internals/async-iterator-indexed');
|
||||
|
||||
// `AsyncIterator.prototype.asIndexedPairs` method
|
||||
// https://github.com/tc39/proposal-iterator-helpers
|
||||
$({ target: 'AsyncIterator', name: 'indexed', proto: true, real: true, forced: true }, {
|
||||
asIndexedPairs: indexed
|
||||
});
|
Reference in New Issue
Block a user