Files
safari-hunt/node_modules/core-js/fn/regexp/match.js
Vahagn Khachatryan 4fa4328740 Configring node js.
2018-12-07 15:58:35 +00:00

5 lines
181 B
JavaScript

require('../../modules/es6.regexp.match');
var MATCH = require('../../modules/_wks')('match');
module.exports = function(it, str){
return RegExp.prototype[MATCH].call(it, str);
};