UNPKG

@stacrypt/world-countries-info

Version:

List of countries with useful info, and search functions

7 lines (6 loc) 223 B
export declare const baseUrl = "https://upload.wikimedia.org/wikipedia/commons"; /** * Get the full url (wikimedia) from svg links */ declare const getFullSvgUrl: (svgUrl: string) => string; export default getFullSvgUrl;