PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/es5-ext/string/#/repeat
Просмотр файла: is-implemented.js
"use strict";
var str = "foo";
module.exports = function () {
if (typeof str.repeat !== "function") return false;
return str.repeat(2) === "foofoo";
};
Выполнить команду
Для локальной разработки. Не используйте в интернете!