.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / core-js / es / regexp / match.js
1 require('../../modules/es.string.match');
2 var wellKnownSymbol = require('../../internals/well-known-symbol');
3
4 var MATCH = wellKnownSymbol('match');
5
6 module.exports = function (it, str) {
7   return RegExp.prototype[MATCH].call(it, str);
8 };