@studyportals/static-domain-data 7.0.0-0 → 7.0.0-1

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.
Files changed (66) hide show
  1. package/cjs/src/continents/continent-country-mapping.js +21 -242
  2. package/cjs/src/continents/continent-iso-country-mapping.js +3 -2
  3. package/cjs/src/countries/chunks/country-records-a-f.js +80 -0
  4. package/cjs/src/countries/chunks/country-records-g-l.js +51 -0
  5. package/cjs/src/countries/chunks/country-records-m-r.js +59 -0
  6. package/cjs/src/countries/chunks/country-records-s-z.js +63 -0
  7. package/cjs/src/countries/countries.js +11 -919
  8. package/cjs/src/countries/country-bit-values-mapping.js +231 -229
  9. package/cjs/src/countries/country-get-path.js +8 -234
  10. package/cjs/src/countries/country-id-iso-code-mapping.js +10 -230
  11. package/cjs/src/countries/i-country-record.js +2 -0
  12. package/cjs/src/currencies/chunks/currency-records-a-f.js +55 -0
  13. package/cjs/src/currencies/chunks/currency-records-g-l.js +48 -0
  14. package/cjs/src/currencies/chunks/currency-records-m-r.js +38 -0
  15. package/cjs/src/currencies/chunks/currency-records-s-z.js +50 -0
  16. package/cjs/src/currencies/currencies.js +10 -669
  17. package/cjs/src/currencies/currency-get-countries.js +16 -526
  18. package/cjs/src/currencies/currency-get-from-country.js +6 -4
  19. package/cjs/src/currencies/i-currency-record.js +2 -0
  20. package/cjs/src/disciplines/subdisciplines.js +285 -1416
  21. package/cjs/src/gpa/get-grade-by-grade-type.js +2 -25
  22. package/cjs/src/gpa/grade-data-by-type.js +57 -0
  23. package/esm/src/continents/continent-country-mapping.d.ts +1 -1
  24. package/esm/src/continents/continent-country-mapping.js +22 -243
  25. package/esm/src/continents/continent-iso-country-mapping.d.ts +2 -1
  26. package/esm/src/continents/continent-iso-country-mapping.js +2 -2
  27. package/esm/src/countries/chunks/country-records-a-f.d.ts +3 -0
  28. package/esm/src/countries/chunks/country-records-a-f.js +77 -0
  29. package/esm/src/countries/chunks/country-records-g-l.d.ts +3 -0
  30. package/esm/src/countries/chunks/country-records-g-l.js +48 -0
  31. package/esm/src/countries/chunks/country-records-m-r.d.ts +3 -0
  32. package/esm/src/countries/chunks/country-records-m-r.js +56 -0
  33. package/esm/src/countries/chunks/country-records-s-z.d.ts +3 -0
  34. package/esm/src/countries/chunks/country-records-s-z.js +60 -0
  35. package/esm/src/countries/countries.d.ts +1 -1
  36. package/esm/src/countries/countries.js +12 -920
  37. package/esm/src/countries/country-bit-values-mapping.d.ts +3 -2
  38. package/esm/src/countries/country-bit-values-mapping.js +231 -229
  39. package/esm/src/countries/country-get-path.d.ts +1 -1
  40. package/esm/src/countries/country-get-path.js +9 -235
  41. package/esm/src/countries/country-id-iso-code-mapping.d.ts +1 -1
  42. package/esm/src/countries/country-id-iso-code-mapping.js +11 -231
  43. package/esm/src/countries/i-country-record.d.ts +1 -0
  44. package/esm/src/countries/i-country-record.js +1 -0
  45. package/esm/src/currencies/chunks/currency-records-a-f.d.ts +3 -0
  46. package/esm/src/currencies/chunks/currency-records-a-f.js +52 -0
  47. package/esm/src/currencies/chunks/currency-records-g-l.d.ts +3 -0
  48. package/esm/src/currencies/chunks/currency-records-g-l.js +45 -0
  49. package/esm/src/currencies/chunks/currency-records-m-r.d.ts +3 -0
  50. package/esm/src/currencies/chunks/currency-records-m-r.js +35 -0
  51. package/esm/src/currencies/chunks/currency-records-s-z.d.ts +3 -0
  52. package/esm/src/currencies/chunks/currency-records-s-z.js +47 -0
  53. package/esm/src/currencies/currencies.d.ts +1 -1
  54. package/esm/src/currencies/currencies.js +11 -670
  55. package/esm/src/currencies/currency-get-countries.d.ts +1 -1
  56. package/esm/src/currencies/currency-get-countries.js +17 -527
  57. package/esm/src/currencies/currency-get-from-country.d.ts +1 -1
  58. package/esm/src/currencies/currency-get-from-country.js +7 -5
  59. package/esm/src/currencies/i-currency-record.d.ts +1 -0
  60. package/esm/src/currencies/i-currency-record.js +1 -0
  61. package/esm/src/disciplines/subdisciplines.js +285 -1416
  62. package/esm/src/gpa/get-grade-by-grade-type.js +2 -2
  63. package/esm/src/gpa/grade-data-by-type.d.ts +4 -0
  64. package/esm/src/gpa/grade-data-by-type.js +54 -0
  65. package/esm/src/gpa/i-option.d.ts +1 -1
  66. package/package.json +1 -1
@@ -1,532 +1,22 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.currencyGetCountries = void 0;
4
- const idsOfCountriesByCurrencyIso = new Map();
5
- idsOfCountriesByCurrencyIso.set("AED", [
6
- "140"
7
- ]);
8
- idsOfCountriesByCurrencyIso.set("AFN", [
9
- "97"
10
- ]);
11
- idsOfCountriesByCurrencyIso.set("AMD", [
12
- "98"
13
- ]);
14
- idsOfCountriesByCurrencyIso.set("ANG", [
15
- "223",
16
- "225"
17
- ]);
18
- idsOfCountriesByCurrencyIso.set("AOA", [
19
- "146"
20
- ]);
21
- idsOfCountriesByCurrencyIso.set("ARS", [
22
- "84"
23
- ]);
24
- idsOfCountriesByCurrencyIso.set("AUD", [
25
- "202",
26
- "207",
27
- "208",
28
- "210",
29
- "220"
30
- ]);
31
- idsOfCountriesByCurrencyIso.set("AWG", [
32
- "50"
33
- ]);
34
- idsOfCountriesByCurrencyIso.set("AZN", [
35
- "99"
36
- ]);
37
- idsOfCountriesByCurrencyIso.set("BBD", [
38
- "52"
39
- ]);
40
- idsOfCountriesByCurrencyIso.set("BDT", [
41
- "101"
42
- ]);
43
- idsOfCountriesByCurrencyIso.set("BGN", [
44
- "2"
45
- ]);
46
- idsOfCountriesByCurrencyIso.set("BHD", [
47
- "100"
48
- ]);
49
- idsOfCountriesByCurrencyIso.set("BIF", [
50
- "150"
51
- ]);
52
- idsOfCountriesByCurrencyIso.set("BMD", [
53
- "54"
54
- ]);
55
- idsOfCountriesByCurrencyIso.set("BND", [
56
- "103"
57
- ]);
58
- idsOfCountriesByCurrencyIso.set("BOB", [
59
- "85"
60
- ]);
61
- idsOfCountriesByCurrencyIso.set("BRL", [
62
- "86"
63
- ]);
64
- idsOfCountriesByCurrencyIso.set("BSD", [
65
- "51"
66
- ]);
67
- idsOfCountriesByCurrencyIso.set("BTN", [
68
- "102"
69
- ]);
70
- idsOfCountriesByCurrencyIso.set("BWP", [
71
- "148",
72
- "200"
73
- ]);
74
- idsOfCountriesByCurrencyIso.set("BYR", [
75
- "45"
76
- ]);
77
- idsOfCountriesByCurrencyIso.set("BZD", [
78
- "53"
79
- ]);
80
- idsOfCountriesByCurrencyIso.set("CAD", [
81
- "56"
82
- ]);
83
- idsOfCountriesByCurrencyIso.set("CDF", [
84
- "156"
85
- ]);
86
- idsOfCountriesByCurrencyIso.set("CHF", [
87
- "27",
88
- "47"
89
- ]);
90
- idsOfCountriesByCurrencyIso.set("CLP", [
91
- "87"
92
- ]);
93
- idsOfCountriesByCurrencyIso.set("CNY", [
94
- "105"
95
- ]);
96
- idsOfCountriesByCurrencyIso.set("COP", [
97
- "88"
98
- ]);
99
- idsOfCountriesByCurrencyIso.set("CRC", [
100
- "58"
101
- ]);
102
- idsOfCountriesByCurrencyIso.set("CUC", [
103
- "59"
104
- ]);
105
- idsOfCountriesByCurrencyIso.set("CVE", [
106
- "152"
107
- ]);
108
- idsOfCountriesByCurrencyIso.set("CZK", [
109
- "7"
110
- ]);
111
- idsOfCountriesByCurrencyIso.set("DJF", [
112
- "159"
113
- ]);
114
- idsOfCountriesByCurrencyIso.set("DKK", [
115
- "6",
116
- "63"
117
- ]);
118
- idsOfCountriesByCurrencyIso.set("DOP", [
119
- "61"
120
- ]);
121
- idsOfCountriesByCurrencyIso.set("DZD", [
122
- "145"
123
- ]);
124
- idsOfCountriesByCurrencyIso.set("EGP", [
125
- "161"
126
- ]);
127
- idsOfCountriesByCurrencyIso.set("ERN", [
128
- "163"
129
- ]);
130
- idsOfCountriesByCurrencyIso.set("ETB", [
131
- "164"
132
- ]);
133
- idsOfCountriesByCurrencyIso.set("EUR", [
134
- "1",
135
- "3",
136
- "4",
137
- "5",
138
- "8",
139
- "9",
140
- "10",
141
- "11",
142
- "14",
143
- "15",
144
- "21",
145
- "24",
146
- "25",
147
- "31",
148
- "34",
149
- "35",
150
- "36",
151
- "37",
152
- "38",
153
- "39",
154
- "40",
155
- "41",
156
- "42",
157
- "43",
158
- "44",
159
- "48",
160
- "65",
161
- "70",
162
- "79",
163
- "184",
164
- "222",
165
- "230"
166
- ]);
167
- idsOfCountriesByCurrencyIso.set("FJD", [
168
- "204"
169
- ]);
170
- idsOfCountriesByCurrencyIso.set("GBP", [
171
- "30"
172
- ]);
173
- idsOfCountriesByCurrencyIso.set("GEL", [
174
- "106"
175
- ]);
176
- idsOfCountriesByCurrencyIso.set("GHS", [
177
- "167"
178
- ]);
179
- idsOfCountriesByCurrencyIso.set("GMD", [
180
- "166"
181
- ]);
182
- idsOfCountriesByCurrencyIso.set("GNF", [
183
- "90",
184
- "168"
185
- ]);
186
- idsOfCountriesByCurrencyIso.set("GTQ", [
187
- "66"
188
- ]);
189
- idsOfCountriesByCurrencyIso.set("GYD", [
190
- "91"
191
- ]);
192
- idsOfCountriesByCurrencyIso.set("HKD", [
193
- "107"
194
- ]);
195
- idsOfCountriesByCurrencyIso.set("HNL", [
196
- "68"
197
- ]);
198
- idsOfCountriesByCurrencyIso.set("HTG", [
199
- "67"
200
- ]);
201
- idsOfCountriesByCurrencyIso.set("HUF", [
202
- "12"
203
- ]);
204
- idsOfCountriesByCurrencyIso.set("IDR", [
205
- "109"
206
- ]);
207
- idsOfCountriesByCurrencyIso.set("ILS", [
208
- "112",
209
- "144"
210
- ]);
211
- idsOfCountriesByCurrencyIso.set("INR", [
212
- "108"
213
- ]);
214
- idsOfCountriesByCurrencyIso.set("IQD", [
215
- "111"
216
- ]);
217
- idsOfCountriesByCurrencyIso.set("IRR", [
218
- "110"
219
- ]);
220
- idsOfCountriesByCurrencyIso.set("ISK", [
221
- "13"
222
- ]);
223
- idsOfCountriesByCurrencyIso.set("JMD", [
224
- "69"
225
- ]);
226
- idsOfCountriesByCurrencyIso.set("JOD", [
227
- "114"
228
- ]);
229
- idsOfCountriesByCurrencyIso.set("JPY", [
230
- "113"
231
- ]);
232
- idsOfCountriesByCurrencyIso.set("KES", [
233
- "170"
234
- ]);
235
- idsOfCountriesByCurrencyIso.set("KGS", [
236
- "119"
237
- ]);
238
- idsOfCountriesByCurrencyIso.set("KHR", [
239
- "104"
240
- ]);
241
- idsOfCountriesByCurrencyIso.set("KMF", [
242
- "155"
243
- ]);
244
- idsOfCountriesByCurrencyIso.set("KPW", [
245
- "116"
246
- ]);
247
- idsOfCountriesByCurrencyIso.set("KRW", [
248
- "117"
249
- ]);
250
- idsOfCountriesByCurrencyIso.set("KWD", [
251
- "118"
252
- ]);
253
- idsOfCountriesByCurrencyIso.set("KYD", [
254
- "57"
255
- ]);
256
- idsOfCountriesByCurrencyIso.set("KZT", [
257
- "115"
258
- ]);
259
- idsOfCountriesByCurrencyIso.set("LAK", [
260
- "120"
261
- ]);
262
- idsOfCountriesByCurrencyIso.set("LBP", [
263
- "121"
264
- ]);
265
- idsOfCountriesByCurrencyIso.set("LKR", [
266
- "134"
267
- ]);
268
- idsOfCountriesByCurrencyIso.set("LRD", [
269
- "172"
270
- ]);
271
- idsOfCountriesByCurrencyIso.set("LSL", [
272
- "171"
273
- ]);
274
- idsOfCountriesByCurrencyIso.set("LTL", [
275
- "17"
276
- ]);
277
- idsOfCountriesByCurrencyIso.set("LVL", [
278
- "16"
279
- ]);
280
- idsOfCountriesByCurrencyIso.set("LYD", [
281
- "173"
282
- ]);
283
- idsOfCountriesByCurrencyIso.set("MAD", [
284
- "179",
285
- "198"
286
- ]);
287
- idsOfCountriesByCurrencyIso.set("MGA", [
288
- "174"
289
- ]);
290
- idsOfCountriesByCurrencyIso.set("MKD", [
291
- "18"
292
- ]);
293
- idsOfCountriesByCurrencyIso.set("MMK", [
294
- "126"
295
- ]);
296
- idsOfCountriesByCurrencyIso.set("MNT", [
297
- "125"
298
- ]);
299
- idsOfCountriesByCurrencyIso.set("MOP", [
300
- "122"
301
- ]);
302
- idsOfCountriesByCurrencyIso.set("MRO", [
303
- "177"
304
- ]);
305
- idsOfCountriesByCurrencyIso.set("MUR", [
306
- "178"
307
- ]);
308
- idsOfCountriesByCurrencyIso.set("MVR", [
309
- "124"
310
- ]);
311
- idsOfCountriesByCurrencyIso.set("MWK", [
312
- "175"
313
- ]);
314
- idsOfCountriesByCurrencyIso.set("MXN", [
315
- "71"
316
- ]);
317
- idsOfCountriesByCurrencyIso.set("MYR", [
318
- "123"
319
- ]);
320
- idsOfCountriesByCurrencyIso.set("MZN", [
321
- "180"
322
- ]);
323
- idsOfCountriesByCurrencyIso.set("NAD", [
324
- "181"
325
- ]);
326
- idsOfCountriesByCurrencyIso.set("NGN", [
327
- "183"
328
- ]);
329
- idsOfCountriesByCurrencyIso.set("NIO", [
330
- "74"
331
- ]);
332
- idsOfCountriesByCurrencyIso.set("NOK", [
333
- "19"
334
- ]);
335
- idsOfCountriesByCurrencyIso.set("NPR", [
336
- "127"
337
- ]);
338
- idsOfCountriesByCurrencyIso.set("NZD", [
339
- "203",
340
- "212",
341
- "213"
342
- ]);
343
- idsOfCountriesByCurrencyIso.set("OMR", [
344
- "128"
345
- ]);
346
- idsOfCountriesByCurrencyIso.set("PAB", [
347
- "75"
348
- ]);
349
- idsOfCountriesByCurrencyIso.set("PEN", [
350
- "93"
351
- ]);
352
- idsOfCountriesByCurrencyIso.set("PGK", [
353
- "216"
354
- ]);
355
- idsOfCountriesByCurrencyIso.set("PHP", [
356
- "130"
357
- ]);
358
- idsOfCountriesByCurrencyIso.set("PKR", [
359
- "129"
360
- ]);
361
- idsOfCountriesByCurrencyIso.set("PLN", [
362
- "20"
363
- ]);
364
- idsOfCountriesByCurrencyIso.set("PYG", [
365
- "92"
366
- ]);
367
- idsOfCountriesByCurrencyIso.set("QAR", [
368
- "131"
369
- ]);
370
- idsOfCountriesByCurrencyIso.set("RON", [
371
- "33"
372
- ]);
373
- idsOfCountriesByCurrencyIso.set("RSD", [
374
- "23"
375
- ]);
376
- idsOfCountriesByCurrencyIso.set("RUB", [
377
- "22"
378
- ]);
379
- idsOfCountriesByCurrencyIso.set("RWF", [
380
- "185"
381
- ]);
382
- idsOfCountriesByCurrencyIso.set("SAR", [
383
- "132"
384
- ]);
385
- idsOfCountriesByCurrencyIso.set("SBD", [
386
- "218"
387
- ]);
388
- idsOfCountriesByCurrencyIso.set("SCR", [
389
- "188"
390
- ]);
391
- idsOfCountriesByCurrencyIso.set("SDG", [
392
- "192",
393
- "232"
394
- ]);
395
- idsOfCountriesByCurrencyIso.set("SEK", [
396
- "26"
397
- ]);
398
- idsOfCountriesByCurrencyIso.set("SGD", [
399
- "133"
400
- ]);
401
- idsOfCountriesByCurrencyIso.set("SLL", [
402
- "189"
403
- ]);
404
- idsOfCountriesByCurrencyIso.set("SOS", [
405
- "190"
406
- ]);
407
- idsOfCountriesByCurrencyIso.set("SRD", [
408
- "94"
409
- ]);
410
- idsOfCountriesByCurrencyIso.set("STD", [
411
- "186"
412
- ]);
413
- idsOfCountriesByCurrencyIso.set("SVC", [
414
- "62"
415
- ]);
416
- idsOfCountriesByCurrencyIso.set("SYP", [
417
- "135"
418
- ]);
419
- idsOfCountriesByCurrencyIso.set("SZL", [
420
- "193"
421
- ]);
422
- idsOfCountriesByCurrencyIso.set("THB", [
423
- "138"
424
- ]);
425
- idsOfCountriesByCurrencyIso.set("TJS", [
426
- "137"
427
- ]);
428
- idsOfCountriesByCurrencyIso.set("TMT", [
429
- "139"
430
- ]);
431
- idsOfCountriesByCurrencyIso.set("TND", [
432
- "196"
433
- ]);
434
- idsOfCountriesByCurrencyIso.set("TOP", [
435
- "219"
436
- ]);
437
- idsOfCountriesByCurrencyIso.set("TRY", [
438
- "28",
439
- "229"
440
- ]);
441
- idsOfCountriesByCurrencyIso.set("TTD", [
442
- "81"
443
- ]);
444
- idsOfCountriesByCurrencyIso.set("TWD", [
445
- "136"
446
- ]);
447
- idsOfCountriesByCurrencyIso.set("TZS", [
448
- "194"
449
- ]);
450
- idsOfCountriesByCurrencyIso.set("UAH", [
451
- "29"
452
- ]);
453
- idsOfCountriesByCurrencyIso.set("UGX", [
454
- "197"
455
- ]);
456
- idsOfCountriesByCurrencyIso.set("USD", [
457
- "55",
458
- "76",
459
- "82",
460
- "83",
461
- "89",
462
- "160",
463
- "201",
464
- "206",
465
- "209",
466
- "214",
467
- "215",
468
- "226",
469
- "227"
470
- ]);
471
- idsOfCountriesByCurrencyIso.set("UYU", [
472
- "95"
473
- ]);
474
- idsOfCountriesByCurrencyIso.set("UZS", [
475
- "141"
476
- ]);
477
- idsOfCountriesByCurrencyIso.set("VEF", [
478
- "96"
479
- ]);
480
- idsOfCountriesByCurrencyIso.set("VND", [
481
- "142"
482
- ]);
483
- idsOfCountriesByCurrencyIso.set("VUV", [
484
- "221"
485
- ]);
486
- idsOfCountriesByCurrencyIso.set("WST", [
487
- "217"
488
- ]);
489
- idsOfCountriesByCurrencyIso.set("XAF", [
490
- "151",
491
- "153",
492
- "154",
493
- "157",
494
- "162",
495
- "165"
496
- ]);
497
- idsOfCountriesByCurrencyIso.set("XCD", [
498
- "49",
499
- "60",
500
- "64",
501
- "72",
502
- "77",
503
- "78",
504
- "80",
505
- "224"
506
- ]);
507
- idsOfCountriesByCurrencyIso.set("XOF", [
508
- "147",
509
- "149",
510
- "158",
511
- "169",
512
- "176",
513
- "182",
514
- "187",
515
- "195"
516
- ]);
517
- idsOfCountriesByCurrencyIso.set("XPF", [
518
- "205",
519
- "211"
520
- ]);
521
- idsOfCountriesByCurrencyIso.set("YER", [
522
- "143"
523
- ]);
524
- idsOfCountriesByCurrencyIso.set("ZAR", [
525
- "191"
526
- ]);
527
- idsOfCountriesByCurrencyIso.set("ZMK", [
528
- "199"
529
- ]);
4
+ const country_get_id_from_iso_code_js_1 = require("../countries/country-get-id-from-iso-code.js");
5
+ const currency_iso_country_iso_mapping_js_1 = require("./currency-iso-country-iso-mapping.js");
6
+ const mutableIdsOfCountriesByCurrencyIso = new Map();
7
+ for (const { countryIso, currencyIso } of currency_iso_country_iso_mapping_js_1.currencyIsoCountryIsoMapping) {
8
+ const countryId = (0, country_get_id_from_iso_code_js_1.countryGetIdFromIsoCode)(countryIso);
9
+ if (!countryId) {
10
+ continue;
11
+ }
12
+ if (mutableIdsOfCountriesByCurrencyIso.has(currencyIso)) {
13
+ mutableIdsOfCountriesByCurrencyIso.get(currencyIso).push(countryId);
14
+ }
15
+ else {
16
+ mutableIdsOfCountriesByCurrencyIso.set(currencyIso, [countryId]);
17
+ }
18
+ }
19
+ const idsOfCountriesByCurrencyIso = new Map([...mutableIdsOfCountriesByCurrencyIso.entries()].map(([currencyIso, countryIds]) => [currencyIso, countryIds]));
530
20
  const currencyGetCountries = (iso) => {
531
21
  const isoNormalized = iso.toUpperCase();
532
22
  if (idsOfCountriesByCurrencyIso.has(isoNormalized)) {
@@ -3,12 +3,14 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.currencyGetFromCountry = void 0;
4
4
  const currencies_1 = require("./currencies");
5
5
  const currency_iso_country_iso_mapping_1 = require("./currency-iso-country-iso-mapping");
6
+ const currencyByIso = new Map(currencies_1.currenciesAll.map((currency) => [currency.iso, currency]));
7
+ const currencyIsoByCountryIso = new Map(currency_iso_country_iso_mapping_1.currencyIsoCountryIsoMapping.map(({ countryIso, currencyIso }) => [countryIso, currencyIso]));
8
+ const fallbackCurrency = currencyByIso.get("EUR");
6
9
  const currencyGetFromCountry = (countryIso) => {
7
- var _a;
8
- const currencyIso = (_a = currency_iso_country_iso_mapping_1.currencyIsoCountryIsoMapping.find(i => i.countryIso === countryIso)) === null || _a === void 0 ? void 0 : _a.currencyIso;
10
+ const currencyIso = currencyIsoByCountryIso.get(countryIso);
9
11
  if (currencyIso) {
10
- return currencies_1.currenciesAll.find((c) => currencyIso === c.iso);
12
+ return currencyByIso.get(currencyIso);
11
13
  }
12
- return currencies_1.currenciesAll.find((c) => c.iso === "EUR");
14
+ return fallbackCurrency;
13
15
  };
14
16
  exports.currencyGetFromCountry = currencyGetFromCountry;
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });