index.js 110 B

12345
  1. "use strict";
  2. module.exports = require("./is-implemented")()
  3. ? RegExp.prototype.match
  4. : require("./shim");