summaryrefslogtreecommitdiff
path: root/node_modules/core-js/library/fn/regexp/match.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/core-js/library/fn/regexp/match.js')
-rw-r--r--node_modules/core-js/library/fn/regexp/match.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/node_modules/core-js/library/fn/regexp/match.js b/node_modules/core-js/library/fn/regexp/match.js
deleted file mode 100644
index 400d0921e..000000000
--- a/node_modules/core-js/library/fn/regexp/match.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es6.regexp.match');
-var MATCH = require('../../modules/_wks')('match');
-module.exports = function(it, str){
- return RegExp.prototype[MATCH].call(it, str);
-}; \ No newline at end of file