Version 1
[yaffs-website] / node_modules / core-js / fn / regexp / match.js
1 require('../../modules/es6.regexp.match');
2 var MATCH = require('../../modules/_wks')('match');
3 module.exports = function(it, str){
4   return RegExp.prototype[MATCH].call(it, str);
5 };