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