UNPKG

@dinero.js/currencies

Version:

Common currency implementations for Dinero.js

8 lines 93 B
/** * Israeli new shekel. */ export var ILS = { code: 'ILS', base: 10, exponent: 2 };