/node_modules/babel-polyfill/node_modules/core-js/library/fn/regexp/match.js
https://bitbucket.org/worklabschd/bingle_customer2 · JavaScript · 5 lines · 5 code · 0 blank · 0 comment · 0 complexity · 97038c3b650854c2050be0ca0351c018 MD5 · raw file
- require('../../modules/es6.regexp.match');
- var MATCH = require('../../modules/_wks')('match');
- module.exports = function (it, str) {
- return RegExp.prototype[MATCH].call(it, str);
- };