african-states-and-tribes 1.0.0
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/README.md +6 -0
- package/dist/index.d.mts +436 -0
- package/dist/index.d.ts +436 -0
- package/dist/index.js +470 -0
- package/dist/index.mjs +443 -0
- package/package.json +36 -0
package/dist/index.js
ADDED
|
@@ -0,0 +1,470 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// src/index.ts
|
|
21
|
+
var src_exports = {};
|
|
22
|
+
__export(src_exports, {
|
|
23
|
+
getAllAfricaCountries: () => getAllAfricaCountries
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(src_exports);
|
|
26
|
+
|
|
27
|
+
// src/data/african-countries.json
|
|
28
|
+
var african_countries_default = {
|
|
29
|
+
AO: {
|
|
30
|
+
phoneCode: 244,
|
|
31
|
+
capitalCity: "Luanda",
|
|
32
|
+
flagEmoji: "\u{1F1E6}\u{1F1F4}",
|
|
33
|
+
name: "Angola",
|
|
34
|
+
currency: "Angolan kwanza",
|
|
35
|
+
officialLanguage: "Portuguese"
|
|
36
|
+
},
|
|
37
|
+
BJ: {
|
|
38
|
+
phoneCode: 229,
|
|
39
|
+
capitalCity: "Porto-Novo",
|
|
40
|
+
flagEmoji: "\u{1F1E7}\u{1F1EF}",
|
|
41
|
+
name: "Benin",
|
|
42
|
+
currency: "West African CFA franc",
|
|
43
|
+
officialLanguage: "French"
|
|
44
|
+
},
|
|
45
|
+
BW: {
|
|
46
|
+
phoneCode: 267,
|
|
47
|
+
capitalCity: "Gaborone",
|
|
48
|
+
flagEmoji: "\u{1F1E7}\u{1F1FC}",
|
|
49
|
+
name: "Botswana",
|
|
50
|
+
currency: "Botswana pula",
|
|
51
|
+
officialLanguage: "Setswana"
|
|
52
|
+
},
|
|
53
|
+
BF: {
|
|
54
|
+
phoneCode: 226,
|
|
55
|
+
capitalCity: "Ouagadougou",
|
|
56
|
+
flagEmoji: "\u{1F1E7}\u{1F1EB}",
|
|
57
|
+
name: "Burkina Faso",
|
|
58
|
+
currency: "West African CFA franc",
|
|
59
|
+
officialLanguage: "French"
|
|
60
|
+
},
|
|
61
|
+
BI: {
|
|
62
|
+
phoneCode: 257,
|
|
63
|
+
capitalCity: "Bujumbura",
|
|
64
|
+
flagEmoji: "\u{1F1E7}\u{1F1EE}",
|
|
65
|
+
name: "Burundi",
|
|
66
|
+
currency: "Burundi franc",
|
|
67
|
+
officialLanguage: "Kirundi"
|
|
68
|
+
},
|
|
69
|
+
CV: {
|
|
70
|
+
phoneCode: 238,
|
|
71
|
+
capitalCity: "Praia",
|
|
72
|
+
flagEmoji: "\u{1F1E8}\u{1F1FB}",
|
|
73
|
+
name: "Cabo Verde",
|
|
74
|
+
currency: "Cape Verdean escudo",
|
|
75
|
+
officialLanguage: "Portuguese"
|
|
76
|
+
},
|
|
77
|
+
CM: {
|
|
78
|
+
phoneCode: 237,
|
|
79
|
+
capitalCity: "Yaound\xE9",
|
|
80
|
+
flagEmoji: "\u{1F1E8}\u{1F1F2}",
|
|
81
|
+
name: "Cameroon",
|
|
82
|
+
currency: "Central African CFA franc",
|
|
83
|
+
officialLanguage: "Major African languages"
|
|
84
|
+
},
|
|
85
|
+
CF: {
|
|
86
|
+
phoneCode: 236,
|
|
87
|
+
capitalCity: "Bangui",
|
|
88
|
+
flagEmoji: "\u{1F1E8}\u{1F1EB}",
|
|
89
|
+
name: "Central African Republic",
|
|
90
|
+
currency: "Central African CFA franc",
|
|
91
|
+
officialLanguage: "French"
|
|
92
|
+
},
|
|
93
|
+
DZ: {
|
|
94
|
+
phoneCode: 213,
|
|
95
|
+
capitalCity: "Algiers",
|
|
96
|
+
flagEmoji: "\u{1F1E9}\u{1F1FF}",
|
|
97
|
+
name: "Algeria",
|
|
98
|
+
currency: "Algerian dinar",
|
|
99
|
+
officialLanguage: "Arabic"
|
|
100
|
+
},
|
|
101
|
+
TD: {
|
|
102
|
+
phoneCode: 235,
|
|
103
|
+
capitalCity: "N'Djamena",
|
|
104
|
+
flagEmoji: "\u{1F1F9}\u{1F1E9}",
|
|
105
|
+
name: "Chad",
|
|
106
|
+
currency: "Central African CFA franc",
|
|
107
|
+
officialLanguage: "French"
|
|
108
|
+
},
|
|
109
|
+
KM: {
|
|
110
|
+
phoneCode: 269,
|
|
111
|
+
capitalCity: "Moroni",
|
|
112
|
+
flagEmoji: "\u{1F1F0}\u{1F1F2}",
|
|
113
|
+
name: "Comoros",
|
|
114
|
+
currency: "Comorian franc",
|
|
115
|
+
officialLanguage: "Arabic"
|
|
116
|
+
},
|
|
117
|
+
CD: {
|
|
118
|
+
phoneCode: 243,
|
|
119
|
+
capitalCity: "Kinshasa",
|
|
120
|
+
flagEmoji: "\u{1F1E8}\u{1F1E9}",
|
|
121
|
+
name: "Democratic Republic of the Congo",
|
|
122
|
+
currency: "Congolese franc",
|
|
123
|
+
officialLanguage: "French"
|
|
124
|
+
},
|
|
125
|
+
CG: {
|
|
126
|
+
phoneCode: 242,
|
|
127
|
+
capitalCity: "Brazzaville",
|
|
128
|
+
flagEmoji: "\u{1F1E8}\u{1F1EC}",
|
|
129
|
+
name: "Republic of the Congo",
|
|
130
|
+
currency: "Central African CFA franc",
|
|
131
|
+
officialLanguage: "French"
|
|
132
|
+
},
|
|
133
|
+
CI: {
|
|
134
|
+
phoneCode: 225,
|
|
135
|
+
capitalCity: "Yamoussoukro",
|
|
136
|
+
flagEmoji: "\u{1F1E8}\u{1F1EE}",
|
|
137
|
+
name: "Cote D'Ivoire",
|
|
138
|
+
currency: "West African CFA franc",
|
|
139
|
+
officialLanguage: "French"
|
|
140
|
+
},
|
|
141
|
+
DJ: {
|
|
142
|
+
phoneCode: 253,
|
|
143
|
+
capitalCity: "Djibouti (city)",
|
|
144
|
+
flagEmoji: "\u{1F1E9}\u{1F1EF}",
|
|
145
|
+
name: "Djibouti",
|
|
146
|
+
currency: "Djiboutian franc",
|
|
147
|
+
officialLanguage: "French"
|
|
148
|
+
},
|
|
149
|
+
EG: {
|
|
150
|
+
phoneCode: 20,
|
|
151
|
+
capitalCity: "Cairo",
|
|
152
|
+
flagEmoji: "\u{1F1EA}\u{1F1EC}",
|
|
153
|
+
name: "Egypt",
|
|
154
|
+
currency: "Egyptian Pound",
|
|
155
|
+
officialLanguage: "Arabic"
|
|
156
|
+
},
|
|
157
|
+
GQ: {
|
|
158
|
+
phoneCode: 240,
|
|
159
|
+
capitalCity: "Malabo",
|
|
160
|
+
flagEmoji: "\u{1F1EC}\u{1F1F6}",
|
|
161
|
+
name: "Equatorial Guinea",
|
|
162
|
+
currency: "Central African CFA franc",
|
|
163
|
+
officialLanguage: "Spanish"
|
|
164
|
+
},
|
|
165
|
+
ER: {
|
|
166
|
+
phoneCode: 291,
|
|
167
|
+
capitalCity: "Asmara",
|
|
168
|
+
flagEmoji: "\u{1F1EA}\u{1F1F7}",
|
|
169
|
+
name: "Eritrea",
|
|
170
|
+
currency: "Eritrean nakfa",
|
|
171
|
+
officialLanguage: "Afar"
|
|
172
|
+
},
|
|
173
|
+
ET: {
|
|
174
|
+
phoneCode: 251,
|
|
175
|
+
capitalCity: "Addis Ababa",
|
|
176
|
+
flagEmoji: "\u{1F1EA}\u{1F1F9}",
|
|
177
|
+
name: "Ethiopia",
|
|
178
|
+
currency: "Ethiopian birr",
|
|
179
|
+
officialLanguage: "Amharic"
|
|
180
|
+
},
|
|
181
|
+
GA: {
|
|
182
|
+
phoneCode: 241,
|
|
183
|
+
capitalCity: "Libreville",
|
|
184
|
+
flagEmoji: "\u{1F1EC}\u{1F1E6}",
|
|
185
|
+
name: "Gabon",
|
|
186
|
+
currency: "Central African CFA franc",
|
|
187
|
+
officialLanguage: "French"
|
|
188
|
+
},
|
|
189
|
+
GH: {
|
|
190
|
+
phoneCode: 233,
|
|
191
|
+
capitalCity: "Accra",
|
|
192
|
+
flagEmoji: "\u{1F1EC}\u{1F1ED}",
|
|
193
|
+
name: "Ghana",
|
|
194
|
+
currency: "Ghanaian cedi",
|
|
195
|
+
officialLanguage: "English"
|
|
196
|
+
},
|
|
197
|
+
GM: {
|
|
198
|
+
phoneCode: 220,
|
|
199
|
+
capitalCity: "Banjul",
|
|
200
|
+
flagEmoji: "\u{1F1EC}\u{1F1F2}",
|
|
201
|
+
name: "Gambia",
|
|
202
|
+
currency: "Dalasi",
|
|
203
|
+
officialLanguage: "English"
|
|
204
|
+
},
|
|
205
|
+
GN: {
|
|
206
|
+
phoneCode: 224,
|
|
207
|
+
capitalCity: "Conakry",
|
|
208
|
+
flagEmoji: "\u{1F1EC}\u{1F1F3}",
|
|
209
|
+
name: "Guinea",
|
|
210
|
+
currency: "Guinean franc",
|
|
211
|
+
officialLanguage: "French"
|
|
212
|
+
},
|
|
213
|
+
GW: {
|
|
214
|
+
phoneCode: 245,
|
|
215
|
+
capitalCity: "Bissau",
|
|
216
|
+
flagEmoji: "\u{1F1EC}\u{1F1FC}",
|
|
217
|
+
name: "Guinea-Bissau",
|
|
218
|
+
currency: "West African CFA franc",
|
|
219
|
+
officialLanguage: "Portuguese"
|
|
220
|
+
},
|
|
221
|
+
KE: {
|
|
222
|
+
phoneCode: 254,
|
|
223
|
+
capitalCity: "Nairobi",
|
|
224
|
+
flagEmoji: "\u{1F1F0}\u{1F1EA}",
|
|
225
|
+
name: "Kenya",
|
|
226
|
+
currency: "Kenyan shilling",
|
|
227
|
+
officialLanguage: "English"
|
|
228
|
+
},
|
|
229
|
+
LS: {
|
|
230
|
+
phoneCode: 266,
|
|
231
|
+
capitalCity: "Maseru",
|
|
232
|
+
flagEmoji: "\u{1F1F1}\u{1F1F8}",
|
|
233
|
+
name: "Lesotho",
|
|
234
|
+
currency: "Lesotho loti",
|
|
235
|
+
officialLanguage: "Sesotho"
|
|
236
|
+
},
|
|
237
|
+
LR: {
|
|
238
|
+
phoneCode: 231,
|
|
239
|
+
capitalCity: "Monrovia",
|
|
240
|
+
flagEmoji: "\u{1F1F1}\u{1F1F7}",
|
|
241
|
+
name: "Liberia",
|
|
242
|
+
currency: "Liberian Dollar",
|
|
243
|
+
officialLanguage: "English"
|
|
244
|
+
},
|
|
245
|
+
LY: {
|
|
246
|
+
phoneCode: 218,
|
|
247
|
+
capitalCity: "Tripoli",
|
|
248
|
+
flagEmoji: "\u{1F1F1}\u{1F1FE}",
|
|
249
|
+
name: "Libya",
|
|
250
|
+
currency: "Libyan dinar",
|
|
251
|
+
officialLanguage: "Arabic"
|
|
252
|
+
},
|
|
253
|
+
MG: {
|
|
254
|
+
phoneCode: 261,
|
|
255
|
+
capitalCity: "Antananarivo",
|
|
256
|
+
flagEmoji: "\u{1F1F2}\u{1F1EC}",
|
|
257
|
+
name: "Madagascar",
|
|
258
|
+
currency: "Malagasy ariary",
|
|
259
|
+
officialLanguage: "French"
|
|
260
|
+
},
|
|
261
|
+
MW: {
|
|
262
|
+
phoneCode: 265,
|
|
263
|
+
capitalCity: "Lilongwe",
|
|
264
|
+
flagEmoji: "\u{1F1F2}\u{1F1FC}",
|
|
265
|
+
name: "Malawi",
|
|
266
|
+
currency: "Malawian kwacha",
|
|
267
|
+
officialLanguage: "Chichewa"
|
|
268
|
+
},
|
|
269
|
+
ML: {
|
|
270
|
+
phoneCode: 223,
|
|
271
|
+
capitalCity: "Bamako",
|
|
272
|
+
flagEmoji: "\u{1F1F2}\u{1F1F1}",
|
|
273
|
+
name: "Mali",
|
|
274
|
+
currency: "West African CFA franc",
|
|
275
|
+
officialLanguage: "French"
|
|
276
|
+
},
|
|
277
|
+
MR: {
|
|
278
|
+
phoneCode: 222,
|
|
279
|
+
capitalCity: "Nouakchott",
|
|
280
|
+
flagEmoji: "\u{1F1F2}\u{1F1F7}",
|
|
281
|
+
name: "Mauritania",
|
|
282
|
+
currency: "Mauritanian ouguiya",
|
|
283
|
+
officialLanguage: "Arabic"
|
|
284
|
+
},
|
|
285
|
+
MU: {
|
|
286
|
+
phoneCode: 230,
|
|
287
|
+
capitalCity: "Port Louis",
|
|
288
|
+
flagEmoji: "\u{1F1F2}\u{1F1FA}",
|
|
289
|
+
name: "Mauritius",
|
|
290
|
+
currency: "Mauritian rupee",
|
|
291
|
+
officialLanguage: "Creole"
|
|
292
|
+
},
|
|
293
|
+
MA: {
|
|
294
|
+
phoneCode: 212,
|
|
295
|
+
capitalCity: "Rabat",
|
|
296
|
+
flagEmoji: "\u{1F1F2}\u{1F1E6}",
|
|
297
|
+
name: "Morocco",
|
|
298
|
+
currency: "Moroccan dirham",
|
|
299
|
+
officialLanguage: "Arabic"
|
|
300
|
+
},
|
|
301
|
+
MZ: {
|
|
302
|
+
phoneCode: 258,
|
|
303
|
+
capitalCity: "Maputo",
|
|
304
|
+
flagEmoji: "\u{1F1F2}\u{1F1FF}",
|
|
305
|
+
name: "Mozambique",
|
|
306
|
+
currency: "Mozambican metical",
|
|
307
|
+
officialLanguage: "Emakhuwa"
|
|
308
|
+
},
|
|
309
|
+
NA: {
|
|
310
|
+
phoneCode: 264,
|
|
311
|
+
capitalCity: "Windhoek",
|
|
312
|
+
flagEmoji: "\u{1F1F3}\u{1F1E6}",
|
|
313
|
+
name: "Namibia",
|
|
314
|
+
currency: "Namibian Dollar",
|
|
315
|
+
officialLanguage: null
|
|
316
|
+
},
|
|
317
|
+
NE: {
|
|
318
|
+
phoneCode: 227,
|
|
319
|
+
capitalCity: "Niamey",
|
|
320
|
+
flagEmoji: "\u{1F1F3}\u{1F1EA}",
|
|
321
|
+
name: "Niger",
|
|
322
|
+
currency: "West African CFA franc",
|
|
323
|
+
officialLanguage: "French"
|
|
324
|
+
},
|
|
325
|
+
NG: {
|
|
326
|
+
phoneCode: 234,
|
|
327
|
+
capitalCity: "Abuja",
|
|
328
|
+
flagEmoji: "\u{1F1F3}\u{1F1EC}",
|
|
329
|
+
name: "Nigeria",
|
|
330
|
+
currency: "Nigerian naira",
|
|
331
|
+
officialLanguage: "English"
|
|
332
|
+
},
|
|
333
|
+
RW: {
|
|
334
|
+
phoneCode: 250,
|
|
335
|
+
capitalCity: "Kigali",
|
|
336
|
+
flagEmoji: "\u{1F1F7}\u{1F1FC}",
|
|
337
|
+
name: "Rwanda",
|
|
338
|
+
currency: "Rwandan franc",
|
|
339
|
+
officialLanguage: "Kinyarwanda"
|
|
340
|
+
},
|
|
341
|
+
ST: {
|
|
342
|
+
phoneCode: 239,
|
|
343
|
+
capitalCity: "S\xE3o Tom\xE9",
|
|
344
|
+
flagEmoji: "\u{1F1F8}\u{1F1F9}",
|
|
345
|
+
name: "Sao Tome And Principe",
|
|
346
|
+
currency: "Sao Tome and Principe dobra",
|
|
347
|
+
officialLanguage: "Portuguese"
|
|
348
|
+
},
|
|
349
|
+
SN: {
|
|
350
|
+
phoneCode: 221,
|
|
351
|
+
capitalCity: "Dakar",
|
|
352
|
+
flagEmoji: "\u{1F1F8}\u{1F1F3}",
|
|
353
|
+
name: "Senegal",
|
|
354
|
+
currency: "West African CFA franc",
|
|
355
|
+
officialLanguage: "French"
|
|
356
|
+
},
|
|
357
|
+
SC: {
|
|
358
|
+
phoneCode: 248,
|
|
359
|
+
capitalCity: "Victoria",
|
|
360
|
+
flagEmoji: "\u{1F1F8}\u{1F1E8}",
|
|
361
|
+
name: "Seychelles",
|
|
362
|
+
currency: "Seychellois rupee",
|
|
363
|
+
officialLanguage: "Creole"
|
|
364
|
+
},
|
|
365
|
+
SL: {
|
|
366
|
+
phoneCode: 232,
|
|
367
|
+
capitalCity: "Freetown",
|
|
368
|
+
flagEmoji: "\u{1F1F8}\u{1F1F1}",
|
|
369
|
+
name: "Sierra Leone",
|
|
370
|
+
currency: "Sierra Leonean leone",
|
|
371
|
+
officialLanguage: "English"
|
|
372
|
+
},
|
|
373
|
+
SO: {
|
|
374
|
+
phoneCode: 252,
|
|
375
|
+
capitalCity: "Mogadishu",
|
|
376
|
+
flagEmoji: "\u{1F1F8}\u{1F1F4}",
|
|
377
|
+
name: "Somalia",
|
|
378
|
+
currency: "Somali shilling",
|
|
379
|
+
officialLanguage: "Somali"
|
|
380
|
+
},
|
|
381
|
+
ZA: {
|
|
382
|
+
phoneCode: 27,
|
|
383
|
+
capitalCity: "Pretoria / Cape Town",
|
|
384
|
+
flagEmoji: "\u{1F1FF}\u{1F1E6}",
|
|
385
|
+
name: "South Africa",
|
|
386
|
+
currency: "South African rand",
|
|
387
|
+
officialLanguage: "IsiZulu"
|
|
388
|
+
},
|
|
389
|
+
SS: {
|
|
390
|
+
phoneCode: 211,
|
|
391
|
+
capitalCity: "Juba",
|
|
392
|
+
flagEmoji: "\u{1F1F8}\u{1F1F8}",
|
|
393
|
+
name: "South Sudan",
|
|
394
|
+
currency: "South Sudanese Pound",
|
|
395
|
+
officialLanguage: "Arabic"
|
|
396
|
+
},
|
|
397
|
+
SD: {
|
|
398
|
+
phoneCode: 249,
|
|
399
|
+
capitalCity: "Khartoum",
|
|
400
|
+
flagEmoji: "\u{1F1F8}\u{1F1E9}",
|
|
401
|
+
name: "Sudan",
|
|
402
|
+
currency: "Sudanese Pound",
|
|
403
|
+
officialLanguage: "Arabic"
|
|
404
|
+
},
|
|
405
|
+
SZ: {
|
|
406
|
+
phoneCode: 268,
|
|
407
|
+
capitalCity: "Mbabane",
|
|
408
|
+
flagEmoji: "\u{1F1F8}\u{1F1FF}",
|
|
409
|
+
name: "Eswatini",
|
|
410
|
+
currency: "Swazi lilangeni",
|
|
411
|
+
officialLanguage: "English"
|
|
412
|
+
},
|
|
413
|
+
TZ: {
|
|
414
|
+
phoneCode: 255,
|
|
415
|
+
capitalCity: "Dodoma",
|
|
416
|
+
flagEmoji: "\u{1F1F9}\u{1F1FF}",
|
|
417
|
+
name: "Tanzania",
|
|
418
|
+
currency: "Tanzanian shilling",
|
|
419
|
+
officialLanguage: "Kiswahili or Swahili"
|
|
420
|
+
},
|
|
421
|
+
TG: {
|
|
422
|
+
phoneCode: 228,
|
|
423
|
+
capitalCity: "Lom\xE9",
|
|
424
|
+
flagEmoji: "\u{1F1F9}\u{1F1EC}",
|
|
425
|
+
name: "Togo",
|
|
426
|
+
currency: "West African CFA franc",
|
|
427
|
+
officialLanguage: "French"
|
|
428
|
+
},
|
|
429
|
+
TN: {
|
|
430
|
+
phoneCode: 216,
|
|
431
|
+
capitalCity: "Tunis",
|
|
432
|
+
flagEmoji: "\u{1F1F9}\u{1F1F3}",
|
|
433
|
+
name: "Tunisia",
|
|
434
|
+
currency: "Tunisian dinar",
|
|
435
|
+
officialLanguage: "Arabic"
|
|
436
|
+
},
|
|
437
|
+
UG: {
|
|
438
|
+
phoneCode: 256,
|
|
439
|
+
capitalCity: "Kampala",
|
|
440
|
+
flagEmoji: "\u{1F1FA}\u{1F1EC}",
|
|
441
|
+
name: "Uganda",
|
|
442
|
+
currency: "Ugandan shilling",
|
|
443
|
+
officialLanguage: "English"
|
|
444
|
+
},
|
|
445
|
+
ZM: {
|
|
446
|
+
phoneCode: 260,
|
|
447
|
+
capitalCity: "Lusaka",
|
|
448
|
+
flagEmoji: "\u{1F1FF}\u{1F1F2}",
|
|
449
|
+
name: "Zambia",
|
|
450
|
+
currency: "Zambian kwacha",
|
|
451
|
+
officialLanguage: "English"
|
|
452
|
+
},
|
|
453
|
+
ZW: {
|
|
454
|
+
phoneCode: 263,
|
|
455
|
+
capitalCity: "Harare",
|
|
456
|
+
flagEmoji: "\u{1F1FF}\u{1F1FC}",
|
|
457
|
+
name: "Zimbabwe",
|
|
458
|
+
currency: "United States Dollar",
|
|
459
|
+
officialLanguage: "English"
|
|
460
|
+
}
|
|
461
|
+
};
|
|
462
|
+
|
|
463
|
+
// src/index.ts
|
|
464
|
+
function getAllAfricaCountries() {
|
|
465
|
+
return african_countries_default;
|
|
466
|
+
}
|
|
467
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
468
|
+
0 && (module.exports = {
|
|
469
|
+
getAllAfricaCountries
|
|
470
|
+
});
|