exports = function (money) { return money.toLocaleString("de-DE", { minimumFractionDigits: 0 }); };