massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / core-js / es / regexp / test.js
1 require('../../modules/es.regexp.exec');
2 require('../../modules/es.regexp.test');
3 var uncurryThis = require('../../internals/function-uncurry-this');
4
5 module.exports = uncurryThis(/./.test);