Blame view

node_modules/es5-ext/reg-exp/#/match/index.js 110 Bytes
aaac7fed   liuqimichale   add
1
2
3
4
5
  "use strict";
  
  module.exports = require("./is-implemented")()
  	? RegExp.prototype.match
  	: require("./shim");