namirasoft-core 1.2.13 → 1.2.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/Countries.ts CHANGED
@@ -1,487 +1,487 @@
1
- import { Country } from "./Country";
2
-
3
- export class Countries
4
- {
5
- static Afghanistan: Country = new Country('Asia', 'Afghanistan', 'AF', 'AFG', '93', false, 0.1121, []);
6
- static Albania: Country = new Country('Europe', 'Albania', 'AL', 'ALB', '355', false, 0.1131, []);
7
- static Algeria: Country = new Country('Africa', 'Algeria', 'DZ', 'DZA', '213', false, 0.1655, []);
8
- static American_Samoa: Country = new Country('Oceania', 'American Samoa', 'AS', 'ASM', '1684', false, 0.1975, []);
9
- static Andorra: Country = new Country('Europe', 'Andorra', 'AD', 'AND', '376', false, 0.5161, []);
10
- static Angola: Country = new Country('Africa', 'Angola', 'AO', 'AGO', '244', false, 0.0647, []);
11
- static Anguilla: Country = new Country('North America', 'Anguilla', 'AI', 'AIA', '1264', false, 0.6709, []);
12
- static Antarctica: Country = new Country('Antarctica', 'Antarctica', 'AQ', 'ATA', '672', false, 0.0001, []);
13
- static Antigua_and_Barbuda: Country = new Country('North America', 'Antigua and Barbuda', 'AG', 'ATG', '1268', false, 0.2115, ["Antigua", "Barbuda"]);
14
- static Argentina: Country = new Country('South America', 'Argentina', 'AR', 'ARG', '54', false, 0.0329, []);
15
- static Armenia: Country = new Country('Asia', 'Armenia', 'AM', 'ARM', '374', false, 0.2502, []);
16
- static Aruba: Country = new Country('South America', 'Aruba', 'AW', 'ABW', '297', false, 0.1598, []);
17
- static Australia: Country = new Country('Oceania', 'Australia', 'AU', 'AUS', '61', false, 0.6402, []);
18
- static Austria: Country = new Country('Europe', 'Austria', 'AT', 'AUT', '43', true, 0.5095, []);
19
- static Azerbaijan: Country = new Country('Asia,Europe', 'Azerbaijan', 'AZ', 'AZE', '994', false, 0.2194, []);
20
- static Bahamas: Country = new Country('North America', 'Bahamas', 'BS', 'BHS', '1242', false, 0.4938, []);
21
- static Bahrain: Country = new Country('Asia', 'Bahrain', 'BH', 'BHR', '973', false, 0.4984, []);
22
- static Bangladesh: Country = new Country('Asia', 'Bangladesh', 'BD', 'BGD', '880', false, 0.0315, []);
23
- static Barbados: Country = new Country('North America', 'Barbados', 'BB', 'BRB', '1246', false, 0.2064, []);
24
- static Belarus: Country = new Country('Europe', 'Belarus', 'BY', 'BLR', '375', false, 0.1473, []);
25
- static Belgium: Country = new Country('Europe', 'Belgium', 'BE', 'BEL', '32', true, 0.827, []);
26
- static Belize: Country = new Country('North America', 'Belize', 'BZ', 'BLZ', '501', false, 0.246, []);
27
- static Benin: Country = new Country('Africa', 'Benin', 'BJ', 'BEN', '229', false, 0.0697, []);
28
- static Bermuda: Country = new Country('North America', 'Bermuda', 'BM', 'BMU', '1441', false, 0.2014, []);
29
- static Bhutan: Country = new Country('Asia', 'Bhutan', 'BT', 'BTN', '975', false, 0.0569, []);
30
- static Bolivia: Country = new Country('South America', 'Bolivia', 'BO', 'BOL', '591', false, 0.681, []);
31
- static Bosnia_and_Herzegovina: Country = new Country('Europe', 'Bosnia and Herzegovina', 'BA', 'BIH', '387', false, 0.1582, ["Bosnia", "Herzegovina"]);
32
- static Botswana: Country = new Country('Africa', 'Botswana', 'BW', 'BWA', '267', false, 0.1145, []);
33
- static Brazil: Country = new Country('South America', 'Brazil', 'BR', 'BRA', '55', false, 0.2086, []);
34
- static British_Virgin_Islands: Country = new Country('North America', 'British Virgin Islands', 'VG', 'VGB', '1284', false, 0.2319, ["British Virgin Island"]);
35
- static Brunei: Country = new Country('Asia', 'Brunei', 'BN', 'BRN', '673', false, 0.3016, []);
36
- static Bulgaria: Country = new Country('Europe', 'Bulgaria', 'BG', 'BGR', '359', true, 0.2268, []);
37
- static Burkina_Faso: Country = new Country('Africa', 'Burkina Faso', 'BF', 'BFA', '226', false, 0.0678, ["Burkina", "Faso"]);
38
- static Burma_Myanmar: Country = new Country('Asia', 'Burma (Myanmar)', 'MM', 'MMR', '95', false, 0.0328, ["Burma Myanmar", "Myanmar Burma", "Burma", "Myanmar"]);
39
- static Burundi: Country = new Country('Africa', 'Burundi', 'BI', 'BDI', '257', false, 0.072, []);
40
- static Cambodia: Country = new Country('Asia', 'Cambodia', 'KH', 'KHM', '855', false, 0.1017, []);
41
- static Cameroon: Country = new Country('Africa', 'Cameroon', 'CM', 'CMR', '237', false, 0.0943, []);
42
- static Canada: Country = new Country('North America', 'Canada', 'CA', 'CAN', '1', false, 0.924, []);
43
- static Cape_Verde: Country = new Country('Africa', 'Cape Verde', 'CV', 'CPV', '238', false, 0.2488, ["Cabo Verde", "Cabo", "Cape", "Verde"]);
44
- static Cayman_Islands: Country = new Country('North America', 'Cayman Islands', 'KY', 'CYM', '1345', false, 0.5012, ["Cayman"]);
45
- static Central_African_Republic: Country = new Country('Africa', 'Central African Republic', 'CF', 'CAF', '236', false, 0.0888, ["Central African", "Central", "African"]);
46
- static Chad: Country = new Country('Africa', 'Chad', 'TD', 'TCD', '235', false, 0.0998, []);
47
- static Chile: Country = new Country('South America', 'Chile', 'CL', 'CHL', '56', false, 0.2672, []);
48
- static China: Country = new Country('Asia', 'China', 'CN', 'CHN', '86', false, 0.532, []);
49
- static Christmas_Island: Country = new Country('Asia', 'Christmas Island', 'CX', 'CXR', '61', false, 0.8013, ["Christmas"]);
50
- static Cocos_Keeling_Islands: Country = new Country('Asia', 'Cocos (Keeling) Islands', 'CC', 'CCK', '61', false, 0.2532, ["Cocos Islands", "Keeling Islands", "Cocos Island", "Keeling Island", "Cocos", "Keeling"]);
51
- static Colombia: Country = new Country('South America', 'Colombia', 'CO', 'COL', '57', false, 0.1246, []);
52
- static Comoros: Country = new Country('Africa', 'Comoros', 'KM', 'COM', '269', false, 0.0825, []);
53
- static Cook_Islands: Country = new Country('Oceania', 'Cook Islands', 'CK', 'COK', '682', false, 0.3758, ["Cook"]);
54
- static Costa_Rica: Country = new Country('North America', 'Costa Rica', 'CR', 'CRC', '506', false, 0.502, ["Costa", "Rica"]);
55
- static Croatia: Country = new Country('Europe', 'Croatia', 'HR', 'HRV', '385', true, 0.2638, []);
56
- static Cuba: Country = new Country('North America', 'Cuba', 'CU', 'CUB', '53', false, 0.1154, []);
57
- static Curacao: Country = new Country('South America', 'Curaçao', 'CW', 'CUW', '+599', false, 0.5, ["Curacao"]);
58
- static Cyprus: Country = new Country('Asia', 'Cyprus', 'CY', 'CYP', '357', false, 0.2904, []);
59
- static Czech_Republic: Country = new Country('Europe', 'Czech Republic', 'CZ', 'CZE', '420', true, 0.338, ["Czech", "Czechia", "Czechia Republic"]);
60
- static Democratic_Republic_of_the_Congo: Country = new Country('Africa', 'Democratic Republic of the Congo', 'CD', 'COD', '243', false, 0.0295, ["DR Congo", "Congo DR", "Congo Democratic Republic", "Congo Republic Democratic", "Democratic Congo Republic", "Democratic Republic Congo", "Republic Congo Democratic", "Republic Democratic Congo"]);
61
- static Denmark: Country = new Country('Europe', 'Denmark', 'DK', 'DNK', '45', true, 0.7341, []);
62
- static Djibouti: Country = new Country('Africa', 'Djibouti', 'DJ', 'DJI', '253', false, 0.196, []);
63
- static Dominica: Country = new Country('North America', 'Dominica', 'DM', 'DMA', '1767', false, 0.0699, []);
64
- static Dominican_Republic: Country = new Country('North America', 'Dominican Republic', 'DO', 'DOM', '1809', false, 0.0455, ["Dominican"]);
65
- static Ecuador: Country = new Country('South America', 'Ecuador', 'EC', 'ECU', '593', false, 0.1723, []);
66
- static Egypt: Country = new Country('Africa,Asia', 'Egypt', 'EG', 'EGY', '20', false, 0.0472, []);
67
- static El_Salvador: Country = new Country('North America', 'El Salvador', 'SV', 'SLV', '503', false, 0.2167, ["Salvador"]);
68
- static Equatorial_Guinea: Country = new Country('Africa', 'Equatorial Guinea', 'GQ', 'GNQ', '240', false, 0.098, []);
69
- static Eritrea: Country = new Country('Africa', 'Eritrea', 'ER', 'ERI', '291', false, 0.0577, []);
70
- static Estonia: Country = new Country('Europe', 'Estonia', 'EE', 'EST', '372', true, 0.3684, []);
71
- static Ethiopia: Country = new Country('Africa', 'Ethiopia', 'ET', 'ETH', '251', false, 0.021, []);
72
- static Falkland_Islands: Country = new Country('South America', 'Falkland Islands', 'FK', 'FLK', '500', false, 0.2563, ["Falkland"]);
73
- static Faroe_Islands: Country = new Country('Europe', 'Faroe Islands', 'FO', 'FRO', '298', false, 0.4844, ["Faroe"]);
74
- static Fiji: Country = new Country('Oceania', 'Fiji', 'FJ', 'FJI', '679', false, 0.2755, []);
75
- static Finland: Country = new Country('Europe', 'Finland', 'FI', 'FIN', '358', true, 0.6316, []);
76
- static France: Country = new Country('Europe', 'France', 'FR', 'FRA', '33', true, 0.5563, []);
77
- static French_Polynesia: Country = new Country('Oceania', 'French Polynesia', 'PF', 'PYF', '689', false, 0.1645, ["Polynesia French", "Polynesia"]);
78
- static French_Guiana: Country = new Country('South America', 'French Guiana', 'GF', 'GUF', '594', false, 0.05, ["Guiana", "Guiana French"]);
79
- static Gabon: Country = new Country('Africa', 'Gabon', 'GA', 'GAB', '241', false, 0.1134, []);
80
- static Gambia: Country = new Country('Africa', 'Gambia', 'GM', 'GMB', '220', false, 0.0326, []);
81
- static Georgia: Country = new Country('Asia,Europe', 'Georgia', 'GE', 'GEO', '995', false, 0.3215, []);
82
- static Germany: Country = new Country('Europe', 'Germany', 'DE', 'DEU', '49', true, 0.5123, []);
83
- static Ghana: Country = new Country('Africa', 'Ghana', 'GH', 'GHA', '233', false, 0.0721, []);
84
- static Gibraltar: Country = new Country('Europe', 'Gibraltar', 'GI', 'GIB', '350', false, 0.5171, []);
85
- static Greece: Country = new Country('Europe', 'Greece', 'GR', 'GRC', '30', true, 0.3268, []);
86
- static Greenland: Country = new Country('North America', 'Greenland', 'GL', 'GRL', '299', false, 0.5098, []);
87
- static Grenada: Country = new Country('North America', 'Grenada', 'GD', 'GRD', '1473', false, 0.2942, []);
88
- static Guam: Country = new Country('Oceania', 'Guam', 'GU', 'GUM', '1671', false, 0.1773, []);
89
- static Guadeloupe: Country = new Country('North America', 'Guadeloupe', 'GP', 'GLP', '590', false, 0.05, []);
90
- static Guatemala: Country = new Country('North America', 'Guatemala', 'GT', 'GTM', '502', false, 0.169, []);
91
- static Guinea: Country = new Country('Africa', 'Guinea', 'GN', 'GIN', '224', false, 0.1014, []);
92
- static Guinea_Bissau: Country = new Country('Africa', 'Guinea-Bissau', 'GW', 'GNB', '245', false, 0.0699, ["Bissau", "Guinea Bissau"]);
93
- static Guyana: Country = new Country('South America', 'Guyana', 'GY', 'GUY', '592', false, 0.106, []);
94
- static Haiti: Country = new Country('North America', 'Haiti', 'HT', 'HTI', '509', false, 0.0593, []);
95
- static Holy_See_Vatican_City: Country = new Country('Europe', 'Holy See (Vatican City)', 'VA', 'VAT', '39', false, 0.427, ["Holy See", "Vatican City", "Vatican"]);
96
- static Honduras: Country = new Country('North America', 'Honduras', 'HN', 'HND', '504', false, 0.144, []);
97
- static Hong_Kong: Country = new Country('Asia', 'Hong Kong', 'HK', 'HKG', '852', false, 0.5949, ["Hong", "Kong"]);
98
- static Hungary: Country = new Country('Europe', 'Hungary', 'HU', 'HUN', '36', true, 0.1645, []);
99
- static Iceland: Country = new Country('Europe', 'Iceland', 'IS', 'IS', '354', false, 0.6072, []);
100
- static India: Country = new Country('Asia', 'India', 'IN', 'IND', '91', false, 0.0488, []);
101
- static Indonesia: Country = new Country('Asia', 'Indonesia', 'ID', 'IDN', '62', false, 0.0983, []);
102
- static Iran: Country = new Country('Asia', 'Iran', 'IR', 'IRN', '98', false, 0.1358, []);
103
- static Iraq: Country = new Country('Asia', 'Iraq', 'IQ', 'IRQ', '964', false, 0.1777, []);
104
- static Ireland: Country = new Country('Europe', 'Ireland', 'IE', 'IRL', '353', true, 0.4322, []);
105
- static Isle_of_Man: Country = new Country('Europe', 'Isle of Man', 'IM', 'IMN', '44', false, 0.7946, ["Isle", "Man"]);
106
- static Israel: Country = new Country('Asia', 'Israel', 'IL', 'ISR', '972', false, 0.4304, []);
107
- static Italy: Country = new Country('Europe', 'Italy', 'IT', 'ITA', '39', true, 0.4906, []);
108
- static Ivory_Coast: Country = new Country('Africa', 'Ivory Coast', 'CI', 'CIV', '225', false, 0.0692, ["Ivory", "Coast"]);
109
- static Jamaica: Country = new Country('North America', 'Jamaica', 'JM', 'JAM', '1876', false, 0.0796, []);
110
- static Japan: Country = new Country('Asia', 'Japan', 'JP', 'JPN', '81', false, 0.495, []);
111
- static Jordan: Country = new Country('Asia', 'Jordan', 'JO', 'JOR', '962', false, 0.2877, []);
112
- static Kazakhstan: Country = new Country('Asia', 'Kazakhstan', 'KZ', 'KAZ', '7', false, 0.1045, []);
113
- static Kenya: Country = new Country('Africa', 'Kenya', 'KE', 'KEN', '254', false, 0.1513, []);
114
- static Kiribati: Country = new Country('Oceania', 'Kiribati', 'KI', 'KIR', '686', false, 0.3287, []);
115
- static Kosovo: Country = new Country('Europe', 'Kosovo', 'XK', 'XXK', '381', false, 0.0665, []);
116
- static Kuwait: Country = new Country('Asia', 'Kuwait', 'KW', 'KWT', '965', false, 0.5213, []);
117
- static Kyrgyzstan: Country = new Country('Asia', 'Kyrgyzstan', 'KG', 'KGZ', '996', false, 0.0288, []);
118
- static Laos: Country = new Country('Asia', 'Laos', 'LA', 'LAO', '856', false, 0.0333, []);
119
- static Latvia: Country = new Country('Europe', 'Latvia', 'LV', 'LVA', '371', true, 0.249, []);
120
- static Lebanon: Country = new Country('Asia', 'Lebanon', 'LB', 'LBN', '961', false, 0.1917, []);
121
- static Lesotho: Country = new Country('Africa', 'Lesotho', 'LS', 'LSO', '266', false, 0.0856, []);
122
- static Liberia: Country = new Country('Africa', 'Liberia', 'LR', 'LBR', '231', false, 0.059, []);
123
- static Libya: Country = new Country('Africa', 'Libya', 'LY', 'LBY', '218', false, 0.0601, []);
124
- static Liechtenstein: Country = new Country('Europe', 'Liechtenstein', 'LI', 'LIE', '423', false, 0.7262, []);
125
- static Lithuania: Country = new Country('Europe', 'Lithuania', 'LT', 'LTU', '370', true, 0.1274, []);
126
- static Luxembourg: Country = new Country('Europe', 'Luxembourg', 'LU', 'LUX', '352', true, 0.6601, []);
127
- static Macau: Country = new Country('Asia', 'Macau', 'MO', 'MAC', '853', false, 0.1178, []);
128
- static Macedonia: Country = new Country('Europe', 'Macedonia', 'MK', 'MKD', '389', false, 0.1004, ["North Macedonia"]);
129
- static Madagascar: Country = new Country('Africa', 'Madagascar', 'MG', 'MDG', '261', false, 0.0374, []);
130
- static Malawi: Country = new Country('Africa', 'Malawi', 'MW', 'MWI', '265', false, 0.0203, []);
131
- static Malaysia: Country = new Country('Asia', 'Malaysia', 'MY', 'MYS', '60', false, 0.1882, []);
132
- static Maldives: Country = new Country('Asia', 'Maldives', 'MV', 'MDV', '960', false, 0.158, []);
133
- static Mali: Country = new Country('Africa', 'Mali', 'ML', 'MLI', '223', false, 0.0676, []);
134
- static Malta: Country = new Country('Europe', 'Malta', 'MT', 'MLT', '356', true, 0.6212, []);
135
- static Marshall_Islands: Country = new Country('Oceania', 'Marshall Islands', 'MH', 'MHL', '692', false, 0.2863, ["Marshall"]);
136
- static Martinique: Country = new Country('North America', 'Martinique', 'MQ', 'MTQ', '596', false, 0.05, []);
137
- static Mauritania: Country = new Country('Africa', 'Mauritania', 'MR', 'MRT', '222', false, 0.0679, []);
138
- static Mauritius: Country = new Country('Africa', 'Mauritius', 'MU', 'MUS', '230', false, 0.1348, []);
139
- static Mayotte: Country = new Country('Africa', 'Mayotte', 'YT', 'MYT', '262', false, 0.3485, []);
140
- static Mexico: Country = new Country('South America', 'Mexico', 'MX', 'MEX', '52', false, 0.2132, []);
141
- static Micronesia: Country = new Country('Oceania', 'Micronesia', 'FM', 'FSM', '691', false, 0.1774, []);
142
- static Moldova: Country = new Country('Europe', 'Moldova', 'MD', 'MDA', '373', false, 0.1742, []);
143
- static Monaco: Country = new Country('Europe', 'Monaco', 'MC', 'MCO', '377', false, 0.5706, []);
144
- static Mongolia: Country = new Country('Asia', 'Mongolia', 'MN', 'MNG', '976', false, 0.0719, []);
145
- static Montenegro: Country = new Country('Europe', 'Montenegro', 'ME', 'MNE', '382', false, 0.3594, []);
146
- static Montserrat: Country = new Country('North America', 'Montserrat', 'MS', 'MSR', '1664', false, 0.1276, []);
147
- static Morocco: Country = new Country('Africa', 'Morocco', 'MA', 'MAR', '212', false, 0.2339, []);
148
- static Mozambique: Country = new Country('Africa', 'Mozambique', 'MZ', 'MOZ', '258', false, 0.0798, []);
149
- static Namibia: Country = new Country('Africa', 'Namibia', 'NA', 'NAM', '264', false, 0.1273, []);
150
- static Nauru: Country = new Country('Oceania', 'Nauru', 'NR', 'NRU', '674', false, 0.0665, []);
151
- static Nepal: Country = new Country('Asia', 'Nepal', 'NP', 'NPL', '977', false, 0.0771, []);
152
- static Netherlands: Country = new Country('Europe', 'Netherlands', 'NL', 'NLD', '31', true, 0.6572, []);
153
- static Netherlands_Antilles: Country = new Country('North Amercia', 'Netherlands Antilles', 'AN', 'ANT', '599', false, 0.3101, ["Antilles", "Antille", "Antill"]);
154
- static Bonaire_Sint_Eustatius_and_Saba: Country = new Country('North Amercia', 'Bonaire, Sint Eustatius and Saba', 'BQ', 'BES', '599', false, 0.05, ["Bonaire", "Sint Eustatius", "Saba", "Bonaire Sint Eustatius", "Bonaire Saba", "Sint Eustatius Saba"]);
155
- static New_Caledonia: Country = new Country('Oceania', 'New Caledonia', 'NC', 'NCL', '687', false, 0.099, ["Caledonia"]);
156
- static New_Zealand: Country = new Country('Oceania', 'New Zealand', 'NZ', 'NZL', '64', false, 0.647, ["Zealand"]);
157
- static Nicaragua: Country = new Country('North America', 'Nicaragua', 'NI', 'NIC', '505', false, 0.0656, []);
158
- static Niger: Country = new Country('Africa', 'Niger', 'NE', 'NER', '227', false, 0.0694, []);
159
- static Nigeria: Country = new Country('Africa', 'Nigeria', 'NG', 'NGA', '234', false, 0.0964, []);
160
- static Niue: Country = new Country('Oceania', 'Niue', 'NU', 'NIU', '683', false, 0.3961, []);
161
- static Norfolk_Island: Country = new Country('Oceania', 'Norfolk Island', 'NF', 'NFK', '672', false, 0.7342, ["Norfolk"]);
162
- static North_Korea: Country = new Country('Asia', 'North Korea', 'KP', 'PRK', '850', false, 0.0011, []);
163
- static Northern_Mariana_Islands: Country = new Country('Oceania', 'Northern Mariana Islands', 'MP', 'MNP', '1670', false, 0.2522, ["Mariana", "Northern Mariana", "Mariana Islands"]);
164
- static Norway: Country = new Country('Europe', 'Norway', 'NO', 'NOR', '47', false, 0.6515, []);
165
- static Oman: Country = new Country('Asia', 'Oman', 'OM', 'OMN', '968', false, 0.5832, []);
166
- static Pakistan: Country = new Country('Asia', 'Pakistan', 'PK', 'PAK', '92', false, 0.0459, []);
167
- static Palau: Country = new Country('Oceania', 'Palau', 'PW', 'PLW', '680', false, 0.3456, []);
168
- static Panama: Country = new Country('North America', 'Panama', 'PA', 'PAN', '507', false, 0.2686, []);
169
- static Papua_New_Guinea: Country = new Country('Oceania', 'Papua New Guinea', 'PG', 'PNG', '675', false, 0.1475, ["Papua"]);
170
- static Paraguay: Country = new Country('South America', 'Paraguay', 'PY', 'PRY', '595', false, 0.1443, []);
171
- static Peru: Country = new Country('South America', 'Peru', 'PE', 'PER', '51', false, 0.2504, []);
172
- static Philippines: Country = new Country('Asia', 'Philippines', 'PH', 'PHL', '63', false, 0.1026, []);
173
- static Pitcairn_Islands: Country = new Country('Oceania', 'Pitcairn Islands', 'PN', 'PCN', '870', false, 0.0633, ["Pitcairn"]);
174
- static Poland: Country = new Country('Europe', 'Poland', 'PL', 'POL', '48', true, 0.2182, []);
175
- static Portugal: Country = new Country('Europe', 'Portugal', 'PT', 'PRT', '351', true, 0.3704, []);
176
- static Puerto_Rico: Country = new Country('North America', 'Puerto Rico', 'PR', 'PRI', '1', false, 2.5469, ["Puerto"]);
177
- static Qatar: Country = new Country('Asia', 'Qatar', 'QA', 'QAT', '974', false, 0.5465, []);
178
- static Republic_of_the_Congo: Country = new Country('Africa', 'Republic of the Congo', 'CG', 'COG', '242', false, 0.153, ["Congo Republic"]);
179
- static Réunion: Country = new Country('Africa', 'Réunion', 'RE', 'REU', '262', false, 0.05, []);
180
- static Romania: Country = new Country('Europe', 'Romania', 'RO', 'ROU', '40', true, 0.2471, []);
181
- static Russia: Country = new Country('Asia,Europe', 'Russia', 'RU', 'RUS', '7', false, 0.1852, []);
182
- static Rwanda: Country = new Country('Africa', 'Rwanda', 'RW', 'RWA', '250', false, 0.0823, []);
183
- static Saint_Barthelemy: Country = new Country('North America', 'Saint Barthelemy', 'BL', 'BLM', '590', false, 0.2089, ["Barthelemy"]);
184
- static Saint_Helena: Country = new Country('Africa', 'Saint Helena', 'SH', 'SHN', '290', false, 0.481, ["Helena"]);
185
- static Saint_Kitts_and_Nevis: Country = new Country('North America', 'Saint Kitts and Nevis', 'KN', 'KNA', '1869', false, 0.1586, ["Kitts", "Nevis", "Kitts and Nevis"]);
186
- static Saint_Lucia: Country = new Country('North America', 'Saint Lucia', 'LC', 'LCA', '1758', false, 0.1323, ["Lucia"]);
187
- static Saint_Martin: Country = new Country('North America', 'Saint Martin', 'MF', 'MAF', '1599', false, 0.4417, ["Martin"]);
188
- static Saint_Pierre_and_Miquelon: Country = new Country('North America', 'Saint Pierre and Miquelon', 'PM', 'SPM', '508', false, 0.2603, ["Pierre", "Miquelon", "Pierre and Miquelon"]);
189
- static Saint_Vincent_and_the_Grenadines: Country = new Country('North America', 'Saint Vincent and the Grenadines', 'VC', 'VCT', '1784', false, 0.1594, ["Vincent", "Grenadines", "Vincent and Grenadines", "Vincent and the Grenadines", "Saint Vincent", "Saint Grenadines", "Saint Vincent and Grenadines", "St Vincent", "St Grenadines", "St Vincent and Grenadines", "St Vincent and the Grenadines"]);
190
- static Samoa: Country = new Country('Oceania', 'Samoa', 'WS', 'WSM', '685', false, 0.1139, []);
191
- static San_Marino: Country = new Country('Europe', 'San Marino', 'SM', 'SMR', '378', false, 0.6111, ["Marino"]);
192
- static Sao_Tome_and_Principe: Country = new Country('Africa', 'Sao Tome and Principe', 'ST', 'STP', '239', false, 0.038, ["Principe", "Sao Tome"]);
193
- static Saudi_Arabia: Country = new Country('Asia', 'Saudi Arabia', 'SA', 'SAU', '966', false, 0.5637, ["Saudi"]);
194
- static Senegal: Country = new Country('Africa', 'Senegal', 'SN', 'SEN', '221', false, 0.0718, []);
195
- static Serbia: Country = new Country('Europe', 'Serbia', 'RS', 'SRB', '381', false, 0.1606, []);
196
- static Seychelles: Country = new Country('Africa', 'Seychelles', 'SC', 'SYC', '248', false, 0.1903, []);
197
- static Sierra_Leone: Country = new Country('Africa', 'Sierra Leone', 'SL', 'SLE', '232', false, 0.0385, ["Sierra", "Leone"]);
198
- static Singapore: Country = new Country('Asia', 'Singapore', 'SG', 'SGP', '65', false, 0.7917, []);
199
- static Slovakia: Country = new Country('Europe', 'Slovakia', 'SK', 'SVK', '421', true, 0.2934, []);
200
- static Slovenia: Country = new Country('Europe', 'Slovenia', 'SI', 'SVN', '386', true, 0.2651, []);
201
- static Solomon_Islands: Country = new Country('Oceania', 'Solomon Islands', 'SB', 'SLB', '677', false, 0.0971, ["Solomon"]);
202
- static Somalia: Country = new Country('Africa', 'Somalia', 'SO', 'SOM', '252', false, 0.0578, []);
203
- static South_Africa: Country = new Country('Africa', 'South Africa', 'ZA', 'ZAF', '27', false, 0.2281, []);
204
- static South_Korea: Country = new Country('Asia', 'South Korea', 'KR', 'KOR', '82', false, 0.383, []);
205
- static Spain: Country = new Country('Europe', 'Spain', 'ES', 'ESP', '34', true, 0.3648, []);
206
- static Sri_Lanka: Country = new Country('Asia', 'Sri Lanka', 'LK', 'LKA', '94', false, 0.0312, ["Sri", "Lanka"]);
207
- static Sudan: Country = new Country('Africa', 'Sudan', 'SD', 'SDN', '249', false, 0.0081, []);
208
- static Suriname: Country = new Country('South America', 'Suriname', 'SR', 'SUR', '597', false, 0.0206, []);
209
- static Swaziland: Country = new Country('Africa', 'Swaziland', 'SZ', 'SWZ', '268', false, 0.0336, []);
210
- static Sweden: Country = new Country('Europe', 'Sweden', 'SE', 'SWE', '46', true, 0.5432, []);
211
- static Switzerland: Country = new Country('Europe', 'Switzerland', 'CH', 'CHE', '41', false, 1, []);
212
- static Syria: Country = new Country('Asia', 'Syria', 'SY', 'SYR', '963', false, 0.0075, []);
213
- static Taiwan: Country = new Country('Asia', 'Taiwan', 'TW', 'TWN', '886', false, 0.5316, []);
214
- static Tajikistan: Country = new Country('Asia', 'Tajikistan', 'TJ', 'TJK', '992', false, 0.1441, []);
215
- static Tanzania: Country = new Country('Africa', 'Tanzania', 'TZ', 'TZA', '255', false, 0.0684, []);
216
- static Thailand: Country = new Country('Asia', 'Thailand', 'TH', 'THA', '66', false, 0.3549, []);
217
- static Timor_Leste: Country = new Country('Asia', 'Timor-Leste', 'TL', 'TLS', '670', false, 0.2804, ["Timor Leste", "Timor", "Leste"]);
218
- static Togo: Country = new Country('Africa', 'Togo', 'TG', 'TGO', '228', false, 0.1083, []);
219
- static Tokelau: Country = new Country('Oceania', 'Tokelau', 'TK', 'TKL', '690', false, 0.0439, []);
220
- static Tonga: Country = new Country('Oceania', 'Tonga', 'TO', 'TON', '676', false, 0.0983, []);
221
- static Trinidad_and_Tobago: Country = new Country('North America', 'Trinidad and Tobago', 'TT', 'TTO', '1868', false, 0.1826, ["Trinidad", "Tobago"]);
222
- static Tunisia: Country = new Country('Africa', 'Tunisia', 'TN', 'TUN', '216', false, 0.1581, []);
223
- static Turkey: Country = new Country('Asia,Europe', 'Turkey', 'TR', 'TUR', '90', false, 0.0532, []);
224
- static Turkmenistan: Country = new Country('Asia', 'Turkmenistan', 'TM', 'TKM', '993', false, 0.1899, []);
225
- static Turks_and_Caicos_Islands: Country = new Country('North America', 'Turks and Caicos Islands', 'TC', 'TCA', '1649', false, 0.189, ["Turks and Caicos", "Turks", "Caicos"]);
226
- static Tuvalu: Country = new Country('Oceania', 'Tuvalu', 'TV', 'TUV', '688', false, 0.0316, []);
227
- static Uganda: Country = new Country('Africa', 'Uganda', 'UG', 'UGA', '256', false, 0.0913, []);
228
- static Ukraine: Country = new Country('Europe', 'Ukraine', 'UA', 'UKR', '380', false, 0.079, []);
229
- static United_Arab_Emirates: Country = new Country('Asia', 'United Arab Emirates', 'AE', 'ARE', '971', false, 0.677, ["Arab Emirates", "Emirates"]);
230
- static United_Kingdom: Country = new Country('Europe', 'United Kingdom', 'GB', 'GBR', '44', false, 0.9057, ["Kingdom"]);
231
- static United_States: Country = new Country('North America', 'United States', 'US', 'USA', '1', false, 1, []);
232
- static Uruguay: Country = new Country('South America', 'Uruguay', 'UY', 'URY', '598', false, 0.1085, []);
233
- static US_Virgin_Islands: Country = new Country('North America', 'US Virgin Islands', 'VI', 'VIR', '1340', false, 0.3425, []);
234
- static Uzbekistan: Country = new Country('Asia', 'Uzbekistan', 'UZ', 'UZB', '998', false, 0.0149, []);
235
- static Vanuatu: Country = new Country('Oceania', 'Vanuatu', 'VU', 'VUT', '678', false, 0.1062, []);
236
- static Venezuela: Country = new Country('South America', 'Venezuela', 'VE', 'VEN', '58', false, 0.03, []);
237
- static Vietnam: Country = new Country('Asia', 'Vietnam', 'VN', 'VNM', '84', false, 0.0925, []);
238
- static Wallis_and_Futuna: Country = new Country('Oceania', 'Wallis and Futuna', 'WF', 'WLF', '681', false, 0.1078, ["Wallis", "Futuna"]);
239
- static West_Bank: Country = new Country('Asia', 'West Bank', 'PS', 'PSE', '970', false, 0.2165, ["Palestine", "Gaza Strip", "Gaza"]);
240
- static Yemen: Country = new Country('Asia', 'Yemen', 'YE', 'YEM', '967', false, 0.0169, []);
241
- static Zambia: Country = new Country('Africa', 'Zambia', 'ZM', 'ZMB', '260', false, 0.0423, []);
242
- static Zimbabwe: Country = new Country('Asia', 'Zimbabwe', 'ZW', 'ZWE', '263', false, 0.0761, []);
243
-
244
-
245
- static getAll(): Country[]
246
- {
247
- let ans: Country[] = [];
248
- ans.push(this.Afghanistan);
249
- ans.push(this.Albania);
250
- ans.push(this.Algeria);
251
- ans.push(this.American_Samoa);
252
- ans.push(this.Andorra);
253
- ans.push(this.Angola);
254
- ans.push(this.Anguilla);
255
- ans.push(this.Antarctica);
256
- ans.push(this.Antigua_and_Barbuda);
257
- ans.push(this.Argentina);
258
- ans.push(this.Armenia);
259
- ans.push(this.Aruba);
260
- ans.push(this.Australia);
261
- ans.push(this.Austria);
262
- ans.push(this.Azerbaijan);
263
- ans.push(this.Bahamas);
264
- ans.push(this.Bahrain);
265
- ans.push(this.Bangladesh);
266
- ans.push(this.Barbados);
267
- ans.push(this.Belarus);
268
- ans.push(this.Belgium);
269
- ans.push(this.Belize);
270
- ans.push(this.Benin);
271
- ans.push(this.Bermuda);
272
- ans.push(this.Bhutan);
273
- ans.push(this.Bolivia);
274
- ans.push(this.Bosnia_and_Herzegovina);
275
- ans.push(this.Botswana);
276
- ans.push(this.Brazil);
277
- ans.push(this.British_Virgin_Islands);
278
- ans.push(this.Brunei);
279
- ans.push(this.Bulgaria);
280
- ans.push(this.Burkina_Faso);
281
- ans.push(this.Burma_Myanmar);
282
- ans.push(this.Burundi);
283
- ans.push(this.Cambodia);
284
- ans.push(this.Cameroon);
285
- ans.push(this.Canada);
286
- ans.push(this.Cape_Verde);
287
- ans.push(this.Cayman_Islands);
288
- ans.push(this.Central_African_Republic);
289
- ans.push(this.Chad);
290
- ans.push(this.Chile);
291
- ans.push(this.China);
292
- ans.push(this.Christmas_Island);
293
- ans.push(this.Cocos_Keeling_Islands);
294
- ans.push(this.Colombia);
295
- ans.push(this.Comoros);
296
- ans.push(this.Cook_Islands);
297
- ans.push(this.Costa_Rica);
298
- ans.push(this.Croatia);
299
- ans.push(this.Cuba);
300
- ans.push(this.Cyprus);
301
- ans.push(this.Czech_Republic);
302
- ans.push(this.Democratic_Republic_of_the_Congo);
303
- ans.push(this.Denmark);
304
- ans.push(this.Djibouti);
305
- ans.push(this.Dominica);
306
- ans.push(this.Dominican_Republic);
307
- ans.push(this.Ecuador);
308
- ans.push(this.Egypt);
309
- ans.push(this.El_Salvador);
310
- ans.push(this.Equatorial_Guinea);
311
- ans.push(this.Eritrea);
312
- ans.push(this.Estonia);
313
- ans.push(this.Ethiopia);
314
- ans.push(this.Falkland_Islands);
315
- ans.push(this.Faroe_Islands);
316
- ans.push(this.Fiji);
317
- ans.push(this.Finland);
318
- ans.push(this.France);
319
- ans.push(this.French_Polynesia);
320
- ans.push(this.French_Guiana);
321
- ans.push(this.Gabon);
322
- ans.push(this.Gambia);
323
- ans.push(this.Georgia);
324
- ans.push(this.Germany);
325
- ans.push(this.Ghana);
326
- ans.push(this.Gibraltar);
327
- ans.push(this.Greece);
328
- ans.push(this.Greenland);
329
- ans.push(this.Grenada);
330
- ans.push(this.Guam);
331
- ans.push(this.Guadeloupe);
332
- ans.push(this.Guatemala);
333
- ans.push(this.Guinea);
334
- ans.push(this.Guinea_Bissau);
335
- ans.push(this.Guyana);
336
- ans.push(this.Haiti);
337
- ans.push(this.Holy_See_Vatican_City);
338
- ans.push(this.Honduras);
339
- ans.push(this.Hong_Kong);
340
- ans.push(this.Hungary);
341
- ans.push(this.Iceland);
342
- ans.push(this.India);
343
- ans.push(this.Indonesia);
344
- ans.push(this.Iran);
345
- ans.push(this.Iraq);
346
- ans.push(this.Ireland);
347
- ans.push(this.Isle_of_Man);
348
- ans.push(this.Israel);
349
- ans.push(this.Italy);
350
- ans.push(this.Ivory_Coast);
351
- ans.push(this.Jamaica);
352
- ans.push(this.Japan);
353
- ans.push(this.Jordan);
354
- ans.push(this.Kazakhstan);
355
- ans.push(this.Kenya);
356
- ans.push(this.Kiribati);
357
- ans.push(this.Kosovo);
358
- ans.push(this.Kuwait);
359
- ans.push(this.Kyrgyzstan);
360
- ans.push(this.Laos);
361
- ans.push(this.Latvia);
362
- ans.push(this.Lebanon);
363
- ans.push(this.Lesotho);
364
- ans.push(this.Liberia);
365
- ans.push(this.Libya);
366
- ans.push(this.Liechtenstein);
367
- ans.push(this.Lithuania);
368
- ans.push(this.Luxembourg);
369
- ans.push(this.Macau);
370
- ans.push(this.Macedonia);
371
- ans.push(this.Madagascar);
372
- ans.push(this.Malawi);
373
- ans.push(this.Malaysia);
374
- ans.push(this.Maldives);
375
- ans.push(this.Mali);
376
- ans.push(this.Malta);
377
- ans.push(this.Marshall_Islands);
378
- ans.push(this.Martinique);
379
- ans.push(this.Mauritania);
380
- ans.push(this.Mauritius);
381
- ans.push(this.Mayotte);
382
- ans.push(this.Mexico);
383
- ans.push(this.Micronesia);
384
- ans.push(this.Moldova);
385
- ans.push(this.Monaco);
386
- ans.push(this.Mongolia);
387
- ans.push(this.Montenegro);
388
- ans.push(this.Montserrat);
389
- ans.push(this.Morocco);
390
- ans.push(this.Mozambique);
391
- ans.push(this.Namibia);
392
- ans.push(this.Nauru);
393
- ans.push(this.Nepal);
394
- ans.push(this.Netherlands);
395
- ans.push(this.Netherlands_Antilles);
396
- ans.push(this.Bonaire_Sint_Eustatius_and_Saba);
397
- ans.push(this.New_Caledonia);
398
- ans.push(this.New_Zealand);
399
- ans.push(this.Nicaragua);
400
- ans.push(this.Niger);
401
- ans.push(this.Nigeria);
402
- ans.push(this.Niue);
403
- ans.push(this.Norfolk_Island);
404
- ans.push(this.North_Korea);
405
- ans.push(this.Northern_Mariana_Islands);
406
- ans.push(this.Norway);
407
- ans.push(this.Oman);
408
- ans.push(this.Pakistan);
409
- ans.push(this.Palau);
410
- ans.push(this.Panama);
411
- ans.push(this.Papua_New_Guinea);
412
- ans.push(this.Paraguay);
413
- ans.push(this.Peru);
414
- ans.push(this.Philippines);
415
- ans.push(this.Pitcairn_Islands);
416
- ans.push(this.Poland);
417
- ans.push(this.Portugal);
418
- ans.push(this.Puerto_Rico);
419
- ans.push(this.Qatar);
420
- ans.push(this.Republic_of_the_Congo);
421
- ans.push(this.Réunion);
422
- ans.push(this.Romania);
423
- ans.push(this.Russia);
424
- ans.push(this.Rwanda);
425
- ans.push(this.Saint_Barthelemy);
426
- ans.push(this.Saint_Helena);
427
- ans.push(this.Saint_Kitts_and_Nevis);
428
- ans.push(this.Saint_Lucia);
429
- ans.push(this.Saint_Martin);
430
- ans.push(this.Saint_Pierre_and_Miquelon);
431
- ans.push(this.Saint_Vincent_and_the_Grenadines);
432
- ans.push(this.Samoa);
433
- ans.push(this.San_Marino);
434
- ans.push(this.Sao_Tome_and_Principe);
435
- ans.push(this.Saudi_Arabia);
436
- ans.push(this.Senegal);
437
- ans.push(this.Serbia);
438
- ans.push(this.Seychelles);
439
- ans.push(this.Sierra_Leone);
440
- ans.push(this.Singapore);
441
- ans.push(this.Slovakia);
442
- ans.push(this.Slovenia);
443
- ans.push(this.Solomon_Islands);
444
- ans.push(this.Somalia);
445
- ans.push(this.South_Africa);
446
- ans.push(this.South_Korea);
447
- ans.push(this.Spain);
448
- ans.push(this.Sri_Lanka);
449
- ans.push(this.Sudan);
450
- ans.push(this.Suriname);
451
- ans.push(this.Swaziland);
452
- ans.push(this.Sweden);
453
- ans.push(this.Switzerland);
454
- ans.push(this.Syria);
455
- ans.push(this.Taiwan);
456
- ans.push(this.Tajikistan);
457
- ans.push(this.Tanzania);
458
- ans.push(this.Thailand);
459
- ans.push(this.Timor_Leste);
460
- ans.push(this.Togo);
461
- ans.push(this.Tokelau);
462
- ans.push(this.Tonga);
463
- ans.push(this.Trinidad_and_Tobago);
464
- ans.push(this.Tunisia);
465
- ans.push(this.Turkey);
466
- ans.push(this.Turkmenistan);
467
- ans.push(this.Turks_and_Caicos_Islands);
468
- ans.push(this.Tuvalu);
469
- ans.push(this.Uganda);
470
- ans.push(this.Ukraine);
471
- ans.push(this.United_Arab_Emirates);
472
- ans.push(this.United_Kingdom);
473
- ans.push(this.United_States);
474
- ans.push(this.Uruguay);
475
- ans.push(this.US_Virgin_Islands);
476
- ans.push(this.Uzbekistan);
477
- ans.push(this.Vanuatu);
478
- ans.push(this.Venezuela);
479
- ans.push(this.Vietnam);
480
- ans.push(this.Wallis_and_Futuna);
481
- ans.push(this.West_Bank);
482
- ans.push(this.Yemen);
483
- ans.push(this.Zambia);
484
- ans.push(this.Zimbabwe);
485
- return ans;
486
- }
1
+ import { Country } from "./Country";
2
+
3
+ export class Countries
4
+ {
5
+ static Afghanistan: Country = new Country('Asia', 'Afghanistan', 'AF', 'AFG', '93', false, 0.1121, []);
6
+ static Albania: Country = new Country('Europe', 'Albania', 'AL', 'ALB', '355', false, 0.1131, []);
7
+ static Algeria: Country = new Country('Africa', 'Algeria', 'DZ', 'DZA', '213', false, 0.1655, []);
8
+ static American_Samoa: Country = new Country('Oceania', 'American Samoa', 'AS', 'ASM', '1684', false, 0.1975, []);
9
+ static Andorra: Country = new Country('Europe', 'Andorra', 'AD', 'AND', '376', false, 0.5161, []);
10
+ static Angola: Country = new Country('Africa', 'Angola', 'AO', 'AGO', '244', false, 0.0647, []);
11
+ static Anguilla: Country = new Country('North America', 'Anguilla', 'AI', 'AIA', '1264', false, 0.6709, []);
12
+ static Antarctica: Country = new Country('Antarctica', 'Antarctica', 'AQ', 'ATA', '672', false, 0.0001, []);
13
+ static Antigua_and_Barbuda: Country = new Country('North America', 'Antigua and Barbuda', 'AG', 'ATG', '1268', false, 0.2115, ["Antigua", "Barbuda"]);
14
+ static Argentina: Country = new Country('South America', 'Argentina', 'AR', 'ARG', '54', false, 0.0329, []);
15
+ static Armenia: Country = new Country('Asia', 'Armenia', 'AM', 'ARM', '374', false, 0.2502, []);
16
+ static Aruba: Country = new Country('South America', 'Aruba', 'AW', 'ABW', '297', false, 0.1598, []);
17
+ static Australia: Country = new Country('Oceania', 'Australia', 'AU', 'AUS', '61', false, 0.6402, []);
18
+ static Austria: Country = new Country('Europe', 'Austria', 'AT', 'AUT', '43', true, 0.5095, []);
19
+ static Azerbaijan: Country = new Country('Asia,Europe', 'Azerbaijan', 'AZ', 'AZE', '994', false, 0.2194, []);
20
+ static Bahamas: Country = new Country('North America', 'Bahamas', 'BS', 'BHS', '1242', false, 0.4938, []);
21
+ static Bahrain: Country = new Country('Asia', 'Bahrain', 'BH', 'BHR', '973', false, 0.4984, []);
22
+ static Bangladesh: Country = new Country('Asia', 'Bangladesh', 'BD', 'BGD', '880', false, 0.0315, []);
23
+ static Barbados: Country = new Country('North America', 'Barbados', 'BB', 'BRB', '1246', false, 0.2064, []);
24
+ static Belarus: Country = new Country('Europe', 'Belarus', 'BY', 'BLR', '375', false, 0.1473, []);
25
+ static Belgium: Country = new Country('Europe', 'Belgium', 'BE', 'BEL', '32', true, 0.827, []);
26
+ static Belize: Country = new Country('North America', 'Belize', 'BZ', 'BLZ', '501', false, 0.246, []);
27
+ static Benin: Country = new Country('Africa', 'Benin', 'BJ', 'BEN', '229', false, 0.0697, []);
28
+ static Bermuda: Country = new Country('North America', 'Bermuda', 'BM', 'BMU', '1441', false, 0.2014, []);
29
+ static Bhutan: Country = new Country('Asia', 'Bhutan', 'BT', 'BTN', '975', false, 0.0569, []);
30
+ static Bolivia: Country = new Country('South America', 'Bolivia', 'BO', 'BOL', '591', false, 0.681, []);
31
+ static Bosnia_and_Herzegovina: Country = new Country('Europe', 'Bosnia and Herzegovina', 'BA', 'BIH', '387', false, 0.1582, ["Bosnia", "Herzegovina"]);
32
+ static Botswana: Country = new Country('Africa', 'Botswana', 'BW', 'BWA', '267', false, 0.1145, []);
33
+ static Brazil: Country = new Country('South America', 'Brazil', 'BR', 'BRA', '55', false, 0.2086, []);
34
+ static British_Virgin_Islands: Country = new Country('North America', 'British Virgin Islands', 'VG', 'VGB', '1284', false, 0.2319, ["British Virgin Island"]);
35
+ static Brunei: Country = new Country('Asia', 'Brunei', 'BN', 'BRN', '673', false, 0.3016, []);
36
+ static Bulgaria: Country = new Country('Europe', 'Bulgaria', 'BG', 'BGR', '359', true, 0.2268, []);
37
+ static Burkina_Faso: Country = new Country('Africa', 'Burkina Faso', 'BF', 'BFA', '226', false, 0.0678, ["Burkina", "Faso"]);
38
+ static Burma_Myanmar: Country = new Country('Asia', 'Burma (Myanmar)', 'MM', 'MMR', '95', false, 0.0328, ["Burma Myanmar", "Myanmar Burma", "Burma", "Myanmar"]);
39
+ static Burundi: Country = new Country('Africa', 'Burundi', 'BI', 'BDI', '257', false, 0.072, []);
40
+ static Cambodia: Country = new Country('Asia', 'Cambodia', 'KH', 'KHM', '855', false, 0.1017, []);
41
+ static Cameroon: Country = new Country('Africa', 'Cameroon', 'CM', 'CMR', '237', false, 0.0943, []);
42
+ static Canada: Country = new Country('North America', 'Canada', 'CA', 'CAN', '1', false, 0.924, []);
43
+ static Cape_Verde: Country = new Country('Africa', 'Cape Verde', 'CV', 'CPV', '238', false, 0.2488, ["Cabo Verde", "Cabo", "Cape", "Verde"]);
44
+ static Cayman_Islands: Country = new Country('North America', 'Cayman Islands', 'KY', 'CYM', '1345', false, 0.5012, ["Cayman"]);
45
+ static Central_African_Republic: Country = new Country('Africa', 'Central African Republic', 'CF', 'CAF', '236', false, 0.0888, ["Central African", "Central", "African"]);
46
+ static Chad: Country = new Country('Africa', 'Chad', 'TD', 'TCD', '235', false, 0.0998, []);
47
+ static Chile: Country = new Country('South America', 'Chile', 'CL', 'CHL', '56', false, 0.2672, []);
48
+ static China: Country = new Country('Asia', 'China', 'CN', 'CHN', '86', false, 0.532, []);
49
+ static Christmas_Island: Country = new Country('Asia', 'Christmas Island', 'CX', 'CXR', '61', false, 0.8013, ["Christmas"]);
50
+ static Cocos_Keeling_Islands: Country = new Country('Asia', 'Cocos (Keeling) Islands', 'CC', 'CCK', '61', false, 0.2532, ["Cocos Islands", "Keeling Islands", "Cocos Island", "Keeling Island", "Cocos", "Keeling"]);
51
+ static Colombia: Country = new Country('South America', 'Colombia', 'CO', 'COL', '57', false, 0.1246, []);
52
+ static Comoros: Country = new Country('Africa', 'Comoros', 'KM', 'COM', '269', false, 0.0825, []);
53
+ static Cook_Islands: Country = new Country('Oceania', 'Cook Islands', 'CK', 'COK', '682', false, 0.3758, ["Cook"]);
54
+ static Costa_Rica: Country = new Country('North America', 'Costa Rica', 'CR', 'CRC', '506', false, 0.502, ["Costa", "Rica"]);
55
+ static Croatia: Country = new Country('Europe', 'Croatia', 'HR', 'HRV', '385', true, 0.2638, []);
56
+ static Cuba: Country = new Country('North America', 'Cuba', 'CU', 'CUB', '53', false, 0.1154, []);
57
+ static Curacao: Country = new Country('South America', 'Curaçao', 'CW', 'CUW', '+599', false, 0.5, ["Curacao"]);
58
+ static Cyprus: Country = new Country('Asia', 'Cyprus', 'CY', 'CYP', '357', false, 0.2904, []);
59
+ static Czech_Republic: Country = new Country('Europe', 'Czech Republic', 'CZ', 'CZE', '420', true, 0.338, ["Czech", "Czechia", "Czechia Republic"]);
60
+ static Democratic_Republic_of_the_Congo: Country = new Country('Africa', 'Democratic Republic of the Congo', 'CD', 'COD', '243', false, 0.0295, ["DR Congo", "Congo DR", "Congo Democratic Republic", "Congo Republic Democratic", "Democratic Congo Republic", "Democratic Republic Congo", "Republic Congo Democratic", "Republic Democratic Congo"]);
61
+ static Denmark: Country = new Country('Europe', 'Denmark', 'DK', 'DNK', '45', true, 0.7341, []);
62
+ static Djibouti: Country = new Country('Africa', 'Djibouti', 'DJ', 'DJI', '253', false, 0.196, []);
63
+ static Dominica: Country = new Country('North America', 'Dominica', 'DM', 'DMA', '1767', false, 0.0699, []);
64
+ static Dominican_Republic: Country = new Country('North America', 'Dominican Republic', 'DO', 'DOM', '1809', false, 0.0455, ["Dominican"]);
65
+ static Ecuador: Country = new Country('South America', 'Ecuador', 'EC', 'ECU', '593', false, 0.1723, []);
66
+ static Egypt: Country = new Country('Africa,Asia', 'Egypt', 'EG', 'EGY', '20', false, 0.0472, []);
67
+ static El_Salvador: Country = new Country('North America', 'El Salvador', 'SV', 'SLV', '503', false, 0.2167, ["Salvador"]);
68
+ static Equatorial_Guinea: Country = new Country('Africa', 'Equatorial Guinea', 'GQ', 'GNQ', '240', false, 0.098, []);
69
+ static Eritrea: Country = new Country('Africa', 'Eritrea', 'ER', 'ERI', '291', false, 0.0577, []);
70
+ static Estonia: Country = new Country('Europe', 'Estonia', 'EE', 'EST', '372', true, 0.3684, []);
71
+ static Ethiopia: Country = new Country('Africa', 'Ethiopia', 'ET', 'ETH', '251', false, 0.021, []);
72
+ static Falkland_Islands: Country = new Country('South America', 'Falkland Islands', 'FK', 'FLK', '500', false, 0.2563, ["Falkland"]);
73
+ static Faroe_Islands: Country = new Country('Europe', 'Faroe Islands', 'FO', 'FRO', '298', false, 0.4844, ["Faroe"]);
74
+ static Fiji: Country = new Country('Oceania', 'Fiji', 'FJ', 'FJI', '679', false, 0.2755, []);
75
+ static Finland: Country = new Country('Europe', 'Finland', 'FI', 'FIN', '358', true, 0.6316, []);
76
+ static France: Country = new Country('Europe', 'France', 'FR', 'FRA', '33', true, 0.5563, []);
77
+ static French_Polynesia: Country = new Country('Oceania', 'French Polynesia', 'PF', 'PYF', '689', false, 0.1645, ["Polynesia French", "Polynesia"]);
78
+ static French_Guiana: Country = new Country('South America', 'French Guiana', 'GF', 'GUF', '594', false, 0.05, ["Guiana", "Guiana French"]);
79
+ static Gabon: Country = new Country('Africa', 'Gabon', 'GA', 'GAB', '241', false, 0.1134, []);
80
+ static Gambia: Country = new Country('Africa', 'Gambia', 'GM', 'GMB', '220', false, 0.0326, []);
81
+ static Georgia: Country = new Country('Asia,Europe', 'Georgia', 'GE', 'GEO', '995', false, 0.3215, []);
82
+ static Germany: Country = new Country('Europe', 'Germany', 'DE', 'DEU', '49', true, 0.5123, []);
83
+ static Ghana: Country = new Country('Africa', 'Ghana', 'GH', 'GHA', '233', false, 0.0721, []);
84
+ static Gibraltar: Country = new Country('Europe', 'Gibraltar', 'GI', 'GIB', '350', false, 0.5171, []);
85
+ static Greece: Country = new Country('Europe', 'Greece', 'GR', 'GRC', '30', true, 0.3268, []);
86
+ static Greenland: Country = new Country('North America', 'Greenland', 'GL', 'GRL', '299', false, 0.5098, []);
87
+ static Grenada: Country = new Country('North America', 'Grenada', 'GD', 'GRD', '1473', false, 0.2942, []);
88
+ static Guam: Country = new Country('Oceania', 'Guam', 'GU', 'GUM', '1671', false, 0.1773, []);
89
+ static Guadeloupe: Country = new Country('North America', 'Guadeloupe', 'GP', 'GLP', '590', false, 0.05, []);
90
+ static Guatemala: Country = new Country('North America', 'Guatemala', 'GT', 'GTM', '502', false, 0.169, []);
91
+ static Guinea: Country = new Country('Africa', 'Guinea', 'GN', 'GIN', '224', false, 0.1014, []);
92
+ static Guinea_Bissau: Country = new Country('Africa', 'Guinea-Bissau', 'GW', 'GNB', '245', false, 0.0699, ["Bissau", "Guinea Bissau"]);
93
+ static Guyana: Country = new Country('South America', 'Guyana', 'GY', 'GUY', '592', false, 0.106, []);
94
+ static Haiti: Country = new Country('North America', 'Haiti', 'HT', 'HTI', '509', false, 0.0593, []);
95
+ static Holy_See_Vatican_City: Country = new Country('Europe', 'Holy See (Vatican City)', 'VA', 'VAT', '39', false, 0.427, ["Holy See", "Vatican City", "Vatican"]);
96
+ static Honduras: Country = new Country('North America', 'Honduras', 'HN', 'HND', '504', false, 0.144, []);
97
+ static Hong_Kong: Country = new Country('Asia', 'Hong Kong', 'HK', 'HKG', '852', false, 0.5949, ["Hong", "Kong"]);
98
+ static Hungary: Country = new Country('Europe', 'Hungary', 'HU', 'HUN', '36', true, 0.1645, []);
99
+ static Iceland: Country = new Country('Europe', 'Iceland', 'IS', 'IS', '354', false, 0.6072, []);
100
+ static India: Country = new Country('Asia', 'India', 'IN', 'IND', '91', false, 0.0488, []);
101
+ static Indonesia: Country = new Country('Asia', 'Indonesia', 'ID', 'IDN', '62', false, 0.0983, []);
102
+ static Iran: Country = new Country('Asia', 'Iran', 'IR', 'IRN', '98', false, 0.1358, []);
103
+ static Iraq: Country = new Country('Asia', 'Iraq', 'IQ', 'IRQ', '964', false, 0.1777, []);
104
+ static Ireland: Country = new Country('Europe', 'Ireland', 'IE', 'IRL', '353', true, 0.4322, []);
105
+ static Isle_of_Man: Country = new Country('Europe', 'Isle of Man', 'IM', 'IMN', '44', false, 0.7946, ["Isle", "Man"]);
106
+ static Israel: Country = new Country('Asia', 'Israel', 'IL', 'ISR', '972', false, 0.4304, []);
107
+ static Italy: Country = new Country('Europe', 'Italy', 'IT', 'ITA', '39', true, 0.4906, []);
108
+ static Ivory_Coast: Country = new Country('Africa', 'Ivory Coast', 'CI', 'CIV', '225', false, 0.0692, ["Ivory", "Coast"]);
109
+ static Jamaica: Country = new Country('North America', 'Jamaica', 'JM', 'JAM', '1876', false, 0.0796, []);
110
+ static Japan: Country = new Country('Asia', 'Japan', 'JP', 'JPN', '81', false, 0.495, []);
111
+ static Jordan: Country = new Country('Asia', 'Jordan', 'JO', 'JOR', '962', false, 0.2877, []);
112
+ static Kazakhstan: Country = new Country('Asia', 'Kazakhstan', 'KZ', 'KAZ', '7', false, 0.1045, []);
113
+ static Kenya: Country = new Country('Africa', 'Kenya', 'KE', 'KEN', '254', false, 0.1513, []);
114
+ static Kiribati: Country = new Country('Oceania', 'Kiribati', 'KI', 'KIR', '686', false, 0.3287, []);
115
+ static Kosovo: Country = new Country('Europe', 'Kosovo', 'XK', 'XXK', '381', false, 0.0665, []);
116
+ static Kuwait: Country = new Country('Asia', 'Kuwait', 'KW', 'KWT', '965', false, 0.5213, []);
117
+ static Kyrgyzstan: Country = new Country('Asia', 'Kyrgyzstan', 'KG', 'KGZ', '996', false, 0.0288, []);
118
+ static Laos: Country = new Country('Asia', 'Laos', 'LA', 'LAO', '856', false, 0.0333, []);
119
+ static Latvia: Country = new Country('Europe', 'Latvia', 'LV', 'LVA', '371', true, 0.249, []);
120
+ static Lebanon: Country = new Country('Asia', 'Lebanon', 'LB', 'LBN', '961', false, 0.1917, []);
121
+ static Lesotho: Country = new Country('Africa', 'Lesotho', 'LS', 'LSO', '266', false, 0.0856, []);
122
+ static Liberia: Country = new Country('Africa', 'Liberia', 'LR', 'LBR', '231', false, 0.059, []);
123
+ static Libya: Country = new Country('Africa', 'Libya', 'LY', 'LBY', '218', false, 0.0601, []);
124
+ static Liechtenstein: Country = new Country('Europe', 'Liechtenstein', 'LI', 'LIE', '423', false, 0.7262, []);
125
+ static Lithuania: Country = new Country('Europe', 'Lithuania', 'LT', 'LTU', '370', true, 0.1274, []);
126
+ static Luxembourg: Country = new Country('Europe', 'Luxembourg', 'LU', 'LUX', '352', true, 0.6601, []);
127
+ static Macau: Country = new Country('Asia', 'Macau', 'MO', 'MAC', '853', false, 0.1178, []);
128
+ static Macedonia: Country = new Country('Europe', 'Macedonia', 'MK', 'MKD', '389', false, 0.1004, ["North Macedonia"]);
129
+ static Madagascar: Country = new Country('Africa', 'Madagascar', 'MG', 'MDG', '261', false, 0.0374, []);
130
+ static Malawi: Country = new Country('Africa', 'Malawi', 'MW', 'MWI', '265', false, 0.0203, []);
131
+ static Malaysia: Country = new Country('Asia', 'Malaysia', 'MY', 'MYS', '60', false, 0.1882, []);
132
+ static Maldives: Country = new Country('Asia', 'Maldives', 'MV', 'MDV', '960', false, 0.158, []);
133
+ static Mali: Country = new Country('Africa', 'Mali', 'ML', 'MLI', '223', false, 0.0676, []);
134
+ static Malta: Country = new Country('Europe', 'Malta', 'MT', 'MLT', '356', true, 0.6212, []);
135
+ static Marshall_Islands: Country = new Country('Oceania', 'Marshall Islands', 'MH', 'MHL', '692', false, 0.2863, ["Marshall"]);
136
+ static Martinique: Country = new Country('North America', 'Martinique', 'MQ', 'MTQ', '596', false, 0.05, []);
137
+ static Mauritania: Country = new Country('Africa', 'Mauritania', 'MR', 'MRT', '222', false, 0.0679, []);
138
+ static Mauritius: Country = new Country('Africa', 'Mauritius', 'MU', 'MUS', '230', false, 0.1348, []);
139
+ static Mayotte: Country = new Country('Africa', 'Mayotte', 'YT', 'MYT', '262', false, 0.3485, []);
140
+ static Mexico: Country = new Country('South America', 'Mexico', 'MX', 'MEX', '52', false, 0.2132, []);
141
+ static Micronesia: Country = new Country('Oceania', 'Micronesia', 'FM', 'FSM', '691', false, 0.1774, []);
142
+ static Moldova: Country = new Country('Europe', 'Moldova', 'MD', 'MDA', '373', false, 0.1742, []);
143
+ static Monaco: Country = new Country('Europe', 'Monaco', 'MC', 'MCO', '377', false, 0.5706, []);
144
+ static Mongolia: Country = new Country('Asia', 'Mongolia', 'MN', 'MNG', '976', false, 0.0719, []);
145
+ static Montenegro: Country = new Country('Europe', 'Montenegro', 'ME', 'MNE', '382', false, 0.3594, []);
146
+ static Montserrat: Country = new Country('North America', 'Montserrat', 'MS', 'MSR', '1664', false, 0.1276, []);
147
+ static Morocco: Country = new Country('Africa', 'Morocco', 'MA', 'MAR', '212', false, 0.2339, []);
148
+ static Mozambique: Country = new Country('Africa', 'Mozambique', 'MZ', 'MOZ', '258', false, 0.0798, []);
149
+ static Namibia: Country = new Country('Africa', 'Namibia', 'NA', 'NAM', '264', false, 0.1273, []);
150
+ static Nauru: Country = new Country('Oceania', 'Nauru', 'NR', 'NRU', '674', false, 0.0665, []);
151
+ static Nepal: Country = new Country('Asia', 'Nepal', 'NP', 'NPL', '977', false, 0.0771, []);
152
+ static Netherlands: Country = new Country('Europe', 'Netherlands', 'NL', 'NLD', '31', true, 0.6572, []);
153
+ static Netherlands_Antilles: Country = new Country('North Amercia', 'Netherlands Antilles', 'AN', 'ANT', '599', false, 0.3101, ["Antilles", "Antille", "Antill"]);
154
+ static Bonaire_Sint_Eustatius_and_Saba: Country = new Country('North Amercia', 'Bonaire, Sint Eustatius and Saba', 'BQ', 'BES', '599', false, 0.05, ["Bonaire", "Sint Eustatius", "Saba", "Bonaire Sint Eustatius", "Bonaire Saba", "Sint Eustatius Saba"]);
155
+ static New_Caledonia: Country = new Country('Oceania', 'New Caledonia', 'NC', 'NCL', '687', false, 0.099, ["Caledonia"]);
156
+ static New_Zealand: Country = new Country('Oceania', 'New Zealand', 'NZ', 'NZL', '64', false, 0.647, ["Zealand"]);
157
+ static Nicaragua: Country = new Country('North America', 'Nicaragua', 'NI', 'NIC', '505', false, 0.0656, []);
158
+ static Niger: Country = new Country('Africa', 'Niger', 'NE', 'NER', '227', false, 0.0694, []);
159
+ static Nigeria: Country = new Country('Africa', 'Nigeria', 'NG', 'NGA', '234', false, 0.0964, []);
160
+ static Niue: Country = new Country('Oceania', 'Niue', 'NU', 'NIU', '683', false, 0.3961, []);
161
+ static Norfolk_Island: Country = new Country('Oceania', 'Norfolk Island', 'NF', 'NFK', '672', false, 0.7342, ["Norfolk"]);
162
+ static North_Korea: Country = new Country('Asia', 'North Korea', 'KP', 'PRK', '850', false, 0.0011, []);
163
+ static Northern_Mariana_Islands: Country = new Country('Oceania', 'Northern Mariana Islands', 'MP', 'MNP', '1670', false, 0.2522, ["Mariana", "Northern Mariana", "Mariana Islands"]);
164
+ static Norway: Country = new Country('Europe', 'Norway', 'NO', 'NOR', '47', false, 0.6515, []);
165
+ static Oman: Country = new Country('Asia', 'Oman', 'OM', 'OMN', '968', false, 0.5832, []);
166
+ static Pakistan: Country = new Country('Asia', 'Pakistan', 'PK', 'PAK', '92', false, 0.0459, []);
167
+ static Palau: Country = new Country('Oceania', 'Palau', 'PW', 'PLW', '680', false, 0.3456, []);
168
+ static Panama: Country = new Country('North America', 'Panama', 'PA', 'PAN', '507', false, 0.2686, []);
169
+ static Papua_New_Guinea: Country = new Country('Oceania', 'Papua New Guinea', 'PG', 'PNG', '675', false, 0.1475, ["Papua"]);
170
+ static Paraguay: Country = new Country('South America', 'Paraguay', 'PY', 'PRY', '595', false, 0.1443, []);
171
+ static Peru: Country = new Country('South America', 'Peru', 'PE', 'PER', '51', false, 0.2504, []);
172
+ static Philippines: Country = new Country('Asia', 'Philippines', 'PH', 'PHL', '63', false, 0.1026, []);
173
+ static Pitcairn_Islands: Country = new Country('Oceania', 'Pitcairn Islands', 'PN', 'PCN', '870', false, 0.0633, ["Pitcairn"]);
174
+ static Poland: Country = new Country('Europe', 'Poland', 'PL', 'POL', '48', true, 0.2182, []);
175
+ static Portugal: Country = new Country('Europe', 'Portugal', 'PT', 'PRT', '351', true, 0.3704, []);
176
+ static Puerto_Rico: Country = new Country('North America', 'Puerto Rico', 'PR', 'PRI', '1', false, 2.5469, ["Puerto"]);
177
+ static Qatar: Country = new Country('Asia', 'Qatar', 'QA', 'QAT', '974', false, 0.5465, []);
178
+ static Republic_of_the_Congo: Country = new Country('Africa', 'Republic of the Congo', 'CG', 'COG', '242', false, 0.153, ["Congo Republic"]);
179
+ static Réunion: Country = new Country('Africa', 'Réunion', 'RE', 'REU', '262', false, 0.05, []);
180
+ static Romania: Country = new Country('Europe', 'Romania', 'RO', 'ROU', '40', true, 0.2471, []);
181
+ static Russia: Country = new Country('Asia,Europe', 'Russia', 'RU', 'RUS', '7', false, 0.1852, []);
182
+ static Rwanda: Country = new Country('Africa', 'Rwanda', 'RW', 'RWA', '250', false, 0.0823, []);
183
+ static Saint_Barthelemy: Country = new Country('North America', 'Saint Barthelemy', 'BL', 'BLM', '590', false, 0.2089, ["Barthelemy"]);
184
+ static Saint_Helena: Country = new Country('Africa', 'Saint Helena', 'SH', 'SHN', '290', false, 0.481, ["Helena"]);
185
+ static Saint_Kitts_and_Nevis: Country = new Country('North America', 'Saint Kitts and Nevis', 'KN', 'KNA', '1869', false, 0.1586, ["Kitts", "Nevis", "Kitts and Nevis"]);
186
+ static Saint_Lucia: Country = new Country('North America', 'Saint Lucia', 'LC', 'LCA', '1758', false, 0.1323, ["Lucia"]);
187
+ static Saint_Martin: Country = new Country('North America', 'Saint Martin', 'MF', 'MAF', '1599', false, 0.4417, ["Martin"]);
188
+ static Saint_Pierre_and_Miquelon: Country = new Country('North America', 'Saint Pierre and Miquelon', 'PM', 'SPM', '508', false, 0.2603, ["Pierre", "Miquelon", "Pierre and Miquelon"]);
189
+ static Saint_Vincent_and_the_Grenadines: Country = new Country('North America', 'Saint Vincent and the Grenadines', 'VC', 'VCT', '1784', false, 0.1594, ["Vincent", "Grenadines", "Vincent and Grenadines", "Vincent and the Grenadines", "Saint Vincent", "Saint Grenadines", "Saint Vincent and Grenadines", "St Vincent", "St Grenadines", "St Vincent and Grenadines", "St Vincent and the Grenadines"]);
190
+ static Samoa: Country = new Country('Oceania', 'Samoa', 'WS', 'WSM', '685', false, 0.1139, []);
191
+ static San_Marino: Country = new Country('Europe', 'San Marino', 'SM', 'SMR', '378', false, 0.6111, ["Marino"]);
192
+ static Sao_Tome_and_Principe: Country = new Country('Africa', 'Sao Tome and Principe', 'ST', 'STP', '239', false, 0.038, ["Principe", "Sao Tome"]);
193
+ static Saudi_Arabia: Country = new Country('Asia', 'Saudi Arabia', 'SA', 'SAU', '966', false, 0.5637, ["Saudi"]);
194
+ static Senegal: Country = new Country('Africa', 'Senegal', 'SN', 'SEN', '221', false, 0.0718, []);
195
+ static Serbia: Country = new Country('Europe', 'Serbia', 'RS', 'SRB', '381', false, 0.1606, []);
196
+ static Seychelles: Country = new Country('Africa', 'Seychelles', 'SC', 'SYC', '248', false, 0.1903, []);
197
+ static Sierra_Leone: Country = new Country('Africa', 'Sierra Leone', 'SL', 'SLE', '232', false, 0.0385, ["Sierra", "Leone"]);
198
+ static Singapore: Country = new Country('Asia', 'Singapore', 'SG', 'SGP', '65', false, 0.7917, []);
199
+ static Slovakia: Country = new Country('Europe', 'Slovakia', 'SK', 'SVK', '421', true, 0.2934, []);
200
+ static Slovenia: Country = new Country('Europe', 'Slovenia', 'SI', 'SVN', '386', true, 0.2651, []);
201
+ static Solomon_Islands: Country = new Country('Oceania', 'Solomon Islands', 'SB', 'SLB', '677', false, 0.0971, ["Solomon"]);
202
+ static Somalia: Country = new Country('Africa', 'Somalia', 'SO', 'SOM', '252', false, 0.0578, []);
203
+ static South_Africa: Country = new Country('Africa', 'South Africa', 'ZA', 'ZAF', '27', false, 0.2281, []);
204
+ static South_Korea: Country = new Country('Asia', 'South Korea', 'KR', 'KOR', '82', false, 0.383, []);
205
+ static Spain: Country = new Country('Europe', 'Spain', 'ES', 'ESP', '34', true, 0.3648, []);
206
+ static Sri_Lanka: Country = new Country('Asia', 'Sri Lanka', 'LK', 'LKA', '94', false, 0.0312, ["Sri", "Lanka"]);
207
+ static Sudan: Country = new Country('Africa', 'Sudan', 'SD', 'SDN', '249', false, 0.0081, []);
208
+ static Suriname: Country = new Country('South America', 'Suriname', 'SR', 'SUR', '597', false, 0.0206, []);
209
+ static Swaziland: Country = new Country('Africa', 'Swaziland', 'SZ', 'SWZ', '268', false, 0.0336, []);
210
+ static Sweden: Country = new Country('Europe', 'Sweden', 'SE', 'SWE', '46', true, 0.5432, []);
211
+ static Switzerland: Country = new Country('Europe', 'Switzerland', 'CH', 'CHE', '41', false, 1, []);
212
+ static Syria: Country = new Country('Asia', 'Syria', 'SY', 'SYR', '963', false, 0.0075, []);
213
+ static Taiwan: Country = new Country('Asia', 'Taiwan', 'TW', 'TWN', '886', false, 0.5316, []);
214
+ static Tajikistan: Country = new Country('Asia', 'Tajikistan', 'TJ', 'TJK', '992', false, 0.1441, []);
215
+ static Tanzania: Country = new Country('Africa', 'Tanzania', 'TZ', 'TZA', '255', false, 0.0684, []);
216
+ static Thailand: Country = new Country('Asia', 'Thailand', 'TH', 'THA', '66', false, 0.3549, []);
217
+ static Timor_Leste: Country = new Country('Asia', 'Timor-Leste', 'TL', 'TLS', '670', false, 0.2804, ["Timor Leste", "Timor", "Leste"]);
218
+ static Togo: Country = new Country('Africa', 'Togo', 'TG', 'TGO', '228', false, 0.1083, []);
219
+ static Tokelau: Country = new Country('Oceania', 'Tokelau', 'TK', 'TKL', '690', false, 0.0439, []);
220
+ static Tonga: Country = new Country('Oceania', 'Tonga', 'TO', 'TON', '676', false, 0.0983, []);
221
+ static Trinidad_and_Tobago: Country = new Country('North America', 'Trinidad and Tobago', 'TT', 'TTO', '1868', false, 0.1826, ["Trinidad", "Tobago"]);
222
+ static Tunisia: Country = new Country('Africa', 'Tunisia', 'TN', 'TUN', '216', false, 0.1581, []);
223
+ static Turkey: Country = new Country('Asia,Europe', 'Turkey', 'TR', 'TUR', '90', false, 0.0532, []);
224
+ static Turkmenistan: Country = new Country('Asia', 'Turkmenistan', 'TM', 'TKM', '993', false, 0.1899, []);
225
+ static Turks_and_Caicos_Islands: Country = new Country('North America', 'Turks and Caicos Islands', 'TC', 'TCA', '1649', false, 0.189, ["Turks and Caicos", "Turks", "Caicos"]);
226
+ static Tuvalu: Country = new Country('Oceania', 'Tuvalu', 'TV', 'TUV', '688', false, 0.0316, []);
227
+ static Uganda: Country = new Country('Africa', 'Uganda', 'UG', 'UGA', '256', false, 0.0913, []);
228
+ static Ukraine: Country = new Country('Europe', 'Ukraine', 'UA', 'UKR', '380', false, 0.079, []);
229
+ static United_Arab_Emirates: Country = new Country('Asia', 'United Arab Emirates', 'AE', 'ARE', '971', false, 0.677, ["Arab Emirates", "Emirates"]);
230
+ static United_Kingdom: Country = new Country('Europe', 'United Kingdom', 'GB', 'GBR', '44', false, 0.9057, ["Kingdom"]);
231
+ static United_States: Country = new Country('North America', 'United States', 'US', 'USA', '1', false, 1, []);
232
+ static Uruguay: Country = new Country('South America', 'Uruguay', 'UY', 'URY', '598', false, 0.1085, []);
233
+ static US_Virgin_Islands: Country = new Country('North America', 'US Virgin Islands', 'VI', 'VIR', '1340', false, 0.3425, []);
234
+ static Uzbekistan: Country = new Country('Asia', 'Uzbekistan', 'UZ', 'UZB', '998', false, 0.0149, []);
235
+ static Vanuatu: Country = new Country('Oceania', 'Vanuatu', 'VU', 'VUT', '678', false, 0.1062, []);
236
+ static Venezuela: Country = new Country('South America', 'Venezuela', 'VE', 'VEN', '58', false, 0.03, []);
237
+ static Vietnam: Country = new Country('Asia', 'Vietnam', 'VN', 'VNM', '84', false, 0.0925, []);
238
+ static Wallis_and_Futuna: Country = new Country('Oceania', 'Wallis and Futuna', 'WF', 'WLF', '681', false, 0.1078, ["Wallis", "Futuna"]);
239
+ static West_Bank: Country = new Country('Asia', 'West Bank', 'PS', 'PSE', '970', false, 0.2165, ["Palestine", "Gaza Strip", "Gaza"]);
240
+ static Yemen: Country = new Country('Asia', 'Yemen', 'YE', 'YEM', '967', false, 0.0169, []);
241
+ static Zambia: Country = new Country('Africa', 'Zambia', 'ZM', 'ZMB', '260', false, 0.0423, []);
242
+ static Zimbabwe: Country = new Country('Asia', 'Zimbabwe', 'ZW', 'ZWE', '263', false, 0.0761, []);
243
+
244
+
245
+ static getAll(): Country[]
246
+ {
247
+ let ans: Country[] = [];
248
+ ans.push(this.Afghanistan);
249
+ ans.push(this.Albania);
250
+ ans.push(this.Algeria);
251
+ ans.push(this.American_Samoa);
252
+ ans.push(this.Andorra);
253
+ ans.push(this.Angola);
254
+ ans.push(this.Anguilla);
255
+ ans.push(this.Antarctica);
256
+ ans.push(this.Antigua_and_Barbuda);
257
+ ans.push(this.Argentina);
258
+ ans.push(this.Armenia);
259
+ ans.push(this.Aruba);
260
+ ans.push(this.Australia);
261
+ ans.push(this.Austria);
262
+ ans.push(this.Azerbaijan);
263
+ ans.push(this.Bahamas);
264
+ ans.push(this.Bahrain);
265
+ ans.push(this.Bangladesh);
266
+ ans.push(this.Barbados);
267
+ ans.push(this.Belarus);
268
+ ans.push(this.Belgium);
269
+ ans.push(this.Belize);
270
+ ans.push(this.Benin);
271
+ ans.push(this.Bermuda);
272
+ ans.push(this.Bhutan);
273
+ ans.push(this.Bolivia);
274
+ ans.push(this.Bosnia_and_Herzegovina);
275
+ ans.push(this.Botswana);
276
+ ans.push(this.Brazil);
277
+ ans.push(this.British_Virgin_Islands);
278
+ ans.push(this.Brunei);
279
+ ans.push(this.Bulgaria);
280
+ ans.push(this.Burkina_Faso);
281
+ ans.push(this.Burma_Myanmar);
282
+ ans.push(this.Burundi);
283
+ ans.push(this.Cambodia);
284
+ ans.push(this.Cameroon);
285
+ ans.push(this.Canada);
286
+ ans.push(this.Cape_Verde);
287
+ ans.push(this.Cayman_Islands);
288
+ ans.push(this.Central_African_Republic);
289
+ ans.push(this.Chad);
290
+ ans.push(this.Chile);
291
+ ans.push(this.China);
292
+ ans.push(this.Christmas_Island);
293
+ ans.push(this.Cocos_Keeling_Islands);
294
+ ans.push(this.Colombia);
295
+ ans.push(this.Comoros);
296
+ ans.push(this.Cook_Islands);
297
+ ans.push(this.Costa_Rica);
298
+ ans.push(this.Croatia);
299
+ ans.push(this.Cuba);
300
+ ans.push(this.Cyprus);
301
+ ans.push(this.Czech_Republic);
302
+ ans.push(this.Democratic_Republic_of_the_Congo);
303
+ ans.push(this.Denmark);
304
+ ans.push(this.Djibouti);
305
+ ans.push(this.Dominica);
306
+ ans.push(this.Dominican_Republic);
307
+ ans.push(this.Ecuador);
308
+ ans.push(this.Egypt);
309
+ ans.push(this.El_Salvador);
310
+ ans.push(this.Equatorial_Guinea);
311
+ ans.push(this.Eritrea);
312
+ ans.push(this.Estonia);
313
+ ans.push(this.Ethiopia);
314
+ ans.push(this.Falkland_Islands);
315
+ ans.push(this.Faroe_Islands);
316
+ ans.push(this.Fiji);
317
+ ans.push(this.Finland);
318
+ ans.push(this.France);
319
+ ans.push(this.French_Polynesia);
320
+ ans.push(this.French_Guiana);
321
+ ans.push(this.Gabon);
322
+ ans.push(this.Gambia);
323
+ ans.push(this.Georgia);
324
+ ans.push(this.Germany);
325
+ ans.push(this.Ghana);
326
+ ans.push(this.Gibraltar);
327
+ ans.push(this.Greece);
328
+ ans.push(this.Greenland);
329
+ ans.push(this.Grenada);
330
+ ans.push(this.Guam);
331
+ ans.push(this.Guadeloupe);
332
+ ans.push(this.Guatemala);
333
+ ans.push(this.Guinea);
334
+ ans.push(this.Guinea_Bissau);
335
+ ans.push(this.Guyana);
336
+ ans.push(this.Haiti);
337
+ ans.push(this.Holy_See_Vatican_City);
338
+ ans.push(this.Honduras);
339
+ ans.push(this.Hong_Kong);
340
+ ans.push(this.Hungary);
341
+ ans.push(this.Iceland);
342
+ ans.push(this.India);
343
+ ans.push(this.Indonesia);
344
+ ans.push(this.Iran);
345
+ ans.push(this.Iraq);
346
+ ans.push(this.Ireland);
347
+ ans.push(this.Isle_of_Man);
348
+ ans.push(this.Israel);
349
+ ans.push(this.Italy);
350
+ ans.push(this.Ivory_Coast);
351
+ ans.push(this.Jamaica);
352
+ ans.push(this.Japan);
353
+ ans.push(this.Jordan);
354
+ ans.push(this.Kazakhstan);
355
+ ans.push(this.Kenya);
356
+ ans.push(this.Kiribati);
357
+ ans.push(this.Kosovo);
358
+ ans.push(this.Kuwait);
359
+ ans.push(this.Kyrgyzstan);
360
+ ans.push(this.Laos);
361
+ ans.push(this.Latvia);
362
+ ans.push(this.Lebanon);
363
+ ans.push(this.Lesotho);
364
+ ans.push(this.Liberia);
365
+ ans.push(this.Libya);
366
+ ans.push(this.Liechtenstein);
367
+ ans.push(this.Lithuania);
368
+ ans.push(this.Luxembourg);
369
+ ans.push(this.Macau);
370
+ ans.push(this.Macedonia);
371
+ ans.push(this.Madagascar);
372
+ ans.push(this.Malawi);
373
+ ans.push(this.Malaysia);
374
+ ans.push(this.Maldives);
375
+ ans.push(this.Mali);
376
+ ans.push(this.Malta);
377
+ ans.push(this.Marshall_Islands);
378
+ ans.push(this.Martinique);
379
+ ans.push(this.Mauritania);
380
+ ans.push(this.Mauritius);
381
+ ans.push(this.Mayotte);
382
+ ans.push(this.Mexico);
383
+ ans.push(this.Micronesia);
384
+ ans.push(this.Moldova);
385
+ ans.push(this.Monaco);
386
+ ans.push(this.Mongolia);
387
+ ans.push(this.Montenegro);
388
+ ans.push(this.Montserrat);
389
+ ans.push(this.Morocco);
390
+ ans.push(this.Mozambique);
391
+ ans.push(this.Namibia);
392
+ ans.push(this.Nauru);
393
+ ans.push(this.Nepal);
394
+ ans.push(this.Netherlands);
395
+ ans.push(this.Netherlands_Antilles);
396
+ ans.push(this.Bonaire_Sint_Eustatius_and_Saba);
397
+ ans.push(this.New_Caledonia);
398
+ ans.push(this.New_Zealand);
399
+ ans.push(this.Nicaragua);
400
+ ans.push(this.Niger);
401
+ ans.push(this.Nigeria);
402
+ ans.push(this.Niue);
403
+ ans.push(this.Norfolk_Island);
404
+ ans.push(this.North_Korea);
405
+ ans.push(this.Northern_Mariana_Islands);
406
+ ans.push(this.Norway);
407
+ ans.push(this.Oman);
408
+ ans.push(this.Pakistan);
409
+ ans.push(this.Palau);
410
+ ans.push(this.Panama);
411
+ ans.push(this.Papua_New_Guinea);
412
+ ans.push(this.Paraguay);
413
+ ans.push(this.Peru);
414
+ ans.push(this.Philippines);
415
+ ans.push(this.Pitcairn_Islands);
416
+ ans.push(this.Poland);
417
+ ans.push(this.Portugal);
418
+ ans.push(this.Puerto_Rico);
419
+ ans.push(this.Qatar);
420
+ ans.push(this.Republic_of_the_Congo);
421
+ ans.push(this.Réunion);
422
+ ans.push(this.Romania);
423
+ ans.push(this.Russia);
424
+ ans.push(this.Rwanda);
425
+ ans.push(this.Saint_Barthelemy);
426
+ ans.push(this.Saint_Helena);
427
+ ans.push(this.Saint_Kitts_and_Nevis);
428
+ ans.push(this.Saint_Lucia);
429
+ ans.push(this.Saint_Martin);
430
+ ans.push(this.Saint_Pierre_and_Miquelon);
431
+ ans.push(this.Saint_Vincent_and_the_Grenadines);
432
+ ans.push(this.Samoa);
433
+ ans.push(this.San_Marino);
434
+ ans.push(this.Sao_Tome_and_Principe);
435
+ ans.push(this.Saudi_Arabia);
436
+ ans.push(this.Senegal);
437
+ ans.push(this.Serbia);
438
+ ans.push(this.Seychelles);
439
+ ans.push(this.Sierra_Leone);
440
+ ans.push(this.Singapore);
441
+ ans.push(this.Slovakia);
442
+ ans.push(this.Slovenia);
443
+ ans.push(this.Solomon_Islands);
444
+ ans.push(this.Somalia);
445
+ ans.push(this.South_Africa);
446
+ ans.push(this.South_Korea);
447
+ ans.push(this.Spain);
448
+ ans.push(this.Sri_Lanka);
449
+ ans.push(this.Sudan);
450
+ ans.push(this.Suriname);
451
+ ans.push(this.Swaziland);
452
+ ans.push(this.Sweden);
453
+ ans.push(this.Switzerland);
454
+ ans.push(this.Syria);
455
+ ans.push(this.Taiwan);
456
+ ans.push(this.Tajikistan);
457
+ ans.push(this.Tanzania);
458
+ ans.push(this.Thailand);
459
+ ans.push(this.Timor_Leste);
460
+ ans.push(this.Togo);
461
+ ans.push(this.Tokelau);
462
+ ans.push(this.Tonga);
463
+ ans.push(this.Trinidad_and_Tobago);
464
+ ans.push(this.Tunisia);
465
+ ans.push(this.Turkey);
466
+ ans.push(this.Turkmenistan);
467
+ ans.push(this.Turks_and_Caicos_Islands);
468
+ ans.push(this.Tuvalu);
469
+ ans.push(this.Uganda);
470
+ ans.push(this.Ukraine);
471
+ ans.push(this.United_Arab_Emirates);
472
+ ans.push(this.United_Kingdom);
473
+ ans.push(this.United_States);
474
+ ans.push(this.Uruguay);
475
+ ans.push(this.US_Virgin_Islands);
476
+ ans.push(this.Uzbekistan);
477
+ ans.push(this.Vanuatu);
478
+ ans.push(this.Venezuela);
479
+ ans.push(this.Vietnam);
480
+ ans.push(this.Wallis_and_Futuna);
481
+ ans.push(this.West_Bank);
482
+ ans.push(this.Yemen);
483
+ ans.push(this.Zambia);
484
+ ans.push(this.Zimbabwe);
485
+ return ans;
486
+ }
487
487
  }