aboutsummaryrefslogtreecommitdiff
path: root/node_modules/babel-runtime/node_modules/core-js/library/fn/regexp/match.js
blob: 1ca279ef75028e40d6bfc2b04459d9e794ea9f47 (plain)
1
2
3
4
5
require('../../modules/es6.regexp.match');
var MATCH = require('../../modules/_wks')('match');
module.exports = function (it, str) {
  return RegExp.prototype[MATCH].call(it, str);
};