blob: 0b09025b0cde8d058c1a2752207bd3fcb681c4bb [file] [log] [blame]
'use strict';
if (!require('./is-implemented')()) {
Object.defineProperty(String.prototype, 'endsWith',
{ value: require('./shim'), configurable: true, enumerable: false,
writable: true });
}