github-pages-deploy-action/node_modules/core-js-pure/es/regexp/match.js
2020-03-06 22:45:40 -05:00

9 lines
239 B
JavaScript

require('../../modules/es.string.match');
var wellKnownSymbol = require('../../internals/well-known-symbol');
var MATCH = wellKnownSymbol('match');
module.exports = function (it, str) {
return RegExp.prototype[MATCH].call(it, str);
};