/var/www/qr4y.com/server/delivery/node_modules/es5-ext/string/#/ends-with
NameSizeModeActions
implement.js2030644editdlrm
index.js1110644editdlrm
is-implemented.js2010644editdlrm
shim.js5960644editdlrm
Edit: /var/www/qr4y.com/server/delivery/node_modules/es5-ext/string/#/ends-with/is-implemented.js (201B)
"use strict"; var str = "razdwatrzy"; module.exports = function () { if (typeof str.endsWith !== "function") return false; return str.endsWith("trzy") === true && str.endsWith("raz") === false; };