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