UNPKG

@nejs/currencyinfo

Version:

Zero dependency Intl Currency helper class

14 lines (11 loc) 274 B
// Body of script ends var target = ( (typeof globalThis != 'undefined') ? globalThis : (typeof window != 'undefined') ? window : (typeof global != 'undefined') ? global : undefined ); if (target) { target.CurrencyInfo = CurrencyInfo; } })()