@westrem/currency.info
Version:
currency.info is a collection of information about actively used currencies around the world
21 lines (17 loc) • 637 B
JavaScript
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.currencyInfoXDR = {}));
})(this, (function (exports) { 'use strict';
const XDR = Object.freeze({
"displayName": "Special drawing rights",
"numericCode": 960,
"defaultFractionDigits": 0,
"subUnit": 1,
"symbolSpaced": true,
"symbolPosition": "before",
"isoCode": "XDR",
"symbol": "XDR"
});
exports.XDR = XDR;
}));