UNPKG

@rocketsofawesome/mirage

Version:

[Live Demo of the Pattern Library](https://rocketsofawesome.github.io/mirage/)

6 lines (4 loc) 146 B
import accounting from 'accounting' export const formatPrice = (value = 0, ...options) => { return accounting.formatMoney(value, ...options) }