@westrem/currency.info
Version:
currency.info is a collection of information about actively used currencies around the world
21 lines (17 loc) • 629 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.currencyInfoSZL = {}));
})(this, (function (exports) { 'use strict';
const SZL = Object.freeze({
"displayName": "Swazi Lilangeni",
"numericCode": 748,
"defaultFractionDigits": 2,
"subUnit": 100,
"symbolSpaced": true,
"symbolPosition": "after",
"isoCode": "SZL",
"symbol": "L"
});
exports.SZL = SZL;
}));