massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / core-js / es / regexp / test.js
index b71d4a0f78f75a7a419a96f15cb0a3f33fb4b3f7..61805bbf906d2f88c56271465ef9f7f71dc2820c 100644 (file)
@@ -1,6 +1,5 @@
 require('../../modules/es.regexp.exec');
 require('../../modules/es.regexp.test');
+var uncurryThis = require('../../internals/function-uncurry-this');
 
-module.exports = function (re, string) {
-  return RegExp.prototype.test.call(re, string);
-};
+module.exports = uncurryThis(/./.test);