{ /* */ } function formatPrice(price) { return (price / 100).toFixed(2); } module.exports = { formatPrice: formatPrice };