PHP WebShell
Текущая директория: /opt/BitGoJS/modules/express/node_modules/sinon/lib/sinon/util/core
Просмотр файла: times-in-words.js
"use strict";
var array = [null, "once", "twice", "thrice"];
module.exports = function timesInWords(count) {
return array[count] || `${count || 0} times`;
};
Выполнить команду
Для локальной разработки. Не используйте в интернете!