summaryrefslogtreecommitdiff
path: root/node_modules/core-js/modules/_is-array-iter.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/core-js/modules/_is-array-iter.js')
-rw-r--r--node_modules/core-js/modules/_is-array-iter.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/node_modules/core-js/modules/_is-array-iter.js b/node_modules/core-js/modules/_is-array-iter.js
deleted file mode 100644
index 8139d71c2..000000000
--- a/node_modules/core-js/modules/_is-array-iter.js
+++ /dev/null
@@ -1,8 +0,0 @@
-// check on default Array iterator
-var Iterators = require('./_iterators')
- , ITERATOR = require('./_wks')('iterator')
- , ArrayProto = Array.prototype;
-
-module.exports = function(it){
- return it !== undefined && (Iterators.Array === it || ArrayProto[ITERATOR] === it);
-}; \ No newline at end of file