UNPKG
mystash
Version:
latest (0.2.0)
0.2.0
Personal finance app
github.com/jozsi/mystash
jozsi/mystash
mystash
/
src
/
isomorphic
/
currencyValue.js
4 lines
(2 loc)
•
149 B
JavaScript
View Raw
1
2
3
4
const
currencyFormatter =
require
(
'currency-formatter'
);
module
.
exports
=
(
value, currency
) =>
currencyFormatter.
format
(value, {
code
: currency });