/var/www/greso.tech/server/nsm/node_modules/es5-ext/string/#/starts-with
NameSizeModeActions
implement.js2050644editdlrm
index.js1130644editdlrm
is-implemented.js2070644editdlrm
shim.js3900644editdlrm
Edit: /var/www/greso.tech/server/nsm/node_modules/es5-ext/string/#/starts-with/is-implemented.js (207B)
"use strict"; var str = "razdwatrzy"; module.exports = function () { if (typeof str.startsWith !== "function") return false; return str.startsWith("trzy") === false && str.startsWith("raz") === true; };