/var/www/verywell.gr/server/delivery/node_modules/es5-ext/string/#/repeat
NameSizeModeActions
implement.js2010644editdlrm
index.js1090644editdlrm
is-implemented.js1560644editdlrm
shim.js7110644editdlrm
Edit: /var/www/verywell.gr/server/delivery/node_modules/es5-ext/string/#/repeat/is-implemented.js (156B)
"use strict"; var str = "foo"; module.exports = function () { if (typeof str.repeat !== "function") return false; return str.repeat(2) === "foofoo"; };