]> git.r.bdr.sh - rbdr/dotfiles/blob
921c9368e780b651482a1cf5ca95f06bb243711d
[rbdr/dotfiles] /
1 'use strict';
2
3 if (!require('./is-implemented')()) {
4 Object.defineProperty(RegExp.prototype, 'match', { value: require('./shim'),
5 configurable: true, enumerable: false, writable: true });
6 }