|
1 | 1 | define(["require", "exports", "./lib/countries", "./lib/countries", "./lib/jsvat"], function (require, exports, countries_1, countries_2, jsvat_1) {
|
2 | 2 | "use strict";
|
3 | 3 | Object.defineProperty(exports, "__esModule", { value: true });
|
| 4 | + exports.checkVAT = exports.unitedKingdom = exports.switzerland = exports.sweden = exports.spain = exports.slovenia = exports.slovakiaRepublic = exports.serbia = exports.russia = exports.romania = exports.portugal = exports.poland = exports.norway = exports.netherlands = exports.malta = exports.luxembourg = exports.lithuania = exports.latvia = exports.italy = exports.ireland = exports.hungary = exports.greece = exports.germany = exports.france = exports.finland = exports.europe = exports.estonia = exports.denmark = exports.czechRepublic = exports.cyprus = exports.croatia = exports.bulgaria = exports.brazil = exports.belgium = exports.austria = exports.andorra = exports.countries = void 0; |
4 | 5 | exports.countries = [
|
5 | 6 | countries_1.andorra,
|
6 | 7 | countries_1.austria,
|
@@ -38,40 +39,40 @@ define(["require", "exports", "./lib/countries", "./lib/countries", "./lib/jsvat
|
38 | 39 | countries_1.switzerland,
|
39 | 40 | countries_1.unitedKingdom
|
40 | 41 | ];
|
41 |
| - exports.andorra = countries_2.andorra; |
42 |
| - exports.austria = countries_2.austria; |
43 |
| - exports.belgium = countries_2.belgium; |
44 |
| - exports.brazil = countries_2.brazil; |
45 |
| - exports.bulgaria = countries_2.bulgaria; |
46 |
| - exports.croatia = countries_2.croatia; |
47 |
| - exports.cyprus = countries_2.cyprus; |
48 |
| - exports.czechRepublic = countries_2.czechRepublic; |
49 |
| - exports.denmark = countries_2.denmark; |
50 |
| - exports.estonia = countries_2.estonia; |
51 |
| - exports.europe = countries_2.europe; |
52 |
| - exports.finland = countries_2.finland; |
53 |
| - exports.france = countries_2.france; |
54 |
| - exports.germany = countries_2.germany; |
55 |
| - exports.greece = countries_2.greece; |
56 |
| - exports.hungary = countries_2.hungary; |
57 |
| - exports.ireland = countries_2.ireland; |
58 |
| - exports.italy = countries_2.italy; |
59 |
| - exports.latvia = countries_2.latvia; |
60 |
| - exports.lithuania = countries_2.lithuania; |
61 |
| - exports.luxembourg = countries_2.luxembourg; |
62 |
| - exports.malta = countries_2.malta; |
63 |
| - exports.netherlands = countries_2.netherlands; |
64 |
| - exports.norway = countries_2.norway; |
65 |
| - exports.poland = countries_2.poland; |
66 |
| - exports.portugal = countries_2.portugal; |
67 |
| - exports.romania = countries_2.romania; |
68 |
| - exports.russia = countries_2.russia; |
69 |
| - exports.serbia = countries_2.serbia; |
70 |
| - exports.slovakiaRepublic = countries_2.slovakiaRepublic; |
71 |
| - exports.slovenia = countries_2.slovenia; |
72 |
| - exports.spain = countries_2.spain; |
73 |
| - exports.sweden = countries_2.sweden; |
74 |
| - exports.switzerland = countries_2.switzerland; |
75 |
| - exports.unitedKingdom = countries_2.unitedKingdom; |
76 |
| - exports.checkVAT = jsvat_1.checkVAT; |
| 42 | + Object.defineProperty(exports, "andorra", { enumerable: true, get: function () { return countries_2.andorra; } }); |
| 43 | + Object.defineProperty(exports, "austria", { enumerable: true, get: function () { return countries_2.austria; } }); |
| 44 | + Object.defineProperty(exports, "belgium", { enumerable: true, get: function () { return countries_2.belgium; } }); |
| 45 | + Object.defineProperty(exports, "brazil", { enumerable: true, get: function () { return countries_2.brazil; } }); |
| 46 | + Object.defineProperty(exports, "bulgaria", { enumerable: true, get: function () { return countries_2.bulgaria; } }); |
| 47 | + Object.defineProperty(exports, "croatia", { enumerable: true, get: function () { return countries_2.croatia; } }); |
| 48 | + Object.defineProperty(exports, "cyprus", { enumerable: true, get: function () { return countries_2.cyprus; } }); |
| 49 | + Object.defineProperty(exports, "czechRepublic", { enumerable: true, get: function () { return countries_2.czechRepublic; } }); |
| 50 | + Object.defineProperty(exports, "denmark", { enumerable: true, get: function () { return countries_2.denmark; } }); |
| 51 | + Object.defineProperty(exports, "estonia", { enumerable: true, get: function () { return countries_2.estonia; } }); |
| 52 | + Object.defineProperty(exports, "europe", { enumerable: true, get: function () { return countries_2.europe; } }); |
| 53 | + Object.defineProperty(exports, "finland", { enumerable: true, get: function () { return countries_2.finland; } }); |
| 54 | + Object.defineProperty(exports, "france", { enumerable: true, get: function () { return countries_2.france; } }); |
| 55 | + Object.defineProperty(exports, "germany", { enumerable: true, get: function () { return countries_2.germany; } }); |
| 56 | + Object.defineProperty(exports, "greece", { enumerable: true, get: function () { return countries_2.greece; } }); |
| 57 | + Object.defineProperty(exports, "hungary", { enumerable: true, get: function () { return countries_2.hungary; } }); |
| 58 | + Object.defineProperty(exports, "ireland", { enumerable: true, get: function () { return countries_2.ireland; } }); |
| 59 | + Object.defineProperty(exports, "italy", { enumerable: true, get: function () { return countries_2.italy; } }); |
| 60 | + Object.defineProperty(exports, "latvia", { enumerable: true, get: function () { return countries_2.latvia; } }); |
| 61 | + Object.defineProperty(exports, "lithuania", { enumerable: true, get: function () { return countries_2.lithuania; } }); |
| 62 | + Object.defineProperty(exports, "luxembourg", { enumerable: true, get: function () { return countries_2.luxembourg; } }); |
| 63 | + Object.defineProperty(exports, "malta", { enumerable: true, get: function () { return countries_2.malta; } }); |
| 64 | + Object.defineProperty(exports, "netherlands", { enumerable: true, get: function () { return countries_2.netherlands; } }); |
| 65 | + Object.defineProperty(exports, "norway", { enumerable: true, get: function () { return countries_2.norway; } }); |
| 66 | + Object.defineProperty(exports, "poland", { enumerable: true, get: function () { return countries_2.poland; } }); |
| 67 | + Object.defineProperty(exports, "portugal", { enumerable: true, get: function () { return countries_2.portugal; } }); |
| 68 | + Object.defineProperty(exports, "romania", { enumerable: true, get: function () { return countries_2.romania; } }); |
| 69 | + Object.defineProperty(exports, "russia", { enumerable: true, get: function () { return countries_2.russia; } }); |
| 70 | + Object.defineProperty(exports, "serbia", { enumerable: true, get: function () { return countries_2.serbia; } }); |
| 71 | + Object.defineProperty(exports, "slovakiaRepublic", { enumerable: true, get: function () { return countries_2.slovakiaRepublic; } }); |
| 72 | + Object.defineProperty(exports, "slovenia", { enumerable: true, get: function () { return countries_2.slovenia; } }); |
| 73 | + Object.defineProperty(exports, "spain", { enumerable: true, get: function () { return countries_2.spain; } }); |
| 74 | + Object.defineProperty(exports, "sweden", { enumerable: true, get: function () { return countries_2.sweden; } }); |
| 75 | + Object.defineProperty(exports, "switzerland", { enumerable: true, get: function () { return countries_2.switzerland; } }); |
| 76 | + Object.defineProperty(exports, "unitedKingdom", { enumerable: true, get: function () { return countries_2.unitedKingdom; } }); |
| 77 | + Object.defineProperty(exports, "checkVAT", { enumerable: true, get: function () { return jsvat_1.checkVAT; } }); |
77 | 78 | });
|
0 commit comments