UNPKG

mystash

Version:
4 lines (2 loc) 149 B
const currencyFormatter = require('currency-formatter'); module.exports = (value, currency) => currencyFormatter.format(value, { code: currency });