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) 219 B
import formatNumberUtil from '../utils/format-number'; import { helper } from '@ember/component/helper'; export default helper(function formatNumber([value], options) { return formatNumberUtil(value, options); });