UNPKG

@rocketsofawesome/mirage

Version:

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

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