From 416c2cbae0e69b724876d232bf813eefd7550174 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Fri, 11 Aug 2017 14:56:13 -0400 Subject: getting there --- .next/dist/lib/formatMoney.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .next/dist/lib/formatMoney.js (limited to '.next/dist/lib') diff --git a/.next/dist/lib/formatMoney.js b/.next/dist/lib/formatMoney.js new file mode 100644 index 0000000..529dd2f --- /dev/null +++ b/.next/dist/lib/formatMoney.js @@ -0,0 +1,9 @@ +'use strict'; + +Object.defineProperty(exports, "__esModule", { + value: true +}); + +exports.default = function (amount) { + return '$' + (amount / 100).toLocaleString(); +}; \ No newline at end of file -- cgit v1.3