UNPKG
@nejs/currencyinfo
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
Zero dependency Intl Currency helper class
github.com/nyteshade/currencyinfo
nyteshade/currencyinfo
@nejs/currencyinfo
/
export_helpers
/
iffy_trailing.js
14 lines
(11 loc)
•
274 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Body of script ends
var
target = ( (
typeof
globalThis !=
'undefined'
) ? globalThis : (
typeof
window
!=
'undefined'
) ?
window
: (
typeof
global
!=
'undefined'
) ?
global
:
undefined
);
if
(target) { target.
CurrencyInfo
=
CurrencyInfo
; } })()