@stacrypt/world-countries-info
Version:
List of countries with useful info, and search functions
10 lines (9 loc) • 340 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.baseUrl = void 0;
exports.baseUrl = "https://upload.wikimedia.org/wikipedia/commons";
/**
* Get the full url (wikimedia) from svg links
*/
var getFullSvgUrl = function (svgUrl) { return "" + exports.baseUrl + svgUrl; };
exports.default = getFullSvgUrl;