]> git.r.bdr.sh - rbdr/dotfiles/blob
0534ac3bc352b381dafdcff4f253d706fdfd5a24
[rbdr/dotfiles] /
1 'use strict';
2
3 module.exports = require('./is-implemented')()
4 ? RegExp.prototype.match
5 : require('./shim');