blob: d2d9484827957ed2dd12724b4f7adc1e0f00bc60 [file] [log] [blame]
'use strict';
module.exports = require('./is-implemented')()
? String.prototype.endsWith
: require('./shim');