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