UNPKG

@dinero.js/currencies

Version:

Common currency implementations for Dinero.js

8 lines 88 B
/** * Serbian dinar. */ export var RSD = { code: 'RSD', base: 10, exponent: 2 };