blob: 0534ac3bc352b381dafdcff4f253d706fdfd5a24 [file] [log] [blame]
'use strict';
module.exports = require('./is-implemented')()
? RegExp.prototype.match
: require('./shim');