aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/modules/esnext.async-iterator.to-array.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/core-js/modules/esnext.async-iterator.to-array.js')
-rw-r--r--node_modules/core-js/modules/esnext.async-iterator.to-array.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/node_modules/core-js/modules/esnext.async-iterator.to-array.js b/node_modules/core-js/modules/esnext.async-iterator.to-array.js
deleted file mode 100644
index 04e3e7f..0000000
--- a/node_modules/core-js/modules/esnext.async-iterator.to-array.js
+++ /dev/null
@@ -1,10 +0,0 @@
-'use strict';
-// https://github.com/tc39/proposal-iterator-helpers
-var $ = require('../internals/export');
-var $toArray = require('../internals/async-iterator-iteration').toArray;
-
-$({ target: 'AsyncIterator', proto: true, real: true }, {
- toArray: function toArray() {
- return $toArray(this);
- }
-});