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