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