first
This commit is contained in:
7
node_modules/core-js/internals/async-iterator-wrap.js
generated
vendored
Normal file
7
node_modules/core-js/internals/async-iterator-wrap.js
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
'use strict';
|
||||
var call = require('../internals/function-call');
|
||||
var createAsyncIteratorProxy = require('../internals/async-iterator-create-proxy');
|
||||
|
||||
module.exports = createAsyncIteratorProxy(function () {
|
||||
return call(this.next, this.iterator);
|
||||
}, true);
|
Reference in New Issue
Block a user