aboutsummaryrefslogtreecommitdiff
path: root/node_modules/babel-runtime/node_modules/core-js/fn/set/from.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/babel-runtime/node_modules/core-js/fn/set/from.js')
-rw-r--r--node_modules/babel-runtime/node_modules/core-js/fn/set/from.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/node_modules/babel-runtime/node_modules/core-js/fn/set/from.js b/node_modules/babel-runtime/node_modules/core-js/fn/set/from.js
deleted file mode 100644
index fe1d39580..000000000
--- a/node_modules/babel-runtime/node_modules/core-js/fn/set/from.js
+++ /dev/null
@@ -1,8 +0,0 @@
-'use strict';
-require('../../modules/es6.set');
-require('../../modules/es7.set.from');
-var $Set = require('../../modules/_core').Set;
-var $from = $Set.from;
-module.exports = function from(source, mapFn, thisArg) {
- return $from.call(typeof this === 'function' ? this : $Set, source, mapFn, thisArg);
-};