UNPKG

@fleetbase/ember-accounting

Version:

Updated port of the great accounting.js library to ES6 modules that integrates seamlessly with ember-cli

7 lines (5 loc) 215 B
import formatMoneyUtil from '../utils/format-money'; import { helper } from '@ember/component/helper'; export default helper(function formatMoney([value], options) { return formatMoneyUtil(value, options); });