const toDecimalMark = num => num.toLocaleString('en-US'); module.exports = toDecimalMark