|
@ -150,5 +150,6 @@ module.exports = { |
|
|
getRandomString: getRandomString, |
|
|
getRandomString: getRandomString, |
|
|
formatBytes: formatBytes, |
|
|
formatBytes: formatBytes, |
|
|
formatCurrencyAmount: formatCurrencyAmount, |
|
|
formatCurrencyAmount: formatCurrencyAmount, |
|
|
formatExchangedCurrency: formatExchangedCurrency |
|
|
formatExchangedCurrency: formatExchangedCurrency, |
|
|
|
|
|
addThousandsSeparators: addThousandsSeparators |
|
|
}; |
|
|
}; |
|
|