inferred-types 0.55.23 → 1.0.0-beta.2

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 (34) hide show
  1. package/README.md +3 -2
  2. package/modules/constants/dist/index.cjs +8641 -3110
  3. package/modules/constants/dist/index.cjs.map +1 -1
  4. package/modules/constants/dist/index.d.cts +4620 -0
  5. package/modules/constants/dist/index.d.cts.map +1 -0
  6. package/modules/constants/dist/index.d.ts +3502 -2987
  7. package/modules/constants/dist/index.d.ts.map +1 -0
  8. package/modules/constants/dist/index.js +8406 -2897
  9. package/modules/constants/dist/index.js.map +1 -1
  10. package/modules/inferred-types/dist/index.cjs +18 -9778
  11. package/modules/inferred-types/dist/index.d.cts +3 -0
  12. package/modules/inferred-types/dist/index.d.ts +3 -39237
  13. package/modules/inferred-types/dist/index.js +3 -9063
  14. package/modules/runtime/dist/index.cjs +16161 -6430
  15. package/modules/runtime/dist/index.cjs.map +1 -1
  16. package/modules/runtime/dist/index.d.cts +14592 -0
  17. package/modules/runtime/dist/index.d.cts.map +1 -0
  18. package/modules/runtime/dist/index.d.ts +10550 -11940
  19. package/modules/runtime/dist/index.d.ts.map +1 -0
  20. package/modules/runtime/dist/index.js +15545 -5915
  21. package/modules/runtime/dist/index.js.map +1 -1
  22. package/modules/types/dist/index.d.mts +28483 -0
  23. package/modules/types/dist/index.d.mts.map +1 -0
  24. package/modules/types/dist/index.d.ts +23952 -14621
  25. package/modules/types/dist/index.d.ts.map +1 -0
  26. package/modules/types/dist/index.js +224 -201
  27. package/modules/types/dist/index.js.map +1 -1
  28. package/modules/types/dist/index.mjs +216 -0
  29. package/modules/types/dist/index.mjs.map +1 -0
  30. package/package.json +126 -106
  31. package/modules/inferred-types/dist/index.cjs.map +0 -1
  32. package/modules/inferred-types/dist/index.js.map +0 -1
  33. package/modules/types/dist/index.cjs +0 -249
  34. package/modules/types/dist/index.cjs.map +0 -1
@@ -0,0 +1,4620 @@
1
+ //#region src/Alpha.d.ts
2
+ /**
3
+ * An array of all the lower-cased alphabetic characters
4
+ */
5
+ declare const LOWER_ALPHA_CHARS: readonly ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"];
6
+ /**
7
+ * An array of all the upper-cased alphabetic characters
8
+ */
9
+ declare const UPPER_ALPHA_CHARS: readonly ["A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"];
10
+ /**
11
+ * An array of all alphabetic characters (upper and lower)
12
+ */
13
+ declare const ALPHA_CHARS: readonly ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"];
14
+ //# sourceMappingURL=Alpha.d.ts.map
15
+ //#endregion
16
+ //#region src/Books.d.ts
17
+ declare const AMAZON_BOOKS: readonly ["https://www.amazon.com/{{ string }}storeType=ebooks{{ string }}", "https://www.amazon.com/{{ string }}ref=tmm_hrd_swatch{{ string }}", "https://www.amazon.com/{{ string }}ref=tmm_pap_swatch{{ string }}", "https://www.amazon.com/{{ string }}ref=tmm_aud_swatch{{ string }}", "https://www.amazon.com/books-used-books-textbooks/{{ string }}"];
18
+ //# sourceMappingURL=Books.d.ts.map
19
+ //#endregion
20
+ //#region src/Brands.d.ts
21
+ declare const SAFE_STRING: unique symbol;
22
+ declare const NON_BREAKING_SPACE: unique symbol;
23
+ declare const BRANDED: unique symbol;
24
+ //# sourceMappingURL=Brands.d.ts.map
25
+ //#endregion
26
+ //#region src/Characters.d.ts
27
+ declare const WHITESPACE_CHARS: readonly [" ", "\n", "\t", "\b"];
28
+ //# sourceMappingURL=Characters.d.ts.map
29
+ //#endregion
30
+ //#region src/colors.d.ts
31
+ declare const CSS_NAMED_COLORS: readonly ["aliceblue", "antiquewhite", "aqua", "aquamarine", "azure", "beige", "bisque", "black", "blanchedalmond", "blue", "blueviolet", "brown", "burlywood", "cadetblue", "chartreuse", "chocolate", "coral", "cornflowerblue", "cornsilk", "crimson", "cyan", "darkblue", "darkcyan", "darkgoldenrod", "darkgray", "darkgreen", "darkgrey", "darkkhaki", "darkmagenta", "darkolivegreen", "darkorange", "darkorchid", "darkred", "darksalmon", "darkseagreen", "darkslateblue", "darkslategray", "darkslategrey", "darkturquoise", "darkviolet", "deeppink", "deepskyblue", "dimgray", "dimgrey", "dodgerblue", "firebrick", "floralwhite", "forestgreen", "fuchsia", "gainsboro", "ghostwhite", "gold", "goldenrod", "gray", "green", "greenyellow", "grey", "honeydew", "hotpink", "indianred", "indigo", "ivory", "khaki", "lavender", "lavenderblush", "lawngreen", "lemonchiffon", "lightblue", "lightcoral", "lightcyan", "lightgoldenrodyellow", "lightgray", "lightgreen", "lightgrey", "lightpink", "lightsalmon", "lightseagreen", "lightskyblue", "lightslategray", "lightslategrey", "lightsteelblue", "lightyellow", "lime", "limegreen", "linen", "magenta", "maroon", "mediumaquamarine", "mediumblue", "mediumorchid", "mediumpurple", "mediumseagreen", "mediumslateblue", "mediumspringgreen", "mediumturquoise", "mediumvioletred", "midnightblue", "mintcream", "mistyrose", "moccasin", "navajowhite", "navy", "oldlace", "olive", "olivedrab", "orange", "orangered", "orchid", "palegoldenrod", "palegreen", "paleturquoise", "palevioletred", "papayawhip", "peachpuff", "peru", "pink", "plum", "powderblue", "purple", "rebeccapurple", "red", "rosybrown", "royalblue", "saddlebrown", "salmon", "sandybrown", "seagreen", "seashell", "sienna", "silver", "skyblue", "slateblue", "slategray", "slategrey", "snow", "springgreen", "steelblue", "tan", "teal", "thistle", "tomato", "turquoise", "violet", "wheat", "white", "whitesmoke", "yellow", "yellowgreen"];
32
+ //# sourceMappingURL=colors.d.ts.map
33
+
34
+ //#endregion
35
+ //#region src/Comma.d.ts
36
+ /**
37
+ * **COMMA**
38
+ *
39
+ * A constant used for serializing a comma in cases
40
+ * where a comma has special meaning (for instance
41
+ * CSV data where a raw comma is considered a
42
+ * separator)
43
+ */
44
+ declare const COMMA: Constant<"comma", unknown>;
45
+ /**
46
+ * **SerializedComma**
47
+ *
48
+ * A serialized representation of a `,` value.
49
+ */
50
+ type SerializedComma = typeof COMMA;
51
+ //# sourceMappingURL=Comma.d.ts.map
52
+ //#endregion
53
+ //#region src/CommonObjProps.d.ts
54
+ type CommonObjProps = ["id", "type", "kind", "_type", "_kind", "key", "value", "name"];
55
+ declare const COMMON_OBJ_PROPS: readonly ["id", "type", "kind", "_type", "_kind", "key", "value", "name"];
56
+ //# sourceMappingURL=CommonObjProps.d.ts.map
57
+ //#endregion
58
+ //#region src/Comparisons.d.ts
59
+ declare const COMPARISON_OPERATIONS: readonly ["extends", "startsWith", "endsWith", "endsWithNumber", "startsWithNumber", "onlyNumbers", "alphaNumeric", "onlyLetters", "contains", "containsSome", "containsAll", "greaterThan", "greaterThanOrEqual", "lessThan", "lessThanOrEqual", "objectKeyGreaterThan", "objectKeyGreaterThanOrEqual", "objectKeyLessThan", "objectKeyLessThanOrEqual", "objectKeyEquals", "objectKeyExtends", "betweenInclusively", "betweenExclusively", "equals", "equalsSome", "errors", "errorsOfType", "before", "after", "sameDay", "sameMonth", "sameMonthYear", "sameYear", "truthy", "falsy", "true", "false", "returnEquals", "returnExtends", "isTemplateLiteral"];
60
+ //# sourceMappingURL=Comparisons.d.ts.map
61
+ //#endregion
62
+ //#region src/Consonants.d.ts
63
+ declare const CONSONANTS: readonly ["b", "c", "d", "f", "g", "h", "j", "k", "l", "m", "n", "p", "q", "r", "s", "t", "v", "w", "x", "z", "y"];
64
+ //# sourceMappingURL=Consonants.d.ts.map
65
+
66
+ //#endregion
67
+ //#region src/Constant.d.ts
68
+ /**
69
+ * **Constant**`<TKind>`
70
+ *
71
+ * A static value of a particular _kind_.
72
+ */
73
+ interface Constant<TKind extends string, TVal = unknown> {
74
+ _type: "Constant";
75
+ kind: TKind;
76
+ value: TVal;
77
+ }
78
+ //# sourceMappingURL=Constant.d.ts.map
79
+ //#endregion
80
+ //#region src/DateTime.d.ts
81
+ /**
82
+ * **MONTH_NAME**
83
+ *
84
+ * Full month names.
85
+ */
86
+ declare const MONTH_NAME: readonly ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"];
87
+ /**
88
+ * **MONTH_ABBR**
89
+ *
90
+ * Abbreviated month names.
91
+ */
92
+ declare const MONTH_ABBR: readonly ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"];
93
+ declare const MONTH_NAME_LOOKUP: {
94
+ readonly January: {
95
+ readonly abbrev: "Jan";
96
+ readonly num: 1;
97
+ readonly twoDigitStr: "01";
98
+ };
99
+ readonly February: {
100
+ readonly abbrev: "Feb";
101
+ readonly num: 2;
102
+ readonly twoDigitStr: "02";
103
+ };
104
+ readonly March: {
105
+ readonly abbrev: "Mar";
106
+ readonly num: 3;
107
+ readonly twoDigitStr: "03";
108
+ };
109
+ readonly April: {
110
+ readonly abbrev: "Apr";
111
+ readonly num: 4;
112
+ readonly twoDigitStr: "04";
113
+ };
114
+ readonly May: {
115
+ readonly abbrev: "May";
116
+ readonly num: 5;
117
+ readonly twoDigitStr: "05";
118
+ };
119
+ readonly June: {
120
+ readonly abbrev: "Jun";
121
+ readonly num: 6;
122
+ readonly twoDigitStr: "06";
123
+ };
124
+ readonly July: {
125
+ readonly abbrev: "Jul";
126
+ readonly num: 7;
127
+ readonly twoDigitStr: "07";
128
+ };
129
+ readonly August: {
130
+ readonly abbrev: "Aug";
131
+ readonly num: 8;
132
+ readonly twoDigitStr: "08";
133
+ };
134
+ readonly September: {
135
+ readonly abbrev: "Sep";
136
+ readonly num: 9;
137
+ readonly twoDigitStr: "09";
138
+ };
139
+ readonly October: {
140
+ readonly abbrev: "Oct";
141
+ readonly num: 10;
142
+ readonly twoDigitStr: "10";
143
+ };
144
+ readonly November: {
145
+ readonly abbrev: "Nov";
146
+ readonly num: 11;
147
+ readonly twoDigitStr: "11";
148
+ };
149
+ readonly December: {
150
+ readonly abbrev: "Dec";
151
+ readonly num: 12;
152
+ readonly twoDigitStr: "12";
153
+ };
154
+ };
155
+ declare const MONTH_ABBREV_LOOKUP: {
156
+ readonly Jan: {
157
+ readonly name: "January";
158
+ readonly num: 1;
159
+ readonly twoDigitStr: "01";
160
+ };
161
+ readonly Feb: {
162
+ readonly name: "February";
163
+ readonly num: 2;
164
+ readonly twoDigitStr: "02";
165
+ };
166
+ readonly Mar: {
167
+ readonly name: "March";
168
+ readonly num: 3;
169
+ readonly twoDigitStr: "03";
170
+ };
171
+ readonly Apr: {
172
+ readonly name: "April";
173
+ readonly num: 4;
174
+ readonly twoDigitStr: "04";
175
+ };
176
+ readonly May: {
177
+ readonly name: "May";
178
+ readonly num: 5;
179
+ readonly twoDigitStr: "05";
180
+ };
181
+ readonly Jun: {
182
+ readonly name: "June";
183
+ readonly num: 6;
184
+ readonly twoDigitStr: "06";
185
+ };
186
+ readonly Jul: {
187
+ readonly name: "July";
188
+ readonly num: 7;
189
+ readonly twoDigitStr: "07";
190
+ };
191
+ readonly Aug: {
192
+ readonly name: "August";
193
+ readonly num: 8;
194
+ readonly twoDigitStr: "08";
195
+ };
196
+ readonly Sep: {
197
+ readonly name: "September";
198
+ readonly num: 9;
199
+ readonly twoDigitStr: "09";
200
+ };
201
+ readonly Oct: {
202
+ readonly name: "October";
203
+ readonly num: 10;
204
+ readonly twoDigitStr: "10";
205
+ };
206
+ readonly Nov: {
207
+ readonly name: "November";
208
+ readonly num: 11;
209
+ readonly twoDigitStr: "11";
210
+ };
211
+ readonly Dec: {
212
+ readonly name: "December";
213
+ readonly num: 12;
214
+ readonly twoDigitStr: "12";
215
+ };
216
+ };
217
+ /** the seasons in a year */
218
+ declare const SEASONS: readonly ["Summer", "Spring", "Fall", "Winter"];
219
+ type Season = typeof SEASONS[number];
220
+ type MonthAbbr = typeof MONTH_ABBR[number];
221
+ type Hemisphere = "northern" | "southern";
222
+ /**
223
+ * Maps each season to the months which represent that season (by
224
+ * hemisphere).
225
+ */
226
+ declare const SEASON_TO_MONTH_LOOKUP: Record<Season, {
227
+ northern: MonthAbbr[];
228
+ southern: MonthAbbr[];
229
+ }>;
230
+ declare const MONTH_TO_SEASON_LOOKUP: Record<Hemisphere, Record<MonthAbbr, Season>>;
231
+ declare const WEEK_DAY_ABBREV: readonly ["Mon", "Tue", "Wed", "Thu", "Fri"];
232
+ declare const WEEK_DAY: readonly ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday"];
233
+ declare const WEEKEND_DAY_ABBREV: readonly ["Sat", "Sun"];
234
+ declare const WEEKEND_DAY: readonly ["Saturday", "Sunday"];
235
+ declare const DAYS_OF_WEEK__Sun: readonly ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"];
236
+ declare const DAYS_OF_WEEK__Mon: readonly ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"];
237
+ declare const DATE_TYPE: readonly ["datetime", "date", "year-independent", "year-month", "year"];
238
+ /**
239
+ * months with 30 days
240
+ */
241
+ declare const ISO_DATE_30: readonly ["04", "06", "09", "11"];
242
+ /**
243
+ * months with 31 days
244
+ */
245
+ declare const ISO_DATE_31: readonly ["01", "03", "05", "07", "08", "10", "12"];
246
+ //#endregion
247
+ //#region src/DoubleLeap_Exotic.d.ts
248
+ /**
249
+ * Double Leap Years for 1st Millennium
250
+ */
251
+ declare const DOUBLE_LEAP_M1: readonly [8, 16, 24, 32, 40, 48, 76, 84, 92, 108, 116, 124, 152, 160, 168, 176, 184, 192, 228, 236, 244, 252, 260, 268, 276, 304, 312, 320, 328, 336, 344, 352, 380, 388, 396, 404, 412, 420, 428, 456, 464, 472, 480, 488, 496, 504, 532, 540, 548, 556, 564, 572, 580, 608, 616, 624, 632, 640, 648, 656, 684, 692, 708, 716, 724, 732, 760, 768, 776, 784, 792, 800, 808, 836, 844, 852, 860, 868, 876, 884, 912, 920, 928, 936, 944, 952, 960, 988, 996];
252
+ /**
253
+ * Double Leap Years for 4th Millennium
254
+ */
255
+ declare const DOUBLE_LEAP_M4: readonly [3004, 3012, 3020, 3028, 3036, 3044, 3052, 3080, 3088, 3096, 3104, 3112, 3120, 3128, 3156, 3164, 3172, 3180, 3188, 3196, 3204, 3232, 3240, 3248, 3256, 3264, 3272, 3280, 3308, 3316, 3324, 3332, 3340, 3348, 3356, 3384, 3392, 3400, 3408, 3416, 3424, 3432, 3460, 3468, 3476, 3484, 3492, 3500, 3508, 3516, 3524, 3532, 3560, 3568, 3576, 3584, 3592, 3600, 3608, 3616, 3624, 3632, 3640, 3648, 3676, 3684, 3692, 3700, 3728, 3736, 3744, 3752, 3760, 3768, 3796, 3804, 3812, 3820, 3828, 3836, 3864, 3872, 3880, 3888, 3896, 3904, 3912, 3920, 3928, 3936, 3964, 3972, 3980, 3988];
256
+ /**
257
+ * Double Leap Years for 1st Millennium
258
+ */
259
+ declare const DOUBLE_LEAP_M5: readonly [4004, 4012, 4020, 4028, 4036, 4044, 4052, 4060, 4068, 4076, 4104, 4112, 4120, 4128, 4136, 4144, 4152, 4180, 4188, 4196, 4204, 4212, 4220, 4228, 4256, 4264, 4272, 4280, 4288, 4296, 4304, 4332, 4340, 4348, 4356, 4364, 4372, 4380, 4408, 4416, 4424, 4432, 4440, 4448, 4456, 4484, 4492, 4500, 4508, 4516, 4524, 4532, 4560, 4568, 4576, 4584, 4592, 4600, 4608, 4636, 4644, 4652, 4660, 4668, 4676, 4684, 4712, 4720, 4728, 4736, 4744, 4752, 4760, 4788, 4796, 4804, 4812, 4820, 4828, 4836, 4864, 4872, 4880, 4888, 4896, 4904, 4912, 4940, 4948, 4956, 4964, 4972, 4980, 4988];
260
+ //# sourceMappingURL=DoubleLeap_Exotic.d.ts.map
261
+ //#endregion
262
+ //#region src/DoubleLeap_Typical.d.ts
263
+ /**
264
+ * Double Leap Years for 2nd Millennium (1000-1999)
265
+ */
266
+ declare const DOUBLE_LEAP_M2: readonly [1004, 1012, 1020, 1028, 1036, 1064, 1072, 1080, 1088, 1096, 1104, 1112, 1140, 1148, 1156, 1164, 1172, 1180, 1188, 1216, 1224, 1232, 1240, 1248, 1256, 1264, 1292, 1308, 1316, 1324, 1332, 1340, 1368, 1376, 1384, 1392, 1408, 1416, 1444, 1452, 1460, 1468, 1476, 1484, 1492, 1520, 1528, 1536, 1544, 1552, 1560, 1568, 1596, 1604, 1612, 1620, 1628, 1636, 1644, 1672, 1680, 1688, 1696, 1704, 1712, 1720, 1748, 1756, 1764, 1772, 1780, 1788, 1796, 1824, 1832, 1840, 1848, 1856, 1864, 1872, 1908, 1916, 1924, 1932, 1940, 1948, 1976, 1984, 1992, 2000];
267
+ /**
268
+ * Double Leap Years for 3rd Millennium (2000-2999)
269
+ */
270
+ declare const DOUBLE_LEAP_M3: readonly [2008, 2016, 2024, 2052, 2060, 2068, 2076, 2084, 2092, 2128, 2136, 2144, 2152, 2160, 2168, 2176, 2204, 2212, 2220, 2228, 2236, 2244, 2252, 2280, 2288, 2296, 2304, 2312, 2320, 2328, 2356, 2364, 2372, 2380, 2388, 2396, 2404, 2432, 2440, 2448, 2456, 2464, 2472, 2480, 2508, 2516, 2524, 2532, 2540, 2548, 2556, 2564, 2592, 2600, 2608, 2616, 2624, 2632, 2640, 2668, 2676, 2684, 2692, 2700, 2708, 2716, 2744, 2752, 2760, 2768, 2776, 2784, 2792, 2820, 2828, 2836, 2844, 2852, 2860, 2888, 2896, 2904, 2912, 2920, 2928, 2936, 2964, 2972, 2980, 2988, 2996];
271
+ /**
272
+ * Double Leap Years for modern times (1400-2300)
273
+ */
274
+ declare const DOUBLE_LEAP_MODERN: readonly [1408, 1416, 1444, 1452, 1460, 1468, 1476, 1484, 1492, 1520, 1528, 1536, 1544, 1552, 1560, 1568, 1596, 1604, 1612, 1620, 1628, 1636, 1644, 1672, 1680, 1688, 1696, 1704, 1712, 1720, 1748, 1756, 1764, 1772, 1780, 1788, 1796, 1824, 1832, 1840, 1848, 1856, 1864, 1872, 1908, 1916, 1924, 1932, 1940, 1948, 1976, 1984, 1992, 2000, 2008, 2016, 2024, 2052, 2060, 2068, 2076, 2084, 2092, 2128, 2136, 2144, 2152, 2160, 2168, 2176, 2204, 2212, 2220, 2228, 2236, 2244, 2252, 2280, 2288, 2296];
275
+ //# sourceMappingURL=DoubleLeap_Typical.d.ts.map
276
+ //#endregion
277
+ //#region src/Editor.d.ts
278
+ declare const EDITORS: readonly [{
279
+ readonly name: "Atom";
280
+ readonly exec: "atom";
281
+ readonly console: false;
282
+ readonly os: readonly ["win", "mac", "linux"];
283
+ }, {
284
+ readonly name: "Brackets";
285
+ readonly exec: "brackets";
286
+ readonly console: false;
287
+ readonly os: readonly ["win", "mac", "linux"];
288
+ }, {
289
+ readonly name: "Eclipse";
290
+ readonly exec: "eclipse";
291
+ readonly console: false;
292
+ readonly os: readonly ["win", "mac", "linux"];
293
+ }, {
294
+ readonly name: "Emacs";
295
+ readonly exec: "emacs";
296
+ readonly console: false;
297
+ readonly os: readonly ["win", "mac", "linux"];
298
+ }, {
299
+ readonly name: "gedit";
300
+ readonly exec: "gedit";
301
+ readonly console: false;
302
+ readonly os: readonly ["linux"];
303
+ }, {
304
+ readonly name: "IntelliJ IDEA";
305
+ readonly exec: "indea";
306
+ readonly console: false;
307
+ readonly os: readonly ["win", "mac", "linux"];
308
+ }, {
309
+ readonly name: "Kate";
310
+ readonly exec: "kate";
311
+ readonly console: false;
312
+ readonly os: readonly ["win", "mac", "linux"];
313
+ }, {
314
+ readonly name: "Nano";
315
+ readonly exec: "nano";
316
+ readonly console: true;
317
+ readonly os: readonly ["win", "mac", "linux"];
318
+ }, {
319
+ readonly name: "Neovim";
320
+ readonly exec: "neovim";
321
+ readonly console: true;
322
+ readonly os: readonly ["win", "mac", "linux"];
323
+ }, {
324
+ readonly name: "Vim";
325
+ readonly exec: "vim";
326
+ readonly console: true;
327
+ readonly os: readonly ["win", "mac", "linux"];
328
+ }, {
329
+ readonly name: "Vi";
330
+ readonly exec: "vi";
331
+ readonly console: true;
332
+ readonly os: readonly ["win", "mac", "linux"];
333
+ }, {
334
+ readonly name: "Notepad";
335
+ readonly exec: "notepad";
336
+ readonly console: false;
337
+ readonly os: readonly ["win"];
338
+ }, {
339
+ readonly name: "Notepad++";
340
+ readonly exec: "notepad++";
341
+ readonly console: false;
342
+ readonly os: readonly ["win"];
343
+ }, {
344
+ readonly name: "PyCharm";
345
+ readonly exec: "pycharm";
346
+ readonly console: false;
347
+ readonly os: readonly ["win", "mac", "linux"];
348
+ }, {
349
+ readonly name: "TextEdit";
350
+ readonly exec: "open -e";
351
+ readonly console: false;
352
+ readonly os: readonly ["mac"];
353
+ }, {
354
+ readonly name: "Sublime Text";
355
+ readonly exec: "subl";
356
+ readonly console: false;
357
+ readonly os: readonly ["win", "mac", "linux"];
358
+ }, {
359
+ readonly name: "Textmate";
360
+ readonly exec: "mate";
361
+ readonly console: false;
362
+ readonly os: readonly ["win", "mac", "linux"];
363
+ }, {
364
+ readonly name: "Zed";
365
+ readonly exec: "zed";
366
+ readonly console: false;
367
+ readonly os: readonly ["win", "mac", "linux"];
368
+ }];
369
+ //# sourceMappingURL=Editor.d.ts.map
370
+ //#endregion
371
+ //#region src/FalsyValues.d.ts
372
+ /**
373
+ * **FALSY_VALUES**
374
+ *
375
+ * A tuple which contains all values which are considered _falsy_ in
376
+ * Javascript.
377
+ */
378
+ declare const FALSY_VALUES: readonly [false, 0, 0, "", null, undefined, number];
379
+ //# sourceMappingURL=FalsyValues.d.ts.map
380
+ //#endregion
381
+ //#region src/Functional.d.ts
382
+ /**
383
+ * **RESULT**
384
+ *
385
+ * Concrete values for `Ok` and `Err` states.
386
+ */
387
+ declare const RESULT: {
388
+ readonly Ok: "ok";
389
+ readonly Err: "err";
390
+ };
391
+ /**
392
+ * **OPTION**
393
+ *
394
+ * Concrete values for `Some` and `None` states.
395
+ */
396
+ declare const OPTION: {
397
+ readonly Some: 1;
398
+ readonly None: 0;
399
+ };
400
+ //# sourceMappingURL=Functional.d.ts.map
401
+ //#endregion
402
+ //#region src/Geo.d.ts
403
+ declare const HEMISPHERE: readonly ["northern", "southern"];
404
+ /**
405
+ * The continents on planet earth
406
+ */
407
+ declare const CONTINENTS: readonly ["Africa", "Australia", "Antarctica", "Asia", "Europe", "North America", "South America"];
408
+ /**
409
+ * The 50 US states: `[name, abbrev, true]`
410
+ */
411
+ declare const US_STATE_LOOKUP_STRICT: readonly [{
412
+ readonly name: "Alabama";
413
+ readonly abbrev: "AL";
414
+ }, {
415
+ readonly name: "Alaska";
416
+ readonly abbrev: "AK";
417
+ }, {
418
+ readonly name: "Arizona";
419
+ readonly abbrev: "AZ";
420
+ }, {
421
+ readonly name: "Arkansas";
422
+ readonly abbrev: "AR";
423
+ }, {
424
+ readonly name: "California";
425
+ readonly abbrev: "CA";
426
+ }, {
427
+ readonly name: "Colorado";
428
+ readonly abbrev: "CO";
429
+ }, {
430
+ readonly name: "Connecticut";
431
+ readonly abbrev: "CT";
432
+ }, {
433
+ readonly name: "Delaware";
434
+ readonly abbrev: "DE";
435
+ }, {
436
+ readonly name: "Florida";
437
+ readonly abbrev: "FL";
438
+ }, {
439
+ readonly name: "Georgia";
440
+ readonly abbrev: "GA";
441
+ }, {
442
+ readonly name: "Hawaii";
443
+ readonly abbrev: "HI";
444
+ }, {
445
+ readonly name: "Idaho";
446
+ readonly abbrev: "ID";
447
+ }, {
448
+ readonly name: "Illinois";
449
+ readonly abbrev: "IL";
450
+ }, {
451
+ readonly name: "Indiana";
452
+ readonly abbrev: "IN";
453
+ }, {
454
+ readonly name: "Iowa";
455
+ readonly abbrev: "IA";
456
+ }, {
457
+ readonly name: "Kansas";
458
+ readonly abbrev: "KS";
459
+ }, {
460
+ readonly name: "Kentucky";
461
+ readonly abbrev: "KY";
462
+ }, {
463
+ readonly name: "Louisiana";
464
+ readonly abbrev: "LA";
465
+ }, {
466
+ readonly name: "Maine";
467
+ readonly abbrev: "ME";
468
+ }, {
469
+ readonly name: "Maryland";
470
+ readonly abbrev: "MD";
471
+ }, {
472
+ readonly name: "Massachusetts";
473
+ readonly abbrev: "MA";
474
+ }, {
475
+ readonly name: "Michigan";
476
+ readonly abbrev: "MI";
477
+ }, {
478
+ readonly name: "Minnesota";
479
+ readonly abbrev: "MN";
480
+ }, {
481
+ readonly name: "Mississippi";
482
+ readonly abbrev: "MS";
483
+ }, {
484
+ readonly name: "Missouri";
485
+ readonly abbrev: "MO";
486
+ }, {
487
+ readonly name: "Montana";
488
+ readonly abbrev: "MT";
489
+ }, {
490
+ readonly name: "Nebraska";
491
+ readonly abbrev: "NE";
492
+ }, {
493
+ readonly name: "Nevada";
494
+ readonly abbrev: "NV";
495
+ }, {
496
+ readonly name: "New Hampshire";
497
+ readonly abbrev: "NH";
498
+ }, {
499
+ readonly name: "New Jersey";
500
+ readonly abbrev: "NJ";
501
+ }, {
502
+ readonly name: "New Mexico";
503
+ readonly abbrev: "NM";
504
+ }, {
505
+ readonly name: "New York";
506
+ readonly abbrev: "NY";
507
+ }, {
508
+ readonly name: "North Carolina";
509
+ readonly abbrev: "NC";
510
+ }, {
511
+ readonly name: "North Dakota";
512
+ readonly abbrev: "ND";
513
+ }, {
514
+ readonly name: "Ohio";
515
+ readonly abbrev: "OH";
516
+ }, {
517
+ readonly name: "Oklahoma";
518
+ readonly abbrev: "OK";
519
+ }, {
520
+ readonly name: "Oregon";
521
+ readonly abbrev: "OR";
522
+ }, {
523
+ readonly name: "Pennsylvania";
524
+ readonly abbrev: "PA";
525
+ }, {
526
+ readonly name: "Rhode Island";
527
+ readonly abbrev: "RI";
528
+ }, {
529
+ readonly name: "South Carolina";
530
+ readonly abbrev: "SC";
531
+ }, {
532
+ readonly name: "South Dakota";
533
+ readonly abbrev: "SD";
534
+ }, {
535
+ readonly name: "Tennessee";
536
+ readonly abbrev: "TN";
537
+ }, {
538
+ readonly name: "Texas";
539
+ readonly abbrev: "TX";
540
+ }, {
541
+ readonly name: "Utah";
542
+ readonly abbrev: "UT";
543
+ }, {
544
+ readonly name: "Vermont";
545
+ readonly abbrev: "VT";
546
+ }, {
547
+ readonly name: "Virginia";
548
+ readonly abbrev: "VA";
549
+ }, {
550
+ readonly name: "Washington";
551
+ readonly abbrev: "WA";
552
+ }, {
553
+ readonly name: "West Virginia";
554
+ readonly abbrev: "WV";
555
+ }, {
556
+ readonly name: "Wisconsin";
557
+ readonly abbrev: "WI";
558
+ }, {
559
+ readonly name: "Wyoming";
560
+ readonly abbrev: "WY";
561
+ }];
562
+ /**
563
+ * The 9 provinces to the US which are granted State codes.
564
+ */
565
+ declare const US_STATE_LOOKUP_PROVINCES: readonly [{
566
+ readonly name: "Puerto Rico";
567
+ readonly abbrev: "PR";
568
+ }, {
569
+ readonly name: "Virgin Islands";
570
+ readonly abbrev: "VI";
571
+ }, {
572
+ readonly name: "Palau";
573
+ readonly abbrev: "PW";
574
+ }, {
575
+ readonly name: "Federated States of Micronesia";
576
+ readonly abbrev: "FM";
577
+ }, {
578
+ readonly name: "Northern Mariana Islands";
579
+ readonly abbrev: "MP";
580
+ }, {
581
+ readonly name: "District of Columbia";
582
+ readonly abbrev: "DC";
583
+ }, {
584
+ readonly name: "Marshall Islands";
585
+ readonly abbrev: "MH";
586
+ }, {
587
+ readonly name: "American Samoa";
588
+ readonly abbrev: "AS";
589
+ }, {
590
+ readonly name: "Guam";
591
+ readonly abbrev: "GU";
592
+ }];
593
+ /**
594
+ * All 50 states and 9 provinces which have State abbreviations.
595
+ *
596
+ * Data format is: `[name, abbrev, flag]` where the boolean flag
597
+ * indicates whether the line item is one of the 50 true states.
598
+ */
599
+ declare const US_STATE_LOOKUP: readonly [{
600
+ readonly name: "Alabama";
601
+ readonly abbrev: "AL";
602
+ }, {
603
+ readonly name: "Alaska";
604
+ readonly abbrev: "AK";
605
+ }, {
606
+ readonly name: "Arizona";
607
+ readonly abbrev: "AZ";
608
+ }, {
609
+ readonly name: "Arkansas";
610
+ readonly abbrev: "AR";
611
+ }, {
612
+ readonly name: "California";
613
+ readonly abbrev: "CA";
614
+ }, {
615
+ readonly name: "Colorado";
616
+ readonly abbrev: "CO";
617
+ }, {
618
+ readonly name: "Connecticut";
619
+ readonly abbrev: "CT";
620
+ }, {
621
+ readonly name: "Delaware";
622
+ readonly abbrev: "DE";
623
+ }, {
624
+ readonly name: "Florida";
625
+ readonly abbrev: "FL";
626
+ }, {
627
+ readonly name: "Georgia";
628
+ readonly abbrev: "GA";
629
+ }, {
630
+ readonly name: "Hawaii";
631
+ readonly abbrev: "HI";
632
+ }, {
633
+ readonly name: "Idaho";
634
+ readonly abbrev: "ID";
635
+ }, {
636
+ readonly name: "Illinois";
637
+ readonly abbrev: "IL";
638
+ }, {
639
+ readonly name: "Indiana";
640
+ readonly abbrev: "IN";
641
+ }, {
642
+ readonly name: "Iowa";
643
+ readonly abbrev: "IA";
644
+ }, {
645
+ readonly name: "Kansas";
646
+ readonly abbrev: "KS";
647
+ }, {
648
+ readonly name: "Kentucky";
649
+ readonly abbrev: "KY";
650
+ }, {
651
+ readonly name: "Louisiana";
652
+ readonly abbrev: "LA";
653
+ }, {
654
+ readonly name: "Maine";
655
+ readonly abbrev: "ME";
656
+ }, {
657
+ readonly name: "Maryland";
658
+ readonly abbrev: "MD";
659
+ }, {
660
+ readonly name: "Massachusetts";
661
+ readonly abbrev: "MA";
662
+ }, {
663
+ readonly name: "Michigan";
664
+ readonly abbrev: "MI";
665
+ }, {
666
+ readonly name: "Minnesota";
667
+ readonly abbrev: "MN";
668
+ }, {
669
+ readonly name: "Mississippi";
670
+ readonly abbrev: "MS";
671
+ }, {
672
+ readonly name: "Missouri";
673
+ readonly abbrev: "MO";
674
+ }, {
675
+ readonly name: "Montana";
676
+ readonly abbrev: "MT";
677
+ }, {
678
+ readonly name: "Nebraska";
679
+ readonly abbrev: "NE";
680
+ }, {
681
+ readonly name: "Nevada";
682
+ readonly abbrev: "NV";
683
+ }, {
684
+ readonly name: "New Hampshire";
685
+ readonly abbrev: "NH";
686
+ }, {
687
+ readonly name: "New Jersey";
688
+ readonly abbrev: "NJ";
689
+ }, {
690
+ readonly name: "New Mexico";
691
+ readonly abbrev: "NM";
692
+ }, {
693
+ readonly name: "New York";
694
+ readonly abbrev: "NY";
695
+ }, {
696
+ readonly name: "North Carolina";
697
+ readonly abbrev: "NC";
698
+ }, {
699
+ readonly name: "North Dakota";
700
+ readonly abbrev: "ND";
701
+ }, {
702
+ readonly name: "Ohio";
703
+ readonly abbrev: "OH";
704
+ }, {
705
+ readonly name: "Oklahoma";
706
+ readonly abbrev: "OK";
707
+ }, {
708
+ readonly name: "Oregon";
709
+ readonly abbrev: "OR";
710
+ }, {
711
+ readonly name: "Pennsylvania";
712
+ readonly abbrev: "PA";
713
+ }, {
714
+ readonly name: "Rhode Island";
715
+ readonly abbrev: "RI";
716
+ }, {
717
+ readonly name: "South Carolina";
718
+ readonly abbrev: "SC";
719
+ }, {
720
+ readonly name: "South Dakota";
721
+ readonly abbrev: "SD";
722
+ }, {
723
+ readonly name: "Tennessee";
724
+ readonly abbrev: "TN";
725
+ }, {
726
+ readonly name: "Texas";
727
+ readonly abbrev: "TX";
728
+ }, {
729
+ readonly name: "Utah";
730
+ readonly abbrev: "UT";
731
+ }, {
732
+ readonly name: "Vermont";
733
+ readonly abbrev: "VT";
734
+ }, {
735
+ readonly name: "Virginia";
736
+ readonly abbrev: "VA";
737
+ }, {
738
+ readonly name: "Washington";
739
+ readonly abbrev: "WA";
740
+ }, {
741
+ readonly name: "West Virginia";
742
+ readonly abbrev: "WV";
743
+ }, {
744
+ readonly name: "Wisconsin";
745
+ readonly abbrev: "WI";
746
+ }, {
747
+ readonly name: "Wyoming";
748
+ readonly abbrev: "WY";
749
+ }, {
750
+ readonly name: "Puerto Rico";
751
+ readonly abbrev: "PR";
752
+ }, {
753
+ readonly name: "Virgin Islands";
754
+ readonly abbrev: "VI";
755
+ }, {
756
+ readonly name: "Palau";
757
+ readonly abbrev: "PW";
758
+ }, {
759
+ readonly name: "Federated States of Micronesia";
760
+ readonly abbrev: "FM";
761
+ }, {
762
+ readonly name: "Northern Mariana Islands";
763
+ readonly abbrev: "MP";
764
+ }, {
765
+ readonly name: "District of Columbia";
766
+ readonly abbrev: "DC";
767
+ }, {
768
+ readonly name: "Marshall Islands";
769
+ readonly abbrev: "MH";
770
+ }, {
771
+ readonly name: "American Samoa";
772
+ readonly abbrev: "AS";
773
+ }, {
774
+ readonly name: "Guam";
775
+ readonly abbrev: "GU";
776
+ }];
777
+ /**
778
+ * A lookup which provides a list of state abbreviations associated
779
+ * with the first digit of the zip code.
780
+ */
781
+ declare const ZIP_TO_STATE: {
782
+ readonly 0: readonly ["CT", "MA", "ME", "NH", "NJ", "NY", "PR", "RI", "VT", "VI"];
783
+ readonly 1: readonly ["DE", "NY", "PA"];
784
+ readonly 2: readonly ["DC", "MD", "NC", "SC", "VA", "WV"];
785
+ readonly 3: readonly ["AL", "FL", "GA", "MS", "TN"];
786
+ readonly 4: readonly ["IN", "KY", "MI", "OH"];
787
+ readonly 5: readonly ["IA", "MN", "MT", "ND", "SD", "WI"];
788
+ readonly 6: readonly ["IL", "KS", "MO", "NE"];
789
+ readonly 7: readonly ["AR", "LA", "OK", "TX"];
790
+ readonly 8: readonly ["AZ", "CO", "ID", "NM", "NV", "UT", "WY"];
791
+ readonly 9: readonly ["AK", "AS", "CA", "GU", "HI", "MH", "FM", "MP", "OR", "PW", "WA"];
792
+ };
793
+ //# sourceMappingURL=Geo.d.ts.map
794
+ //#endregion
795
+ //#region src/HashTable.d.ts
796
+ declare const HASH_TABLE_WIDE: {
797
+ readonly string: "318";
798
+ readonly number: "523";
799
+ readonly boolean: "21";
800
+ readonly never: "!!!";
801
+ readonly unknown: "ed";
802
+ readonly undefined: "ce";
803
+ readonly null: "cc";
804
+ readonly symbol: "78";
805
+ readonly object: "fe8";
806
+ readonly array: "17";
807
+ readonly record: "ee";
808
+ readonly map: "e65";
809
+ readonly weakMap: "e64";
810
+ readonly set: "f62";
811
+ readonly union: "f61";
812
+ };
813
+ declare const HASH_TABLE_ALPHA_LOWER: {
814
+ readonly a: "8";
815
+ readonly b: "~";
816
+ readonly c: "^";
817
+ readonly d: ".";
818
+ readonly e: "82";
819
+ readonly f: "89";
820
+ readonly g: ",";
821
+ readonly h: "!";
822
+ readonly i: "-7";
823
+ readonly j: "-8";
824
+ readonly k: "88";
825
+ readonly l: "8f";
826
+ readonly m: "8e";
827
+ readonly n: "6e";
828
+ readonly o: "44";
829
+ readonly p: "60";
830
+ readonly q: "61";
831
+ readonly r: "71";
832
+ readonly s: ":";
833
+ readonly t: "-45";
834
+ readonly u: "-5";
835
+ readonly v: "-9";
836
+ readonly w: "-f";
837
+ readonly x: "+1";
838
+ readonly y: ";";
839
+ readonly z: "*1";
840
+ };
841
+ declare const HASH_TABLE_SPECIAL: {
842
+ readonly "!": "1";
843
+ readonly "@": "8";
844
+ readonly "#": "5";
845
+ readonly $: "4";
846
+ readonly "%": "3";
847
+ readonly "^": "2";
848
+ readonly "&": "9";
849
+ readonly "*": "7";
850
+ readonly "(": "6";
851
+ readonly ")": "12";
852
+ readonly "{": "33";
853
+ readonly "}": "54";
854
+ readonly "[": "x8";
855
+ readonly "]": "y4";
856
+ readonly ":": "z2";
857
+ readonly ";": "e88";
858
+ readonly "\"": "c11";
859
+ readonly "'": "c12";
860
+ readonly "<": "p3";
861
+ readonly ",": "45";
862
+ readonly ">": "e9";
863
+ readonly ".": "f2";
864
+ readonly "?": "ee";
865
+ readonly "/": "u9";
866
+ readonly "\\": "f9";
867
+ readonly "|": "q1";
868
+ readonly "~": "fe";
869
+ readonly "`": "8e";
870
+ };
871
+ declare const HASH_TABLE_DIGIT: {
872
+ readonly 0: "-2";
873
+ readonly 1: "-9";
874
+ readonly 2: "ff";
875
+ readonly 3: "fe";
876
+ readonly 4: "2e";
877
+ readonly 5: "cd";
878
+ readonly 6: "54";
879
+ readonly 7: "27";
880
+ readonly 8: "49";
881
+ readonly 9: "51";
882
+ };
883
+ declare const HASH_TABLE_ALPHA_UPPER: {
884
+ readonly A: "b8";
885
+ readonly B: "~9";
886
+ readonly C: "6^";
887
+ readonly D: ".8";
888
+ readonly E: "5<";
889
+ readonly F: ">7";
890
+ readonly G: "1,";
891
+ readonly H: "!7";
892
+ readonly I: "8#";
893
+ readonly J: "@9";
894
+ readonly K: "1*";
895
+ readonly L: "4&";
896
+ readonly M: "+5";
897
+ readonly N: "j|";
898
+ readonly O: "-l";
899
+ readonly P: "q{";
900
+ readonly Q: "]9";
901
+ readonly R: "f%";
902
+ readonly S: ":3";
903
+ readonly T: "?+";
904
+ readonly U: "}5";
905
+ readonly V: "'4";
906
+ readonly W: "1@g";
907
+ readonly X: "0+1";
908
+ readonly Y: "4;";
909
+ readonly Z: "a*1";
910
+ };
911
+ declare const HASH_TABLE_CHAR: {
912
+ readonly "!": "1";
913
+ readonly "@": "8";
914
+ readonly "#": "5";
915
+ readonly $: "4";
916
+ readonly "%": "3";
917
+ readonly "^": "2";
918
+ readonly "&": "9";
919
+ readonly "*": "7";
920
+ readonly "(": "6";
921
+ readonly ")": "12";
922
+ readonly "{": "33";
923
+ readonly "}": "54";
924
+ readonly "[": "x8";
925
+ readonly "]": "y4";
926
+ readonly ":": "z2";
927
+ readonly ";": "e88";
928
+ readonly "\"": "c11";
929
+ readonly "'": "c12";
930
+ readonly "<": "p3";
931
+ readonly ",": "45";
932
+ readonly ">": "e9";
933
+ readonly ".": "f2";
934
+ readonly "?": "ee";
935
+ readonly "/": "u9";
936
+ readonly "\\": "f9";
937
+ readonly "|": "q1";
938
+ readonly "~": "fe";
939
+ readonly "`": "8e";
940
+ readonly A: "b8";
941
+ readonly B: "~9";
942
+ readonly C: "6^";
943
+ readonly D: ".8";
944
+ readonly E: "5<";
945
+ readonly F: ">7";
946
+ readonly G: "1,";
947
+ readonly H: "!7";
948
+ readonly I: "8#";
949
+ readonly J: "@9";
950
+ readonly K: "1*";
951
+ readonly L: "4&";
952
+ readonly M: "+5";
953
+ readonly N: "j|";
954
+ readonly O: "-l";
955
+ readonly P: "q{";
956
+ readonly Q: "]9";
957
+ readonly R: "f%";
958
+ readonly S: ":3";
959
+ readonly T: "?+";
960
+ readonly U: "}5";
961
+ readonly V: "'4";
962
+ readonly W: "1@g";
963
+ readonly X: "0+1";
964
+ readonly Y: "4;";
965
+ readonly Z: "a*1";
966
+ readonly a: "8";
967
+ readonly b: "~";
968
+ readonly c: "^";
969
+ readonly d: ".";
970
+ readonly e: "82";
971
+ readonly f: "89";
972
+ readonly g: ",";
973
+ readonly h: "!";
974
+ readonly i: "-7";
975
+ readonly j: "-8";
976
+ readonly k: "88";
977
+ readonly l: "8f";
978
+ readonly m: "8e";
979
+ readonly n: "6e";
980
+ readonly o: "44";
981
+ readonly p: "60";
982
+ readonly q: "61";
983
+ readonly r: "71";
984
+ readonly s: ":";
985
+ readonly t: "-45";
986
+ readonly u: "-5";
987
+ readonly v: "-9";
988
+ readonly w: "-f";
989
+ readonly x: "+1";
990
+ readonly y: ";";
991
+ readonly z: "*1";
992
+ };
993
+ declare const HASH_TABLE_OTHER: "999";
994
+ //# sourceMappingURL=HashTable.d.ts.map
995
+ //#endregion
996
+ //#region src/HTML.d.ts
997
+ /**
998
+ * An array of all valid HTML tags that have both opening and closing tags.
999
+ */
1000
+ declare const HTML_BLOCK_TAGS: readonly ["a", "abbr", "address", "article", "aside", "b", "bdi", "bdo", "blockquote", "body", "button", "canvas", "caption", "cite", "code", "colgroup", "data", "datalist", "dd", "del", "details", "dfn", "dialog", "div", "dl", "dt", "em", "fieldset", "figcaption", "figure", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "head", "header", "html", "i", "iframe", "ins", "kbd", "label", "legend", "li", "main", "map", "mark", "menu", "meter", "nav", "noscript", "object", "ol", "optgroup", "option", "output", "p", "picture", "pre", "progress", "q", "rp", "rt", "ruby", "s", "samp", "script", "section", "select", "small", "span", "strong", "style", "sub", "summary", "sup", "svg", "table", "tbody", "td", "template", "textarea", "tfoot", "th", "thead", "time", "title", "tr", "u", "ul", "var", "video"];
1001
+ /**
1002
+ * An array of all valid HTML tags that are self-closing (do not have closing tags).
1003
+ */
1004
+ declare const HTML_ATOMIC_TAGS: readonly ["area", "base", "br", "col", "embed", "hr", "img", "input", "link", "meta", "param", "source", "track", "wbr"];
1005
+ //# sourceMappingURL=HTML.d.ts.map
1006
+ //#endregion
1007
+ //#region src/Http.d.ts
1008
+ /**
1009
+ * A constant array containing a comprehensive list of common MIME (Multipurpose Internet Mail Extensions) types.
1010
+ * This array is marked as `const` to enable TypeScript to infer literal types for each element.
1011
+ *
1012
+ * @see https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types
1013
+ */
1014
+ declare const MIME_TYPES: readonly ["application/json", "application/xml", "application/javascript", "application/pdf", "application/ld+json", "application/octet-stream", "application/x-www-form-urlencoded", "application/vnd.api+json", "application/msword", "application/grpc", "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "application/vnd.ms-excel", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "application/vnd.ms-powerpoint", "application/vnd.openxmlformats-officedocument.presentationml.presentation", "text/plain", "text/html", "text/css", "text/csv", "text/javascript", "text/markdown", "image/jpeg", "image/png", "image/gif", "image/bmp", "image/webp", "image/svg+xml", "image/tiff", "audio/mpeg", "audio/ogg", "audio/wav", "audio/webm", "audio/flac", "video/mp4", "video/mpeg", "video/ogg", "video/webm", "video/quicktime", "multipart/form-data", "multipart/mixed", "multipart/alternative", "multipart/related", "font/woff", "font/woff2", "font/ttf", "font/otf", "application/rss+xml", "application/atom+xml", "application/x-pkcs12", "application/x-shockwave-flash", "application/x-www-form-urlencoded", "application/x-font-ttf", "application/x-font-opentype", "application/x-font-woff", "application/x-font-woff2", "application/vnd.rar", "application/zip", "application/x-7z-compressed"];
1015
+ //# sourceMappingURL=Http.d.ts.map
1016
+ //#endregion
1017
+ //#region src/Images.d.ts
1018
+ declare const IMAGE_FORMAT_LOOKUP: [{
1019
+ readonly ext: "jpg";
1020
+ readonly webFormat: true;
1021
+ readonly other_ext: ["jpeg"];
1022
+ }, {
1023
+ readonly ext: "png";
1024
+ readonly webFormat: true;
1025
+ readonly other_ext: [];
1026
+ }, {
1027
+ readonly ext: "gif";
1028
+ readonly webFormat: true;
1029
+ readonly other_ext: [];
1030
+ }, {
1031
+ readonly ext: "heif";
1032
+ readonly webFormat: true;
1033
+ readonly other_ext: [];
1034
+ }, {
1035
+ readonly ext: "svg";
1036
+ readonly webFormat: true;
1037
+ readonly other_ext: [];
1038
+ }, {
1039
+ readonly ext: "raw";
1040
+ readonly webFormat: false;
1041
+ readonly other_ext: [];
1042
+ }, {
1043
+ readonly ext: "dng";
1044
+ readonly webFormat: false;
1045
+ readonly other_ext: [];
1046
+ }, {
1047
+ readonly ext: "avif";
1048
+ readonly webFormat: true;
1049
+ readonly other_ext: [];
1050
+ }, {
1051
+ readonly ext: "webp";
1052
+ readonly webFormat: true;
1053
+ readonly other_ext: [];
1054
+ }, {
1055
+ readonly ext: "tiff";
1056
+ readonly webFormat: false;
1057
+ readonly other_ext: ["tif"];
1058
+ }];
1059
+ //# sourceMappingURL=Images.d.ts.map
1060
+ //#endregion
1061
+ //#region src/InputTokenConstants.d.ts
1062
+ declare const IT_ATOMIC_TOKENS: readonly ["string", "number", "boolean", "true", "false", "undefined", "unknown", "any", "null", "void", "bigint", "object", "Object", "function"];
1063
+ /**
1064
+ * All literal token declarations from a base type
1065
+ */
1066
+ declare const IT_LITERAL_TOKENS: readonly ["String({{string}})", "Number({{number}})", "Boolean({{boolean}})"];
1067
+ declare const IT_CONTAINER_TOKENS: readonly ["Map<{{string}},{{string}}>", "WeakMap<{{string}},{{string}}>", "Set<{{string}}>", "Record<{{string}},{{string}}", "Array<{{string}}>", "Fn({{string}})=>{{string}}", "Fn({{string}})=>{{string}} & {{{string}}}", "[{{string}}]", "{{{string}}}"];
1068
+ //# sourceMappingURL=InputTokenConstants.d.ts.map
1069
+ //#endregion
1070
+ //#region src/Interpolation.d.ts
1071
+ /**
1072
+ * Static text blocks which can be used to interpolate into dynamic
1073
+ * string literal sections.
1074
+ */
1075
+ declare const INTERPOLATION_BLOCKS: readonly ["{{string}}", "{{number}}", "{{boolean}}"];
1076
+ //# sourceMappingURL=Interpolation.d.ts.map
1077
+ //#endregion
1078
+ //#region src/ISO3166.d.ts
1079
+ /**
1080
+ * All country codes (name, alpha-2, country-code)
1081
+ */
1082
+ declare const ISO3166_1: readonly [{
1083
+ readonly name: "Afghanistan";
1084
+ readonly alpha2: "AF";
1085
+ readonly countryCode: "004";
1086
+ readonly alpha3: "AFG";
1087
+ }, {
1088
+ readonly name: "Albania";
1089
+ readonly alpha2: "AL";
1090
+ readonly countryCode: "008";
1091
+ readonly alpha3: "ALB";
1092
+ }, {
1093
+ readonly name: "Algeria";
1094
+ readonly alpha2: "DZ";
1095
+ readonly countryCode: "012";
1096
+ readonly alpha3: "DZA";
1097
+ }, {
1098
+ readonly name: "Andorra";
1099
+ readonly alpha2: "AD";
1100
+ readonly countryCode: "020";
1101
+ readonly alpha3: "AND";
1102
+ }, {
1103
+ readonly name: "Angola";
1104
+ readonly alpha2: "AO";
1105
+ readonly countryCode: "024";
1106
+ readonly alpha3: "AGO";
1107
+ }, {
1108
+ readonly name: "Argentina";
1109
+ readonly alpha2: "AR";
1110
+ readonly countryCode: "032";
1111
+ readonly alpha3: "ARG";
1112
+ }, {
1113
+ readonly name: "Australia";
1114
+ readonly alpha2: "AU";
1115
+ readonly countryCode: "036";
1116
+ readonly alpha3: "AUS";
1117
+ }, {
1118
+ readonly name: "Austria";
1119
+ readonly alpha2: "AT";
1120
+ readonly countryCode: "040";
1121
+ readonly alpha3: "AUT";
1122
+ }, {
1123
+ readonly name: "Azerbaijan";
1124
+ readonly alpha2: "AZ";
1125
+ readonly countryCode: "031";
1126
+ readonly alpha3: "AZE";
1127
+ }, {
1128
+ readonly name: "Bahamas";
1129
+ readonly alpha2: "BS";
1130
+ readonly countryCode: "044";
1131
+ readonly alpha3: "BHS";
1132
+ }, {
1133
+ readonly name: "Bangladesh";
1134
+ readonly alpha2: "BD";
1135
+ readonly countryCode: "050";
1136
+ readonly alpha3: "BGD";
1137
+ }, {
1138
+ readonly name: "Belgium";
1139
+ readonly alpha2: "BE";
1140
+ readonly countryCode: "056";
1141
+ readonly alpha3: "BEL";
1142
+ }, {
1143
+ readonly name: "Belize";
1144
+ readonly alpha2: "BZ";
1145
+ readonly countryCode: "084";
1146
+ readonly alpha3: "BLZ";
1147
+ }, {
1148
+ readonly name: "Benin";
1149
+ readonly alpha2: "BJ";
1150
+ readonly countryCode: "204";
1151
+ readonly alpha3: "BEN";
1152
+ }, {
1153
+ readonly name: "Bhutan";
1154
+ readonly alpha2: "BT";
1155
+ readonly countryCode: "064";
1156
+ readonly alpha3: "BTN";
1157
+ }, {
1158
+ readonly name: "Bolivia";
1159
+ readonly alpha2: "BO";
1160
+ readonly countryCode: "068";
1161
+ readonly alpha3: "BOL";
1162
+ }, {
1163
+ readonly name: "Bosnia and Herzegovina";
1164
+ readonly alpha2: "BA";
1165
+ readonly countryCode: "070";
1166
+ readonly alpha3: "BIH";
1167
+ }, {
1168
+ readonly name: "Botswana";
1169
+ readonly alpha2: "BW";
1170
+ readonly countryCode: "072";
1171
+ readonly alpha3: "BWA";
1172
+ }, {
1173
+ readonly name: "Brazil";
1174
+ readonly alpha2: "BR";
1175
+ readonly countryCode: "076";
1176
+ readonly alpha3: "BRA";
1177
+ }, {
1178
+ readonly name: "Brunei Darussalam";
1179
+ readonly alpha2: "BN";
1180
+ readonly countryCode: "096";
1181
+ readonly alpha3: "BRN";
1182
+ }, {
1183
+ readonly name: "Bulgaria";
1184
+ readonly alpha2: "BG";
1185
+ readonly countryCode: "100";
1186
+ readonly alpha3: "BGR";
1187
+ }, {
1188
+ readonly name: "Burkina Faso";
1189
+ readonly alpha2: "BF";
1190
+ readonly countryCode: "854";
1191
+ readonly alpha3: "BFA";
1192
+ }, {
1193
+ readonly name: "Burundi";
1194
+ readonly alpha2: "BI";
1195
+ readonly countryCode: "108";
1196
+ readonly alpha3: "BDI";
1197
+ }, {
1198
+ readonly name: "Cambodia";
1199
+ readonly alpha2: "KH";
1200
+ readonly countryCode: "116";
1201
+ readonly alpha3: "KHM";
1202
+ }, {
1203
+ readonly name: "Cameroon";
1204
+ readonly alpha2: "CM";
1205
+ readonly countryCode: "120";
1206
+ readonly alpha3: "CMR";
1207
+ }, {
1208
+ readonly name: "Canada";
1209
+ readonly alpha2: "CA";
1210
+ readonly countryCode: "124";
1211
+ readonly alpha3: "CAN";
1212
+ }, {
1213
+ readonly name: "Afghanistan";
1214
+ readonly alpha2: "AF";
1215
+ readonly countryCode: "004";
1216
+ readonly alpha3: "AFG";
1217
+ }, {
1218
+ readonly name: "Albania";
1219
+ readonly alpha2: "AL";
1220
+ readonly countryCode: "008";
1221
+ readonly alpha3: "ALB";
1222
+ }, {
1223
+ readonly name: "Algeria";
1224
+ readonly alpha2: "DZ";
1225
+ readonly countryCode: "012";
1226
+ readonly alpha3: "DZA";
1227
+ }, {
1228
+ readonly name: "Andorra";
1229
+ readonly alpha2: "AD";
1230
+ readonly countryCode: "020";
1231
+ readonly alpha3: "AND";
1232
+ }, {
1233
+ readonly name: "Angola";
1234
+ readonly alpha2: "AO";
1235
+ readonly countryCode: "024";
1236
+ readonly alpha3: "AGO";
1237
+ }, {
1238
+ readonly name: "Argentina";
1239
+ readonly alpha2: "AR";
1240
+ readonly countryCode: "032";
1241
+ readonly alpha3: "ARG";
1242
+ }, {
1243
+ readonly name: "Australia";
1244
+ readonly alpha2: "AU";
1245
+ readonly countryCode: "036";
1246
+ readonly alpha3: "AUS";
1247
+ }, {
1248
+ readonly name: "Austria";
1249
+ readonly alpha2: "AT";
1250
+ readonly countryCode: "040";
1251
+ readonly alpha3: "AUT";
1252
+ }, {
1253
+ readonly name: "Azerbaijan";
1254
+ readonly alpha2: "AZ";
1255
+ readonly countryCode: "031";
1256
+ readonly alpha3: "AZE";
1257
+ }, {
1258
+ readonly name: "Bahamas";
1259
+ readonly alpha2: "BS";
1260
+ readonly countryCode: "044";
1261
+ readonly alpha3: "BHS";
1262
+ }, {
1263
+ readonly name: "Bangladesh";
1264
+ readonly alpha2: "BD";
1265
+ readonly countryCode: "050";
1266
+ readonly alpha3: "BGD";
1267
+ }, {
1268
+ readonly name: "Belgium";
1269
+ readonly alpha2: "BE";
1270
+ readonly countryCode: "056";
1271
+ readonly alpha3: "BEL";
1272
+ }, {
1273
+ readonly name: "Belize";
1274
+ readonly alpha2: "BZ";
1275
+ readonly countryCode: "084";
1276
+ readonly alpha3: "BLZ";
1277
+ }, {
1278
+ readonly name: "Benin";
1279
+ readonly alpha2: "BJ";
1280
+ readonly countryCode: "204";
1281
+ readonly alpha3: "BEN";
1282
+ }, {
1283
+ readonly name: "Bhutan";
1284
+ readonly alpha2: "BT";
1285
+ readonly countryCode: "064";
1286
+ readonly alpha3: "BTN";
1287
+ }, {
1288
+ readonly name: "Bolivia";
1289
+ readonly alpha2: "BO";
1290
+ readonly countryCode: "068";
1291
+ readonly alpha3: "BOL";
1292
+ }, {
1293
+ readonly name: "Bosnia and Herzegovina";
1294
+ readonly alpha2: "BA";
1295
+ readonly countryCode: "070";
1296
+ readonly alpha3: "BIH";
1297
+ }, {
1298
+ readonly name: "Botswana";
1299
+ readonly alpha2: "BW";
1300
+ readonly countryCode: "072";
1301
+ readonly alpha3: "BWA";
1302
+ }, {
1303
+ readonly name: "Brazil";
1304
+ readonly alpha2: "BR";
1305
+ readonly countryCode: "076";
1306
+ readonly alpha3: "BRA";
1307
+ }, {
1308
+ readonly name: "Brunei Darussalam";
1309
+ readonly alpha2: "BN";
1310
+ readonly countryCode: "096";
1311
+ readonly alpha3: "BRN";
1312
+ }, {
1313
+ readonly name: "Bulgaria";
1314
+ readonly alpha2: "BG";
1315
+ readonly countryCode: "100";
1316
+ readonly alpha3: "BGR";
1317
+ }, {
1318
+ readonly name: "Burkina Faso";
1319
+ readonly alpha2: "BF";
1320
+ readonly countryCode: "854";
1321
+ readonly alpha3: "BFA";
1322
+ }, {
1323
+ readonly name: "Burundi";
1324
+ readonly alpha2: "BI";
1325
+ readonly countryCode: "108";
1326
+ readonly alpha3: "BDI";
1327
+ }, {
1328
+ readonly name: "Cambodia";
1329
+ readonly alpha2: "KH";
1330
+ readonly countryCode: "116";
1331
+ readonly alpha3: "KHM";
1332
+ }, {
1333
+ readonly name: "Cameroon";
1334
+ readonly alpha2: "CM";
1335
+ readonly countryCode: "120";
1336
+ readonly alpha3: "CMR";
1337
+ }, {
1338
+ readonly name: "Canada";
1339
+ readonly alpha2: "CA";
1340
+ readonly countryCode: "124";
1341
+ readonly alpha3: "CAN";
1342
+ }, {
1343
+ readonly name: "Maldives";
1344
+ readonly alpha2: "MV";
1345
+ readonly countryCode: "462";
1346
+ readonly alpha3: "MDV";
1347
+ }, {
1348
+ readonly name: "Mali";
1349
+ readonly alpha2: "ML";
1350
+ readonly countryCode: "466";
1351
+ readonly alpha3: "MLI";
1352
+ }, {
1353
+ readonly name: "Malta";
1354
+ readonly alpha2: "MT";
1355
+ readonly countryCode: "470";
1356
+ readonly alpha3: "MLT";
1357
+ }, {
1358
+ readonly name: "Marshall Islands";
1359
+ readonly alpha2: "MH";
1360
+ readonly countryCode: "584";
1361
+ readonly alpha3: "MHL";
1362
+ }, {
1363
+ readonly name: "Mauritania";
1364
+ readonly alpha2: "MR";
1365
+ readonly countryCode: "478";
1366
+ readonly alpha3: "MRT";
1367
+ }, {
1368
+ readonly name: "Mauritius";
1369
+ readonly alpha2: "MU";
1370
+ readonly countryCode: "480";
1371
+ readonly alpha3: "MUS";
1372
+ }, {
1373
+ readonly name: "Mexico";
1374
+ readonly alpha2: "MX";
1375
+ readonly countryCode: "484";
1376
+ readonly alpha3: "MEX";
1377
+ }, {
1378
+ readonly name: "Micronesia (Federated States of)";
1379
+ readonly alpha2: "FM";
1380
+ readonly countryCode: "583";
1381
+ readonly alpha3: "FSM";
1382
+ }, {
1383
+ readonly name: "Moldova (Republic of)";
1384
+ readonly alpha2: "MD";
1385
+ readonly countryCode: "498";
1386
+ readonly alpha3: "MDA";
1387
+ }, {
1388
+ readonly name: "Monaco";
1389
+ readonly alpha2: "MC";
1390
+ readonly countryCode: "492";
1391
+ readonly alpha3: "MCO";
1392
+ }, {
1393
+ readonly name: "Mongolia";
1394
+ readonly alpha2: "MN";
1395
+ readonly countryCode: "496";
1396
+ readonly alpha3: "MNG";
1397
+ }, {
1398
+ readonly name: "Montenegro";
1399
+ readonly alpha2: "ME";
1400
+ readonly countryCode: "499";
1401
+ readonly alpha3: "MNE";
1402
+ }, {
1403
+ readonly name: "Morocco";
1404
+ readonly alpha2: "MA";
1405
+ readonly countryCode: "504";
1406
+ readonly alpha3: "MAR";
1407
+ }, {
1408
+ readonly name: "Mozambique";
1409
+ readonly alpha2: "MZ";
1410
+ readonly countryCode: "508";
1411
+ readonly alpha3: "MOZ";
1412
+ }, {
1413
+ readonly name: "Myanmar";
1414
+ readonly alpha2: "MM";
1415
+ readonly countryCode: "104";
1416
+ readonly alpha3: "MMR";
1417
+ }, {
1418
+ readonly name: "Namibia";
1419
+ readonly alpha2: "NA";
1420
+ readonly countryCode: "516";
1421
+ readonly alpha3: "NAM";
1422
+ }, {
1423
+ readonly name: "Nauru";
1424
+ readonly alpha2: "NR";
1425
+ readonly countryCode: "520";
1426
+ readonly alpha3: "NRU";
1427
+ }, {
1428
+ readonly name: "Nepal";
1429
+ readonly alpha2: "NP";
1430
+ readonly countryCode: "524";
1431
+ readonly alpha3: "NPL";
1432
+ }, {
1433
+ readonly name: "Netherlands";
1434
+ readonly alpha2: "NL";
1435
+ readonly countryCode: "528";
1436
+ readonly alpha3: "NLD";
1437
+ }, {
1438
+ readonly name: "New Zealand";
1439
+ readonly alpha2: "NZ";
1440
+ readonly countryCode: "554";
1441
+ readonly alpha3: "NZL";
1442
+ }, {
1443
+ readonly name: "Nicaragua";
1444
+ readonly alpha2: "NI";
1445
+ readonly countryCode: "558";
1446
+ readonly alpha3: "NIC";
1447
+ }, {
1448
+ readonly name: "Niger";
1449
+ readonly alpha2: "NE";
1450
+ readonly countryCode: "562";
1451
+ readonly alpha3: "NER";
1452
+ }, {
1453
+ readonly name: "Nigeria";
1454
+ readonly alpha2: "NG";
1455
+ readonly countryCode: "566";
1456
+ readonly alpha3: "NGA";
1457
+ }, {
1458
+ readonly name: "North Macedonia";
1459
+ readonly alpha2: "MK";
1460
+ readonly countryCode: "807";
1461
+ readonly alpha3: "MKD";
1462
+ }, {
1463
+ readonly name: "Norway";
1464
+ readonly alpha2: "NO";
1465
+ readonly countryCode: "578";
1466
+ readonly alpha3: "NOR";
1467
+ }, {
1468
+ readonly name: "Oman";
1469
+ readonly alpha2: "OM";
1470
+ readonly countryCode: "512";
1471
+ readonly alpha3: "OMN";
1472
+ }, {
1473
+ readonly name: "Pakistan";
1474
+ readonly alpha2: "PK";
1475
+ readonly countryCode: "586";
1476
+ readonly alpha3: "PAK";
1477
+ }, {
1478
+ readonly name: "Palau";
1479
+ readonly alpha2: "PW";
1480
+ readonly countryCode: "585";
1481
+ readonly alpha3: "PLW";
1482
+ }, {
1483
+ readonly name: "Panama";
1484
+ readonly alpha2: "PA";
1485
+ readonly countryCode: "591";
1486
+ readonly alpha3: "PAN";
1487
+ }, {
1488
+ readonly name: "Papua New Guinea";
1489
+ readonly alpha2: "PG";
1490
+ readonly countryCode: "598";
1491
+ readonly alpha3: "PNG";
1492
+ }, {
1493
+ readonly name: "Paraguay";
1494
+ readonly alpha2: "PY";
1495
+ readonly countryCode: "600";
1496
+ readonly alpha3: "PRY";
1497
+ }, {
1498
+ readonly name: "Peru";
1499
+ readonly alpha2: "PE";
1500
+ readonly countryCode: "604";
1501
+ readonly alpha3: "PER";
1502
+ }, {
1503
+ readonly name: "Philippines";
1504
+ readonly alpha2: "PH";
1505
+ readonly countryCode: "608";
1506
+ readonly alpha3: "PHL";
1507
+ }, {
1508
+ readonly name: "Poland";
1509
+ readonly alpha2: "PL";
1510
+ readonly countryCode: "616";
1511
+ readonly alpha3: "POL";
1512
+ }, {
1513
+ readonly name: "Portugal";
1514
+ readonly alpha2: "PT";
1515
+ readonly countryCode: "620";
1516
+ readonly alpha3: "PRT";
1517
+ }, {
1518
+ readonly name: "Qatar";
1519
+ readonly alpha2: "QA";
1520
+ readonly countryCode: "634";
1521
+ readonly alpha3: "QAT";
1522
+ }, {
1523
+ readonly name: "Romania";
1524
+ readonly alpha2: "RO";
1525
+ readonly countryCode: "642";
1526
+ readonly alpha3: "ROU";
1527
+ }, {
1528
+ readonly name: "Russian Federation";
1529
+ readonly alpha2: "RU";
1530
+ readonly countryCode: "643";
1531
+ readonly alpha3: "RUS";
1532
+ }, {
1533
+ readonly name: "Rwanda";
1534
+ readonly alpha2: "RW";
1535
+ readonly countryCode: "646";
1536
+ readonly alpha3: "RWA";
1537
+ }, {
1538
+ readonly name: "Saint Kitts and Nevis";
1539
+ readonly alpha2: "KN";
1540
+ readonly countryCode: "659";
1541
+ readonly alpha3: "KNA";
1542
+ }, {
1543
+ readonly name: "Saint Lucia";
1544
+ readonly alpha2: "LC";
1545
+ readonly countryCode: "662";
1546
+ readonly alpha3: "LCA";
1547
+ }, {
1548
+ readonly name: "Saint Vincent and the Grenadines";
1549
+ readonly alpha2: "VC";
1550
+ readonly countryCode: "670";
1551
+ readonly alpha3: "VCT";
1552
+ }, {
1553
+ readonly name: "Samoa";
1554
+ readonly alpha2: "WS";
1555
+ readonly countryCode: "882";
1556
+ readonly alpha3: "WSM";
1557
+ }, {
1558
+ readonly name: "San Marino";
1559
+ readonly alpha2: "SM";
1560
+ readonly countryCode: "674";
1561
+ readonly alpha3: "SMR";
1562
+ }, {
1563
+ readonly name: "Sao Tome and Principe";
1564
+ readonly alpha2: "ST";
1565
+ readonly countryCode: "678";
1566
+ readonly alpha3: "STP";
1567
+ }, {
1568
+ readonly name: "Saudi Arabia";
1569
+ readonly alpha2: "SA";
1570
+ readonly countryCode: "682";
1571
+ readonly alpha3: "SAU";
1572
+ }, {
1573
+ readonly name: "Senegal";
1574
+ readonly alpha2: "SN";
1575
+ readonly countryCode: "686";
1576
+ readonly alpha3: "SEN";
1577
+ }, {
1578
+ readonly name: "Serbia";
1579
+ readonly alpha2: "RS";
1580
+ readonly countryCode: "688";
1581
+ readonly alpha3: "SRB";
1582
+ }, {
1583
+ readonly name: "Seychelles";
1584
+ readonly alpha2: "SC";
1585
+ readonly countryCode: "690";
1586
+ readonly alpha3: "SYC";
1587
+ }, {
1588
+ readonly name: "Sierra Leone";
1589
+ readonly alpha2: "SL";
1590
+ readonly countryCode: "694";
1591
+ readonly alpha3: "SLE";
1592
+ }, {
1593
+ readonly name: "Singapore";
1594
+ readonly alpha2: "SG";
1595
+ readonly countryCode: "702";
1596
+ readonly alpha3: "SGP";
1597
+ }, {
1598
+ readonly name: "Slovakia";
1599
+ readonly alpha2: "SK";
1600
+ readonly countryCode: "703";
1601
+ readonly alpha3: "SVK";
1602
+ }, {
1603
+ readonly name: "Slovenia";
1604
+ readonly alpha2: "SI";
1605
+ readonly countryCode: "705";
1606
+ readonly alpha3: "SVN";
1607
+ }, {
1608
+ readonly name: "Solomon Islands";
1609
+ readonly alpha2: "SB";
1610
+ readonly countryCode: "090";
1611
+ readonly alpha3: "SLB";
1612
+ }, {
1613
+ readonly name: "Somalia";
1614
+ readonly alpha2: "SO";
1615
+ readonly countryCode: "706";
1616
+ readonly alpha3: "SOM";
1617
+ }, {
1618
+ readonly name: "South Africa";
1619
+ readonly alpha2: "ZA";
1620
+ readonly countryCode: "710";
1621
+ readonly alpha3: "ZAF";
1622
+ }, {
1623
+ readonly name: "South Sudan";
1624
+ readonly alpha2: "SS";
1625
+ readonly countryCode: "728";
1626
+ readonly alpha3: "SSD";
1627
+ }, {
1628
+ readonly name: "Spain";
1629
+ readonly alpha2: "ES";
1630
+ readonly countryCode: "724";
1631
+ readonly alpha3: "ESP";
1632
+ }, {
1633
+ readonly name: "Sri Lanka";
1634
+ readonly alpha2: "LK";
1635
+ readonly countryCode: "144";
1636
+ readonly alpha3: "LKA";
1637
+ }, {
1638
+ readonly name: "Sudan";
1639
+ readonly alpha2: "SD";
1640
+ readonly countryCode: "729";
1641
+ readonly alpha3: "SDN";
1642
+ }, {
1643
+ readonly name: "Suriname";
1644
+ readonly alpha2: "SR";
1645
+ readonly countryCode: "740";
1646
+ readonly alpha3: "SUR";
1647
+ }, {
1648
+ readonly name: "Sweden";
1649
+ readonly alpha2: "SE";
1650
+ readonly countryCode: "752";
1651
+ readonly alpha3: "SWE";
1652
+ }, {
1653
+ readonly name: "Switzerland";
1654
+ readonly alpha2: "CH";
1655
+ readonly countryCode: "756";
1656
+ readonly alpha3: "CHE";
1657
+ }, {
1658
+ readonly name: "Syrian Arab Republic";
1659
+ readonly alpha2: "SY";
1660
+ readonly countryCode: "760";
1661
+ readonly alpha3: "SYR";
1662
+ }, {
1663
+ readonly name: "Taiwan";
1664
+ readonly alpha2: "TW";
1665
+ readonly countryCode: "158";
1666
+ readonly alpha3: "TWN";
1667
+ }, {
1668
+ readonly name: "Tajikistan";
1669
+ readonly alpha2: "TJ";
1670
+ readonly countryCode: "762";
1671
+ readonly alpha3: "TJK";
1672
+ }, {
1673
+ readonly name: "Tanzania";
1674
+ readonly alpha2: "TZ";
1675
+ readonly countryCode: "834";
1676
+ readonly alpha3: "TZA";
1677
+ }, {
1678
+ readonly name: "Thailand";
1679
+ readonly alpha2: "TH";
1680
+ readonly countryCode: "764";
1681
+ readonly alpha3: "THA";
1682
+ }, {
1683
+ readonly name: "Timor-Leste";
1684
+ readonly alpha2: "TL";
1685
+ readonly countryCode: "626";
1686
+ readonly alpha3: "TLS";
1687
+ }, {
1688
+ readonly name: "Togo";
1689
+ readonly alpha2: "TG";
1690
+ readonly countryCode: "768";
1691
+ readonly alpha3: "TGO";
1692
+ }, {
1693
+ readonly name: "Tonga";
1694
+ readonly alpha2: "TO";
1695
+ readonly countryCode: "776";
1696
+ readonly alpha3: "TON";
1697
+ }, {
1698
+ readonly name: "Tonga";
1699
+ readonly alpha2: "TO";
1700
+ readonly countryCode: "776";
1701
+ readonly alpha3: "TON";
1702
+ }, {
1703
+ readonly name: "Trinidad and Tobago";
1704
+ readonly alpha2: "TT";
1705
+ readonly countryCode: "780";
1706
+ readonly alpha3: "TTO";
1707
+ }, {
1708
+ readonly name: "Tunisia";
1709
+ readonly alpha2: "TN";
1710
+ readonly countryCode: "788";
1711
+ readonly alpha3: "TUN";
1712
+ }, {
1713
+ readonly name: "Turkey";
1714
+ readonly alpha2: "TR";
1715
+ readonly countryCode: "792";
1716
+ readonly alpha3: "TUR";
1717
+ }, {
1718
+ readonly name: "Turkmenistan";
1719
+ readonly alpha2: "TM";
1720
+ readonly countryCode: "795";
1721
+ readonly alpha3: "TKM";
1722
+ }, {
1723
+ readonly name: "Tuvalu";
1724
+ readonly alpha2: "TV";
1725
+ readonly countryCode: "798";
1726
+ readonly alpha3: "TUV";
1727
+ }, {
1728
+ readonly name: "Uganda";
1729
+ readonly alpha2: "UG";
1730
+ readonly countryCode: "800";
1731
+ readonly alpha3: "UGA";
1732
+ }, {
1733
+ readonly name: "Ukraine";
1734
+ readonly alpha2: "UA";
1735
+ readonly countryCode: "804";
1736
+ readonly alpha3: "UKR";
1737
+ }, {
1738
+ readonly name: "United Arab Emirates";
1739
+ readonly alpha2: "AE";
1740
+ readonly countryCode: "784";
1741
+ readonly alpha3: "ARE";
1742
+ }, {
1743
+ readonly name: "United Kingdom";
1744
+ readonly alpha2: "GB";
1745
+ readonly countryCode: "826";
1746
+ readonly alpha3: "GBR";
1747
+ }, {
1748
+ readonly name: "United States of America";
1749
+ readonly alpha2: "US";
1750
+ readonly countryCode: "840";
1751
+ readonly alpha3: "USA";
1752
+ }, {
1753
+ readonly name: "Uruguay";
1754
+ readonly alpha2: "UY";
1755
+ readonly countryCode: "858";
1756
+ readonly alpha3: "URY";
1757
+ }, {
1758
+ readonly name: "Uzbekistan";
1759
+ readonly alpha2: "UZ";
1760
+ readonly countryCode: "860";
1761
+ readonly alpha3: "UZB";
1762
+ }, {
1763
+ readonly name: "Vanuatu";
1764
+ readonly alpha2: "VU";
1765
+ readonly countryCode: "548";
1766
+ readonly alpha3: "VUT";
1767
+ }, {
1768
+ readonly name: "Venezuela";
1769
+ readonly alpha2: "VE";
1770
+ readonly countryCode: "862";
1771
+ readonly alpha3: "VEN";
1772
+ }, {
1773
+ readonly name: "Viet Nam";
1774
+ readonly alpha2: "VN";
1775
+ readonly countryCode: "704";
1776
+ readonly alpha3: "VNM";
1777
+ }, {
1778
+ readonly name: "Yemen";
1779
+ readonly alpha2: "YE";
1780
+ readonly countryCode: "887";
1781
+ readonly alpha3: "YEM";
1782
+ }, {
1783
+ readonly name: "Zambia";
1784
+ readonly alpha2: "ZM";
1785
+ readonly countryCode: "894";
1786
+ readonly alpha3: "ZMB";
1787
+ }, {
1788
+ readonly name: "Zimbabwe";
1789
+ readonly alpha2: "ZW";
1790
+ readonly countryCode: "716";
1791
+ readonly alpha3: "ZWE";
1792
+ }];
1793
+ //# sourceMappingURL=ISO3166.d.ts.map
1794
+ //#endregion
1795
+ //#region src/Marked.d.ts
1796
+ declare const MARKED: Constant<"Marked", unknown>;
1797
+ /**
1798
+ * **Marked**
1799
+ *
1800
+ * A constant that indicates that an item has been marked for
1801
+ * some ongoing operation.
1802
+ */
1803
+ type Marked = typeof MARKED;
1804
+ //# sourceMappingURL=Marked.d.ts.map
1805
+ //#endregion
1806
+ //#region src/Markers.d.ts
1807
+ declare const BLOOD_MARKERS_LOOKUP: readonly [{
1808
+ readonly abbrev: "Hb";
1809
+ readonly name: "hemoglobin";
1810
+ readonly measurements: readonly ["g/dL", "mmol/L"];
1811
+ }, {
1812
+ readonly abbrev: "WBC";
1813
+ readonly name: "white blood cell count";
1814
+ readonly measurements: readonly ["cells/µL"];
1815
+ }, {
1816
+ readonly abbrev: "RBC";
1817
+ readonly name: "red blood cell count";
1818
+ readonly measurements: readonly ["million cells/µL", "trillion cells/L"];
1819
+ }, {
1820
+ readonly abbrev: "PLT";
1821
+ readonly name: "platelet count";
1822
+ readonly measurements: readonly ["thousand/µL", "million/L"];
1823
+ }, {
1824
+ readonly abbrev: "Hct";
1825
+ readonly name: "hematocrit";
1826
+ readonly measurements: readonly ["%"];
1827
+ }, {
1828
+ readonly abbrev: "MCV";
1829
+ readonly name: "mean corpuscular volume";
1830
+ readonly measurements: readonly ["fL"];
1831
+ }, {
1832
+ readonly abbrev: "MCH";
1833
+ readonly name: "mean corpuscular hemoglobin";
1834
+ readonly measurements: readonly ["pg/cell"];
1835
+ }, {
1836
+ readonly abbrev: "MCHC";
1837
+ readonly name: "mean corpuscular hemoglobin concentration";
1838
+ readonly measurements: readonly ["g/dL"];
1839
+ }, {
1840
+ readonly abbrev: "RDW";
1841
+ readonly name: "red cell distribution width";
1842
+ readonly measurements: readonly ["%"];
1843
+ }, {
1844
+ readonly abbrev: "Glucose";
1845
+ readonly name: "blood glucose";
1846
+ readonly measurements: readonly ["mg/dL", "mmol/L"];
1847
+ }, {
1848
+ readonly abbrev: "ALT";
1849
+ readonly name: "alanine aminotransferase";
1850
+ readonly measurements: readonly ["U/L"];
1851
+ }, {
1852
+ readonly abbrev: "AST";
1853
+ readonly name: "aspartate aminotransferase";
1854
+ readonly measurements: readonly ["U/L"];
1855
+ }, {
1856
+ readonly abbrev: "LDL";
1857
+ readonly name: "low-density lipoprotein";
1858
+ readonly measurements: readonly ["mg/dL", "mmol/L"];
1859
+ }, {
1860
+ readonly abbrev: "HDL";
1861
+ readonly name: "high-density lipoprotein";
1862
+ readonly measurements: readonly ["mg/dL", "mmol/L"];
1863
+ }, {
1864
+ readonly abbrev: "Triglycerides";
1865
+ readonly name: "triglycerides";
1866
+ readonly measurements: readonly ["mg/dL", "mmol/L"];
1867
+ }, {
1868
+ readonly abbrev: "CRP";
1869
+ readonly name: "C-reactive protein";
1870
+ readonly measurements: readonly ["mg/L"];
1871
+ }, {
1872
+ readonly abbrev: "TSH";
1873
+ readonly name: "thyroid-stimulating hormone";
1874
+ readonly measurements: readonly ["mIU/L"];
1875
+ }, {
1876
+ readonly abbrev: "BUN";
1877
+ readonly name: "blood urea nitrogen";
1878
+ readonly measurements: readonly ["mg/dL", "mmol/L"];
1879
+ }, {
1880
+ readonly abbrev: "Creatinine";
1881
+ readonly name: "creatinine";
1882
+ readonly measurements: readonly ["mg/dL", "µmol/L"];
1883
+ }, {
1884
+ readonly abbrev: "Bilirubin";
1885
+ readonly name: "bilirubin";
1886
+ readonly measurements: readonly ["mg/dL", "µmol/L"];
1887
+ }];
1888
+ //# sourceMappingURL=Markers.d.ts.map
1889
+ //#endregion
1890
+ //#region src/Metrics.d.ts
1891
+ declare const DISTANCE_METRICS_LOOKUP: readonly [{
1892
+ readonly abbrev: "km";
1893
+ readonly name: "kilometer";
1894
+ }, {
1895
+ readonly abbrev: "mi";
1896
+ readonly name: "mile";
1897
+ }, {
1898
+ readonly abbrev: "mm";
1899
+ readonly name: "millimeter";
1900
+ }, {
1901
+ readonly abbrev: "cm";
1902
+ readonly name: "centimeter";
1903
+ }, {
1904
+ readonly abbrev: "yd";
1905
+ readonly name: "yard";
1906
+ }, {
1907
+ readonly abbrev: "ft";
1908
+ readonly name: "foot";
1909
+ }, {
1910
+ readonly abbrev: "in";
1911
+ readonly name: "inch";
1912
+ }, {
1913
+ readonly abbrev: "m";
1914
+ readonly name: "meter";
1915
+ }, {
1916
+ readonly abbrev: "nm";
1917
+ readonly name: "nautical mile";
1918
+ }, {
1919
+ readonly abbrev: "nmi";
1920
+ readonly name: "nanometer";
1921
+ }, {
1922
+ readonly abbrev: "µm";
1923
+ readonly name: "micrometer";
1924
+ }, {
1925
+ readonly abbrev: "dm";
1926
+ readonly name: "decimeter";
1927
+ }, {
1928
+ readonly abbrev: "AU";
1929
+ readonly name: "astronomical unit";
1930
+ }, {
1931
+ readonly abbrev: "ly";
1932
+ readonly name: "light year";
1933
+ }, {
1934
+ readonly abbrev: "pc";
1935
+ readonly name: "parsec";
1936
+ }];
1937
+ declare const MASS_METRICS_LOOKUP: readonly [{
1938
+ readonly abbrev: "g";
1939
+ readonly name: "gram";
1940
+ }, {
1941
+ readonly abbrev: "kg";
1942
+ readonly name: "kilogram";
1943
+ }, {
1944
+ readonly abbrev: "mg";
1945
+ readonly name: "milligram";
1946
+ }, {
1947
+ readonly abbrev: "µg";
1948
+ readonly name: "microgram";
1949
+ }, {
1950
+ readonly abbrev: "t";
1951
+ readonly name: "tonne";
1952
+ }, {
1953
+ readonly abbrev: "lb";
1954
+ readonly name: "pound";
1955
+ }, {
1956
+ readonly abbrev: "oz";
1957
+ readonly name: "ounce";
1958
+ }, {
1959
+ readonly abbrev: "st";
1960
+ readonly name: "stone";
1961
+ }, {
1962
+ readonly abbrev: "ct";
1963
+ readonly name: "carat";
1964
+ }, {
1965
+ readonly abbrev: "Mt";
1966
+ readonly name: "megatonne";
1967
+ }, {
1968
+ readonly abbrev: "gt";
1969
+ readonly name: "gigatonne";
1970
+ }, {
1971
+ readonly abbrev: "slug";
1972
+ readonly name: "slug";
1973
+ }, {
1974
+ readonly abbrev: "dr";
1975
+ readonly name: "dram";
1976
+ }, {
1977
+ readonly abbrev: "gr";
1978
+ readonly name: "grain";
1979
+ }, {
1980
+ readonly abbrev: "q";
1981
+ readonly name: "quintal";
1982
+ }];
1983
+ declare const SPEED_METRICS_LOOKUP: readonly [{
1984
+ readonly abbrev: "m/s";
1985
+ readonly name: "meters per second";
1986
+ }, {
1987
+ readonly abbrev: "km/h";
1988
+ readonly name: "kilometers per hour";
1989
+ }, {
1990
+ readonly abbrev: "mph";
1991
+ readonly name: "miles per hour";
1992
+ }, {
1993
+ readonly abbrev: "kn";
1994
+ readonly name: "knot";
1995
+ }, {
1996
+ readonly abbrev: "ft/s";
1997
+ readonly name: "feet per second";
1998
+ }, {
1999
+ readonly abbrev: "c";
2000
+ readonly name: "speed of light";
2001
+ }, {
2002
+ readonly abbrev: "mach";
2003
+ readonly name: "mach";
2004
+ }, {
2005
+ readonly abbrev: "cm/s";
2006
+ readonly name: "centimeters per second";
2007
+ }, {
2008
+ readonly abbrev: "in/s";
2009
+ readonly name: "inches per second";
2010
+ }, {
2011
+ readonly abbrev: "ly/y";
2012
+ readonly name: "light years per year";
2013
+ }];
2014
+ declare const ACCELERATION_METRICS_LOOKUP: readonly [{
2015
+ readonly abbrev: "m/s²";
2016
+ readonly name: "meters per second squared";
2017
+ }, {
2018
+ readonly abbrev: "ft/s²";
2019
+ readonly name: "feet per second squared";
2020
+ }, {
2021
+ readonly abbrev: "g";
2022
+ readonly name: "g-force";
2023
+ }, {
2024
+ readonly abbrev: "Gal";
2025
+ readonly name: "galileo";
2026
+ }, {
2027
+ readonly abbrev: "cm/s²";
2028
+ readonly name: "centimeters per second squared";
2029
+ }, {
2030
+ readonly abbrev: "km/h²";
2031
+ readonly name: "kilometers per hour squared";
2032
+ }, {
2033
+ readonly abbrev: "in/s²";
2034
+ readonly name: "inches per second squared";
2035
+ }, {
2036
+ readonly abbrev: "mi/h²";
2037
+ readonly name: "miles per hour squared";
2038
+ }, {
2039
+ readonly abbrev: "kn/s²";
2040
+ readonly name: "knots per second squared";
2041
+ }];
2042
+ declare const VOLUME_METRICS_LOOKUP: readonly [{
2043
+ readonly abbrev: "L";
2044
+ readonly name: "liter";
2045
+ }, {
2046
+ readonly abbrev: "dL";
2047
+ readonly name: "deciliter";
2048
+ }, {
2049
+ readonly abbrev: "mL";
2050
+ readonly name: "milliliter";
2051
+ }, {
2052
+ readonly abbrev: "µL";
2053
+ readonly name: "microliter";
2054
+ }, {
2055
+ readonly abbrev: "cm³";
2056
+ readonly name: "cubic centimeter";
2057
+ }, {
2058
+ readonly abbrev: "m³";
2059
+ readonly name: "cubic meter";
2060
+ }, {
2061
+ readonly abbrev: "ft³";
2062
+ readonly name: "cubic foot";
2063
+ }, {
2064
+ readonly abbrev: "in³";
2065
+ readonly name: "cubic inch";
2066
+ }, {
2067
+ readonly abbrev: "gallon";
2068
+ readonly name: "gallon";
2069
+ }, {
2070
+ readonly abbrev: "qt";
2071
+ readonly name: "quart";
2072
+ }, {
2073
+ readonly abbrev: "pt";
2074
+ readonly name: "pint";
2075
+ }, {
2076
+ readonly abbrev: "fl oz";
2077
+ readonly name: "fluid ounce";
2078
+ }, {
2079
+ readonly abbrev: "barrel";
2080
+ readonly name: "barrel";
2081
+ }, {
2082
+ readonly abbrev: "tbsp";
2083
+ readonly name: "tablespoon";
2084
+ }, {
2085
+ readonly abbrev: "tsp";
2086
+ readonly name: "teaspoon";
2087
+ }];
2088
+ declare const TEMPERATURE_METRICS_LOOKUP: readonly [{
2089
+ readonly abbrev: "°C";
2090
+ readonly name: "celsius";
2091
+ }, {
2092
+ readonly abbrev: "°F";
2093
+ readonly name: "fahrenheit";
2094
+ }, {
2095
+ readonly abbrev: "K";
2096
+ readonly name: "kelvin";
2097
+ }];
2098
+ declare const PRESSURE_METRICS_LOOKUP: readonly [{
2099
+ readonly abbrev: "Pa";
2100
+ readonly name: "pascal";
2101
+ }, {
2102
+ readonly abbrev: "bar";
2103
+ readonly name: "bar";
2104
+ }, {
2105
+ readonly abbrev: "atm";
2106
+ readonly name: "atmosphere";
2107
+ }, {
2108
+ readonly abbrev: "mmHg";
2109
+ readonly name: "millimeters of mercury";
2110
+ }, {
2111
+ readonly abbrev: "psi";
2112
+ readonly name: "pounds per square inch";
2113
+ }];
2114
+ declare const ENERGY_METRICS_LOOKUP: readonly [{
2115
+ readonly abbrev: "J";
2116
+ readonly name: "joule";
2117
+ }, {
2118
+ readonly abbrev: "cal";
2119
+ readonly name: "calorie";
2120
+ }, {
2121
+ readonly abbrev: "kcal";
2122
+ readonly name: "kilocalorie";
2123
+ }, {
2124
+ readonly abbrev: "kWh";
2125
+ readonly name: "kilowatt-hour";
2126
+ }, {
2127
+ readonly abbrev: "BTU";
2128
+ readonly name: "british thermal unit";
2129
+ }, {
2130
+ readonly abbrev: "eV";
2131
+ readonly name: "electronvolt";
2132
+ }];
2133
+ declare const TIME_METRICS_LOOKUP: readonly [{
2134
+ readonly abbrev: "s";
2135
+ readonly name: "second";
2136
+ }, {
2137
+ readonly abbrev: "m";
2138
+ readonly name: "minute";
2139
+ }, {
2140
+ readonly abbrev: "h";
2141
+ readonly name: "hour";
2142
+ }, {
2143
+ readonly abbrev: "day";
2144
+ readonly name: "day";
2145
+ }, {
2146
+ readonly abbrev: "week";
2147
+ readonly name: "week";
2148
+ }, {
2149
+ readonly abbrev: "mo";
2150
+ readonly name: "month";
2151
+ }, {
2152
+ readonly abbrev: "ms";
2153
+ readonly name: "millisecond";
2154
+ }, {
2155
+ readonly abbrev: "µs";
2156
+ readonly name: "microsecond";
2157
+ }, {
2158
+ readonly abbrev: "ns";
2159
+ readonly name: "nanosecond";
2160
+ }];
2161
+ declare const POWER_METRICS_LOOKUP: readonly [{
2162
+ readonly abbrev: "W";
2163
+ readonly name: "Watt";
2164
+ }, {
2165
+ readonly abbrev: "kW";
2166
+ readonly name: "kilowatt";
2167
+ }, {
2168
+ readonly abbrev: "MW";
2169
+ readonly name: "megawatt";
2170
+ }, {
2171
+ readonly abbrev: "hp";
2172
+ readonly name: "horsepower";
2173
+ }, {
2174
+ readonly abbrev: "GW";
2175
+ readonly name: "gigawatt";
2176
+ }];
2177
+ declare const FREQUENCY_METRICS_LOOKUP: readonly [{
2178
+ readonly abbrev: "Hz";
2179
+ readonly name: "hertz";
2180
+ }, {
2181
+ readonly abbrev: "kHz";
2182
+ readonly name: "kilohertz";
2183
+ }, {
2184
+ readonly abbrev: "MHz";
2185
+ readonly name: "megahertz";
2186
+ }, {
2187
+ readonly abbrev: "GHz";
2188
+ readonly name: "gigahertz";
2189
+ }, {
2190
+ readonly abbrev: "THz";
2191
+ readonly name: "terahertz";
2192
+ }];
2193
+ declare const VOLTAGE_METRICS_LOOKUP: readonly [{
2194
+ readonly abbrev: "V";
2195
+ readonly name: "volt";
2196
+ }, {
2197
+ readonly abbrev: "kV";
2198
+ readonly name: "kilovolt";
2199
+ }, {
2200
+ readonly abbrev: "mV";
2201
+ readonly name: "millivolt";
2202
+ }, {
2203
+ readonly abbrev: "µV";
2204
+ readonly name: "microvolt";
2205
+ }];
2206
+ declare const CURRENT_METRICS_LOOKUP: readonly [{
2207
+ readonly abbrev: "A";
2208
+ readonly name: "ampere";
2209
+ }, {
2210
+ readonly abbrev: "mA";
2211
+ readonly name: "milliampere";
2212
+ }, {
2213
+ readonly abbrev: "µA";
2214
+ readonly name: "microampere";
2215
+ }, {
2216
+ readonly abbrev: "kA";
2217
+ readonly name: "kiloampere";
2218
+ }];
2219
+ declare const RESISTANCE_METRICS_LOOKUP: readonly [{
2220
+ readonly abbrev: "Ω";
2221
+ readonly name: "ohm";
2222
+ }, {
2223
+ readonly abbrev: "kΩ";
2224
+ readonly name: "kiloohm";
2225
+ }, {
2226
+ readonly abbrev: "MΩ";
2227
+ readonly name: "megaohm";
2228
+ }];
2229
+ declare const LUMINOSITY_METRICS_LOOKUP: readonly [{
2230
+ readonly abbrev: "cd";
2231
+ readonly name: "candela";
2232
+ }, {
2233
+ readonly abbrev: "lm";
2234
+ readonly name: "lumen";
2235
+ }, {
2236
+ readonly abbrev: "lx";
2237
+ readonly name: "lux";
2238
+ }];
2239
+ declare const AREA_METRICS_LOOKUP: readonly [{
2240
+ readonly abbrev: "m²";
2241
+ readonly name: "square meter";
2242
+ }, {
2243
+ readonly abbrev: "cm²";
2244
+ readonly name: "square centimeter";
2245
+ }, {
2246
+ readonly abbrev: "mm²";
2247
+ readonly name: "square millimeter";
2248
+ }, {
2249
+ readonly abbrev: "km²";
2250
+ readonly name: "square kilometer";
2251
+ }, {
2252
+ readonly abbrev: "ft²";
2253
+ readonly name: "square foot";
2254
+ }, {
2255
+ readonly abbrev: "in²";
2256
+ readonly name: "square inch";
2257
+ }, {
2258
+ readonly abbrev: "acre";
2259
+ readonly name: "acre";
2260
+ }, {
2261
+ readonly abbrev: "ha";
2262
+ readonly name: "hectare";
2263
+ }];
2264
+ //# sourceMappingURL=Metrics.d.ts.map
2265
+ //#endregion
2266
+ //#region src/Nesting.d.ts
2267
+ /**
2268
+ * A paired bracketing strategy which matches on
2269
+ * bracket characters:
2270
+ *
2271
+ * - parenthesis: `(` -> `)`
2272
+ * - square brackets: `[` -> `]`
2273
+ * - angle brackets: `<` -> `>`
2274
+ * - and curlies: `{` -> `}`
2275
+ */
2276
+ declare const BRACKET_NESTING: {
2277
+ readonly "{": "}";
2278
+ readonly "[": "]";
2279
+ readonly "<": ">";
2280
+ readonly "(": ")";
2281
+ };
2282
+ /**
2283
+ * A paired bracketing strategy which includes the three
2284
+ * main quotation symbols:
2285
+ *
2286
+ * - single quote (**'**),
2287
+ * - double quote (**"**),
2288
+ * - and backtick (**`**)
2289
+ */
2290
+ declare const QUOTE_NESTING: {
2291
+ readonly "\"": "\"";
2292
+ readonly "'": "'";
2293
+ readonly "`": "`";
2294
+ };
2295
+ /**
2296
+ * A paired bracketing strategy which includes:
2297
+ *
2298
+ * - all bracket characters
2299
+ * - all quote characters
2300
+ */
2301
+ declare const BRACKET_AND_QUOTE_NESTING: {
2302
+ readonly "{": "}";
2303
+ readonly "[": "]";
2304
+ readonly "<": ">";
2305
+ readonly "(": ")";
2306
+ readonly "\"": "\"";
2307
+ readonly "'": "'";
2308
+ readonly "`": "`";
2309
+ };
2310
+ //# sourceMappingURL=Nesting.d.ts.map
2311
+ //#endregion
2312
+ //#region src/NetworkConstants.d.ts
2313
+ declare const IPv6: {
2314
+ readonly Loopback: "::1/128";
2315
+ readonly Multicast: "ff00::/8";
2316
+ readonly IPv4MappedAddresses: "::FFFF:0:0/96";
2317
+ readonly Unicast: "fe80::/10";
2318
+ readonly DocumentationAddresses: "2001:db8::/32";
2319
+ };
2320
+ declare const IPv4: {
2321
+ readonly Loopback: "127.0.0.1";
2322
+ };
2323
+ declare const NETWORK_PROTOCOL_INSECURE: readonly ["http", "ftp", "ws", "dns", "telnet", "imap", "pop3", "smtp"];
2324
+ declare const NETWORK_PROTOCOL_SECURE: readonly ["https", "sftp", "wss", "sdns", "ssh"];
2325
+ declare const NETWORK_PROTOCOL: readonly ["http", "ftp", "ws", "dns", "telnet", "imap", "pop3", "smtp", "https", "sftp", "wss", "sdns", "ssh"];
2326
+ /**
2327
+ * Lookup of protocols which provides a tuple of: `[insecure,secure]`
2328
+ */
2329
+ declare const NETWORK_PROTOCOL_LOOKUP: {
2330
+ readonly http: readonly ["http", "https"];
2331
+ readonly ftp: readonly ["ftp", "sftp"];
2332
+ readonly file: readonly ["", "file"];
2333
+ readonly ws: readonly ["ws", "wss"];
2334
+ readonly ssh: readonly ["", "ssh"];
2335
+ readonly scp: readonly ["", "scp"];
2336
+ readonly telnet: readonly ["telnet", ""];
2337
+ readonly dns: readonly ["dns", "sdns"];
2338
+ };
2339
+ declare const PROTOCOL_DEFAULT_PORTS: {
2340
+ readonly http: 80;
2341
+ readonly https: 443;
2342
+ readonly ws: 80;
2343
+ readonly wss: 443;
2344
+ readonly ssh: 22;
2345
+ readonly telnet: 23;
2346
+ readonly dns: 53;
2347
+ readonly sdns: 853;
2348
+ readonly smtp: 25;
2349
+ readonly imap: 142;
2350
+ readonly pop3: 110;
2351
+ readonly ftp: 21;
2352
+ readonly sftp: 22;
2353
+ };
2354
+ /**
2355
+ * **TLD**
2356
+ *
2357
+ * Top level domains in DNS. This is not a comprehensive list but
2358
+ * takes the core ones and adds in some popular choices.
2359
+ */
2360
+ declare const TOP_LEVEL_DOMAINS: readonly ["com", "org", "net", "int", "edu", "gov", "io", "mil", "arpa", "academy", "agency", "analytics", "app", "art", "bet", "beer", "book", "coffee", "dot", "doctor", "dog", "family", "game", "guide", "guru", "info", "inc", "news", "new", "ninja", "now", "online", "page", "photos", "place", "pub", "room", "show", "technology", "tel", "tech", "team", "talk", "travel", "website", "work", "works", "wow", "uk", "us", "fr", "de", "eu", "london"];
2361
+ //# sourceMappingURL=NetworkConstants.d.ts.map
2362
+ //#endregion
2363
+ //#region src/Never.d.ts
2364
+ /**
2365
+ * **Never**
2366
+ *
2367
+ * A runtime constant that is meant to represent the `never` type.
2368
+ *
2369
+ * **Related:** you can use the `never()` runtime utility to give a
2370
+ * runtime value but force it's type to `never`.
2371
+ */
2372
+ declare const Never: never;
2373
+ //# sourceMappingURL=Never.d.ts.map
2374
+ //#endregion
2375
+ //#region src/News.d.ts
2376
+ declare const US_NEWS: readonly [{
2377
+ readonly company: "New York Times";
2378
+ readonly baseUrls: readonly ["www.nytimes.com"];
2379
+ }, {
2380
+ readonly company: "CNN";
2381
+ readonly baseUrls: readonly ["www.cnn.com"];
2382
+ }, {
2383
+ readonly company: "Fox News";
2384
+ readonly baseUrls: readonly ["www.foxnews.com"];
2385
+ }, {
2386
+ readonly company: "NBC News";
2387
+ readonly baseUrls: readonly ["www.nbcnews.com", "www.msnbc.com"];
2388
+ }, {
2389
+ readonly company: "ABC News";
2390
+ readonly baseUrls: readonly ["abcnews.go.com"];
2391
+ }, {
2392
+ readonly company: "The Washington Post";
2393
+ readonly baseUrls: readonly ["www.washingtonpost.com"];
2394
+ }, {
2395
+ readonly company: "USA Today";
2396
+ readonly baseUrls: readonly ["www.usatoday.com"];
2397
+ }, {
2398
+ readonly company: "Bloomberg";
2399
+ readonly baseUrls: readonly ["www.bloomberg.com"];
2400
+ }, {
2401
+ readonly company: "NPR";
2402
+ readonly baseUrls: readonly ["www.npr.org"];
2403
+ }, {
2404
+ readonly company: "CBS News";
2405
+ readonly baseUrls: readonly ["www.cbsnews.com"];
2406
+ }, {
2407
+ readonly company: "The Wall Street Journal";
2408
+ readonly baseUrls: readonly ["www.wsj.com"];
2409
+ }, {
2410
+ readonly company: "Associated Press (AP)";
2411
+ readonly baseUrls: readonly ["www.apnews.com", "www.ap.org"];
2412
+ }, {
2413
+ readonly company: "Reuters";
2414
+ readonly baseUrls: readonly ["www.reuters.com"];
2415
+ }, {
2416
+ readonly company: "Newsweek";
2417
+ readonly baseUrls: readonly ["www.newsweek.com"];
2418
+ }, {
2419
+ readonly company: "Politico";
2420
+ readonly baseUrls: readonly ["www.politico.com"];
2421
+ }, {
2422
+ readonly company: "The Atlantic";
2423
+ readonly baseUrls: readonly ["www.theatlantic.com"];
2424
+ }, {
2425
+ readonly company: "Nexstar Media Group";
2426
+ readonly baseUrls: readonly ["www.nexstar.tv"];
2427
+ }, {
2428
+ readonly company: "PBS News";
2429
+ readonly baseUrls: readonly ["www.pbs.org"];
2430
+ }, {
2431
+ readonly company: "HuffPost";
2432
+ readonly baseUrls: readonly ["www.huffpost.com"];
2433
+ }, {
2434
+ readonly company: "The Boston Globe";
2435
+ readonly baseUrls: readonly ["www.bostonglobe.com"];
2436
+ }];
2437
+ declare const UK_NEWS: readonly [{
2438
+ readonly company: "BBC";
2439
+ readonly baseUrls: readonly ["www.bbc.co.uk", "www.bbc.com"];
2440
+ }, {
2441
+ readonly company: "The Guardian";
2442
+ readonly baseUrls: readonly ["www.theguardian.com/uk"];
2443
+ }, {
2444
+ readonly company: "The Daily Mail";
2445
+ readonly baseUrls: readonly ["www.dailymail.co.uk"];
2446
+ }, {
2447
+ readonly company: "The Sun";
2448
+ readonly baseUrls: readonly ["www.thesun.co.uk"];
2449
+ }, {
2450
+ readonly company: "The Times";
2451
+ readonly baseUrls: readonly ["www.thetimes.co.uk"];
2452
+ }, {
2453
+ readonly company: "Sky News";
2454
+ readonly baseUrls: readonly ["news.sky.com"];
2455
+ }, {
2456
+ readonly company: "The Telegraph";
2457
+ readonly baseUrls: readonly ["www.telegraph.co.uk"];
2458
+ }, {
2459
+ readonly company: "ITV News";
2460
+ readonly baseUrls: readonly ["www.itv.com/news"];
2461
+ }, {
2462
+ readonly company: "Financial Times";
2463
+ readonly baseUrls: readonly ["www.ft.com"];
2464
+ }, {
2465
+ readonly company: "Metro";
2466
+ readonly baseUrls: readonly ["www.metro.co.uk"];
2467
+ }, {
2468
+ readonly company: "The Independent";
2469
+ readonly baseUrls: readonly ["www.independent.co.uk"];
2470
+ }, {
2471
+ readonly company: "Evening Standard";
2472
+ readonly baseUrls: readonly ["www.standard.co.uk"];
2473
+ }, {
2474
+ readonly company: "Daily Mirror";
2475
+ readonly baseUrls: readonly ["www.mirror.co.uk"];
2476
+ }, {
2477
+ readonly company: "Channel 4 News";
2478
+ readonly baseUrls: readonly ["www.channel4.com/news"];
2479
+ }, {
2480
+ readonly company: "LBC";
2481
+ readonly baseUrls: readonly ["www.lbc.co.uk"];
2482
+ }, {
2483
+ readonly company: "Daily Express";
2484
+ readonly baseUrls: readonly ["www.express.co.uk"];
2485
+ }, {
2486
+ readonly company: "Birmingham Mail";
2487
+ readonly baseUrls: readonly ["www.birminghammail.co.uk"];
2488
+ }, {
2489
+ readonly company: "Manchester Evening News";
2490
+ readonly baseUrls: readonly ["www.manchestereveningnews.co.uk"];
2491
+ }, {
2492
+ readonly company: "The Scotsman";
2493
+ readonly baseUrls: readonly ["www.scotsman.com"];
2494
+ }, {
2495
+ readonly company: "Daily Record";
2496
+ readonly baseUrls: readonly ["www.dailyrecord.co.uk"];
2497
+ }];
2498
+ declare const GERMAN_NEWS: readonly [{
2499
+ readonly company: "BILD";
2500
+ readonly baseUrls: readonly ["www.bild.de"];
2501
+ }, {
2502
+ readonly company: "Die Zeit";
2503
+ readonly baseUrls: readonly ["www.zeit.de"];
2504
+ }, {
2505
+ readonly company: "Frankfurter Allgemeine Zeitung";
2506
+ readonly baseUrls: readonly ["www.faz.net"];
2507
+ }, {
2508
+ readonly company: "Süddeutsche Zeitung";
2509
+ readonly baseUrls: readonly ["www.sueddeutsche.de"];
2510
+ }, {
2511
+ readonly company: "Der Spiegel";
2512
+ readonly baseUrls: readonly ["www.spiegel.de"];
2513
+ }, {
2514
+ readonly company: "Die Welt";
2515
+ readonly baseUrls: readonly ["www.welt.de"];
2516
+ }, {
2517
+ readonly company: "Tagesschau";
2518
+ readonly baseUrls: readonly ["www.tagesschau.de"];
2519
+ }, {
2520
+ readonly company: "t-online";
2521
+ readonly baseUrls: readonly ["www.t-online.de"];
2522
+ }, {
2523
+ readonly company: "n-tv";
2524
+ readonly baseUrls: readonly ["www.n-tv.de"];
2525
+ }, {
2526
+ readonly company: "Handelsblatt";
2527
+ readonly baseUrls: readonly ["www.handelsblatt.com"];
2528
+ }, {
2529
+ readonly company: "Focus Online";
2530
+ readonly baseUrls: readonly ["www.focus.de"];
2531
+ }, {
2532
+ readonly company: "Frankfurter Rundschau";
2533
+ readonly baseUrls: readonly ["www.fr.de", "www.fr-online.de"];
2534
+ }, {
2535
+ readonly company: "taz - die tageszeitung";
2536
+ readonly baseUrls: readonly ["www.taz.de"];
2537
+ }, {
2538
+ readonly company: "Der Tagesspiegel";
2539
+ readonly baseUrls: readonly ["www.tagesspiegel.de"];
2540
+ }, {
2541
+ readonly company: "Rheinische Post";
2542
+ readonly baseUrls: readonly ["www.rp-online.de"];
2543
+ }, {
2544
+ readonly company: "Express";
2545
+ readonly baseUrls: readonly ["www.express.de"];
2546
+ }, {
2547
+ readonly company: "Münchner Merkur";
2548
+ readonly baseUrls: readonly ["www.merkur.de"];
2549
+ }, {
2550
+ readonly company: "Stuttgarter Zeitung";
2551
+ readonly baseUrls: readonly ["www.stuttgarter-zeitung.de"];
2552
+ }, {
2553
+ readonly company: "Hamburger Abendblatt";
2554
+ readonly baseUrls: readonly ["www.abendblatt.de"];
2555
+ }, {
2556
+ readonly company: "Deutsche Welle";
2557
+ readonly baseUrls: readonly ["www.dw.com"];
2558
+ }];
2559
+ declare const FRENCH_NEWS: readonly [{
2560
+ readonly company: "Le Figaro";
2561
+ readonly baseUrls: readonly ["www.lefigaro.fr"];
2562
+ }, {
2563
+ readonly company: "Le Monde";
2564
+ readonly baseUrls: readonly ["www.lemonde.fr"];
2565
+ }, {
2566
+ readonly company: "France 24";
2567
+ readonly baseUrls: readonly ["www.france24.com"];
2568
+ }, {
2569
+ readonly company: "Libération";
2570
+ readonly baseUrls: readonly ["www.liberation.fr"];
2571
+ }, {
2572
+ readonly company: "Les Echos";
2573
+ readonly baseUrls: readonly ["www.lesechos.fr"];
2574
+ }, {
2575
+ readonly company: "Ouest-France";
2576
+ readonly baseUrls: readonly ["www.ouest-france.fr"];
2577
+ }, {
2578
+ readonly company: "Le Parisien";
2579
+ readonly baseUrls: readonly ["www.leparisien.fr"];
2580
+ }, {
2581
+ readonly company: "Mediapart";
2582
+ readonly baseUrls: readonly ["www.mediapart.fr"];
2583
+ }, {
2584
+ readonly company: "L'Express";
2585
+ readonly baseUrls: readonly ["www.lexpress.fr"];
2586
+ }, {
2587
+ readonly company: "La Croix";
2588
+ readonly baseUrls: readonly ["www.la-croix.com"];
2589
+ }, {
2590
+ readonly company: "20 Minutes";
2591
+ readonly baseUrls: readonly ["www.20minutes.fr"];
2592
+ }, {
2593
+ readonly company: "Courrier International";
2594
+ readonly baseUrls: readonly ["www.courrierinternational.com"];
2595
+ }, {
2596
+ readonly company: "Le Point";
2597
+ readonly baseUrls: readonly ["www.lepoint.fr"];
2598
+ }, {
2599
+ readonly company: "Marianne";
2600
+ readonly baseUrls: readonly ["www.marianne.net"];
2601
+ }, {
2602
+ readonly company: "BFM TV";
2603
+ readonly baseUrls: readonly ["www.bfmtv.com"];
2604
+ }, {
2605
+ readonly company: "RTL France";
2606
+ readonly baseUrls: readonly ["www.rtl.fr"];
2607
+ }, {
2608
+ readonly company: "Charlie Hebdo";
2609
+ readonly baseUrls: readonly ["www.charliehebdo.fr"];
2610
+ }, {
2611
+ readonly company: "Challenges";
2612
+ readonly baseUrls: readonly ["www.challenges.fr"];
2613
+ }, {
2614
+ readonly company: "Télérama";
2615
+ readonly baseUrls: readonly ["www.telerama.fr"];
2616
+ }, {
2617
+ readonly company: "L'Obs";
2618
+ readonly baseUrls: readonly ["www.nouvelobs.com"];
2619
+ }];
2620
+ declare const CANADIAN_NEWS: readonly [{
2621
+ readonly company: "CBC News";
2622
+ readonly baseUrls: readonly ["www.cbc.ca"];
2623
+ }, {
2624
+ readonly company: "CTV News";
2625
+ readonly baseUrls: readonly ["www.ctvnews.ca"];
2626
+ }, {
2627
+ readonly company: "The Globe and Mail";
2628
+ readonly baseUrls: readonly ["www.theglobeandmail.com"];
2629
+ }, {
2630
+ readonly company: "Global News";
2631
+ readonly baseUrls: readonly ["www.globalnews.ca"];
2632
+ }, {
2633
+ readonly company: "Toronto Star";
2634
+ readonly baseUrls: readonly ["www.thestar.com"];
2635
+ }, {
2636
+ readonly company: "National Post";
2637
+ readonly baseUrls: readonly ["www.nationalpost.com"];
2638
+ }, {
2639
+ readonly company: "La Presse";
2640
+ readonly baseUrls: readonly ["www.lapresse.ca"];
2641
+ }, {
2642
+ readonly company: "Radio-Canada";
2643
+ readonly baseUrls: readonly ["ici.radio-canada.ca"];
2644
+ }, {
2645
+ readonly company: "The Canadian Press";
2646
+ readonly baseUrls: readonly ["www.thecanadianpress.com"];
2647
+ }, {
2648
+ readonly company: "Financial Post";
2649
+ readonly baseUrls: readonly ["financialpost.com"];
2650
+ }, {
2651
+ readonly company: "The Weather Network";
2652
+ readonly baseUrls: readonly ["www.theweathernetwork.com"];
2653
+ }, {
2654
+ readonly company: "Le Devoir";
2655
+ readonly baseUrls: readonly ["www.ledevoir.com"];
2656
+ }, {
2657
+ readonly company: "TVA Nouvelles";
2658
+ readonly baseUrls: readonly ["www.tvanouvelles.ca"];
2659
+ }, {
2660
+ readonly company: "Journal de Montréal";
2661
+ readonly baseUrls: readonly ["www.journaldemontreal.com"];
2662
+ }, {
2663
+ readonly company: "CityNews";
2664
+ readonly baseUrls: readonly ["www.citynews.ca"];
2665
+ }, {
2666
+ readonly company: "BNN Bloomberg";
2667
+ readonly baseUrls: readonly ["www.bnnbloomberg.ca"];
2668
+ }, {
2669
+ readonly company: "The Hamilton Spectator";
2670
+ readonly baseUrls: readonly ["www.thespec.com"];
2671
+ }, {
2672
+ readonly company: "Ottawa Citizen";
2673
+ readonly baseUrls: readonly ["ottawacitizen.com"];
2674
+ }, {
2675
+ readonly company: "Windsor Star";
2676
+ readonly baseUrls: readonly ["windsorstar.com"];
2677
+ }, {
2678
+ readonly company: "Edmonton Journal";
2679
+ readonly baseUrls: readonly ["edmontonjournal.com"];
2680
+ }];
2681
+ declare const DUTCH_NEWS: readonly [{
2682
+ readonly company: "Algemeen Dagblad (AD)";
2683
+ readonly baseUrls: readonly ["www.ad.nl"];
2684
+ }, {
2685
+ readonly company: "NOS";
2686
+ readonly baseUrls: readonly ["www.nos.nl"];
2687
+ }, {
2688
+ readonly company: "De Telegraaf";
2689
+ readonly baseUrls: readonly ["www.telegraaf.nl"];
2690
+ }, {
2691
+ readonly company: "NU.nl";
2692
+ readonly baseUrls: readonly ["www.nu.nl"];
2693
+ }, {
2694
+ readonly company: "Volkskrant";
2695
+ readonly baseUrls: readonly ["www.volkskrant.nl"];
2696
+ }, {
2697
+ readonly company: "NRC Handelsblad";
2698
+ readonly baseUrls: readonly ["www.nrc.nl"];
2699
+ }, {
2700
+ readonly company: "Trouw";
2701
+ readonly baseUrls: readonly ["www.trouw.nl"];
2702
+ }, {
2703
+ readonly company: "Het Parool";
2704
+ readonly baseUrls: readonly ["www.parool.nl"];
2705
+ }, {
2706
+ readonly company: "RTL Nieuws";
2707
+ readonly baseUrls: readonly ["www.rtlnieuws.nl"];
2708
+ }, {
2709
+ readonly company: "BNR Nieuwsradio";
2710
+ readonly baseUrls: readonly ["www.bnr.nl"];
2711
+ }, {
2712
+ readonly company: "Emerce";
2713
+ readonly baseUrls: readonly ["www.emerce.nl"];
2714
+ }, {
2715
+ readonly company: "VPRO";
2716
+ readonly baseUrls: readonly ["www.vpro.nl"];
2717
+ }, {
2718
+ readonly company: "De Gelderlander";
2719
+ readonly baseUrls: readonly ["www.gelderlander.nl"];
2720
+ }, {
2721
+ readonly company: "Friesch Dagblad";
2722
+ readonly baseUrls: readonly ["www.frieschdagblad.nl"];
2723
+ }, {
2724
+ readonly company: "De Stentor";
2725
+ readonly baseUrls: readonly ["www.destentor.nl"];
2726
+ }, {
2727
+ readonly company: "Metro Nieuws";
2728
+ readonly baseUrls: readonly ["www.metronieuws.nl"];
2729
+ }, {
2730
+ readonly company: "ANP";
2731
+ readonly baseUrls: readonly ["www.anp.nl"];
2732
+ }, {
2733
+ readonly company: "Dagblad van het Noorden";
2734
+ readonly baseUrls: readonly ["www.dvhn.nl"];
2735
+ }, {
2736
+ readonly company: "Reformatorisch Dagblad";
2737
+ readonly baseUrls: readonly ["www.rd.nl"];
2738
+ }, {
2739
+ readonly company: "Financieele Dagblad";
2740
+ readonly baseUrls: readonly ["www.fd.nl"];
2741
+ }];
2742
+ declare const ITALIAN_NEWS: readonly [{
2743
+ readonly company: "ANSA";
2744
+ readonly baseUrls: readonly ["www.ansa.it", "www.ansamed.info"];
2745
+ }, {
2746
+ readonly company: "Corriere della Sera";
2747
+ readonly baseUrls: readonly ["www.corriere.it"];
2748
+ }, {
2749
+ readonly company: "la Repubblica";
2750
+ readonly baseUrls: readonly ["www.repubblica.it"];
2751
+ }, {
2752
+ readonly company: "Il Sole 24 Ore";
2753
+ readonly baseUrls: readonly ["www.ilsole24ore.com"];
2754
+ }, {
2755
+ readonly company: "La Stampa";
2756
+ readonly baseUrls: readonly ["www.lastampa.it"];
2757
+ }, {
2758
+ readonly company: "Il Messaggero";
2759
+ readonly baseUrls: readonly ["www.ilmessaggero.it"];
2760
+ }, {
2761
+ readonly company: "Il Giornale";
2762
+ readonly baseUrls: readonly ["www.ilgiornale.it"];
2763
+ }, {
2764
+ readonly company: "Avvenire";
2765
+ readonly baseUrls: readonly ["www.avvenire.it"];
2766
+ }, {
2767
+ readonly company: "Il Fatto Quotidiano";
2768
+ readonly baseUrls: readonly ["www.ilfattoquotidiano.it"];
2769
+ }, {
2770
+ readonly company: "La Nazione";
2771
+ readonly baseUrls: readonly ["www.lanazione.it"];
2772
+ }, {
2773
+ readonly company: "TgCom24";
2774
+ readonly baseUrls: readonly ["www.tgcom24.mediaset.it"];
2775
+ }, {
2776
+ readonly company: "Sky TG24";
2777
+ readonly baseUrls: readonly ["tg24.sky.it"];
2778
+ }, {
2779
+ readonly company: "Rai News";
2780
+ readonly baseUrls: readonly ["www.rainews.it"];
2781
+ }, {
2782
+ readonly company: "Gazzetta dello Sport";
2783
+ readonly baseUrls: readonly ["www.gazzetta.it"];
2784
+ }, {
2785
+ readonly company: "Il Resto del Carlino";
2786
+ readonly baseUrls: readonly ["www.ilrestodelcarlino.it"];
2787
+ }, {
2788
+ readonly company: "Il Mattino";
2789
+ readonly baseUrls: readonly ["www.ilmattino.it"];
2790
+ }, {
2791
+ readonly company: "Il Secolo XIX";
2792
+ readonly baseUrls: readonly ["www.ilsecoloxix.it"];
2793
+ }, {
2794
+ readonly company: "Italia Oggi";
2795
+ readonly baseUrls: readonly ["www.italiaoggi.it"];
2796
+ }, {
2797
+ readonly company: "Libero";
2798
+ readonly baseUrls: readonly ["www.liberoquotidiano.it"];
2799
+ }, {
2800
+ readonly company: "Il Tirreno";
2801
+ readonly baseUrls: readonly ["www.iltirreno.it"];
2802
+ }];
2803
+ declare const BELGIUM_NEWS: readonly [{
2804
+ readonly company: "Het Laatste Nieuws (HLN)";
2805
+ readonly baseUrls: readonly ["www.hln.be"];
2806
+ }, {
2807
+ readonly company: "Nieuwsblad";
2808
+ readonly baseUrls: readonly ["www.nieuwsblad.be"];
2809
+ }, {
2810
+ readonly company: "RTBF";
2811
+ readonly baseUrls: readonly ["www.rtbf.be"];
2812
+ }, {
2813
+ readonly company: "Sudinfo";
2814
+ readonly baseUrls: readonly ["www.sudinfo.be"];
2815
+ }, {
2816
+ readonly company: "7sur7";
2817
+ readonly baseUrls: readonly ["www.7sur7.be"];
2818
+ }, {
2819
+ readonly company: "Le Soir";
2820
+ readonly baseUrls: readonly ["www.lesoir.be"];
2821
+ }, {
2822
+ readonly company: "De Standaard";
2823
+ readonly baseUrls: readonly ["www.standaard.be"];
2824
+ }, {
2825
+ readonly company: "VRT NWS";
2826
+ readonly baseUrls: readonly ["www.vrt.be"];
2827
+ }, {
2828
+ readonly company: "La Libre";
2829
+ readonly baseUrls: readonly ["www.lalibre.be"];
2830
+ }, {
2831
+ readonly company: "Gazet van Antwerpen";
2832
+ readonly baseUrls: readonly ["www.gva.be"];
2833
+ }, {
2834
+ readonly company: "Het Belang van Limburg";
2835
+ readonly baseUrls: readonly ["www.hbvl.be"];
2836
+ }, {
2837
+ readonly company: "De Morgen";
2838
+ readonly baseUrls: readonly ["www.demorgen.be"];
2839
+ }, {
2840
+ readonly company: "L'Avenir";
2841
+ readonly baseUrls: readonly ["www.lavenir.net"];
2842
+ }, {
2843
+ readonly company: "The Brussels Times";
2844
+ readonly baseUrls: readonly ["www.brusselstimes.com"];
2845
+ }, {
2846
+ readonly company: "Metro Belgique";
2847
+ readonly baseUrls: readonly ["nl.metrotime.be"];
2848
+ }, {
2849
+ readonly company: "Sudpresse";
2850
+ readonly baseUrls: readonly ["www.sudpress.be"];
2851
+ }, {
2852
+ readonly company: "Flamish Radio and TV Broadcasting Organization (VRT)";
2853
+ readonly baseUrls: readonly ["www.vrt.be"];
2854
+ }, {
2855
+ readonly company: "Knack";
2856
+ readonly baseUrls: readonly ["www.knack.be"];
2857
+ }, {
2858
+ readonly company: "De Tijd";
2859
+ readonly baseUrls: readonly ["www.tijd.be"];
2860
+ }, {
2861
+ readonly company: "BX1";
2862
+ readonly baseUrls: readonly ["www.bx1.be"];
2863
+ }];
2864
+ declare const MEXICAN_NEWS: readonly [{
2865
+ readonly company: "Televisa";
2866
+ readonly baseUrls: readonly ["www.televisa.news"];
2867
+ }, {
2868
+ readonly company: "El Universal";
2869
+ readonly baseUrls: readonly ["www.eluniversal.com.mx"];
2870
+ }, {
2871
+ readonly company: "Milenio";
2872
+ readonly baseUrls: readonly ["www.milenio.com"];
2873
+ }, {
2874
+ readonly company: "Excélsior";
2875
+ readonly baseUrls: readonly ["www.excelsior.com.mx"];
2876
+ }, {
2877
+ readonly company: "Reforma";
2878
+ readonly baseUrls: readonly ["www.reforma.com"];
2879
+ }, {
2880
+ readonly company: "La Jornada";
2881
+ readonly baseUrls: readonly ["www.jornada.com.mx"];
2882
+ }, {
2883
+ readonly company: "El Financiero";
2884
+ readonly baseUrls: readonly ["www.elfinanciero.com.mx"];
2885
+ }, {
2886
+ readonly company: "Proceso";
2887
+ readonly baseUrls: readonly ["www.proceso.com.mx"];
2888
+ }, {
2889
+ readonly company: "SDP Noticias";
2890
+ readonly baseUrls: readonly ["www.sdpnoticias.com"];
2891
+ }, {
2892
+ readonly company: "Diario de Yucatán";
2893
+ readonly baseUrls: readonly ["www.yucatan.com.mx"];
2894
+ }, {
2895
+ readonly company: "El Economista";
2896
+ readonly baseUrls: readonly ["www.eleconomista.com.mx"];
2897
+ }, {
2898
+ readonly company: "El Heraldo de México";
2899
+ readonly baseUrls: readonly ["www.heraldodemexico.com.mx"];
2900
+ }, {
2901
+ readonly company: "Noticieros Televisa";
2902
+ readonly baseUrls: readonly ["noticieros.televisa.com"];
2903
+ }, {
2904
+ readonly company: "Expansión";
2905
+ readonly baseUrls: readonly ["expansion.mx"];
2906
+ }, {
2907
+ readonly company: "La Razón";
2908
+ readonly baseUrls: readonly ["www.razon.com.mx"];
2909
+ }, {
2910
+ readonly company: "Noroeste";
2911
+ readonly baseUrls: readonly ["www.noroeste.com.mx"];
2912
+ }, {
2913
+ readonly company: "Uniradio Noticias";
2914
+ readonly baseUrls: readonly ["www.uniradionoticias.com"];
2915
+ }, {
2916
+ readonly company: "El Imparcial";
2917
+ readonly baseUrls: readonly ["www.elimparcial.com"];
2918
+ }, {
2919
+ readonly company: "Publimetro México";
2920
+ readonly baseUrls: readonly ["www.publimetro.com.mx"];
2921
+ }, {
2922
+ readonly company: "Notimex";
2923
+ readonly baseUrls: readonly ["www.notimex.gob.mx"];
2924
+ }];
2925
+ declare const SPANISH_NEWS: readonly [{
2926
+ readonly company: "El País";
2927
+ readonly baseUrls: readonly ["www.elpais.com"];
2928
+ }, {
2929
+ readonly company: "El Mundo";
2930
+ readonly baseUrls: readonly ["www.elmundo.es"];
2931
+ }, {
2932
+ readonly company: "ABC";
2933
+ readonly baseUrls: readonly ["www.abc.es"];
2934
+ }, {
2935
+ readonly company: "La Vanguardia";
2936
+ readonly baseUrls: readonly ["www.lavanguardia.com"];
2937
+ }, {
2938
+ readonly company: "El Confidencial";
2939
+ readonly baseUrls: readonly ["www.elconfidencial.com"];
2940
+ }, {
2941
+ readonly company: "La Razón";
2942
+ readonly baseUrls: readonly ["www.larazon.es"];
2943
+ }, {
2944
+ readonly company: "20 Minutos";
2945
+ readonly baseUrls: readonly ["www.20minutos.es"];
2946
+ }, {
2947
+ readonly company: "Agencia EFE";
2948
+ readonly baseUrls: readonly ["www.efe.com"];
2949
+ }, {
2950
+ readonly company: "Europa Press";
2951
+ readonly baseUrls: readonly ["www.europapress.es"];
2952
+ }, {
2953
+ readonly company: "Diario AS";
2954
+ readonly baseUrls: readonly ["www.as.com"];
2955
+ }, {
2956
+ readonly company: "Mundo Deportivo";
2957
+ readonly baseUrls: readonly ["www.mundodeportivo.com"];
2958
+ }, {
2959
+ readonly company: "El Periódico";
2960
+ readonly baseUrls: readonly ["www.elperiodico.com"];
2961
+ }, {
2962
+ readonly company: "Cinco Días";
2963
+ readonly baseUrls: readonly ["www.cincodias.com"];
2964
+ }, {
2965
+ readonly company: "Expansión";
2966
+ readonly baseUrls: readonly ["www.expansion.com"];
2967
+ }, {
2968
+ readonly company: "La Información";
2969
+ readonly baseUrls: readonly ["www.lainformacion.com"];
2970
+ }, {
2971
+ readonly company: "OK Diario";
2972
+ readonly baseUrls: readonly ["www.okdiario.com"];
2973
+ }, {
2974
+ readonly company: "Heraldo de Aragón";
2975
+ readonly baseUrls: readonly ["www.heraldo.es"];
2976
+ }, {
2977
+ readonly company: "Faro de Vigo";
2978
+ readonly baseUrls: readonly ["www.farodevigo.es"];
2979
+ }, {
2980
+ readonly company: "El Correo";
2981
+ readonly baseUrls: readonly ["www.elcorreo.com"];
2982
+ }, {
2983
+ readonly company: "Diario Sur";
2984
+ readonly baseUrls: readonly ["www.diariosur.es"];
2985
+ }];
2986
+ declare const INDIAN_NEWS: readonly [{
2987
+ readonly company: "The Times of India";
2988
+ readonly baseUrls: readonly ["timesofindia.indiatimes.com"];
2989
+ }, {
2990
+ readonly company: "The Hindu";
2991
+ readonly baseUrls: readonly ["www.thehindu.com"];
2992
+ }, {
2993
+ readonly company: "Hindustan Times";
2994
+ readonly baseUrls: readonly ["www.hindustantimes.com"];
2995
+ }, {
2996
+ readonly company: "NDTV";
2997
+ readonly baseUrls: readonly ["www.ndtv.com"];
2998
+ }, {
2999
+ readonly company: "India Today";
3000
+ readonly baseUrls: readonly ["www.indiatoday.in"];
3001
+ }, {
3002
+ readonly company: "Zee News";
3003
+ readonly baseUrls: readonly ["zeenews.india.com"];
3004
+ }, {
3005
+ readonly company: "Indian Express";
3006
+ readonly baseUrls: readonly ["indianexpress.com"];
3007
+ }, {
3008
+ readonly company: "The Economic Times";
3009
+ readonly baseUrls: readonly ["economictimes.indiatimes.com"];
3010
+ }, {
3011
+ readonly company: "Deccan Herald";
3012
+ readonly baseUrls: readonly ["www.deccanherald.com"];
3013
+ }, {
3014
+ readonly company: "DNA India";
3015
+ readonly baseUrls: readonly ["www.dnaindia.com"];
3016
+ }, {
3017
+ readonly company: "The Print";
3018
+ readonly baseUrls: readonly ["theprint.in"];
3019
+ }, {
3020
+ readonly company: "News18";
3021
+ readonly baseUrls: readonly ["www.news18.com"];
3022
+ }, {
3023
+ readonly company: "Scroll.in";
3024
+ readonly baseUrls: readonly ["scroll.in"];
3025
+ }, {
3026
+ readonly company: "Asian News International (ANI)";
3027
+ readonly baseUrls: readonly ["www.aninews.in"];
3028
+ }, {
3029
+ readonly company: "Outlook India";
3030
+ readonly baseUrls: readonly ["www.outlookindia.com"];
3031
+ }, {
3032
+ readonly company: "Business Standard";
3033
+ readonly baseUrls: readonly ["www.business-standard.com"];
3034
+ }, {
3035
+ readonly company: "Mint";
3036
+ readonly baseUrls: readonly ["www.livemint.com"];
3037
+ }, {
3038
+ readonly company: "OneIndia";
3039
+ readonly baseUrls: readonly ["www.oneindia.com"];
3040
+ }, {
3041
+ readonly company: "Quint";
3042
+ readonly baseUrls: readonly ["www.thequint.com"];
3043
+ }, {
3044
+ readonly company: "Free Press Journal";
3045
+ readonly baseUrls: readonly ["www.freepressjournal.in"];
3046
+ }];
3047
+ declare const CHINESE_NEWS: readonly [{
3048
+ readonly company: "Xinhua News Agency";
3049
+ readonly baseUrls: readonly ["www.xinhuanet.com"];
3050
+ }, {
3051
+ readonly company: "China Central Television (CCTV)";
3052
+ readonly baseUrls: readonly ["www.cctv.com"];
3053
+ }, {
3054
+ readonly company: "China Daily";
3055
+ readonly baseUrls: readonly ["www.chinadaily.com.cn"];
3056
+ }, {
3057
+ readonly company: "CGTN (China Global Television Network)";
3058
+ readonly baseUrls: readonly ["www.cgtn.com"];
3059
+ }, {
3060
+ readonly company: "People's Daily";
3061
+ readonly baseUrls: readonly ["www.people.cn"];
3062
+ }, {
3063
+ readonly company: "Global Times";
3064
+ readonly baseUrls: readonly ["www.globaltimes.cn"];
3065
+ }, {
3066
+ readonly company: "South China Morning Post";
3067
+ readonly baseUrls: readonly ["www.scmp.com"];
3068
+ }, {
3069
+ readonly company: "Shanghai Daily";
3070
+ readonly baseUrls: readonly ["www.shanghaidaily.com"];
3071
+ }, {
3072
+ readonly company: "China News Service";
3073
+ readonly baseUrls: readonly ["www.ecns.cn"];
3074
+ }, {
3075
+ readonly company: "Caixin";
3076
+ readonly baseUrls: readonly ["www.caixinglobal.com"];
3077
+ }, {
3078
+ readonly company: "The Paper";
3079
+ readonly baseUrls: readonly ["www.thepaper.cn"];
3080
+ }, {
3081
+ readonly company: "Yicai Global";
3082
+ readonly baseUrls: readonly ["www.yicaiglobal.com"];
3083
+ }, {
3084
+ readonly company: "Economic Daily";
3085
+ readonly baseUrls: readonly ["www.ce.cn"];
3086
+ }, {
3087
+ readonly company: "21st Century Business Herald";
3088
+ readonly baseUrls: readonly ["www.21jingji.com"];
3089
+ }, {
3090
+ readonly company: "Beijing Review";
3091
+ readonly baseUrls: readonly ["www.bjreview.com"];
3092
+ }, {
3093
+ readonly company: "China Economic Net";
3094
+ readonly baseUrls: readonly ["www.ce.cn"];
3095
+ }, {
3096
+ readonly company: "Tencent News";
3097
+ readonly baseUrls: readonly ["news.qq.com"];
3098
+ }, {
3099
+ readonly company: "Sina News";
3100
+ readonly baseUrls: readonly ["news.sina.com.cn"];
3101
+ }, {
3102
+ readonly company: "NetEase News";
3103
+ readonly baseUrls: readonly ["news.163.com"];
3104
+ }, {
3105
+ readonly company: "Phoenix TV";
3106
+ readonly baseUrls: readonly ["www.ifeng.com"];
3107
+ }];
3108
+ /** news sites in Denmark */
3109
+ declare const DANISH_NEWS: readonly [{
3110
+ readonly company: "Politiken";
3111
+ readonly baseUrls: readonly ["www.politiken.dk"];
3112
+ }, {
3113
+ readonly company: "Berlingske";
3114
+ readonly baseUrls: readonly ["www.berlingske.dk"];
3115
+ }, {
3116
+ readonly company: "Jyllands-Posten";
3117
+ readonly baseUrls: readonly ["jyllands-posten.dk"];
3118
+ }, {
3119
+ readonly company: "Ekstra Bladet";
3120
+ readonly baseUrls: readonly ["ekstrabladet.dk"];
3121
+ }, {
3122
+ readonly company: "Information";
3123
+ readonly baseUrls: readonly ["www.information.dk"];
3124
+ }, {
3125
+ readonly company: "BT";
3126
+ readonly baseUrls: readonly ["www.bt.dk"];
3127
+ }, {
3128
+ readonly company: "Weekendavisen";
3129
+ readonly baseUrls: readonly ["www.weekendavisen.dk"];
3130
+ }, {
3131
+ readonly company: "Fyens Stiftstidende";
3132
+ readonly baseUrls: readonly ["fyens.dk"];
3133
+ }, {
3134
+ readonly company: "Kristeligt Dagblad";
3135
+ readonly baseUrls: readonly ["www.kristeligt-dagblad.dk"];
3136
+ }, {
3137
+ readonly company: "Copenhagen Post";
3138
+ readonly baseUrls: readonly ["cphpost.dk"];
3139
+ }, {
3140
+ readonly company: "Nordjyske Stiftstidende";
3141
+ readonly baseUrls: readonly ["nordjyske.dk"];
3142
+ }, {
3143
+ readonly company: "Århus Stiftstidende";
3144
+ readonly baseUrls: readonly ["stiften.dk"];
3145
+ }, {
3146
+ readonly company: "Dagbladet Børsen";
3147
+ readonly baseUrls: readonly ["borsen.dk"];
3148
+ }, {
3149
+ readonly company: "Lokalavisen";
3150
+ readonly baseUrls: readonly ["lokalavisen.dk"];
3151
+ }, {
3152
+ readonly company: "TV2 Nyheder";
3153
+ readonly baseUrls: readonly ["tv2.dk"];
3154
+ }, {
3155
+ readonly company: "DR Nyheder";
3156
+ readonly baseUrls: readonly ["dr.dk"];
3157
+ }, {
3158
+ readonly company: "Avisen Danmark";
3159
+ readonly baseUrls: readonly ["avisen.dk"];
3160
+ }, {
3161
+ readonly company: "Fagbladet 3F";
3162
+ readonly baseUrls: readonly ["fagbladet3f.dk"];
3163
+ }, {
3164
+ readonly company: "Herning Folkeblad";
3165
+ readonly baseUrls: readonly ["herningfolkeblad.dk"];
3166
+ }, {
3167
+ readonly company: "Midtjyllands Avis";
3168
+ readonly baseUrls: readonly ["midtjyllandsavis.dk"];
3169
+ }];
3170
+ declare const SWISS_NEWS: readonly [{
3171
+ readonly company: "Neue Zürcher Zeitung (NZZ)";
3172
+ readonly baseUrls: readonly ["www.nzz.ch"];
3173
+ readonly type: readonly ["newspaper", "digital"];
3174
+ }, {
3175
+ readonly company: "Swissinfo";
3176
+ readonly baseUrls: readonly ["www.swissinfo.ch"];
3177
+ readonly type: readonly ["digital-first"];
3178
+ }, {
3179
+ readonly company: "20 Minuten";
3180
+ readonly baseUrls: readonly ["www.20min.ch"];
3181
+ readonly type: readonly ["newspaper", "digital"];
3182
+ }, {
3183
+ readonly company: "Blick";
3184
+ readonly baseUrls: readonly ["www.blick.ch"];
3185
+ readonly type: readonly ["newspaper", "digital"];
3186
+ }, {
3187
+ readonly company: "Le Temps";
3188
+ readonly baseUrls: readonly ["www.letemps.ch"];
3189
+ readonly type: readonly ["newspaper", "digital"];
3190
+ }, {
3191
+ readonly company: "Tages-Anzeiger";
3192
+ readonly baseUrls: readonly ["www.tagesanzeiger.ch"];
3193
+ readonly type: readonly ["newspaper", "digital"];
3194
+ }, {
3195
+ readonly company: "SRF News";
3196
+ readonly baseUrls: readonly ["www.srf.ch"];
3197
+ readonly type: readonly ["television", "radio", "digital"];
3198
+ }, {
3199
+ readonly company: "Luzerner Zeitung";
3200
+ readonly baseUrls: readonly ["www.luzernerzeitung.ch"];
3201
+ readonly type: readonly ["newspaper", "digital"];
3202
+ }, {
3203
+ readonly company: "La Tribune de Genève";
3204
+ readonly baseUrls: readonly ["www.tdg.ch"];
3205
+ readonly type: readonly ["newspaper", "digital"];
3206
+ }, {
3207
+ readonly company: "Aargauer Zeitung";
3208
+ readonly baseUrls: readonly ["www.aargauerzeitung.ch"];
3209
+ readonly type: readonly ["newspaper", "digital"];
3210
+ }, {
3211
+ readonly company: "24 Heures";
3212
+ readonly baseUrls: readonly ["www.24heures.ch"];
3213
+ readonly type: readonly ["newspaper", "digital"];
3214
+ }, {
3215
+ readonly company: "Radio Télévision Suisse (RTS)";
3216
+ readonly baseUrls: readonly ["www.rts.ch"];
3217
+ readonly type: readonly ["television", "radio", "digital"];
3218
+ }, {
3219
+ readonly company: "Der Bund";
3220
+ readonly baseUrls: readonly ["www.derbund.ch"];
3221
+ readonly type: readonly ["newspaper", "digital"];
3222
+ }, {
3223
+ readonly company: "Schweizer Radio und Fernsehen (SRF)";
3224
+ readonly baseUrls: readonly ["www.srf.ch"];
3225
+ readonly type: readonly ["television", "radio", "digital"];
3226
+ }, {
3227
+ readonly company: "Basler Zeitung";
3228
+ readonly baseUrls: readonly ["www.bazonline.ch"];
3229
+ readonly type: readonly ["newspaper", "digital"];
3230
+ }, {
3231
+ readonly company: "Handelszeitung";
3232
+ readonly baseUrls: readonly ["www.handelszeitung.ch"];
3233
+ readonly type: readonly ["newspaper", "digital"];
3234
+ }, {
3235
+ readonly company: "Watson";
3236
+ readonly baseUrls: readonly ["www.watson.ch"];
3237
+ readonly type: readonly ["digital-first"];
3238
+ }, {
3239
+ readonly company: "Le Matin";
3240
+ readonly baseUrls: readonly ["www.lematin.ch"];
3241
+ readonly type: readonly ["newspaper", "digital"];
3242
+ }, {
3243
+ readonly company: "La Liberté";
3244
+ readonly baseUrls: readonly ["www.laliberte.ch"];
3245
+ readonly type: readonly ["newspaper", "digital"];
3246
+ }, {
3247
+ readonly company: "The Swiss Times";
3248
+ readonly baseUrls: readonly ["www.theswisstimes.ch"];
3249
+ readonly type: readonly ["digital-first"];
3250
+ }];
3251
+ declare const AUSTRALIAN_NEWS: readonly [{
3252
+ readonly company: "ABC News";
3253
+ readonly baseUrls: readonly ["www.abc.net.au"];
3254
+ readonly type: readonly ["television", "radio", "digital"];
3255
+ }, {
3256
+ readonly company: "The Sydney Morning Herald";
3257
+ readonly baseUrls: readonly ["www.smh.com.au"];
3258
+ readonly type: readonly ["newspaper", "digital"];
3259
+ }, {
3260
+ readonly company: "The Australian";
3261
+ readonly baseUrls: readonly ["www.theaustralian.com.au"];
3262
+ readonly type: readonly ["newspaper", "digital"];
3263
+ }, {
3264
+ readonly company: "Herald Sun";
3265
+ readonly baseUrls: readonly ["www.heraldsun.com.au"];
3266
+ readonly type: readonly ["newspaper", "digital"];
3267
+ }, {
3268
+ readonly company: "9News";
3269
+ readonly baseUrls: readonly ["www.9news.com.au"];
3270
+ readonly type: readonly ["television", "digital"];
3271
+ }, {
3272
+ readonly company: "SBS News";
3273
+ readonly baseUrls: readonly ["www.sbs.com.au"];
3274
+ readonly type: readonly ["television", "digital", "multicultural"];
3275
+ }, {
3276
+ readonly company: "The Age";
3277
+ readonly baseUrls: readonly ["www.theage.com.au"];
3278
+ readonly type: readonly ["newspaper", "digital"];
3279
+ }, {
3280
+ readonly company: "Sky News Australia";
3281
+ readonly baseUrls: readonly ["www.skynews.com.au"];
3282
+ readonly type: readonly ["television", "digital"];
3283
+ }, {
3284
+ readonly company: "Australian Financial Review";
3285
+ readonly baseUrls: readonly ["www.afr.com"];
3286
+ readonly type: readonly ["newspaper", "digital"];
3287
+ }, {
3288
+ readonly company: "news.com.au";
3289
+ readonly baseUrls: readonly ["www.news.com.au"];
3290
+ readonly type: readonly ["digital-first"];
3291
+ }, {
3292
+ readonly company: "The Courier-Mail";
3293
+ readonly baseUrls: readonly ["www.couriermail.com.au"];
3294
+ readonly type: readonly ["newspaper", "digital"];
3295
+ }, {
3296
+ readonly company: "7NEWS";
3297
+ readonly baseUrls: readonly ["7news.com.au"];
3298
+ readonly type: readonly ["television", "digital"];
3299
+ }, {
3300
+ readonly company: "The West Australian";
3301
+ readonly baseUrls: readonly ["www.thewest.com.au"];
3302
+ readonly type: readonly ["newspaper", "digital"];
3303
+ }, {
3304
+ readonly company: "Daily Telegraph";
3305
+ readonly baseUrls: readonly ["www.dailytelegraph.com.au"];
3306
+ readonly type: readonly ["newspaper", "digital"];
3307
+ }, {
3308
+ readonly company: "Guardian Australia";
3309
+ readonly baseUrls: readonly ["www.theguardian.com/au"];
3310
+ readonly type: readonly ["digital-first"];
3311
+ }, {
3312
+ readonly company: "Crikey";
3313
+ readonly baseUrls: readonly ["www.crikey.com.au"];
3314
+ readonly type: readonly ["digital-first", "independent"];
3315
+ }, {
3316
+ readonly company: "AAP (Australian Associated Press)";
3317
+ readonly baseUrls: readonly ["www.aap.com.au"];
3318
+ readonly type: readonly ["news agency", "digital"];
3319
+ }, {
3320
+ readonly company: "NT News";
3321
+ readonly baseUrls: readonly ["www.ntnews.com.au"];
3322
+ readonly type: readonly ["newspaper", "digital"];
3323
+ }, {
3324
+ readonly company: "The Canberra Times";
3325
+ readonly baseUrls: readonly ["www.canberratimes.com.au"];
3326
+ readonly type: readonly ["newspaper", "digital"];
3327
+ }, {
3328
+ readonly company: "Brisbane Times";
3329
+ readonly baseUrls: readonly ["www.brisbanetimes.com.au"];
3330
+ readonly type: readonly ["digital-first"];
3331
+ }];
3332
+ declare const JAPANESE_NEWS: readonly [{
3333
+ readonly company: "The Asahi Shimbun";
3334
+ readonly baseUrls: readonly ["www.asahi.com"];
3335
+ readonly type: readonly ["newspaper", "digital"];
3336
+ }, {
3337
+ readonly company: "Yomiuri Shimbun";
3338
+ readonly baseUrls: readonly ["www.yomiuri.co.jp"];
3339
+ readonly type: readonly ["newspaper", "digital"];
3340
+ }, {
3341
+ readonly company: "Nikkei";
3342
+ readonly baseUrls: readonly ["www.nikkei.com"];
3343
+ readonly type: readonly ["newspaper", "digital"];
3344
+ }, {
3345
+ readonly company: "Mainichi Shimbun";
3346
+ readonly baseUrls: readonly ["mainichi.jp"];
3347
+ readonly type: readonly ["newspaper", "digital"];
3348
+ }, {
3349
+ readonly company: "Kyodo News";
3350
+ readonly baseUrls: readonly ["www.kyodonews.jp"];
3351
+ readonly type: readonly ["news agency", "digital"];
3352
+ }, {
3353
+ readonly company: "Japan Times";
3354
+ readonly baseUrls: readonly ["www.japantimes.co.jp"];
3355
+ readonly type: readonly ["newspaper", "digital"];
3356
+ }, {
3357
+ readonly company: "NHK";
3358
+ readonly baseUrls: readonly ["www.nhk.or.jp"];
3359
+ readonly type: readonly ["television", "radio", "digital"];
3360
+ }, {
3361
+ readonly company: "Fuji News Network (FNN)";
3362
+ readonly baseUrls: readonly ["www.fnn.jp"];
3363
+ readonly type: readonly ["television", "digital"];
3364
+ }, {
3365
+ readonly company: "Sankei Shimbun";
3366
+ readonly baseUrls: readonly ["www.sankei.com"];
3367
+ readonly type: readonly ["newspaper", "digital"];
3368
+ }, {
3369
+ readonly company: "Toyo Keizai";
3370
+ readonly baseUrls: readonly ["www.toyokeizai.net"];
3371
+ readonly type: readonly ["digital", "business magazine"];
3372
+ }, {
3373
+ readonly company: "Hokkaido Shimbun";
3374
+ readonly baseUrls: readonly ["www.hokkaido-np.co.jp"];
3375
+ readonly type: readonly ["newspaper", "digital"];
3376
+ }, {
3377
+ readonly company: "Shizuoka Shimbun";
3378
+ readonly baseUrls: readonly ["www.at-s.com"];
3379
+ readonly type: readonly ["newspaper", "digital"];
3380
+ }, {
3381
+ readonly company: "Tokyo Shimbun";
3382
+ readonly baseUrls: readonly ["www.tokyo-np.co.jp"];
3383
+ readonly type: readonly ["newspaper", "digital"];
3384
+ }, {
3385
+ readonly company: "Yahoo Japan News";
3386
+ readonly baseUrls: readonly ["news.yahoo.co.jp"];
3387
+ readonly type: readonly ["digital-first"];
3388
+ }, {
3389
+ readonly company: "TBS News";
3390
+ readonly baseUrls: readonly ["news.tbs.co.jp"];
3391
+ readonly type: readonly ["television", "digital"];
3392
+ }, {
3393
+ readonly company: "Nippon TV News 24 Japan";
3394
+ readonly baseUrls: readonly ["www.news24.jp"];
3395
+ readonly type: readonly ["television", "digital"];
3396
+ }, {
3397
+ readonly company: "Jiji Press";
3398
+ readonly baseUrls: readonly ["www.jiji.com"];
3399
+ readonly type: readonly ["news agency", "digital"];
3400
+ }, {
3401
+ readonly company: "TV Asahi News";
3402
+ readonly baseUrls: readonly ["news.tv-asahi.co.jp"];
3403
+ readonly type: readonly ["television", "digital"];
3404
+ }, {
3405
+ readonly company: "WOWOW Prime News";
3406
+ readonly baseUrls: readonly ["www.wowow.co.jp"];
3407
+ readonly type: readonly ["television", "digital"];
3408
+ }, {
3409
+ readonly company: "Kansai Telecasting Corporation (KTV)";
3410
+ readonly baseUrls: readonly ["www.ktv.jp"];
3411
+ readonly type: readonly ["television", "digital"];
3412
+ }];
3413
+ declare const SOUTH_KOREAN_NEWS: readonly [{
3414
+ readonly company: "Yonhap News Agency";
3415
+ readonly baseUrls: readonly ["www.yonhapnews.co.kr"];
3416
+ readonly type: readonly ["news agency", "digital"];
3417
+ }, {
3418
+ readonly company: "The Korea Herald";
3419
+ readonly baseUrls: readonly ["www.koreaherald.com"];
3420
+ readonly type: readonly ["newspaper", "digital"];
3421
+ }, {
3422
+ readonly company: "The Korea Times";
3423
+ readonly baseUrls: readonly ["www.koreatimes.co.kr"];
3424
+ readonly type: readonly ["newspaper", "digital"];
3425
+ }, {
3426
+ readonly company: "Chosun Ilbo";
3427
+ readonly baseUrls: readonly ["www.chosun.com"];
3428
+ readonly type: readonly ["newspaper", "digital"];
3429
+ }, {
3430
+ readonly company: "JoongAng Ilbo";
3431
+ readonly baseUrls: readonly ["www.joongang.co.kr"];
3432
+ readonly type: readonly ["newspaper", "digital"];
3433
+ }, {
3434
+ readonly company: "Dong-A Ilbo";
3435
+ readonly baseUrls: readonly ["www.donga.com"];
3436
+ readonly type: readonly ["newspaper", "digital"];
3437
+ }, {
3438
+ readonly company: "MBC News";
3439
+ readonly baseUrls: readonly ["www.imnews.imbc.com"];
3440
+ readonly type: readonly ["television", "digital"];
3441
+ }, {
3442
+ readonly company: "SBS News";
3443
+ readonly baseUrls: readonly ["news.sbs.co.kr"];
3444
+ readonly type: readonly ["television", "digital"];
3445
+ }, {
3446
+ readonly company: "KBS News";
3447
+ readonly baseUrls: readonly ["news.kbs.co.kr"];
3448
+ readonly type: readonly ["television", "radio", "digital"];
3449
+ }, {
3450
+ readonly company: "Hankyoreh";
3451
+ readonly baseUrls: readonly ["english.hani.co.kr"];
3452
+ readonly type: readonly ["newspaper", "digital"];
3453
+ }, {
3454
+ readonly company: "Maeil Business Newspaper";
3455
+ readonly baseUrls: readonly ["www.mk.co.kr"];
3456
+ readonly type: readonly ["newspaper", "digital"];
3457
+ }, {
3458
+ readonly company: "MoneyToday";
3459
+ readonly baseUrls: readonly ["www.mt.co.kr"];
3460
+ readonly type: readonly ["digital-first", "business"];
3461
+ }, {
3462
+ readonly company: "Seoul Shinmun";
3463
+ readonly baseUrls: readonly ["www.seoul.co.kr"];
3464
+ readonly type: readonly ["newspaper", "digital"];
3465
+ }, {
3466
+ readonly company: "OhmyNews";
3467
+ readonly baseUrls: readonly ["www.ohmynews.com"];
3468
+ readonly type: readonly ["digital-first"];
3469
+ }, {
3470
+ readonly company: "News1 Korea";
3471
+ readonly baseUrls: readonly ["www.news1.kr"];
3472
+ readonly type: readonly ["news agency", "digital"];
3473
+ }, {
3474
+ readonly company: "Asia Business Daily";
3475
+ readonly baseUrls: readonly ["www.asiae.co.kr"];
3476
+ readonly type: readonly ["newspaper", "digital"];
3477
+ }, {
3478
+ readonly company: "Herald Business";
3479
+ readonly baseUrls: readonly ["biz.heraldcorp.com"];
3480
+ readonly type: readonly ["newspaper", "digital"];
3481
+ }, {
3482
+ readonly company: "eDaily";
3483
+ readonly baseUrls: readonly ["www.edaily.co.kr"];
3484
+ readonly type: readonly ["digital-first", "business"];
3485
+ }, {
3486
+ readonly company: "Seoul Economic Daily";
3487
+ readonly baseUrls: readonly ["www.sedaily.com"];
3488
+ readonly type: readonly ["newspaper", "digital"];
3489
+ }, {
3490
+ readonly company: "JTBC News";
3491
+ readonly baseUrls: readonly ["news.jtbc.co.kr"];
3492
+ readonly type: readonly ["television", "digital"];
3493
+ }];
3494
+ declare const TURKISH_NEWS: readonly [{
3495
+ readonly company: "Anadolu Agency (AA)";
3496
+ readonly baseUrls: readonly ["www.aa.com.tr"];
3497
+ readonly type: readonly ["news agency", "digital"];
3498
+ }, {
3499
+ readonly company: "Hürriyet";
3500
+ readonly baseUrls: readonly ["www.hurriyet.com.tr"];
3501
+ readonly type: readonly ["newspaper", "digital"];
3502
+ }, {
3503
+ readonly company: "Sabah";
3504
+ readonly baseUrls: readonly ["www.sabah.com.tr"];
3505
+ readonly type: readonly ["newspaper", "digital"];
3506
+ }, {
3507
+ readonly company: "Milliyet";
3508
+ readonly baseUrls: readonly ["www.milliyet.com.tr"];
3509
+ readonly type: readonly ["newspaper", "digital"];
3510
+ }, {
3511
+ readonly company: "TRT World";
3512
+ readonly baseUrls: readonly ["www.trtworld.com"];
3513
+ readonly type: readonly ["television", "digital"];
3514
+ }, {
3515
+ readonly company: "CNN Türk";
3516
+ readonly baseUrls: readonly ["www.cnnturk.com"];
3517
+ readonly type: readonly ["television", "digital"];
3518
+ }, {
3519
+ readonly company: "Sozcu";
3520
+ readonly baseUrls: readonly ["www.sozcu.com.tr"];
3521
+ readonly type: readonly ["newspaper", "digital"];
3522
+ }, {
3523
+ readonly company: "Daily Sabah";
3524
+ readonly baseUrls: readonly ["www.dailysabah.com"];
3525
+ readonly type: readonly ["newspaper", "digital"];
3526
+ }, {
3527
+ readonly company: "Yeni Şafak";
3528
+ readonly baseUrls: readonly ["www.yenisafak.com"];
3529
+ readonly type: readonly ["newspaper", "digital"];
3530
+ }, {
3531
+ readonly company: "Habertürk";
3532
+ readonly baseUrls: readonly ["www.haberturk.com"];
3533
+ readonly type: readonly ["television", "digital"];
3534
+ }, {
3535
+ readonly company: "BirGün";
3536
+ readonly baseUrls: readonly ["www.birgun.net"];
3537
+ readonly type: readonly ["newspaper", "digital"];
3538
+ }, {
3539
+ readonly company: "Türkiye Gazetesi";
3540
+ readonly baseUrls: readonly ["www.turkiyegazetesi.com.tr"];
3541
+ readonly type: readonly ["newspaper", "digital"];
3542
+ }, {
3543
+ readonly company: "Cumhuriyet";
3544
+ readonly baseUrls: readonly ["www.cumhuriyet.com.tr"];
3545
+ readonly type: readonly ["newspaper", "digital"];
3546
+ }, {
3547
+ readonly company: "Diken";
3548
+ readonly baseUrls: readonly ["www.diken.com.tr"];
3549
+ readonly type: readonly ["digital-first"];
3550
+ }, {
3551
+ readonly company: "NTV";
3552
+ readonly baseUrls: readonly ["www.ntv.com.tr"];
3553
+ readonly type: readonly ["television", "digital"];
3554
+ }, {
3555
+ readonly company: "Ensonhaber";
3556
+ readonly baseUrls: readonly ["www.ensonhaber.com"];
3557
+ readonly type: readonly ["digital-first"];
3558
+ }, {
3559
+ readonly company: "T24";
3560
+ readonly baseUrls: readonly ["www.t24.com.tr"];
3561
+ readonly type: readonly ["digital-first"];
3562
+ }, {
3563
+ readonly company: "Karar";
3564
+ readonly baseUrls: readonly ["www.karar.com"];
3565
+ readonly type: readonly ["newspaper", "digital"];
3566
+ }, {
3567
+ readonly company: "Gazete Duvar";
3568
+ readonly baseUrls: readonly ["www.gazeteduvar.com.tr"];
3569
+ readonly type: readonly ["digital-first"];
3570
+ }, {
3571
+ readonly company: "Bloomberg HT";
3572
+ readonly baseUrls: readonly ["www.bloomberght.com"];
3573
+ readonly type: readonly ["television", "digital"];
3574
+ }];
3575
+ declare const NORWEGIAN_NEWS: readonly [{
3576
+ readonly company: "Aftenposten";
3577
+ readonly baseUrls: readonly ["www.aftenposten.no"];
3578
+ readonly type: readonly ["newspaper", "digital"];
3579
+ }, {
3580
+ readonly company: "Verdens Gang (VG)";
3581
+ readonly baseUrls: readonly ["www.vg.no"];
3582
+ readonly type: readonly ["newspaper", "digital"];
3583
+ }, {
3584
+ readonly company: "Dagbladet";
3585
+ readonly baseUrls: readonly ["www.dagbladet.no"];
3586
+ readonly type: readonly ["newspaper", "digital"];
3587
+ }, {
3588
+ readonly company: "NRK";
3589
+ readonly baseUrls: readonly ["www.nrk.no"];
3590
+ readonly type: readonly ["television", "radio", "digital"];
3591
+ }, {
3592
+ readonly company: "Dagens Næringsliv";
3593
+ readonly baseUrls: readonly ["www.dn.no"];
3594
+ readonly type: readonly ["newspaper", "digital"];
3595
+ }, {
3596
+ readonly company: "Nettavisen";
3597
+ readonly baseUrls: readonly ["www.nettavisen.no"];
3598
+ readonly type: readonly ["digital-first"];
3599
+ }, {
3600
+ readonly company: "Klassekampen";
3601
+ readonly baseUrls: readonly ["www.klassekampen.no"];
3602
+ readonly type: readonly ["newspaper", "digital"];
3603
+ }, {
3604
+ readonly company: "Morgenbladet";
3605
+ readonly baseUrls: readonly ["www.morgenbladet.no"];
3606
+ readonly type: readonly ["newspaper", "digital"];
3607
+ }, {
3608
+ readonly company: "E24";
3609
+ readonly baseUrls: readonly ["www.e24.no"];
3610
+ readonly type: readonly ["digital-first", "business"];
3611
+ }, {
3612
+ readonly company: "TV2";
3613
+ readonly baseUrls: readonly ["www.tv2.no"];
3614
+ readonly type: readonly ["television", "digital"];
3615
+ }, {
3616
+ readonly company: "Bergens Tidende";
3617
+ readonly baseUrls: readonly ["www.bt.no"];
3618
+ readonly type: readonly ["newspaper", "digital"];
3619
+ }, {
3620
+ readonly company: "Adresseavisen";
3621
+ readonly baseUrls: readonly ["www.adressa.no"];
3622
+ readonly type: readonly ["newspaper", "digital"];
3623
+ }, {
3624
+ readonly company: "Stavanger Aftenblad";
3625
+ readonly baseUrls: readonly ["www.aftenbladet.no"];
3626
+ readonly type: readonly ["newspaper", "digital"];
3627
+ }, {
3628
+ readonly company: "Fædrelandsvennen";
3629
+ readonly baseUrls: readonly ["www.fvn.no"];
3630
+ readonly type: readonly ["newspaper", "digital"];
3631
+ }, {
3632
+ readonly company: "ABC Nyheter";
3633
+ readonly baseUrls: readonly ["www.abcnyheter.no"];
3634
+ readonly type: readonly ["digital-first"];
3635
+ }, {
3636
+ readonly company: "Romerikes Blad";
3637
+ readonly baseUrls: readonly ["www.rb.no"];
3638
+ readonly type: readonly ["newspaper", "digital"];
3639
+ }, {
3640
+ readonly company: "Sunnmørsposten";
3641
+ readonly baseUrls: readonly ["www.smp.no"];
3642
+ readonly type: readonly ["newspaper", "digital"];
3643
+ }, {
3644
+ readonly company: "Finansavisen";
3645
+ readonly baseUrls: readonly ["www.finansavisen.no"];
3646
+ readonly type: readonly ["newspaper", "digital"];
3647
+ }, {
3648
+ readonly company: "Nordlys";
3649
+ readonly baseUrls: readonly ["www.nordlys.no"];
3650
+ readonly type: readonly ["newspaper", "digital"];
3651
+ }, {
3652
+ readonly company: "Hamar Arbeiderblad";
3653
+ readonly baseUrls: readonly ["www.h-a.no"];
3654
+ readonly type: readonly ["newspaper", "digital"];
3655
+ }];
3656
+ //# sourceMappingURL=News.d.ts.map
3657
+ //#endregion
3658
+ //#region src/NoDefaultValue.d.ts
3659
+ /**
3660
+ * A constant which indicates that a particular
3661
+ * type/property was not given a _default value_.
3662
+ */
3663
+ declare const NO_DEFAULT_VALUE: Constant<"no-default-value", unknown>;
3664
+ /**
3665
+ * A unique symbol which indicates that a particular
3666
+ * type was not given a "default value".
3667
+ */
3668
+ type NoDefaultValue = typeof NO_DEFAULT_VALUE;
3669
+ //# sourceMappingURL=NoDefaultValue.d.ts.map
3670
+ //#endregion
3671
+ //#region src/NotApplicable.d.ts
3672
+ declare const NOT_APPLICABLE: unique symbol;
3673
+ /**
3674
+ * A unique symbol which indicates that a particular
3675
+ * type was "not applicable".
3676
+ */
3677
+ type NotApplicable<Why extends string> = [kind: "not-applicable", reason: Why, uniqueness: typeof NOT_APPLICABLE];
3678
+ //# sourceMappingURL=NotApplicable.d.ts.map
3679
+ //#endregion
3680
+ //#region src/NotDefined.d.ts
3681
+ /**
3682
+ * **NOT_DEFINED**
3683
+ *
3684
+ * A runtime constant which indicates that some value has not been defined (yet).
3685
+ */
3686
+ declare const NOT_DEFINED: Constant<"not-defined", unknown>;
3687
+ type NotDefined = typeof NOT_DEFINED;
3688
+ //# sourceMappingURL=NotDefined.d.ts.map
3689
+ //#endregion
3690
+ //#region src/NumericChar.d.ts
3691
+ /**
3692
+ * **NUMERIC_CHAR**
3693
+ *
3694
+ * A tuple containing all numeric characters.
3695
+ *
3696
+ * **Related:** `NumericChar`
3697
+ */
3698
+ declare const NUMERIC_CHAR: readonly ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"];
3699
+ declare const NON_ZERO_NUMERIC_CHAR: readonly ["1", "2", "3", "4", "5", "6", "7", "8", "9"];
3700
+ //# sourceMappingURL=NumericChar.d.ts.map
3701
+ //#endregion
3702
+ //#region src/NumericDigit.d.ts
3703
+ /**
3704
+ * **NUMERIC_DIGIT**
3705
+ *
3706
+ * A tuple of all numeric digits.
3707
+ *
3708
+ * **Related:** `Digit`
3709
+ */
3710
+ declare const NUMERIC_DIGIT: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9];
3711
+ //# sourceMappingURL=NumericDigit.d.ts.map
3712
+ //#endregion
3713
+ //#region src/Phone.d.ts
3714
+ declare const PHONE_FORMAT: readonly ["Dashed (e.g., 456-555-1212)", "Dotted (e.g., 456.555.1212)", "ParaSpaced (e.g., (456) 555 1212)", "ParaDashed (e.g., (456) 555-1212)"];
3715
+ /**
3716
+ * **PHONE_COUNTRY_CODES**
3717
+ *
3718
+ * `[code, 3 letter country code, 2 letter country code]`
3719
+ */
3720
+ declare const PHONE_COUNTRY_CODES: readonly [readonly ["886", "TWN", "TW"], readonly ["93", "AFG", "AF"], readonly ["355", "ALB", "AL"], readonly ["213", "DZA", "DZ"], readonly ["1-684", "ASM", "AS"], readonly ["376", "AND", "AD"], readonly ["244", "AGO", "AO"], readonly ["1-264", "AIA", "AI"], readonly ["672", "ATA", "AQ"], readonly ["1-268", "ATG", "AG"], readonly ["54", "ARG", "AR"], readonly ["374", "ARM", "AM"], readonly ["297", "ABW", "AW"], readonly ["61", "AUS", "AU"], readonly ["43", "AUT", "AT"], readonly ["994", "AZE", "AZ"], readonly ["1-242", "BHS", "BS"], readonly ["973", "BHR", "BH"], readonly ["880", "BGD", "BD"], readonly ["1-246", "BRB", "BB"], readonly ["375", "BLR", "BY"], readonly ["32", "BEL", "BE"], readonly ["501", "BLZ", "BZ"], readonly ["229", "BEN", "BJ"], readonly ["1-441", "BMU", "BM"], readonly ["975", "BTN", "BT"], readonly ["591", "BOL", "BO"], readonly ["599", "BES", "BQ"], readonly ["387", "BIH", "BA"], readonly ["267", "BWA", "BW"], readonly ["47", "BVT", "BV"], readonly ["55", "BRA", "BR"], readonly ["246", "IOT", "IO"], readonly ["1-284", "VGB", "VG"], readonly ["673", "BRN", "BN"], readonly ["359", "BGR", "BG"], readonly ["226", "BFA", "BF"], readonly ["257", "BDI", "BI"], readonly ["238", "CPV", "CV"], readonly ["855", "KHM", "KH"], readonly ["237", "CMR", "CM"], readonly ["1", "CAN", "CA"], readonly ["1-345", "CYM", "KY"], readonly ["236", "CAF", "CF"], readonly ["235", "TCD", "TD"], readonly ["56", "CHL", "CL"], readonly ["86", "CHN", "CN"], readonly ["852", "HKG", "HK"], readonly ["853", "MAC", "MO"], readonly ["61", "CXR", "CX"], readonly ["61", "CCK", "CC"], readonly ["57", "COL", "CO"], readonly ["269", "COM", "KM"], readonly ["242", "COG", "CG"], readonly ["682", "COK", "CK"], readonly ["506", "CRI", "CR"], readonly ["385", "HRV", "HR"], readonly ["53", "CUB", "CU"], readonly ["599", "CUW", "CW"], readonly ["357", "CYP", "CY"], readonly ["420", "CZE", "CZ"], readonly ["225", "CIV", "CI"], readonly ["850", "PRK", "KP"], readonly ["243", "COD", "CD"], readonly ["45", "DNK", "DK"], readonly ["253", "DJI", "DJ"], readonly ["1-767", "DMA", "DM"], readonly ["1-809", "DOM", "DO"], readonly ["1-829", "DOM", "DO"], readonly ["1-849", "DOM", "DO"], readonly ["593", "ECU", "EC"], readonly ["20", "EGY", "EG"], readonly ["503", "SLV", "SV"], readonly ["240", "GNQ", "GQ"], readonly ["291", "ERI", "ER"], readonly ["372", "EST", "EE"], readonly ["268", "SWZ", "SZ"], readonly ["251", "ETH", "ET"], readonly ["500", "FLK", "FK"], readonly ["298", "FRO", "FO"], readonly ["679", "FJI", "FJ"], readonly ["358", "FIN", "FI"], readonly ["33", "FRA", "FR"], readonly ["594", "GUF", "GF"], readonly ["689", "PYF", "PF"], readonly ["262", "ATF", "TF"], readonly ["241", "GAB", "GA"], readonly ["220", "GMB", "GM"], readonly ["995", "GEO", "GE"], readonly ["49", "DEU", "DE"], readonly ["233", "GHA", "GH"], readonly ["350", "GIB", "GI"], readonly ["30", "GRC", "GR"], readonly ["299", "GRL", "GL"], readonly ["1-473", "GRD", "GD"], readonly ["590", "GLP", "GP"], readonly ["1-671", "GUM", "GU"], readonly ["502", "GTM", "GT"], readonly ["44", "GGY", "GG"], readonly ["224", "GIN", "GN"], readonly ["245", "GNB", "GW"], readonly ["592", "GUY", "GY"], readonly ["509", "HTI", "HT"], readonly ["672", "HMD", "HM"], readonly ["39-06", "VAT", "VA"], readonly ["504", "HND", "HN"], readonly ["36", "HUN", "HU"], readonly ["354", "ISL", "IS"], readonly ["91", "IND", "IN"], readonly ["62", "IDN", "ID"], readonly ["98", "IRN", "IR"], readonly ["964", "IRQ", "IQ"], readonly ["353", "IRL", "IE"], readonly ["44", "IMN", "IM"], readonly ["972", "ISR", "IL"], readonly ["39", "ITA", "IT"], readonly ["1-876", "JAM", "JM"], readonly ["81", "JPN", "JP"], readonly ["44", "JEY", "JE"], readonly ["962", "JOR", "JO"], readonly ["7", "KAZ", "KZ"], readonly ["254", "KEN", "KE"], readonly ["686", "KIR", "KI"], readonly ["965", "KWT", "KW"], readonly ["996", "KGZ", "KG"], readonly ["856", "LAO", "LA"], readonly ["371", "LVA", "LV"], readonly ["961", "LBN", "LB"], readonly ["266", "LSO", "LS"], readonly ["231", "LBR", "LR"], readonly ["218", "LBY", "LY"], readonly ["423", "LIE", "LI"], readonly ["370", "LTU", "LT"], readonly ["352", "LUX", "LU"], readonly ["261", "MDG", "MG"], readonly ["265", "MWI", "MW"], readonly ["60", "MYS", "MY"], readonly ["960", "MDV", "MV"], readonly ["223", "MLI", "ML"], readonly ["356", "MLT", "MT"], readonly ["692", "MHL", "MH"], readonly ["596", "MTQ", "MQ"], readonly ["222", "MRT", "MR"], readonly ["230", "MUS", "MU"], readonly ["262", "MYT", "YT"], readonly ["52", "MEX", "MX"], readonly ["691", "FSM", "FM"], readonly ["377", "MCO", "MC"], readonly ["976", "MNG", "MN"], readonly ["382", "MNE", "ME"], readonly ["1-664", "MSR", "MS"], readonly ["212", "MAR", "MA"], readonly ["258", "MOZ", "MZ"], readonly ["95", "MMR", "MM"], readonly ["264", "NAM", "NA"], readonly ["674", "NRU", "NR"], readonly ["977", "NPL", "NP"], readonly ["31", "NLD", "NL"], readonly ["687", "NCL", "NC"], readonly ["64", "NZL", "NZ"], readonly ["505", "NIC", "NI"], readonly ["227", "NER", "NE"], readonly ["234", "NGA", "NG"], readonly ["683", "NIU", "NU"], readonly ["672", "NFK", "NF"], readonly ["1-670", "MNP", "MP"], readonly ["47", "NOR", "NO"], readonly ["968", "OMN", "OM"], readonly ["92", "PAK", "PK"], readonly ["680", "PLW", "PW"], readonly ["507", "PAN", "PA"], readonly ["675", "PNG", "PG"], readonly ["595", "PRY", "PY"], readonly ["51", "PER", "PE"], readonly ["63", "PHL", "PH"], readonly ["870", "PCN", "PN"], readonly ["48", "POL", "PL"], readonly ["351", "PRT", "PT"], readonly ["974", "QAT", "QA"], readonly ["82", "KOR", "KR"], readonly ["373", "MDA", "MD"], readonly ["40", "ROU", "RO"], readonly ["7", "RUS", "RU"], readonly ["250", "RWA", "RW"], readonly ["262", "REU", "RE"], readonly ["590", "BLM", "BL"], readonly ["290", "SHN", "SH"], readonly ["1-869", "KNA", "KN"], readonly ["1-758", "LCA", "LC"], readonly ["590", "MAF", "MF"], readonly ["508", "SPM", "PM"], readonly ["1-784", "VCT", "VC"], readonly ["685", "WSM", "WS"], readonly ["378", "SMR", "SM"], readonly ["239", "STP", "ST"], readonly ["966", "SAU", "SA"], readonly ["221", "SEN", "SN"], readonly ["381", "SRB", "RS"], readonly ["248", "SYC", "SC"], readonly ["232", "SLE", "SL"], readonly ["65", "SGP", "SG"], readonly ["1-721", "SXM", "SX"], readonly ["421", "SVK", "SK"], readonly ["386", "SVN", "SI"], readonly ["677", "SLB", "SB"], readonly ["252", "SOM", "SO"], readonly ["27", "ZAF", "ZA"], readonly ["500", "SGS", "GS"], readonly ["211", "SSD", "SS"], readonly ["34", "ESP", "ES"], readonly ["94", "LKA", "LK"], readonly ["970", "PSE", "PS"], readonly ["249", "SDN", "SD"], readonly ["597", "SUR", "SR"], readonly ["47", "SJM", "SJ"], readonly ["46", "SWE", "SE"], readonly ["41", "CHE", "CH"], readonly ["963", "SYR", "SY"], readonly ["992", "TJK", "TJ"], readonly ["66", "THA", "TH"], readonly ["389", "MKD", "MK"], readonly ["670", "TLS", "TL"], readonly ["228", "TGO", "TG"], readonly ["690", "TKL", "TK"], readonly ["676", "TON", "TO"], readonly ["1-868", "TTO", "TT"], readonly ["216", "TUN", "TN"], readonly ["90", "TUR", "TR"], readonly ["993", "TKM", "TM"], readonly ["1-649", "TCA", "TC"], readonly ["688", "TUV", "TV"], readonly ["256", "UGA", "UG"], readonly ["380", "UKR", "UA"], readonly ["971", "ARE", "AE"], readonly ["44", "GBR", "GB"], readonly ["255", "TZA", "TZ"], readonly ["1-340", "VIR", "VI"], readonly ["1", "USA", "US"], readonly ["598", "URY", "UY"], readonly ["998", "UZB", "UZ"], readonly ["678", "VUT", "VU"], readonly ["58", "VEN", "VE"], readonly ["84", "VNM", "VN"], readonly ["681", "WLF", "WF"], readonly ["212", "ESH", "EH"], readonly ["967", "YEM", "YE"], readonly ["260", "ZMB", "ZM"], readonly ["263", "ZWE", "ZW"], readonly ["358", "ALA", "AX"]];
3721
+ //# sourceMappingURL=Phone.d.ts.map
3722
+ //#endregion
3723
+ //#region src/PluralExceptions.d.ts
3724
+ /**
3725
+ * **PLURAL_EXCEPTIONS**
3726
+ *
3727
+ * An array of tuples of the form `[singular, plural]`.
3728
+ */
3729
+ declare const PLURAL_EXCEPTIONS_OLD: readonly [readonly ["photo", "photos"], readonly ["piano", "pianos"], readonly ["halo", "halos"], readonly ["foot", "feet"], readonly ["man", "men"], readonly ["woman", "women"], readonly ["person", "people"], readonly ["mouse", "mice"], readonly ["series", "series"], readonly ["sheep", "sheep"], readonly ["money", "monies"], readonly ["deer", "deer"]];
3730
+ /**
3731
+ * **PluralExceptions**
3732
+ *
3733
+ * A dictionary of key/value pairs which map singular words to their
3734
+ * plural counterpart. This can be used in conjunction with the the
3735
+ * `pluralize()` and `Pluralize<T>` utilities to extend the known
3736
+ * irregular conversions.
3737
+ */
3738
+ type PluralExceptions = Record<string, string>;
3739
+ /**
3740
+ * **PLURAL_EXCEPTIONS**
3741
+ *
3742
+ * A lookup table that maps singular words to their _plural_ counterpart.
3743
+ */
3744
+ declare const PLURAL_EXCEPTIONS: {
3745
+ readonly photo: "photos";
3746
+ readonly piano: "pianos";
3747
+ readonly halo: "halos";
3748
+ readonly foot: "feet";
3749
+ readonly man: "men";
3750
+ readonly woman: "women";
3751
+ readonly person: "people";
3752
+ readonly mouse: "mice";
3753
+ readonly series: "series";
3754
+ readonly sheep: "sheep";
3755
+ readonly money: "monies";
3756
+ readonly deer: "deer";
3757
+ readonly goose: "geese";
3758
+ readonly child: "children";
3759
+ readonly tooth: "teeth";
3760
+ readonly ox: "oxen";
3761
+ readonly basis: "bases";
3762
+ readonly radius: "radii";
3763
+ readonly syllabus: "syllabi";
3764
+ readonly ice: "ice";
3765
+ readonly fish: "fish";
3766
+ readonly means: "means";
3767
+ readonly phenomenon: "phenomena";
3768
+ readonly criterion: "criteria";
3769
+ readonly datum: "data";
3770
+ readonly memorandum: "memoranda";
3771
+ readonly bacterium: "bacteria";
3772
+ readonly stratum: "strata";
3773
+ readonly curriculum: "curricula";
3774
+ readonly index: "indices";
3775
+ readonly appendix: "appendices";
3776
+ readonly vortex: "vortices";
3777
+ readonly bison: "bison";
3778
+ readonly axis: "axes";
3779
+ readonly antenna: "antennas";
3780
+ readonly cactus: "cacti";
3781
+ readonly corpus: "corpora";
3782
+ readonly beau: "beaux";
3783
+ readonly die: "dice";
3784
+ readonly ellipsis: "ellipses";
3785
+ readonly erratum: "errata";
3786
+ readonly focus: "foci";
3787
+ readonly formula: "formulas";
3788
+ readonly fungus: "fungi";
3789
+ readonly genus: "genera";
3790
+ readonly graffito: "graffiti";
3791
+ readonly grouse: "grouses";
3792
+ readonly half: "halves";
3793
+ readonly hoof: "hooves";
3794
+ readonly hypothesis: "hypothesis";
3795
+ readonly larva: "larvae";
3796
+ readonly libretto: "libretti";
3797
+ readonly loaf: "loaves";
3798
+ readonly locus: "loci";
3799
+ readonly medium: "mediums";
3800
+ readonly minutia: "minutiae";
3801
+ readonly nucleus: "nuclei";
3802
+ readonly oasis: "oases";
3803
+ readonly opus: "opuses";
3804
+ readonly ovum: "ova";
3805
+ readonly parenthesis: "parentheses";
3806
+ readonly phylum: "phyla";
3807
+ readonly quiz: "quizzes";
3808
+ readonly referendum: "referendums";
3809
+ readonly self: "selves";
3810
+ readonly species: "species";
3811
+ readonly stimulus: "stimuli";
3812
+ readonly swine: "swine";
3813
+ readonly synopsis: "synopses";
3814
+ readonly thesis: "theses";
3815
+ readonly thief: "thieves";
3816
+ readonly vertex: "vertexes";
3817
+ readonly wife: "wives";
3818
+ readonly wolf: "wolves";
3819
+ };
3820
+ //# sourceMappingURL=PluralExceptions.d.ts.map
3821
+ //#endregion
3822
+ //#region src/ProxmoxConstants.d.ts
3823
+ declare const PROXMOX_CT_STATE: readonly ["started", "stopped", "enabled", "disabled", "ignored"];
3824
+ //# sourceMappingURL=ProxmoxConstants.d.ts.map
3825
+
3826
+ //#endregion
3827
+ //#region src/RepoConstants.d.ts
3828
+ /**
3829
+ * common sources for source code repositories
3830
+ */
3831
+ declare const REPO_SOURCES: readonly ["github", "bitbucket", "gitlab", "codecommit", "local"];
3832
+ /**
3833
+ * page types you'd expect to find in a source code repository.
3834
+ */
3835
+ declare const REPO_PAGE_TYPES: readonly ["repo", "commits", "author", "org", "profile", "issues", "actions", "followers", "following", "docs", "unknown"];
3836
+ declare const REPO_SOURCE_LOOKUP: {
3837
+ readonly github: readonly ["https://github.com", "https://github.io"];
3838
+ readonly bitbucket: readonly ["https://bitbucket.org"];
3839
+ readonly gitlab: readonly ["https://gitlab.com"];
3840
+ readonly codecommit: readonly ["https://aws.amazon.com/codecommit/"];
3841
+ readonly local: readonly [];
3842
+ };
3843
+ declare const GITHUB_INSIGHT_CATEGORY_LOOKUP: {
3844
+ readonly pulse: "pulse";
3845
+ readonly contributors: "graphs/contributors";
3846
+ readonly community: "graphs/community";
3847
+ readonly standards: "community";
3848
+ readonly traffic: "graphs/traffic";
3849
+ readonly commits: "graphs/commit-activity";
3850
+ readonly code_frequency: "graphs/code-frequency";
3851
+ readonly dependencies: "network/dependencies";
3852
+ readonly dependents: "network/dependents";
3853
+ readonly dependabot: "network/updates";
3854
+ readonly network: "network";
3855
+ readonly forks: "forks";
3856
+ readonly people: "people";
3857
+ };
3858
+ //# sourceMappingURL=RepoConstants.d.ts.map
3859
+ //#endregion
3860
+ //#region src/Retail.d.ts
3861
+ /**
3862
+ * Amazon's DNS entries (for retail business)
3863
+ */
3864
+ declare const AMAZON_DNS: readonly ["www.amazon.com", "www.amazon.co.uk", "www.amazon.fr", "www.amazon.de", "www.amazon.it", "www.amazon.es"];
3865
+ declare const WALMART_DNS: readonly ["www.walmart.com", "www.walmart.ca", "www.walmart.com.mx"];
3866
+ declare const APPLE_DNS: readonly ["store.apple.com", "www.apple.com"];
3867
+ declare const HOME_DEPOT_DNS: readonly ["www.homedepot.com", "www.homedepot.ca"];
3868
+ declare const EBAY_DNS: readonly ["www.ebay.com", "www.ebay.co.uk", "www.ebay.fr", "www.ebay.de", "www.ebay.it"];
3869
+ declare const TARGET_DNS: readonly ["www.target.com"];
3870
+ declare const ETSY_DNS: readonly ["www.etsy.com"];
3871
+ declare const COSTCO_DNS: readonly ["www.costco.com", "www.costco.co.uk", "www.costco.ca"];
3872
+ declare const CHEWY_DNS: readonly ["www.chewy.com"];
3873
+ declare const BEST_BUY_DNS: readonly ["www.bestbuy.com", "www.bestbuy.ca"];
3874
+ declare const WAYFAIR_DNS: readonly ["www.wayfair.com", "www.wayfair.ca", "www.wayfair.co.uk"];
3875
+ declare const NIKE_DNS: readonly ["www.nike.com"];
3876
+ declare const MACYS_DNS: readonly ["www.macys.com"];
3877
+ declare const LOWES_DNS: readonly ["www.lowes.com"];
3878
+ declare const IKEA_DNS: readonly ["www.ikea.com"];
3879
+ declare const DELL_DNS: readonly ["www.dell.com"];
3880
+ /** DNS for H&M retailer */
3881
+ declare const HM_DNS: readonly ["www2.hm.com"];
3882
+ declare const ZARA_DNS: readonly ["www.zara.com"];
3883
+ declare const KROGER_DNS: readonly ["www.kroger.com"];
3884
+ declare const WALGREENS_DNS: readonly ["www.walgreens.com"];
3885
+ declare const CVS_DNS: readonly ["www.cvs.com"];
3886
+ declare const WHOLE_FOODS_DNS: readonly ["www.wholefoodsmarket.com", "www.wholefoodsmarket.co.uk"];
3887
+ //# sourceMappingURL=Retail.d.ts.map
3888
+ //#endregion
3889
+ //#region src/SafeEncoding.d.ts
3890
+ declare const SAFE_ENCODING__QUOTES: {
3891
+ readonly "\"": "^<dq>";
3892
+ readonly "'": "^<sq>";
3893
+ readonly "`": "^<grave>";
3894
+ };
3895
+ declare const SAFE_ENCODING__WHITESPACE: {
3896
+ readonly " ": "^<sp>";
3897
+ readonly "\t": "^<tab>";
3898
+ readonly "\n": "^<n>";
3899
+ readonly "\r": "^<r>";
3900
+ };
3901
+ declare const SAFE_ENCODING__BRACKETS: {
3902
+ readonly "[": "^<osb>";
3903
+ readonly "]": "^<csb>";
3904
+ readonly "(": "^<op>";
3905
+ readonly ")": "^<cp>";
3906
+ readonly "{": "^<oc>";
3907
+ readonly "}": "^<cc>";
3908
+ };
3909
+ declare const SAFE_ENCODING_KEYS: {
3910
+ readonly " ": "^<sp>";
3911
+ readonly "\t": "^<tab>";
3912
+ readonly "\n": "^<n>";
3913
+ readonly "\r": "^<r>";
3914
+ readonly "\"": "^<dq>";
3915
+ readonly "'": "^<sq>";
3916
+ readonly "`": "^<grave>";
3917
+ readonly "[": "^<osb>";
3918
+ readonly "]": "^<csb>";
3919
+ readonly "(": "^<op>";
3920
+ readonly ")": "^<cp>";
3921
+ readonly "{": "^<oc>";
3922
+ readonly "}": "^<cc>";
3923
+ };
3924
+ //# sourceMappingURL=SafeEncoding.d.ts.map
3925
+ //#endregion
3926
+ //#region src/Shape.d.ts
3927
+ declare const SHAPE_PREFIXES: readonly ["string", "number", "boolean", "null", "undefined", "unknown", "opt::", "union::", "tuple::", "array::", "object", "record::"];
3928
+ declare const SHAPE_DELIMITER: "||,||";
3929
+ //# sourceMappingURL=Shape.d.ts.map
3930
+ //#endregion
3931
+ //#region src/SimpleTokens.d.ts
3932
+ declare const SIMPLE_DICT_VALUES: readonly ["string", "number", "boolean", "unknown", "Opt<string>", "Opt<number>", "Opt<boolean>", "Opt<unknown>"];
3933
+ declare const SIMPLE_SET_TYPES: readonly ["string", "number", "boolean", "unknown", "Opt<string>", "Opt<number>", "Opt<boolean>", "Opt<unknown>"];
3934
+ declare const SIMPLE_SCALAR_TOKENS: readonly ["string", "number", `string(${string})`, `number(${number})` | `number(${number},${string})`, "boolean", "true", "false", "null", "undefined", "unknown", "any", "never"];
3935
+ declare const SIMPLE_OPT_SCALAR_TOKENS: readonly ["Opt<string>", "Opt<number>", "Opt<boolean>", "Opt<true>", "Opt<false>", "Opt<null>", "Opt<undefined>", "Opt<unknown>", "Opt<any>", `Opt<string(${string})>` | `Opt<string(${string},${string})>`, `Opt<number(${number})` | `Opt<number(${number},${string})`, "Opt<undefined>"];
3936
+ declare const SIMPLE_FN_TOKENS: readonly ["Fn<none> => Unknown", "Fn<string> => Unknown", "Fn<number> => Unknown", "Fn<boolean> => Unknown"];
3937
+ declare const SIMPLE_UNION_TOKENS: readonly [`union(${string})` | `union(${string},${string})`];
3938
+ declare const SIMPLE_MAP_KEYS: readonly ["string", "number", "Dict", "Dict<string, string>", "Dict<string, number>", "Dict<string, boolean>", "Dict<string, unknown>", "Dict<string, Opt<string>>", "Dict<string, Opt<number>>", "Dict<string, Opt<boolean>>"];
3939
+ declare const SIMPLE_MAP_VALUES: readonly ["string", "number", "Dict", "Dict<string, string>", "Dict<string, number>", "Dict<string, boolean>", "Dict<string, unknown>", "Dict<string, Opt<string>>", "Dict<string, Opt<number>>", "Dict<string, Opt<boolean>>", "boolean", "unknown", "undefined", "Dict", "Array", "Dict<string, Opt<string>>", "Dict<string, Opt<number>>", "Dict<string, Opt<boolean>>", "Dict<string, Opt<unknown>>"];
3940
+ declare const SIMPLE_DICT_TOKENS: readonly ["Dict", "Dict<string, string>", "Dict<string, number>", "Dict<string, boolean>", "Dict<string, unknown>", "Dict<string, Opt<string>>", "Dict<string, Opt<number>>", "Dict<string, Opt<boolean>>", "Dict<string, Opt<unknown>>", `Dict<{${string}: string}>` | `Dict<{${string}: number}>` | `Dict<{${string}: boolean}>` | `Dict<{${string}: undefined}>` | `Dict<{${string}: true}>` | `Dict<{${string}: false}>` | `Dict<{${string}: unknown}>` | `Dict<{${string}: any}>` | `Dict<{${string}: null}>` | `Dict<{${string}: Opt<string>}>` | `Dict<{${string}: Opt<number>}>` | `Dict<{${string}: Opt<boolean>}>` | `Dict<{${string}: Opt<unknown>}>` | `Dict<{${string}: string(${string})}>` | `Dict<{${string}: number(${number})}>` | `Dict<{${string}: number(${number},${string})}>` | `Dict<{${string}: never}>` | `Dict<{${string}: Opt<true>}>` | `Dict<{${string}: Opt<false>}>` | `Dict<{${string}: Opt<null>}>` | `Dict<{${string}: Opt<undefined>}>` | `Dict<{${string}: Opt<any>}>` | `Dict<{${string}: Opt<string(${string})>}>` | `Dict<{${string}: Opt<string(${string},${string})>}>` | `Dict<{${string}: Opt<number(${number})}>` | `Dict<{${string}: Opt<number(${number},${string})}>`, `Dict<{${string}: string, ${string}: ${string}}` | `Dict<{${string}: number, ${string}: ${string}}` | `Dict<{${string}: boolean, ${string}: ${string}}` | `Dict<{${string}: undefined, ${string}: ${string}}` | `Dict<{${string}: true, ${string}: ${string}}` | `Dict<{${string}: false, ${string}: ${string}}` | `Dict<{${string}: unknown, ${string}: ${string}}` | `Dict<{${string}: any, ${string}: ${string}}` | `Dict<{${string}: null, ${string}: ${string}}` | `Dict<{${string}: Opt<string>, ${string}: ${string}}` | `Dict<{${string}: Opt<number>, ${string}: ${string}}` | `Dict<{${string}: Opt<boolean>, ${string}: ${string}}` | `Dict<{${string}: Opt<unknown>, ${string}: ${string}}` | `Dict<{${string}: string(${string}), ${string}: ${string}}` | `Dict<{${string}: number(${number}), ${string}: ${string}}` | `Dict<{${string}: number(${number},${string}), ${string}: ${string}}` | `Dict<{${string}: never, ${string}: ${string}}` | `Dict<{${string}: Opt<true>, ${string}: ${string}}` | `Dict<{${string}: Opt<false>, ${string}: ${string}}` | `Dict<{${string}: Opt<null>, ${string}: ${string}}` | `Dict<{${string}: Opt<undefined>, ${string}: ${string}}` | `Dict<{${string}: Opt<any>, ${string}: ${string}}` | `Dict<{${string}: Opt<string(${string})>, ${string}: ${string}}` | `Dict<{${string}: Opt<string(${string},${string})>, ${string}: ${string}}` | `Dict<{${string}: Opt<number(${number}), ${string}: ${string}}` | `Dict<{${string}: Opt<number(${number},${string}), ${string}: ${string}}`];
3941
+ declare const SIMPLE_ARRAY_TOKENS: readonly ["Array", "Array<string>", `Array<string(${string})>`, "Array<number>", `Array<number(${number})>` | `Array<number(${number},${string})>`, "Array<boolean>", "Array<unknown>", "Array<Dict>", "Array<Set>", "Array<Map>"];
3942
+ declare const SIMPLE_MAP_TOKENS: readonly ["Map", "Map<string, string>" | "Map<string, number>" | "Map<string, boolean>" | "Map<string, undefined>" | "Map<string, unknown>" | "Map<string, Dict>" | "Map<string, Dict<string, string>>" | "Map<string, Dict<string, number>>" | "Map<string, Dict<string, boolean>>" | "Map<string, Dict<string, unknown>>" | "Map<string, Dict<string, Opt<string>>>" | "Map<string, Dict<string, Opt<number>>>" | "Map<string, Dict<string, Opt<boolean>>>" | "Map<string, Array>" | "Map<string, Dict<string, Opt<unknown>>>" | "Map<number, string>" | "Map<number, number>" | "Map<number, boolean>" | "Map<number, undefined>" | "Map<number, unknown>" | "Map<number, Dict>" | "Map<number, Dict<string, string>>" | "Map<number, Dict<string, number>>" | "Map<number, Dict<string, boolean>>" | "Map<number, Dict<string, unknown>>" | "Map<number, Dict<string, Opt<string>>>" | "Map<number, Dict<string, Opt<number>>>" | "Map<number, Dict<string, Opt<boolean>>>" | "Map<number, Array>" | "Map<number, Dict<string, Opt<unknown>>>" | "Map<Dict, string>" | "Map<Dict, number>" | "Map<Dict, boolean>" | "Map<Dict, undefined>" | "Map<Dict, unknown>" | "Map<Dict, Dict>" | "Map<Dict, Dict<string, string>>" | "Map<Dict, Dict<string, number>>" | "Map<Dict, Dict<string, boolean>>" | "Map<Dict, Dict<string, unknown>>" | "Map<Dict, Dict<string, Opt<string>>>" | "Map<Dict, Dict<string, Opt<number>>>" | "Map<Dict, Dict<string, Opt<boolean>>>" | "Map<Dict, Array>" | "Map<Dict, Dict<string, Opt<unknown>>>" | "Map<Dict<string, string>, string>" | "Map<Dict<string, string>, number>" | "Map<Dict<string, string>, boolean>" | "Map<Dict<string, string>, undefined>" | "Map<Dict<string, string>, unknown>" | "Map<Dict<string, string>, Dict>" | "Map<Dict<string, string>, Dict<string, string>>" | "Map<Dict<string, string>, Dict<string, number>>" | "Map<Dict<string, string>, Dict<string, boolean>>" | "Map<Dict<string, string>, Dict<string, unknown>>" | "Map<Dict<string, string>, Dict<string, Opt<string>>>" | "Map<Dict<string, string>, Dict<string, Opt<number>>>" | "Map<Dict<string, string>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, string>, Array>" | "Map<Dict<string, string>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, number>, string>" | "Map<Dict<string, number>, number>" | "Map<Dict<string, number>, boolean>" | "Map<Dict<string, number>, undefined>" | "Map<Dict<string, number>, unknown>" | "Map<Dict<string, number>, Dict>" | "Map<Dict<string, number>, Dict<string, string>>" | "Map<Dict<string, number>, Dict<string, number>>" | "Map<Dict<string, number>, Dict<string, boolean>>" | "Map<Dict<string, number>, Dict<string, unknown>>" | "Map<Dict<string, number>, Dict<string, Opt<string>>>" | "Map<Dict<string, number>, Dict<string, Opt<number>>>" | "Map<Dict<string, number>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, number>, Array>" | "Map<Dict<string, number>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, boolean>, string>" | "Map<Dict<string, boolean>, number>" | "Map<Dict<string, boolean>, boolean>" | "Map<Dict<string, boolean>, undefined>" | "Map<Dict<string, boolean>, unknown>" | "Map<Dict<string, boolean>, Dict>" | "Map<Dict<string, boolean>, Dict<string, string>>" | "Map<Dict<string, boolean>, Dict<string, number>>" | "Map<Dict<string, boolean>, Dict<string, boolean>>" | "Map<Dict<string, boolean>, Dict<string, unknown>>" | "Map<Dict<string, boolean>, Dict<string, Opt<string>>>" | "Map<Dict<string, boolean>, Dict<string, Opt<number>>>" | "Map<Dict<string, boolean>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, boolean>, Array>" | "Map<Dict<string, boolean>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, unknown>, string>" | "Map<Dict<string, unknown>, number>" | "Map<Dict<string, unknown>, boolean>" | "Map<Dict<string, unknown>, undefined>" | "Map<Dict<string, unknown>, unknown>" | "Map<Dict<string, unknown>, Dict>" | "Map<Dict<string, unknown>, Dict<string, string>>" | "Map<Dict<string, unknown>, Dict<string, number>>" | "Map<Dict<string, unknown>, Dict<string, boolean>>" | "Map<Dict<string, unknown>, Dict<string, unknown>>" | "Map<Dict<string, unknown>, Dict<string, Opt<string>>>" | "Map<Dict<string, unknown>, Dict<string, Opt<number>>>" | "Map<Dict<string, unknown>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, unknown>, Array>" | "Map<Dict<string, unknown>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, Opt<string>>, string>" | "Map<Dict<string, Opt<string>>, number>" | "Map<Dict<string, Opt<string>>, boolean>" | "Map<Dict<string, Opt<string>>, undefined>" | "Map<Dict<string, Opt<string>>, unknown>" | "Map<Dict<string, Opt<string>>, Dict>" | "Map<Dict<string, Opt<string>>, Dict<string, string>>" | "Map<Dict<string, Opt<string>>, Dict<string, number>>" | "Map<Dict<string, Opt<string>>, Dict<string, boolean>>" | "Map<Dict<string, Opt<string>>, Dict<string, unknown>>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<string>>>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<number>>>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, Opt<string>>, Array>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, Opt<number>>, string>" | "Map<Dict<string, Opt<number>>, number>" | "Map<Dict<string, Opt<number>>, boolean>" | "Map<Dict<string, Opt<number>>, undefined>" | "Map<Dict<string, Opt<number>>, unknown>" | "Map<Dict<string, Opt<number>>, Dict>" | "Map<Dict<string, Opt<number>>, Dict<string, string>>" | "Map<Dict<string, Opt<number>>, Dict<string, number>>" | "Map<Dict<string, Opt<number>>, Dict<string, boolean>>" | "Map<Dict<string, Opt<number>>, Dict<string, unknown>>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<string>>>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<number>>>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, Opt<number>>, Array>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, Opt<boolean>>, string>" | "Map<Dict<string, Opt<boolean>>, number>" | "Map<Dict<string, Opt<boolean>>, boolean>" | "Map<Dict<string, Opt<boolean>>, undefined>" | "Map<Dict<string, Opt<boolean>>, unknown>" | "Map<Dict<string, Opt<boolean>>, Dict>" | "Map<Dict<string, Opt<boolean>>, Dict<string, string>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, number>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, boolean>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, unknown>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<string>>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<number>>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, Opt<boolean>>, Array>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<unknown>>>", "WeakMap"];
3943
+ declare const SIMPLE_SET_TOKENS: readonly ["Set", "Set<string>" | "Set<number>" | "Set<boolean>" | "Set<unknown>" | "Set<Opt<string>>" | "Set<Opt<number>>" | "Set<Opt<boolean>>" | "Set<Opt<unknown>>"];
3944
+ declare const SIMPLE_CONTAINER_TOKENS: readonly ["Dict", "Dict<string, string>", "Dict<string, number>", "Dict<string, boolean>", "Dict<string, unknown>", "Dict<string, Opt<string>>", "Dict<string, Opt<number>>", "Dict<string, Opt<boolean>>", "Dict<string, Opt<unknown>>", `Dict<{${string}: string}>` | `Dict<{${string}: number}>` | `Dict<{${string}: boolean}>` | `Dict<{${string}: undefined}>` | `Dict<{${string}: true}>` | `Dict<{${string}: false}>` | `Dict<{${string}: unknown}>` | `Dict<{${string}: any}>` | `Dict<{${string}: null}>` | `Dict<{${string}: Opt<string>}>` | `Dict<{${string}: Opt<number>}>` | `Dict<{${string}: Opt<boolean>}>` | `Dict<{${string}: Opt<unknown>}>` | `Dict<{${string}: string(${string})}>` | `Dict<{${string}: number(${number})}>` | `Dict<{${string}: number(${number},${string})}>` | `Dict<{${string}: never}>` | `Dict<{${string}: Opt<true>}>` | `Dict<{${string}: Opt<false>}>` | `Dict<{${string}: Opt<null>}>` | `Dict<{${string}: Opt<undefined>}>` | `Dict<{${string}: Opt<any>}>` | `Dict<{${string}: Opt<string(${string})>}>` | `Dict<{${string}: Opt<string(${string},${string})>}>` | `Dict<{${string}: Opt<number(${number})}>` | `Dict<{${string}: Opt<number(${number},${string})}>`, `Dict<{${string}: string, ${string}: ${string}}` | `Dict<{${string}: number, ${string}: ${string}}` | `Dict<{${string}: boolean, ${string}: ${string}}` | `Dict<{${string}: undefined, ${string}: ${string}}` | `Dict<{${string}: true, ${string}: ${string}}` | `Dict<{${string}: false, ${string}: ${string}}` | `Dict<{${string}: unknown, ${string}: ${string}}` | `Dict<{${string}: any, ${string}: ${string}}` | `Dict<{${string}: null, ${string}: ${string}}` | `Dict<{${string}: Opt<string>, ${string}: ${string}}` | `Dict<{${string}: Opt<number>, ${string}: ${string}}` | `Dict<{${string}: Opt<boolean>, ${string}: ${string}}` | `Dict<{${string}: Opt<unknown>, ${string}: ${string}}` | `Dict<{${string}: string(${string}), ${string}: ${string}}` | `Dict<{${string}: number(${number}), ${string}: ${string}}` | `Dict<{${string}: number(${number},${string}), ${string}: ${string}}` | `Dict<{${string}: never, ${string}: ${string}}` | `Dict<{${string}: Opt<true>, ${string}: ${string}}` | `Dict<{${string}: Opt<false>, ${string}: ${string}}` | `Dict<{${string}: Opt<null>, ${string}: ${string}}` | `Dict<{${string}: Opt<undefined>, ${string}: ${string}}` | `Dict<{${string}: Opt<any>, ${string}: ${string}}` | `Dict<{${string}: Opt<string(${string})>, ${string}: ${string}}` | `Dict<{${string}: Opt<string(${string},${string})>, ${string}: ${string}}` | `Dict<{${string}: Opt<number(${number}), ${string}: ${string}}` | `Dict<{${string}: Opt<number(${number},${string}), ${string}: ${string}}`, "Array", "Array<string>", `Array<string(${string})>`, "Array<number>", `Array<number(${number})>` | `Array<number(${number},${string})>`, "Array<boolean>", "Array<unknown>", "Array<Dict>", "Array<Set>", "Array<Map>", "Map", "Map<string, string>" | "Map<string, number>" | "Map<string, boolean>" | "Map<string, undefined>" | "Map<string, unknown>" | "Map<string, Dict>" | "Map<string, Dict<string, string>>" | "Map<string, Dict<string, number>>" | "Map<string, Dict<string, boolean>>" | "Map<string, Dict<string, unknown>>" | "Map<string, Dict<string, Opt<string>>>" | "Map<string, Dict<string, Opt<number>>>" | "Map<string, Dict<string, Opt<boolean>>>" | "Map<string, Array>" | "Map<string, Dict<string, Opt<unknown>>>" | "Map<number, string>" | "Map<number, number>" | "Map<number, boolean>" | "Map<number, undefined>" | "Map<number, unknown>" | "Map<number, Dict>" | "Map<number, Dict<string, string>>" | "Map<number, Dict<string, number>>" | "Map<number, Dict<string, boolean>>" | "Map<number, Dict<string, unknown>>" | "Map<number, Dict<string, Opt<string>>>" | "Map<number, Dict<string, Opt<number>>>" | "Map<number, Dict<string, Opt<boolean>>>" | "Map<number, Array>" | "Map<number, Dict<string, Opt<unknown>>>" | "Map<Dict, string>" | "Map<Dict, number>" | "Map<Dict, boolean>" | "Map<Dict, undefined>" | "Map<Dict, unknown>" | "Map<Dict, Dict>" | "Map<Dict, Dict<string, string>>" | "Map<Dict, Dict<string, number>>" | "Map<Dict, Dict<string, boolean>>" | "Map<Dict, Dict<string, unknown>>" | "Map<Dict, Dict<string, Opt<string>>>" | "Map<Dict, Dict<string, Opt<number>>>" | "Map<Dict, Dict<string, Opt<boolean>>>" | "Map<Dict, Array>" | "Map<Dict, Dict<string, Opt<unknown>>>" | "Map<Dict<string, string>, string>" | "Map<Dict<string, string>, number>" | "Map<Dict<string, string>, boolean>" | "Map<Dict<string, string>, undefined>" | "Map<Dict<string, string>, unknown>" | "Map<Dict<string, string>, Dict>" | "Map<Dict<string, string>, Dict<string, string>>" | "Map<Dict<string, string>, Dict<string, number>>" | "Map<Dict<string, string>, Dict<string, boolean>>" | "Map<Dict<string, string>, Dict<string, unknown>>" | "Map<Dict<string, string>, Dict<string, Opt<string>>>" | "Map<Dict<string, string>, Dict<string, Opt<number>>>" | "Map<Dict<string, string>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, string>, Array>" | "Map<Dict<string, string>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, number>, string>" | "Map<Dict<string, number>, number>" | "Map<Dict<string, number>, boolean>" | "Map<Dict<string, number>, undefined>" | "Map<Dict<string, number>, unknown>" | "Map<Dict<string, number>, Dict>" | "Map<Dict<string, number>, Dict<string, string>>" | "Map<Dict<string, number>, Dict<string, number>>" | "Map<Dict<string, number>, Dict<string, boolean>>" | "Map<Dict<string, number>, Dict<string, unknown>>" | "Map<Dict<string, number>, Dict<string, Opt<string>>>" | "Map<Dict<string, number>, Dict<string, Opt<number>>>" | "Map<Dict<string, number>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, number>, Array>" | "Map<Dict<string, number>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, boolean>, string>" | "Map<Dict<string, boolean>, number>" | "Map<Dict<string, boolean>, boolean>" | "Map<Dict<string, boolean>, undefined>" | "Map<Dict<string, boolean>, unknown>" | "Map<Dict<string, boolean>, Dict>" | "Map<Dict<string, boolean>, Dict<string, string>>" | "Map<Dict<string, boolean>, Dict<string, number>>" | "Map<Dict<string, boolean>, Dict<string, boolean>>" | "Map<Dict<string, boolean>, Dict<string, unknown>>" | "Map<Dict<string, boolean>, Dict<string, Opt<string>>>" | "Map<Dict<string, boolean>, Dict<string, Opt<number>>>" | "Map<Dict<string, boolean>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, boolean>, Array>" | "Map<Dict<string, boolean>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, unknown>, string>" | "Map<Dict<string, unknown>, number>" | "Map<Dict<string, unknown>, boolean>" | "Map<Dict<string, unknown>, undefined>" | "Map<Dict<string, unknown>, unknown>" | "Map<Dict<string, unknown>, Dict>" | "Map<Dict<string, unknown>, Dict<string, string>>" | "Map<Dict<string, unknown>, Dict<string, number>>" | "Map<Dict<string, unknown>, Dict<string, boolean>>" | "Map<Dict<string, unknown>, Dict<string, unknown>>" | "Map<Dict<string, unknown>, Dict<string, Opt<string>>>" | "Map<Dict<string, unknown>, Dict<string, Opt<number>>>" | "Map<Dict<string, unknown>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, unknown>, Array>" | "Map<Dict<string, unknown>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, Opt<string>>, string>" | "Map<Dict<string, Opt<string>>, number>" | "Map<Dict<string, Opt<string>>, boolean>" | "Map<Dict<string, Opt<string>>, undefined>" | "Map<Dict<string, Opt<string>>, unknown>" | "Map<Dict<string, Opt<string>>, Dict>" | "Map<Dict<string, Opt<string>>, Dict<string, string>>" | "Map<Dict<string, Opt<string>>, Dict<string, number>>" | "Map<Dict<string, Opt<string>>, Dict<string, boolean>>" | "Map<Dict<string, Opt<string>>, Dict<string, unknown>>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<string>>>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<number>>>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, Opt<string>>, Array>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, Opt<number>>, string>" | "Map<Dict<string, Opt<number>>, number>" | "Map<Dict<string, Opt<number>>, boolean>" | "Map<Dict<string, Opt<number>>, undefined>" | "Map<Dict<string, Opt<number>>, unknown>" | "Map<Dict<string, Opt<number>>, Dict>" | "Map<Dict<string, Opt<number>>, Dict<string, string>>" | "Map<Dict<string, Opt<number>>, Dict<string, number>>" | "Map<Dict<string, Opt<number>>, Dict<string, boolean>>" | "Map<Dict<string, Opt<number>>, Dict<string, unknown>>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<string>>>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<number>>>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, Opt<number>>, Array>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, Opt<boolean>>, string>" | "Map<Dict<string, Opt<boolean>>, number>" | "Map<Dict<string, Opt<boolean>>, boolean>" | "Map<Dict<string, Opt<boolean>>, undefined>" | "Map<Dict<string, Opt<boolean>>, unknown>" | "Map<Dict<string, Opt<boolean>>, Dict>" | "Map<Dict<string, Opt<boolean>>, Dict<string, string>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, number>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, boolean>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, unknown>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<string>>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<number>>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, Opt<boolean>>, Array>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<unknown>>>", "WeakMap", "Set", "Set<string>" | "Set<number>" | "Set<boolean>" | "Set<unknown>" | "Set<Opt<string>>" | "Set<Opt<number>>" | "Set<Opt<boolean>>" | "Set<Opt<unknown>>"];
3945
+ /**
3946
+ * **SIMPLE_TOKENS**
3947
+ *
3948
+ * A list of strings literals which can be used
3949
+ * to express the type of a variable or token
3950
+ * in relatively course granularity
3951
+ */
3952
+ declare const SIMPLE_TOKENS: readonly ["string", "number", `string(${string})`, `number(${number})` | `number(${number},${string})`, "boolean", "true", "false", "null", "undefined", "unknown", "any", "never", "Opt<string>", "Opt<number>", "Opt<boolean>", "Opt<true>", "Opt<false>", "Opt<null>", "Opt<undefined>", "Opt<unknown>", "Opt<any>", `Opt<string(${string})>` | `Opt<string(${string},${string})>`, `Opt<number(${number})` | `Opt<number(${number},${string})`, "Opt<undefined>", "Dict", "Dict<string, string>", "Dict<string, number>", "Dict<string, boolean>", "Dict<string, unknown>", "Dict<string, Opt<string>>", "Dict<string, Opt<number>>", "Dict<string, Opt<boolean>>", "Dict<string, Opt<unknown>>", `Dict<{${string}: string}>` | `Dict<{${string}: number}>` | `Dict<{${string}: boolean}>` | `Dict<{${string}: undefined}>` | `Dict<{${string}: true}>` | `Dict<{${string}: false}>` | `Dict<{${string}: unknown}>` | `Dict<{${string}: any}>` | `Dict<{${string}: null}>` | `Dict<{${string}: Opt<string>}>` | `Dict<{${string}: Opt<number>}>` | `Dict<{${string}: Opt<boolean>}>` | `Dict<{${string}: Opt<unknown>}>` | `Dict<{${string}: string(${string})}>` | `Dict<{${string}: number(${number})}>` | `Dict<{${string}: number(${number},${string})}>` | `Dict<{${string}: never}>` | `Dict<{${string}: Opt<true>}>` | `Dict<{${string}: Opt<false>}>` | `Dict<{${string}: Opt<null>}>` | `Dict<{${string}: Opt<undefined>}>` | `Dict<{${string}: Opt<any>}>` | `Dict<{${string}: Opt<string(${string})>}>` | `Dict<{${string}: Opt<string(${string},${string})>}>` | `Dict<{${string}: Opt<number(${number})}>` | `Dict<{${string}: Opt<number(${number},${string})}>`, `Dict<{${string}: string, ${string}: ${string}}` | `Dict<{${string}: number, ${string}: ${string}}` | `Dict<{${string}: boolean, ${string}: ${string}}` | `Dict<{${string}: undefined, ${string}: ${string}}` | `Dict<{${string}: true, ${string}: ${string}}` | `Dict<{${string}: false, ${string}: ${string}}` | `Dict<{${string}: unknown, ${string}: ${string}}` | `Dict<{${string}: any, ${string}: ${string}}` | `Dict<{${string}: null, ${string}: ${string}}` | `Dict<{${string}: Opt<string>, ${string}: ${string}}` | `Dict<{${string}: Opt<number>, ${string}: ${string}}` | `Dict<{${string}: Opt<boolean>, ${string}: ${string}}` | `Dict<{${string}: Opt<unknown>, ${string}: ${string}}` | `Dict<{${string}: string(${string}), ${string}: ${string}}` | `Dict<{${string}: number(${number}), ${string}: ${string}}` | `Dict<{${string}: number(${number},${string}), ${string}: ${string}}` | `Dict<{${string}: never, ${string}: ${string}}` | `Dict<{${string}: Opt<true>, ${string}: ${string}}` | `Dict<{${string}: Opt<false>, ${string}: ${string}}` | `Dict<{${string}: Opt<null>, ${string}: ${string}}` | `Dict<{${string}: Opt<undefined>, ${string}: ${string}}` | `Dict<{${string}: Opt<any>, ${string}: ${string}}` | `Dict<{${string}: Opt<string(${string})>, ${string}: ${string}}` | `Dict<{${string}: Opt<string(${string},${string})>, ${string}: ${string}}` | `Dict<{${string}: Opt<number(${number}), ${string}: ${string}}` | `Dict<{${string}: Opt<number(${number},${string}), ${string}: ${string}}`, "Array", "Array<string>", `Array<string(${string})>`, "Array<number>", `Array<number(${number})>` | `Array<number(${number},${string})>`, "Array<boolean>", "Array<unknown>", "Array<Dict>", "Array<Set>", "Array<Map>", "Map", "Map<string, string>" | "Map<string, number>" | "Map<string, boolean>" | "Map<string, undefined>" | "Map<string, unknown>" | "Map<string, Dict>" | "Map<string, Dict<string, string>>" | "Map<string, Dict<string, number>>" | "Map<string, Dict<string, boolean>>" | "Map<string, Dict<string, unknown>>" | "Map<string, Dict<string, Opt<string>>>" | "Map<string, Dict<string, Opt<number>>>" | "Map<string, Dict<string, Opt<boolean>>>" | "Map<string, Array>" | "Map<string, Dict<string, Opt<unknown>>>" | "Map<number, string>" | "Map<number, number>" | "Map<number, boolean>" | "Map<number, undefined>" | "Map<number, unknown>" | "Map<number, Dict>" | "Map<number, Dict<string, string>>" | "Map<number, Dict<string, number>>" | "Map<number, Dict<string, boolean>>" | "Map<number, Dict<string, unknown>>" | "Map<number, Dict<string, Opt<string>>>" | "Map<number, Dict<string, Opt<number>>>" | "Map<number, Dict<string, Opt<boolean>>>" | "Map<number, Array>" | "Map<number, Dict<string, Opt<unknown>>>" | "Map<Dict, string>" | "Map<Dict, number>" | "Map<Dict, boolean>" | "Map<Dict, undefined>" | "Map<Dict, unknown>" | "Map<Dict, Dict>" | "Map<Dict, Dict<string, string>>" | "Map<Dict, Dict<string, number>>" | "Map<Dict, Dict<string, boolean>>" | "Map<Dict, Dict<string, unknown>>" | "Map<Dict, Dict<string, Opt<string>>>" | "Map<Dict, Dict<string, Opt<number>>>" | "Map<Dict, Dict<string, Opt<boolean>>>" | "Map<Dict, Array>" | "Map<Dict, Dict<string, Opt<unknown>>>" | "Map<Dict<string, string>, string>" | "Map<Dict<string, string>, number>" | "Map<Dict<string, string>, boolean>" | "Map<Dict<string, string>, undefined>" | "Map<Dict<string, string>, unknown>" | "Map<Dict<string, string>, Dict>" | "Map<Dict<string, string>, Dict<string, string>>" | "Map<Dict<string, string>, Dict<string, number>>" | "Map<Dict<string, string>, Dict<string, boolean>>" | "Map<Dict<string, string>, Dict<string, unknown>>" | "Map<Dict<string, string>, Dict<string, Opt<string>>>" | "Map<Dict<string, string>, Dict<string, Opt<number>>>" | "Map<Dict<string, string>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, string>, Array>" | "Map<Dict<string, string>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, number>, string>" | "Map<Dict<string, number>, number>" | "Map<Dict<string, number>, boolean>" | "Map<Dict<string, number>, undefined>" | "Map<Dict<string, number>, unknown>" | "Map<Dict<string, number>, Dict>" | "Map<Dict<string, number>, Dict<string, string>>" | "Map<Dict<string, number>, Dict<string, number>>" | "Map<Dict<string, number>, Dict<string, boolean>>" | "Map<Dict<string, number>, Dict<string, unknown>>" | "Map<Dict<string, number>, Dict<string, Opt<string>>>" | "Map<Dict<string, number>, Dict<string, Opt<number>>>" | "Map<Dict<string, number>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, number>, Array>" | "Map<Dict<string, number>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, boolean>, string>" | "Map<Dict<string, boolean>, number>" | "Map<Dict<string, boolean>, boolean>" | "Map<Dict<string, boolean>, undefined>" | "Map<Dict<string, boolean>, unknown>" | "Map<Dict<string, boolean>, Dict>" | "Map<Dict<string, boolean>, Dict<string, string>>" | "Map<Dict<string, boolean>, Dict<string, number>>" | "Map<Dict<string, boolean>, Dict<string, boolean>>" | "Map<Dict<string, boolean>, Dict<string, unknown>>" | "Map<Dict<string, boolean>, Dict<string, Opt<string>>>" | "Map<Dict<string, boolean>, Dict<string, Opt<number>>>" | "Map<Dict<string, boolean>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, boolean>, Array>" | "Map<Dict<string, boolean>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, unknown>, string>" | "Map<Dict<string, unknown>, number>" | "Map<Dict<string, unknown>, boolean>" | "Map<Dict<string, unknown>, undefined>" | "Map<Dict<string, unknown>, unknown>" | "Map<Dict<string, unknown>, Dict>" | "Map<Dict<string, unknown>, Dict<string, string>>" | "Map<Dict<string, unknown>, Dict<string, number>>" | "Map<Dict<string, unknown>, Dict<string, boolean>>" | "Map<Dict<string, unknown>, Dict<string, unknown>>" | "Map<Dict<string, unknown>, Dict<string, Opt<string>>>" | "Map<Dict<string, unknown>, Dict<string, Opt<number>>>" | "Map<Dict<string, unknown>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, unknown>, Array>" | "Map<Dict<string, unknown>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, Opt<string>>, string>" | "Map<Dict<string, Opt<string>>, number>" | "Map<Dict<string, Opt<string>>, boolean>" | "Map<Dict<string, Opt<string>>, undefined>" | "Map<Dict<string, Opt<string>>, unknown>" | "Map<Dict<string, Opt<string>>, Dict>" | "Map<Dict<string, Opt<string>>, Dict<string, string>>" | "Map<Dict<string, Opt<string>>, Dict<string, number>>" | "Map<Dict<string, Opt<string>>, Dict<string, boolean>>" | "Map<Dict<string, Opt<string>>, Dict<string, unknown>>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<string>>>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<number>>>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, Opt<string>>, Array>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, Opt<number>>, string>" | "Map<Dict<string, Opt<number>>, number>" | "Map<Dict<string, Opt<number>>, boolean>" | "Map<Dict<string, Opt<number>>, undefined>" | "Map<Dict<string, Opt<number>>, unknown>" | "Map<Dict<string, Opt<number>>, Dict>" | "Map<Dict<string, Opt<number>>, Dict<string, string>>" | "Map<Dict<string, Opt<number>>, Dict<string, number>>" | "Map<Dict<string, Opt<number>>, Dict<string, boolean>>" | "Map<Dict<string, Opt<number>>, Dict<string, unknown>>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<string>>>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<number>>>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, Opt<number>>, Array>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, Opt<boolean>>, string>" | "Map<Dict<string, Opt<boolean>>, number>" | "Map<Dict<string, Opt<boolean>>, boolean>" | "Map<Dict<string, Opt<boolean>>, undefined>" | "Map<Dict<string, Opt<boolean>>, unknown>" | "Map<Dict<string, Opt<boolean>>, Dict>" | "Map<Dict<string, Opt<boolean>>, Dict<string, string>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, number>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, boolean>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, unknown>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<string>>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<number>>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, Opt<boolean>>, Array>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<unknown>>>", "WeakMap", "Set", "Set<string>" | "Set<number>" | "Set<boolean>" | "Set<unknown>" | "Set<Opt<string>>" | "Set<Opt<number>>" | "Set<Opt<boolean>>" | "Set<Opt<unknown>>", `union(${string})` | `union(${string},${string})`];
3953
+ //#endregion
3954
+ //#region src/SingularNounEnding.d.ts
3955
+ /**
3956
+ * Singular nouns typically end in the characters represented by this array.
3957
+ *
3958
+ * **Related:** `SingularNounEnding`
3959
+ */
3960
+ declare const SINGULAR_NOUN_ENDINGS: readonly ["s", "sh", "ch", "x", "z", "o"];
3961
+ //# sourceMappingURL=SingularNounEnding.d.ts.map
3962
+ //#endregion
3963
+ //#region src/Social.d.ts
3964
+ declare const SOCIAL_MEDIA: [{
3965
+ readonly name: "Facebook";
3966
+ readonly description: "Connect with friends, family, and communities worldwide on one of the largest social networks.";
3967
+ readonly baseUrls: ["https://www.facebook.com"];
3968
+ readonly profileUrl: "https://www.facebook.com/:user_id";
3969
+ readonly approximateUserSize: 3000000000;
3970
+ readonly tickerSymbol: "META";
3971
+ }, {
3972
+ readonly name: "YouTube";
3973
+ readonly description: "A platform for sharing and watching videos, connecting creators with audiences globally.";
3974
+ readonly baseUrls: ["https://www.youtube.com"];
3975
+ readonly profileUrl: "https://www.youtube.com/user/:user_id";
3976
+ readonly approximateUserSize: 2500000000;
3977
+ readonly tickerSymbol: "GOOGL";
3978
+ }, {
3979
+ readonly name: "WhatsApp";
3980
+ readonly description: "A secure messaging app for personal and business communication.";
3981
+ readonly baseUrls: ["https://www.whatsapp.com", "https://wa.me"];
3982
+ readonly profileUrl: "https://wa.me/:user_id";
3983
+ readonly approximateUserSize: 2000000000;
3984
+ readonly tickerSymbol: "META";
3985
+ }, {
3986
+ readonly name: "Instagram";
3987
+ readonly description: "Share photos and videos with friends and followers through posts, stories, and reels.";
3988
+ readonly baseUrls: ["https://www.instagram.com"];
3989
+ readonly profileUrl: "https://www.instagram.com/:user_id";
3990
+ readonly approximateUserSize: 2000000000;
3991
+ readonly tickerSymbol: "META";
3992
+ }, {
3993
+ readonly name: "TikTok";
3994
+ readonly description: "A short-form video platform known for its highly engaging content and viral trends.";
3995
+ readonly baseUrls: ["https://www.tiktok.com"];
3996
+ readonly profileUrl: "https://www.tiktok.com/@:user_id";
3997
+ readonly approximateUserSize: 1600000000;
3998
+ }, {
3999
+ readonly name: "WeChat";
4000
+ readonly description: "China's popular messaging and lifestyle app, integrating social media and mobile payments.";
4001
+ readonly baseUrls: ["https://www.wechat.com"];
4002
+ readonly profileUrl: "https://www.wechat.com/:user_id";
4003
+ readonly approximateUserSize: 1300000000;
4004
+ }, {
4005
+ readonly name: "Facebook Messenger";
4006
+ readonly description: "A messaging app used for personal and business interactions, seamlessly integrated with Facebook.";
4007
+ readonly baseUrls: ["https://www.messenger.com"];
4008
+ readonly profileUrl: "https://www.messenger.com/t/:user_id";
4009
+ readonly approximateUserSize: 1000000000;
4010
+ readonly tickerSymbol: "META";
4011
+ }, {
4012
+ readonly name: "Telegram";
4013
+ readonly description: "A messaging platform focused on privacy, with channels and group capabilities.";
4014
+ readonly baseUrls: ["https://www.telegram.org", "https://t.me"];
4015
+ readonly profileUrl: "https://t.me/:user_id";
4016
+ readonly approximateUserSize: 900000000;
4017
+ }, {
4018
+ readonly name: "Snapchat";
4019
+ readonly description: "A multimedia app popular for its disappearing messages and creative filters.";
4020
+ readonly baseUrls: ["https://www.snapchat.com"];
4021
+ readonly profileUrl: "https://www.snapchat.com/add/:user_id";
4022
+ readonly approximateUserSize: 800000000;
4023
+ readonly tickerSymbol: "SNAP";
4024
+ }, {
4025
+ readonly name: "Douyin";
4026
+ readonly description: "The Chinese version of TikTok, with similar short-form video content tailored for China.";
4027
+ readonly baseUrls: ["https://www.douyin.com"];
4028
+ readonly profileUrl: "https://www.douyin.com/user/:user_id";
4029
+ readonly approximateUserSize: 750000000;
4030
+ }, {
4031
+ readonly name: "LinkedIn";
4032
+ readonly description: "The largest professional networking platform, where users connect for career opportunities, insights, and business networking.";
4033
+ readonly baseUrls: ["https://www.linkedin.com"];
4034
+ readonly profileUrl: "https://www.linkedin.com/in/:user_id";
4035
+ readonly approximateUserSize: 930000000;
4036
+ readonly tickerSymbol: "MSFT";
4037
+ }, {
4038
+ readonly name: "X (formerly Twitter)";
4039
+ readonly description: "A platform for real-time updates, news sharing, and public discourse with a focus on brief, impactful posts.";
4040
+ readonly baseUrls: ["https://www.twitter.com", "https://x.com"];
4041
+ readonly profileUrl: "https://twitter.com/:user_id";
4042
+ readonly approximateUserSize: 540000000;
4043
+ }, {
4044
+ readonly name: "Pinterest";
4045
+ readonly description: "A visually-driven platform for sharing ideas, DIY projects, fashion, and more.";
4046
+ readonly baseUrls: ["https://www.pinterest.com"];
4047
+ readonly profileUrl: "https://www.pinterest.com/:user_id";
4048
+ readonly approximateUserSize: 460000000;
4049
+ readonly tickerSymbol: "PINS";
4050
+ }, {
4051
+ readonly name: "Reddit";
4052
+ readonly description: "A community-driven platform organized into niche forums or 'subreddits' focused on various topics.";
4053
+ readonly baseUrls: ["https://www.reddit.com"];
4054
+ readonly profileUrl: "https://www.reddit.com/user/:user_id";
4055
+ readonly approximateUserSize: 430000000;
4056
+ }, {
4057
+ readonly name: "Clubhouse";
4058
+ readonly description: "A voice-based social network where users engage in live audio conversations on various topics.";
4059
+ readonly baseUrls: ["https://www.clubhouse.com"];
4060
+ readonly profileUrl: "https://www.clubhouse.com/:user_id";
4061
+ readonly approximateUserSize: 10000000;
4062
+ }, {
4063
+ readonly name: "Discord";
4064
+ readonly description: "Originally aimed at gamers, Discord is now widely used by various communities for group chat, video, and voice calls.";
4065
+ readonly baseUrls: ["https://www.discord.com", "https://discord.com"];
4066
+ readonly profileUrl: "https://discord.com/users/:user_id";
4067
+ readonly approximateUserSize: 300000000;
4068
+ }];
4069
+ //# sourceMappingURL=Social.d.ts.map
4070
+ //#endregion
4071
+ //#region src/Tailwind.d.ts
4072
+ declare const TW_HUE_NEUTRAL: {
4073
+ readonly slate: 262;
4074
+ readonly gray: 270;
4075
+ readonly zinc: 269;
4076
+ readonly neutral: 270;
4077
+ readonly stone: 273;
4078
+ };
4079
+ declare const TW_HUE_VIBRANT: {
4080
+ readonly red: 24;
4081
+ readonly orange: 44;
4082
+ readonly amber: 79;
4083
+ readonly yellow: 100;
4084
+ readonly lime: 132;
4085
+ readonly green: 144;
4086
+ readonly emerald: 159;
4087
+ readonly teal: 182;
4088
+ readonly cyan: 192;
4089
+ readonly sky: 219;
4090
+ readonly blue: 240;
4091
+ readonly indigo: 268;
4092
+ readonly violet: 283;
4093
+ readonly purple: 294;
4094
+ readonly fuchsia: 319;
4095
+ readonly pink: 334;
4096
+ readonly rose: 15;
4097
+ };
4098
+ declare const TW_HUE_STATIC: {
4099
+ readonly black: 0;
4100
+ readonly white: 106.37411429114086;
4101
+ };
4102
+ /**
4103
+ * **TW_COLOR_HUE**
4104
+ *
4105
+ * The _hue_ values for [TailwindCSS](https://tailwindcss.com/docs/customizing-colors)
4106
+ * when moved into the **oklch** color space.
4107
+ */
4108
+ declare const TW_HUE: {
4109
+ readonly black: 0;
4110
+ readonly white: 106.37411429114086;
4111
+ readonly red: 24;
4112
+ readonly orange: 44;
4113
+ readonly amber: 79;
4114
+ readonly yellow: 100;
4115
+ readonly lime: 132;
4116
+ readonly green: 144;
4117
+ readonly emerald: 159;
4118
+ readonly teal: 182;
4119
+ readonly cyan: 192;
4120
+ readonly sky: 219;
4121
+ readonly blue: 240;
4122
+ readonly indigo: 268;
4123
+ readonly violet: 283;
4124
+ readonly purple: 294;
4125
+ readonly fuchsia: 319;
4126
+ readonly pink: 334;
4127
+ readonly rose: 15;
4128
+ readonly slate: 262;
4129
+ readonly gray: 270;
4130
+ readonly zinc: 269;
4131
+ readonly neutral: 270;
4132
+ readonly stone: 273;
4133
+ };
4134
+ declare const TW_LUMINOSITY: {
4135
+ readonly "50": 97.78;
4136
+ readonly "100": 93.56;
4137
+ readonly "200": 88.11;
4138
+ readonly "300": 82.67;
4139
+ readonly "400": 74.22;
4140
+ readonly "500": 64.78;
4141
+ readonly "600": 57.33;
4142
+ readonly "700": 46.89;
4143
+ readonly "800": 39.44;
4144
+ readonly "900": 32;
4145
+ readonly "950": 23.78;
4146
+ };
4147
+ declare const TW_LUMIN_50: 97.78;
4148
+ declare const TW_LUMIN_100: 93.56;
4149
+ declare const TW_LUMIN_200: 88.11;
4150
+ declare const TW_LUMIN_300: 82.67;
4151
+ declare const TW_LUMIN_400: 74.22;
4152
+ declare const TW_LUMIN_500: 64.78;
4153
+ declare const TW_LUMIN_600: 57.33;
4154
+ declare const TW_LUMIN_700: 46.89;
4155
+ declare const TW_LUMIN_800: 39.44;
4156
+ declare const TW_LUMIN_900: 32;
4157
+ declare const TW_LUMIN_950: 23.78;
4158
+ /**
4159
+ * **TW_CHROMA**
4160
+ *
4161
+ * The possible chroma values from Tailwind CSS when using
4162
+ * the **okhsl** color model.
4163
+ *
4164
+ * **Related:** `TW_CHROMA_50`, `TW_CHROMA_100`, ...
4165
+ */
4166
+ declare const TW_CHROMA: {
4167
+ readonly "50": 0.0108;
4168
+ readonly "100": 0.0321;
4169
+ readonly "200": 0.0609;
4170
+ readonly "300": 0.0908;
4171
+ readonly "400": 0.1398;
4172
+ readonly "500": 0.1472;
4173
+ readonly "600": 0.1299;
4174
+ readonly "700": 0.1067;
4175
+ readonly "800": 0.0898;
4176
+ readonly "900": 0.0726;
4177
+ readonly "950": 0.054;
4178
+ };
4179
+ declare const TW_CHROMA_50: 0.0108;
4180
+ declare const TW_CHROMA_100: 0.0321;
4181
+ declare const TW_CHROMA_200: 0.0609;
4182
+ declare const TW_CHROMA_300: 0.0908;
4183
+ declare const TW_CHROMA_400: 0.1398;
4184
+ declare const TW_CHROMA_500: 0.1472;
4185
+ declare const TW_CHROMA_600: 0.1299;
4186
+ declare const TW_CHROMA_700: 0.1067;
4187
+ declare const TW_CHROMA_800: 0.0898;
4188
+ declare const TW_CHROMA_900: 0.0726;
4189
+ declare const TW_CHROMA_950: 0.054;
4190
+ /**
4191
+ * The list of "targets" where Tailwind color string references
4192
+ * can be applied to. These domains are prefixes to the color string
4193
+ * when used (e.g., `bg-green-500`)
4194
+ */
4195
+ declare const TW_COLOR_TARGETS: readonly ["bg", "text", "border", "ring", "shadow", "border"];
4196
+ declare const TW_MODIFIERS_CORE: readonly ["dark", "focus", "hover", "active", "visited", "disabled"];
4197
+ declare const TW_MODIFIERS_ORDER: readonly ["first", "last", "odd", "even"];
4198
+ declare const TW_MODIFIERS_RELN: readonly ["focus-within", "focus-visible", "checked", "peer-invalid", "peer-checked/{{string}}"];
4199
+ /**
4200
+ * The list of page size prefixes which Tailwind provides for adjusting to
4201
+ * device size. These are the defaults and can be customized.
4202
+ */
4203
+ declare const TW_MODIFIERS_SIZING: readonly ["sm", "md", "lg", "xl", "2xl"];
4204
+ /**
4205
+ * The list of _modifiers_ which you can target as a prefix to a Tailwind
4206
+ * class (e.g., `focus:...`, `hover:...`).
4207
+ */
4208
+ declare const TW_MODIFIERS: readonly ["dark", "focus", "hover", "active", "visited", "disabled", "first", "last", "odd", "even", "sm", "md", "lg", "xl", "2xl", "focus-within", "focus-visible", "checked", "peer-invalid", "peer-checked/{{string}}"];
4209
+ //# sourceMappingURL=Tailwind.d.ts.map
4210
+ //#endregion
4211
+ //#region src/Timezones.d.ts
4212
+ declare const IANA_TIMEZONES__AFRICA: readonly ["Africa/Abidjan", "Africa/Accra", "Africa/Addis_Ababa", "Africa/Algiers", "Africa/Asmara", "Africa/Bamako", "Africa/Bangui", "Africa/Banjul", "Africa/Bissau", "Africa/Blantyre", "Africa/Brazzaville", "Africa/Bujumbura", "Africa/Cairo", "Africa/Casablanca", "Africa/Ceuta", "Africa/Conakry", "Africa/Dakar", "Africa/Dar_es_Salaam", "Africa/Djibouti", "Africa/Douala", "Africa/El_Aaiun", "Africa/Freetown", "Africa/Gaborone", "Africa/Harare", "Africa/Johannesburg", "Africa/Juba", "Africa/Kampala", "Africa/Khartoum", "Africa/Kigali", "Africa/Kinshasa", "Africa/Lagos", "Africa/Libreville", "Africa/Lome", "Africa/Luanda", "Africa/Lubumbashi", "Africa/Lusaka", "Africa/Malabo", "Africa/Maputo", "Africa/Maseru", "Africa/Mbabane", "Africa/Mogadishu", "Africa/Monrovia", "Africa/Nairobi", "Africa/Ndjamena", "Africa/Niamey", "Africa/Nouakchott", "Africa/Ouagadougou", "Africa/Porto-Novo", "Africa/Sao_Tome", "Africa/Tripoli", "Africa/Tunis", "Africa/Windhoek"];
4213
+ declare const IANA_TIMEZONES__AMERICA: readonly ["America/Adak", "America/Anchorage", "America/Anguilla", "America/Antigua", "America/Araguaina", "America/Argentina/Buenos_Aires", "America/Argentina/Catamarca", "America/Argentina/Cordoba", "America/Argentina/Jujuy", "America/Argentina/La_Rioja", "America/Argentina/Mendoza", "America/Argentina/Rio_Gallegos", "America/Argentina/Salta", "America/Argentina/San_Juan", "America/Argentina/San_Luis", "America/Argentina/Tucuman", "America/Argentina/Ushuaia", "America/Aruba", "America/Asuncion", "America/Atikokan", "America/Atka", "America/Bahia", "America/Bahia_Banderas", "America/Barbados", "America/Belem", "America/Belize", "America/Blanc-Sablon", "America/Boa_Vista", "America/Bogota", "America/Boise", "America/Cambridge_Bay", "America/Campo_Grande", "America/Cancun", "America/Caracas", "America/Cayenne", "America/Cayman", "America/Chicago", "America/Chihuahua", "America/Creston", "America/Cuiaba", "America/Curacao", "America/Danmarkshavn", "America/Dawson", "America/Dawson_Creek", "America/Denver", "America/Detroit", "America/Dominica", "America/Edmonton", "America/Eirunepe", "America/El_Salvador", "America/Fort_Nelson", "America/Fortaleza", "America/Glace_Bay", "America/Godthab", "America/Goose_Bay", "America/Grand_Turk", "America/Grenada", "America/Guadeloupe", "America/Guatemala", "America/Guayaquil", "America/Guyana", "America/Halifax", "America/Havana", "America/Hermosillo", "America/Indiana/Indianapolis", "America/Indiana/Knox", "America/Indiana/Marengo", "America/Indiana/Petersburg", "America/Indiana/Tell_City", "America/Indiana/Vevay", "America/Indiana/Vincennes", "America/Indiana/Winamac", "America/Inuvik", "America/Iqaluit", "America/Jamaica", "America/Juneau", "America/Kentucky/Louisville", "America/Kentucky/Monticello", "America/Kralendijk", "America/La_Paz", "America/Lima", "America/Los_Angeles", "America/Lower_Princes", "America/Maceio", "America/Managua", "America/Manaus", "America/Marigot", "America/Martinique", "America/Matamoros", "America/Mazatlan", "America/Menominee", "America/Merida", "America/Metlakatla", "America/Mexico_City", "America/Miquelon", "America/Moncton", "America/Monterrey", "America/Montevideo", "America/Montserrat", "America/Nassau", "America/New_York", "America/Nipigon", "America/Nome", "America/Noronha", "America/North_Dakota/Beulah", "America/North_Dakota/Center", "America/North_Dakota/New_Salem", "America/Ojinaga", "America/Panama", "America/Pangnirtung", "America/Paramaribo", "America/Phoenix", "America/Port-au-Prince", "America/Port_of_Spain", "America/Porto_Velho", "America/Puerto_Rico", "America/Punta_Arenas", "America/Rainy_River", "America/Rankin_Inlet", "America/Recife", "America/Regina", "America/Resolute", "America/Rio_Branco", "America/Santarem", "America/Santiago", "America/Santo_Domingo", "America/Sao_Paulo", "America/Scoresbysund", "America/Sitka", "America/St_Barthelemy", "America/St_Johns", "America/St_Kitts", "America/St_Lucia", "America/St_Thomas", "America/St_Vincent", "America/Swift_Current", "America/Tegucigalpa", "America/Thule", "America/Thunder_Bay", "America/Tijuana", "America/Toronto", "America/Tortola", "America/Vancouver", "America/Whitehorse", "America/Winnipeg", "America/Yakutat", "America/Yellowknife"];
4214
+ declare const IANA_TIMEZONES__ANTARCTICA: readonly ["Antarctica/Casey", "Antarctica/Davis", "Antarctica/DumontDUrville", "Antarctica/Macquarie", "Antarctica/Mawson", "Antarctica/McMurdo", "Antarctica/Palmer", "Antarctica/Rothera", "Antarctica/South_Pole", "Antarctica/Syowa", "Antarctica/Troll", "Antarctica/Vostok", "Arctic/Longyearbyen"];
4215
+ declare const IANA_TIMEZONES__ASIA: readonly ["Asia/Almaty", "Asia/Amman", "Asia/Anadyr", "Asia/Aqtau", "Asia/Aqtobe", "Asia/Ashgabat", "Asia/Atyrau", "Asia/Baghdad", "Asia/Baku", "Asia/Bangkok", "Asia/Barnaul", "Asia/Beirut", "Asia/Bishkek", "Asia/Brunei", "Asia/Chita", "Asia/Choibalsan", "Asia/Colombo", "Asia/Damascus", "Asia/Dhaka", "Asia/Dili", "Asia/Dubai", "Asia/Dushanbe", "Asia/Famagusta", "Asia/Gaza", "Asia/Hebron", "Asia/Ho_Chi_Minh", "Asia/Hong_Kong", "Asia/Hovd", "Asia/Irkutsk", "Asia/Jakarta", "Asia/Jayapura", "Asia/Jerusalem", "Asia/Kabul", "Asia/Kamchatka", "Asia/Karachi", "Asia/Kathmandu", "Asia/Khandyga", "Asia/Kolkata", "Asia/Krasnoyarsk", "Asia/Kuala_Lumpur", "Asia/Kuching", "Asia/Kuwait", "Asia/Macau", "Asia/Magadan", "Asia/Makassar", "Asia/Manila", "Asia/Muscat", "Asia/Nicosia", "Asia/Novokuznetsk", "Asia/Novosibirsk", "Asia/Omsk", "Asia/Oral", "Asia/Phnom_Penh", "Asia/Pontianak", "Asia/Pyongyang", "Asia/Qatar", "Asia/Qostanay", "Asia/Qyzylorda", "Asia/Riyadh", "Asia/Sakhalin", "Asia/Samarkand", "Asia/Seoul", "Asia/Shanghai", "Asia/Singapore", "Asia/Srednekolymsk", "Asia/Taipei", "Asia/Tashkent", "Asia/Tbilisi", "Asia/Tehran", "Asia/Thimphu", "Asia/Tokyo", "Asia/Tomsk", "Asia/Ulaanbaatar", "Asia/Urumqi", "Asia/Ust-Nera", "Asia/Vientiane", "Asia/Vladivostok", "Asia/Yakutsk", "Asia/Yangon", "Asia/Yekaterinburg", "Asia/Yerevan"];
4216
+ declare const IANA_TIMEZONES__ATLANTIC: readonly ["Atlantic/Azores", "Atlantic/Bermuda", "Atlantic/Canary", "Atlantic/Cape_Verde", "Atlantic/Faroe", "Atlantic/Madeira", "Atlantic/Reykjavik", "Atlantic/South_Georgia", "Atlantic/St_Helena", "Atlantic/Stanley"];
4217
+ declare const IANA_TIMEZONES__AUSTRALIA: readonly ["Australia/Adelaide", "Australia/Brisbane", "Australia/Broken_Hill", "Australia/Currie", "Australia/Darwin", "Australia/Eucla", "Australia/Hobart", "Australia/Lindeman", "Australia/Lord_Howe", "Australia/Melbourne", "Australia/Perth", "Australia/Sydney"];
4218
+ declare const IANA_TIMEZONES__EUROPE: readonly ["Europe/Amsterdam", "Europe/Andorra", "Europe/Astrakhan", "Europe/Athens", "Europe/Belgrade", "Europe/Berlin", "Europe/Brussels", "Europe/Bucharest", "Europe/Budapest", "Europe/Chisinau", "Europe/Copenhagen", "Europe/Dublin", "Europe/Gibraltar", "Europe/Guernsey", "Europe/Helsinki", "Europe/Isle_of_Man", "Europe/Istanbul", "Europe/Jersey", "Europe/Kaliningrad", "Europe/Kiev", "Europe/Kirov", "Europe/Lisbon", "Europe/Ljubljana", "Europe/London", "Europe/Luxembourg", "Europe/Madrid", "Europe/Malta", "Europe/Mariehamn", "Europe/Minsk", "Europe/Monaco", "Europe/Moscow", "Europe/Oslo", "Europe/Paris", "Europe/Podgorica", "Europe/Prague", "Europe/Riga", "Europe/Rome", "Europe/Samara", "Europe/San_Marino", "Europe/Sarajevo", "Europe/Simferopol", "Europe/Skopje", "Europe/Sofia", "Europe/Stockholm", "Europe/Tallinn", "Europe/Tirane", "Europe/Ulyanovsk", "Europe/Uzhgorod", "Europe/Vaduz", "Europe/Vatican", "Europe/Vienna", "Europe/Vilnius", "Europe/Volgograd", "Europe/Warsaw", "Europe/Zagreb", "Europe/Zaporozhye", "Europe/Zurich"];
4219
+ declare const IANA_TIMEZONES__INDIAN: readonly ["Indian/Antananarivo", "Indian/Chagos", "Indian/Christmas", "Indian/Cocos", "Indian/Comoro", "Indian/Kerguelen", "Indian/Mahe", "Indian/Maldives", "Indian/Mauritius", "Indian/Mayotte", "Indian/Reunion"];
4220
+ declare const IANA_TIMEZONES__PACIFIC: readonly ["Pacific/Apia", "Pacific/Auckland", "Pacific/Bougainville", "Pacific/Chatham", "Pacific/Chuuk", "Pacific/Easter", "Pacific/Efate", "Pacific/Enderbury", "Pacific/Fakaofo", "Pacific/Fiji", "Pacific/Funafuti", "Pacific/Galapagos", "Pacific/Gambier", "Pacific/Guadalcanal", "Pacific/Guam", "Pacific/Honolulu", "Pacific/Kiritimati", "Pacific/Kosrae", "Pacific/Kwajalein", "Pacific/Majuro", "Pacific/Marquesas", "Pacific/Midway", "Pacific/Nauru", "Pacific/Niue", "Pacific/Norfolk", "Pacific/Noumea", "Pacific/Pago_Pago", "Pacific/Palau", "Pacific/Pitcairn", "Pacific/Pohnpei", "Pacific/Port_Moresby", "Pacific/Rarotonga", "Pacific/Saipan", "Pacific/Tahiti", "Pacific/Tarawa", "Pacific/Tongatapu", "Pacific/Wake", "Pacific/Wallis"];
4221
+ declare const IANA_TIMEZONES__OTHER: readonly ["UTC", "Zulu"];
4222
+ declare const IANA_TIMEZONES: readonly ["Africa/Abidjan", "Africa/Accra", "Africa/Addis_Ababa", "Africa/Algiers", "Africa/Asmara", "Africa/Bamako", "Africa/Bangui", "Africa/Banjul", "Africa/Bissau", "Africa/Blantyre", "Africa/Brazzaville", "Africa/Bujumbura", "Africa/Cairo", "Africa/Casablanca", "Africa/Ceuta", "Africa/Conakry", "Africa/Dakar", "Africa/Dar_es_Salaam", "Africa/Djibouti", "Africa/Douala", "Africa/El_Aaiun", "Africa/Freetown", "Africa/Gaborone", "Africa/Harare", "Africa/Johannesburg", "Africa/Juba", "Africa/Kampala", "Africa/Khartoum", "Africa/Kigali", "Africa/Kinshasa", "Africa/Lagos", "Africa/Libreville", "Africa/Lome", "Africa/Luanda", "Africa/Lubumbashi", "Africa/Lusaka", "Africa/Malabo", "Africa/Maputo", "Africa/Maseru", "Africa/Mbabane", "Africa/Mogadishu", "Africa/Monrovia", "Africa/Nairobi", "Africa/Ndjamena", "Africa/Niamey", "Africa/Nouakchott", "Africa/Ouagadougou", "Africa/Porto-Novo", "Africa/Sao_Tome", "Africa/Tripoli", "Africa/Tunis", "Africa/Windhoek", "America/Adak", "America/Anchorage", "America/Anguilla", "America/Antigua", "America/Araguaina", "America/Argentina/Buenos_Aires", "America/Argentina/Catamarca", "America/Argentina/Cordoba", "America/Argentina/Jujuy", "America/Argentina/La_Rioja", "America/Argentina/Mendoza", "America/Argentina/Rio_Gallegos", "America/Argentina/Salta", "America/Argentina/San_Juan", "America/Argentina/San_Luis", "America/Argentina/Tucuman", "America/Argentina/Ushuaia", "America/Aruba", "America/Asuncion", "America/Atikokan", "America/Atka", "America/Bahia", "America/Bahia_Banderas", "America/Barbados", "America/Belem", "America/Belize", "America/Blanc-Sablon", "America/Boa_Vista", "America/Bogota", "America/Boise", "America/Cambridge_Bay", "America/Campo_Grande", "America/Cancun", "America/Caracas", "America/Cayenne", "America/Cayman", "America/Chicago", "America/Chihuahua", "America/Creston", "America/Cuiaba", "America/Curacao", "America/Danmarkshavn", "America/Dawson", "America/Dawson_Creek", "America/Denver", "America/Detroit", "America/Dominica", "America/Edmonton", "America/Eirunepe", "America/El_Salvador", "America/Fort_Nelson", "America/Fortaleza", "America/Glace_Bay", "America/Godthab", "America/Goose_Bay", "America/Grand_Turk", "America/Grenada", "America/Guadeloupe", "America/Guatemala", "America/Guayaquil", "America/Guyana", "America/Halifax", "America/Havana", "America/Hermosillo", "America/Indiana/Indianapolis", "America/Indiana/Knox", "America/Indiana/Marengo", "America/Indiana/Petersburg", "America/Indiana/Tell_City", "America/Indiana/Vevay", "America/Indiana/Vincennes", "America/Indiana/Winamac", "America/Inuvik", "America/Iqaluit", "America/Jamaica", "America/Juneau", "America/Kentucky/Louisville", "America/Kentucky/Monticello", "America/Kralendijk", "America/La_Paz", "America/Lima", "America/Los_Angeles", "America/Lower_Princes", "America/Maceio", "America/Managua", "America/Manaus", "America/Marigot", "America/Martinique", "America/Matamoros", "America/Mazatlan", "America/Menominee", "America/Merida", "America/Metlakatla", "America/Mexico_City", "America/Miquelon", "America/Moncton", "America/Monterrey", "America/Montevideo", "America/Montserrat", "America/Nassau", "America/New_York", "America/Nipigon", "America/Nome", "America/Noronha", "America/North_Dakota/Beulah", "America/North_Dakota/Center", "America/North_Dakota/New_Salem", "America/Ojinaga", "America/Panama", "America/Pangnirtung", "America/Paramaribo", "America/Phoenix", "America/Port-au-Prince", "America/Port_of_Spain", "America/Porto_Velho", "America/Puerto_Rico", "America/Punta_Arenas", "America/Rainy_River", "America/Rankin_Inlet", "America/Recife", "America/Regina", "America/Resolute", "America/Rio_Branco", "America/Santarem", "America/Santiago", "America/Santo_Domingo", "America/Sao_Paulo", "America/Scoresbysund", "America/Sitka", "America/St_Barthelemy", "America/St_Johns", "America/St_Kitts", "America/St_Lucia", "America/St_Thomas", "America/St_Vincent", "America/Swift_Current", "America/Tegucigalpa", "America/Thule", "America/Thunder_Bay", "America/Tijuana", "America/Toronto", "America/Tortola", "America/Vancouver", "America/Whitehorse", "America/Winnipeg", "America/Yakutat", "America/Yellowknife", "Antarctica/Casey", "Antarctica/Davis", "Antarctica/DumontDUrville", "Antarctica/Macquarie", "Antarctica/Mawson", "Antarctica/McMurdo", "Antarctica/Palmer", "Antarctica/Rothera", "Antarctica/South_Pole", "Antarctica/Syowa", "Antarctica/Troll", "Antarctica/Vostok", "Arctic/Longyearbyen", "Asia/Almaty", "Asia/Amman", "Asia/Anadyr", "Asia/Aqtau", "Asia/Aqtobe", "Asia/Ashgabat", "Asia/Atyrau", "Asia/Baghdad", "Asia/Baku", "Asia/Bangkok", "Asia/Barnaul", "Asia/Beirut", "Asia/Bishkek", "Asia/Brunei", "Asia/Chita", "Asia/Choibalsan", "Asia/Colombo", "Asia/Damascus", "Asia/Dhaka", "Asia/Dili", "Asia/Dubai", "Asia/Dushanbe", "Asia/Famagusta", "Asia/Gaza", "Asia/Hebron", "Asia/Ho_Chi_Minh", "Asia/Hong_Kong", "Asia/Hovd", "Asia/Irkutsk", "Asia/Jakarta", "Asia/Jayapura", "Asia/Jerusalem", "Asia/Kabul", "Asia/Kamchatka", "Asia/Karachi", "Asia/Kathmandu", "Asia/Khandyga", "Asia/Kolkata", "Asia/Krasnoyarsk", "Asia/Kuala_Lumpur", "Asia/Kuching", "Asia/Kuwait", "Asia/Macau", "Asia/Magadan", "Asia/Makassar", "Asia/Manila", "Asia/Muscat", "Asia/Nicosia", "Asia/Novokuznetsk", "Asia/Novosibirsk", "Asia/Omsk", "Asia/Oral", "Asia/Phnom_Penh", "Asia/Pontianak", "Asia/Pyongyang", "Asia/Qatar", "Asia/Qostanay", "Asia/Qyzylorda", "Asia/Riyadh", "Asia/Sakhalin", "Asia/Samarkand", "Asia/Seoul", "Asia/Shanghai", "Asia/Singapore", "Asia/Srednekolymsk", "Asia/Taipei", "Asia/Tashkent", "Asia/Tbilisi", "Asia/Tehran", "Asia/Thimphu", "Asia/Tokyo", "Asia/Tomsk", "Asia/Ulaanbaatar", "Asia/Urumqi", "Asia/Ust-Nera", "Asia/Vientiane", "Asia/Vladivostok", "Asia/Yakutsk", "Asia/Yangon", "Asia/Yekaterinburg", "Asia/Yerevan", "Atlantic/Azores", "Atlantic/Bermuda", "Atlantic/Canary", "Atlantic/Cape_Verde", "Atlantic/Faroe", "Atlantic/Madeira", "Atlantic/Reykjavik", "Atlantic/South_Georgia", "Atlantic/St_Helena", "Atlantic/Stanley", "Australia/Adelaide", "Australia/Brisbane", "Australia/Broken_Hill", "Australia/Currie", "Australia/Darwin", "Australia/Eucla", "Australia/Hobart", "Australia/Lindeman", "Australia/Lord_Howe", "Australia/Melbourne", "Australia/Perth", "Australia/Sydney", "Europe/Amsterdam", "Europe/Andorra", "Europe/Astrakhan", "Europe/Athens", "Europe/Belgrade", "Europe/Berlin", "Europe/Brussels", "Europe/Bucharest", "Europe/Budapest", "Europe/Chisinau", "Europe/Copenhagen", "Europe/Dublin", "Europe/Gibraltar", "Europe/Guernsey", "Europe/Helsinki", "Europe/Isle_of_Man", "Europe/Istanbul", "Europe/Jersey", "Europe/Kaliningrad", "Europe/Kiev", "Europe/Kirov", "Europe/Lisbon", "Europe/Ljubljana", "Europe/London", "Europe/Luxembourg", "Europe/Madrid", "Europe/Malta", "Europe/Mariehamn", "Europe/Minsk", "Europe/Monaco", "Europe/Moscow", "Europe/Oslo", "Europe/Paris", "Europe/Podgorica", "Europe/Prague", "Europe/Riga", "Europe/Rome", "Europe/Samara", "Europe/San_Marino", "Europe/Sarajevo", "Europe/Simferopol", "Europe/Skopje", "Europe/Sofia", "Europe/Stockholm", "Europe/Tallinn", "Europe/Tirane", "Europe/Ulyanovsk", "Europe/Uzhgorod", "Europe/Vaduz", "Europe/Vatican", "Europe/Vienna", "Europe/Vilnius", "Europe/Volgograd", "Europe/Warsaw", "Europe/Zagreb", "Europe/Zaporozhye", "Europe/Zurich", "Indian/Antananarivo", "Indian/Chagos", "Indian/Christmas", "Indian/Cocos", "Indian/Comoro", "Indian/Kerguelen", "Indian/Mahe", "Indian/Maldives", "Indian/Mauritius", "Indian/Mayotte", "Indian/Reunion", "UTC", "Zulu", "Pacific/Apia", "Pacific/Auckland", "Pacific/Bougainville", "Pacific/Chatham", "Pacific/Chuuk", "Pacific/Easter", "Pacific/Efate", "Pacific/Enderbury", "Pacific/Fakaofo", "Pacific/Fiji", "Pacific/Funafuti", "Pacific/Galapagos", "Pacific/Gambier", "Pacific/Guadalcanal", "Pacific/Guam", "Pacific/Honolulu", "Pacific/Kiritimati", "Pacific/Kosrae", "Pacific/Kwajalein", "Pacific/Majuro", "Pacific/Marquesas", "Pacific/Midway", "Pacific/Nauru", "Pacific/Niue", "Pacific/Norfolk", "Pacific/Noumea", "Pacific/Pago_Pago", "Pacific/Palau", "Pacific/Pitcairn", "Pacific/Pohnpei", "Pacific/Port_Moresby", "Pacific/Rarotonga", "Pacific/Saipan", "Pacific/Tahiti", "Pacific/Tarawa", "Pacific/Tongatapu", "Pacific/Wake", "Pacific/Wallis"];
4223
+ //# sourceMappingURL=Timezones.d.ts.map
4224
+ //#endregion
4225
+ //#region src/TypeComparisons.d.ts
4226
+ type AnyObject = Record<never, unknown> | Record<string | symbol, unknown>;
4227
+ type AnyFunction<TArgs extends readonly unknown[] = unknown[], TReturn = unknown, TProps extends AnyObject = AnyObject> = TProps extends Record<never, unknown> ? (...args: TArgs) => TReturn : ((...args: TArgs) => TReturn) & TProps;
4228
+ /**
4229
+ * **wide**
4230
+ *
4231
+ * Provides a dictionary of _wide_ types; in most cases you should
4232
+ * prefer the **kind** API.
4233
+ */
4234
+ declare const WideAssignment: {
4235
+ readonly boolean: () => boolean;
4236
+ readonly string: () => string;
4237
+ readonly number: () => number;
4238
+ readonly symbol: () => symbol;
4239
+ readonly null: () => null;
4240
+ readonly function: () => AnyFunction;
4241
+ readonly tuple: () => readonly unknown[];
4242
+ readonly singularTuple: () => [readonly unknown[]];
4243
+ readonly object: () => AnyObject;
4244
+ readonly emptyObject: () => Record<never, unknown>;
4245
+ readonly undefined: () => undefined;
4246
+ /**
4247
+ * run-time value is a type token for `unknown` and type is of course `unknown`
4248
+ */
4249
+ readonly unknown: () => unknown;
4250
+ readonly nothing: () => null | undefined;
4251
+ readonly something: () => {};
4252
+ };
4253
+ /**
4254
+ * **TYPE_COMPARISONS**
4255
+ *
4256
+ * A dictionary of all _comparison_ operations along with their `RefType`, description,
4257
+ * and `Params`.
4258
+ */
4259
+ declare const TYPE_COMPARISONS: {
4260
+ readonly Extends: [unknown, "extends the type", [(t: {
4261
+ readonly boolean: () => boolean;
4262
+ readonly string: () => string;
4263
+ readonly number: () => number;
4264
+ readonly symbol: () => symbol;
4265
+ readonly null: () => null;
4266
+ readonly function: () => AnyFunction;
4267
+ readonly tuple: () => readonly unknown[];
4268
+ readonly singularTuple: () => [readonly unknown[]];
4269
+ readonly object: () => AnyObject;
4270
+ readonly emptyObject: () => Record<never, unknown>;
4271
+ readonly undefined: () => undefined;
4272
+ /**
4273
+ * run-time value is a type token for `unknown` and type is of course `unknown`
4274
+ */
4275
+ readonly unknown: () => unknown;
4276
+ readonly nothing: () => null | undefined;
4277
+ readonly something: () => {};
4278
+ }) => unknown]];
4279
+ readonly NotExtends: [unknown, "does not extent the type", [(t: {
4280
+ readonly boolean: () => boolean;
4281
+ readonly string: () => string;
4282
+ readonly number: () => number;
4283
+ readonly symbol: () => symbol;
4284
+ readonly null: () => null;
4285
+ readonly function: () => AnyFunction;
4286
+ readonly tuple: () => readonly unknown[];
4287
+ readonly singularTuple: () => [readonly unknown[]];
4288
+ readonly object: () => AnyObject;
4289
+ readonly emptyObject: () => Record<never, unknown>;
4290
+ readonly undefined: () => undefined;
4291
+ /**
4292
+ * run-time value is a type token for `unknown` and type is of course `unknown`
4293
+ */
4294
+ readonly unknown: () => unknown;
4295
+ readonly nothing: () => null | undefined;
4296
+ readonly something: () => {};
4297
+ }) => unknown]];
4298
+ readonly Equals: [unknown, "equals the type", [(t: {
4299
+ readonly boolean: () => boolean;
4300
+ readonly string: () => string;
4301
+ readonly number: () => number;
4302
+ readonly symbol: () => symbol;
4303
+ readonly null: () => null;
4304
+ readonly function: () => AnyFunction;
4305
+ readonly tuple: () => readonly unknown[];
4306
+ readonly singularTuple: () => [readonly unknown[]];
4307
+ readonly object: () => AnyObject;
4308
+ readonly emptyObject: () => Record<never, unknown>;
4309
+ readonly undefined: () => undefined;
4310
+ /**
4311
+ * run-time value is a type token for `unknown` and type is of course `unknown`
4312
+ */
4313
+ readonly unknown: () => unknown;
4314
+ readonly nothing: () => null | undefined;
4315
+ readonly something: () => {};
4316
+ }) => unknown]];
4317
+ readonly NotEqual: [unknown, "does not equal the type", [(t: {
4318
+ readonly boolean: () => boolean;
4319
+ readonly string: () => string;
4320
+ readonly number: () => number;
4321
+ readonly symbol: () => symbol;
4322
+ readonly null: () => null;
4323
+ readonly function: () => AnyFunction;
4324
+ readonly tuple: () => readonly unknown[];
4325
+ readonly singularTuple: () => [readonly unknown[]];
4326
+ readonly object: () => AnyObject;
4327
+ readonly emptyObject: () => Record<never, unknown>;
4328
+ readonly undefined: () => undefined;
4329
+ /**
4330
+ * run-time value is a type token for `unknown` and type is of course `unknown`
4331
+ */
4332
+ readonly unknown: () => unknown;
4333
+ readonly nothing: () => null | undefined;
4334
+ readonly something: () => {};
4335
+ }) => unknown]];
4336
+ readonly Truthy: [unknown, "must be a truthy value", []];
4337
+ readonly Falsy: [unknown, "must be a falsy value", []];
4338
+ readonly IsSomething: [unknown, "must be 'something' (aka, not null or undefined)", []];
4339
+ readonly IsNothing: [unknown, "must be 'nothing' (aka, null or undefined)", []];
4340
+ readonly IsString: [string, "must extend a string type", []];
4341
+ readonly IsNumber: [number, "must extend a number type", []];
4342
+ readonly IsBoolean: [boolean, "must extend a boolean type", []];
4343
+ readonly GreaterThan: [number, "must be a numeric literal greater than [[0]]", [(t: {
4344
+ readonly boolean: () => boolean;
4345
+ readonly string: () => string;
4346
+ readonly number: () => number;
4347
+ readonly symbol: () => symbol;
4348
+ readonly null: () => null;
4349
+ readonly function: () => AnyFunction;
4350
+ readonly tuple: () => readonly unknown[];
4351
+ readonly singularTuple: () => [readonly unknown[]];
4352
+ readonly object: () => AnyObject;
4353
+ readonly emptyObject: () => Record<never, unknown>;
4354
+ readonly undefined: () => undefined;
4355
+ /**
4356
+ * run-time value is a type token for `unknown` and type is of course `unknown`
4357
+ */
4358
+ readonly unknown: () => unknown;
4359
+ readonly nothing: () => null | undefined;
4360
+ readonly something: () => {};
4361
+ }) => number]];
4362
+ readonly LessThan: [number, "must be a numeric literal less than [[0]]", [(t: {
4363
+ readonly boolean: () => boolean;
4364
+ readonly string: () => string;
4365
+ readonly number: () => number;
4366
+ readonly symbol: () => symbol;
4367
+ readonly null: () => null;
4368
+ readonly function: () => AnyFunction;
4369
+ readonly tuple: () => readonly unknown[];
4370
+ readonly singularTuple: () => [readonly unknown[]];
4371
+ readonly object: () => AnyObject;
4372
+ readonly emptyObject: () => Record<never, unknown>;
4373
+ readonly undefined: () => undefined;
4374
+ /**
4375
+ * run-time value is a type token for `unknown` and type is of course `unknown`
4376
+ */
4377
+ readonly unknown: () => unknown;
4378
+ readonly nothing: () => null | undefined;
4379
+ readonly something: () => {};
4380
+ }) => number]];
4381
+ readonly StartsWith: [string, "must be a string literal that starts with '[[0]]'", [(t: {
4382
+ readonly boolean: () => boolean;
4383
+ readonly string: () => string;
4384
+ readonly number: () => number;
4385
+ readonly symbol: () => symbol;
4386
+ readonly null: () => null;
4387
+ readonly function: () => AnyFunction;
4388
+ readonly tuple: () => readonly unknown[];
4389
+ readonly singularTuple: () => [readonly unknown[]];
4390
+ readonly object: () => AnyObject;
4391
+ readonly emptyObject: () => Record<never, unknown>;
4392
+ readonly undefined: () => undefined;
4393
+ /**
4394
+ * run-time value is a type token for `unknown` and type is of course `unknown`
4395
+ */
4396
+ readonly unknown: () => unknown;
4397
+ readonly nothing: () => null | undefined;
4398
+ readonly something: () => {};
4399
+ }) => string]];
4400
+ readonly EndsWith: [string, "must be a string literal that ends with '[[0]]'", [(t: {
4401
+ readonly boolean: () => boolean;
4402
+ readonly string: () => string;
4403
+ readonly number: () => number;
4404
+ readonly symbol: () => symbol;
4405
+ readonly null: () => null;
4406
+ readonly function: () => AnyFunction;
4407
+ readonly tuple: () => readonly unknown[];
4408
+ readonly singularTuple: () => [readonly unknown[]];
4409
+ readonly object: () => AnyObject;
4410
+ readonly emptyObject: () => Record<never, unknown>;
4411
+ readonly undefined: () => undefined;
4412
+ /**
4413
+ * run-time value is a type token for `unknown` and type is of course `unknown`
4414
+ */
4415
+ readonly unknown: () => unknown;
4416
+ readonly nothing: () => null | undefined;
4417
+ readonly something: () => {};
4418
+ }) => string]];
4419
+ readonly Includes: [string, "must be a string literal that includes the substring '[[0]]'", [(t: {
4420
+ readonly boolean: () => boolean;
4421
+ readonly string: () => string;
4422
+ readonly number: () => number;
4423
+ readonly symbol: () => symbol;
4424
+ readonly null: () => null;
4425
+ readonly function: () => AnyFunction;
4426
+ readonly tuple: () => readonly unknown[];
4427
+ readonly singularTuple: () => [readonly unknown[]];
4428
+ readonly object: () => AnyObject;
4429
+ readonly emptyObject: () => Record<never, unknown>;
4430
+ readonly undefined: () => undefined;
4431
+ /**
4432
+ * run-time value is a type token for `unknown` and type is of course `unknown`
4433
+ */
4434
+ readonly unknown: () => unknown;
4435
+ readonly nothing: () => null | undefined;
4436
+ readonly something: () => {};
4437
+ }) => string]];
4438
+ readonly ReturnsSomething: [(...args: unknown[]) => unknown, "must be a function which returns 'something' (aka, not null or undefined)", []];
4439
+ readonly ReturnsNothing: [(...args: unknown[]) => unknown, "must be a function which returns 'nothing' (aka, null or undefined)", []];
4440
+ readonly ReturnsTrue: [(...args: unknown[]) => unknown, "must be a function which returns 'true'", []];
4441
+ readonly ReturnsFalse: [(...args: unknown[]) => unknown, "must be a function which returns 'false'", []];
4442
+ readonly ReturnsTruthy: [(...args: unknown[]) => unknown, "must be a function which returns a 'truthy' value", []];
4443
+ readonly ReturnsFalsy: [(...args: unknown[]) => unknown, "must be a function which returns a 'falsy' value", []];
4444
+ readonly ReturnsExtends: [unknown, "must be a function which returns a value which extends [[0]]", [(t: {
4445
+ readonly boolean: () => boolean;
4446
+ readonly string: () => string;
4447
+ readonly number: () => number;
4448
+ readonly symbol: () => symbol;
4449
+ readonly null: () => null;
4450
+ readonly function: () => AnyFunction;
4451
+ readonly tuple: () => readonly unknown[];
4452
+ readonly singularTuple: () => [readonly unknown[]];
4453
+ readonly object: () => AnyObject;
4454
+ readonly emptyObject: () => Record<never, unknown>;
4455
+ readonly undefined: () => undefined;
4456
+ /**
4457
+ * run-time value is a type token for `unknown` and type is of course `unknown`
4458
+ */
4459
+ readonly unknown: () => unknown;
4460
+ readonly nothing: () => null | undefined;
4461
+ readonly something: () => {};
4462
+ }) => unknown]];
4463
+ readonly ReturnsEquals: [unknown, "must be a function which returns a value which equals [[0]]", [(t: {
4464
+ readonly boolean: () => boolean;
4465
+ readonly string: () => string;
4466
+ readonly number: () => number;
4467
+ readonly symbol: () => symbol;
4468
+ readonly null: () => null;
4469
+ readonly function: () => AnyFunction;
4470
+ readonly tuple: () => readonly unknown[];
4471
+ readonly singularTuple: () => [readonly unknown[]];
4472
+ readonly object: () => AnyObject;
4473
+ readonly emptyObject: () => Record<never, unknown>;
4474
+ readonly undefined: () => undefined;
4475
+ /**
4476
+ * run-time value is a type token for `unknown` and type is of course `unknown`
4477
+ */
4478
+ readonly unknown: () => unknown;
4479
+ readonly nothing: () => null | undefined;
4480
+ readonly something: () => {};
4481
+ }) => unknown]];
4482
+ readonly Contains: [readonly unknown[], "must be a tuple and have elements that extends the value [[0]]", [(t: {
4483
+ readonly boolean: () => boolean;
4484
+ readonly string: () => string;
4485
+ readonly number: () => number;
4486
+ readonly symbol: () => symbol;
4487
+ readonly null: () => null;
4488
+ readonly function: () => AnyFunction;
4489
+ readonly tuple: () => readonly unknown[];
4490
+ readonly singularTuple: () => [readonly unknown[]];
4491
+ readonly object: () => AnyObject;
4492
+ readonly emptyObject: () => Record<never, unknown>;
4493
+ readonly undefined: () => undefined;
4494
+ /**
4495
+ * run-time value is a type token for `unknown` and type is of course `unknown`
4496
+ */
4497
+ readonly unknown: () => unknown;
4498
+ readonly nothing: () => null | undefined;
4499
+ readonly something: () => {};
4500
+ }) => unknown]];
4501
+ readonly ContainsSome: [readonly unknown[], "must be a tuple and have elements that extends the value [[0]]", [(t: {
4502
+ readonly boolean: () => boolean;
4503
+ readonly string: () => string;
4504
+ readonly number: () => number;
4505
+ readonly symbol: () => symbol;
4506
+ readonly null: () => null;
4507
+ readonly function: () => AnyFunction;
4508
+ readonly tuple: () => readonly unknown[];
4509
+ readonly singularTuple: () => [readonly unknown[]];
4510
+ readonly object: () => AnyObject;
4511
+ readonly emptyObject: () => Record<never, unknown>;
4512
+ readonly undefined: () => undefined;
4513
+ /**
4514
+ * run-time value is a type token for `unknown` and type is of course `unknown`
4515
+ */
4516
+ readonly unknown: () => unknown;
4517
+ readonly nothing: () => null | undefined;
4518
+ readonly something: () => {};
4519
+ }) => [readonly unknown[]]]];
4520
+ };
4521
+ //#endregion
4522
+ //#region src/TypeOf.d.ts
4523
+ /**
4524
+ * **TYPE_OF**
4525
+ *
4526
+ * The set of values which are possible results of the `typeof` command in Javascript.
4527
+ */
4528
+ declare const TYPE_OF: readonly ["string", "number", "boolean", "undefined", "symbol", "bigint", "function", "object"];
4529
+ //# sourceMappingURL=TypeOf.d.ts.map
4530
+ //#endregion
4531
+ //#region src/Types.d.ts
4532
+ declare const FALSY_TYPE_KINDS: readonly ["undefined", "null"];
4533
+ declare const LITERAL_TYPE_KINDS: readonly ["true", "false", "stringLiteral", "numericLiteral"];
4534
+ declare const WIDE_TYPE_KINDS: readonly ["string", "number", "boolean"];
4535
+ declare const NARROW_CONTAINER_TYPE_KINDS: readonly ["object", "explicitFunctions", "fnType", "fnWithDict", "tuple", "union", "intersection", "arrayOf"];
4536
+ declare const WIDE_CONTAINER_TYPE_KINDS: readonly ["anyArray", "anyObject", "unknownObject", "anyFunction", "emptyObject"];
4537
+ /**
4538
+ * A full list of the _types_ of types we have within the `Type` namespace.
4539
+ */
4540
+ declare const TYPE_KINDS: readonly ["undefined", "null", "string", "number", "boolean", "true", "false", "stringLiteral", "numericLiteral", "object", "explicitFunctions", "fnType", "fnWithDict", "tuple", "union", "intersection", "arrayOf", "anyArray", "anyObject", "unknownObject", "anyFunction", "emptyObject"];
4541
+ //# sourceMappingURL=Types.d.ts.map
4542
+ //#endregion
4543
+ //#region src/TypeTokens.d.ts
4544
+ /**
4545
+ * **Type Tokens** which have zero configuration elements.
4546
+ */
4547
+ declare const TT_ATOMICS: readonly ["undefined", "null", "boolean", "true", "false"];
4548
+ /**
4549
+ * **Type Tokens** which have a literal variant which represents
4550
+ * the _single_ configuration of this type which is available.
4551
+ */
4552
+ declare const TT_SINGLETONS: readonly ["string", "number"];
4553
+ declare const TT_SETS: readonly ["string-set", "numeric-set", "fn-set", "union-set"];
4554
+ /**
4555
+ * **Type Tokens** which represent _functions_ (either the typical
4556
+ * variety or Generator functions).
4557
+ */
4558
+ declare const TT_FUNCTIONS: readonly ["fn", "gen"];
4559
+ /**
4560
+ * **Type Tokens** which _contain_ other **Type Tokens** to make up their
4561
+ * identity.
4562
+ */
4563
+ declare const TT_CONTAINERS: readonly ["rec", "arr", "set", "map", "union", "obj", "tuple"];
4564
+ declare const TT_KIND_VARIANTS: readonly ["undefined", "null", "boolean", "true", "false", "rec", "arr", "set", "map", "union", "obj", "tuple", "fn", "gen", "string-set", "numeric-set", "fn-set", "union-set", "string", "number"];
4565
+ declare const TT_START: "<<";
4566
+ declare const TT_STOP: ">>";
4567
+ declare const TT_DELIMITER: "::";
4568
+ //# sourceMappingURL=TypeTokens.d.ts.map
4569
+ //#endregion
4570
+ //#region src/TypeTokenVariants.d.ts
4571
+ declare const TYPE_TOKEN_REC_VARIANTS: readonly ["object-key", "string-key"];
4572
+ declare const TYPE_TOKEN_REC_KEY_VARIANTS: readonly ["unknown", "any", "string", "number", "boolean", "truthy", "numberlike", "scalar", "object", "string|undefined", "number|undefined", "boolean|undefined", "object|undefined", "unknown[]", "any[]", "string[]", "number[]", "boolean[]"];
4573
+ declare const TYPE_TOKEN_STRING_SET_VARIANTS: readonly ["endsWith::${string}", "startsWith::${string}", "contains::${string}", "civilianTime", "militaryTime", "ipv4Address", "ipv4Address::tight", "ipv4Address::loose", "ipv6Address", "ipv6Address::${string}", "numericString", "zipCode5", "zipCode5+4", "countryCode2", "countryCode3", "countryName", "capitalized", "url", "url::${string}", "isoDate", "isoDateTime", "usStateAbbrev", "usCitySuggestions", "metricCategory", "metric", "metric::${Metric}"];
4574
+ declare const TYPE_TOKEN_UNION_SET_VARIANTS: string[];
4575
+ //# sourceMappingURL=TypeTokenVariants.d.ts.map
4576
+
4577
+ //#endregion
4578
+ //#region src/TypeTransforms.d.ts
4579
+ /**
4580
+ * **TYPE_TRANSFORMS**
4581
+ *
4582
+ * A lookup table keyed with the available conversions `ConversionOp` and where
4583
+ * each row provides:
4584
+ *
4585
+ * 1. Reference Type
4586
+ * 2. Parameters
4587
+ * 3. Description
4588
+ */
4589
+ declare const TYPE_TRANSFORMS: {
4590
+ readonly Identity: readonly [unknown, readonly [], "a transform which returns the same value passed in"];
4591
+ readonly ToNever: readonly [unknown, readonly [], "converts all incoming types to the Never type"];
4592
+ readonly ToString: readonly [unknown, readonly [], "ensures that any incoming type is converted to a string variant of that value"];
4593
+ readonly ToBoolean: readonly [unknown, readonly [], "uses Javascript's \"truthiness\" to convert inputs to a boolean value; with functions it will use the return type"];
4594
+ readonly Trim: readonly [string, readonly [], "Trims whitespace from start and end of string"];
4595
+ readonly TrimStart: readonly [string, readonly [], "Trims whitespace from start of string"];
4596
+ readonly TrimEnd: readonly [string, readonly [], "Trims whitespace from end of string"];
4597
+ readonly Capitalize: readonly [string, readonly [], "Converts a string input to a capitalized variant"];
4598
+ readonly UnCapitalize: readonly [string, readonly [], "Converts a string input to a un-capitalized variant"];
4599
+ readonly AllCaps: readonly [string, readonly [], "Converts a string input to all uppercase characters"];
4600
+ readonly Lowercase: readonly [string, readonly [], "Converts a string input to all lowercase characters"];
4601
+ readonly ToCamelCase: readonly [string, readonly [], "Converts a string to use the camelCase naming convention"];
4602
+ readonly ToKebabCase: readonly [string, readonly [], "Converts a string to use the kebab-case naming convention"];
4603
+ readonly ToPascalCase: readonly [string, readonly [], "Converts a string to use the PascalCase naming convention"];
4604
+ readonly ToSnakeCase: readonly [string, readonly [], "Converts a string to use the snake_case naming convention"];
4605
+ readonly StripLeading: readonly [string, readonly [string], "Strips a string literal from the beginning of a string (if it exists)"];
4606
+ readonly StripTrailing: readonly [string, readonly [string], "Strips a string literal from the end of a string (if it exists)"];
4607
+ readonly EnsureLeading: readonly [string, readonly [string], "Ensures a string literal is at the beginning of a string (with no change if it already was)"];
4608
+ readonly EnsureTrailing: readonly [string, readonly [string], "Ensures a string literal is at the end of a string (with no change if it already was)"];
4609
+ readonly ToPlural: readonly [string, readonly [], "Pluralizes a word"];
4610
+ readonly Surround: readonly [string, readonly [string, string], "Surrounds a string literal with a pre and post character or set of characters"];
4611
+ readonly Prepend: readonly [string | readonly unknown[], readonly [unknown], "Takes a string or tuple and prepends a value to the start."];
4612
+ readonly Append: readonly [string | readonly unknown[], readonly [unknown], "Takes a string or tuple and appends a value to the end."];
4613
+ readonly Increment: readonly [number, readonly [], "Increments a numeric value by one"];
4614
+ readonly Decrement: readonly [number, readonly [], "Decrements a numeric value by one"];
4615
+ };
4616
+ //# sourceMappingURL=TypeTransforms.d.ts.map
4617
+
4618
+ //#endregion
4619
+ export { ACCELERATION_METRICS_LOOKUP, ALPHA_CHARS, AMAZON_BOOKS, AMAZON_DNS, APPLE_DNS, AREA_METRICS_LOOKUP, AUSTRALIAN_NEWS, BELGIUM_NEWS, BEST_BUY_DNS, BLOOD_MARKERS_LOOKUP, BRACKET_AND_QUOTE_NESTING, BRACKET_NESTING, BRANDED, CANADIAN_NEWS, CHEWY_DNS, CHINESE_NEWS, COMMA, COMMON_OBJ_PROPS, COMPARISON_OPERATIONS, CONSONANTS, CONTINENTS, COSTCO_DNS, CSS_NAMED_COLORS, CURRENT_METRICS_LOOKUP, CVS_DNS, CommonObjProps, Constant, DANISH_NEWS, DATE_TYPE, DAYS_OF_WEEK__Mon, DAYS_OF_WEEK__Sun, DELL_DNS, DISTANCE_METRICS_LOOKUP, DOUBLE_LEAP_M1, DOUBLE_LEAP_M2, DOUBLE_LEAP_M3, DOUBLE_LEAP_M4, DOUBLE_LEAP_M5, DOUBLE_LEAP_MODERN, DUTCH_NEWS, EBAY_DNS, EDITORS, ENERGY_METRICS_LOOKUP, ETSY_DNS, FALSY_TYPE_KINDS, FALSY_VALUES, FRENCH_NEWS, FREQUENCY_METRICS_LOOKUP, GERMAN_NEWS, GITHUB_INSIGHT_CATEGORY_LOOKUP, HASH_TABLE_ALPHA_LOWER, HASH_TABLE_ALPHA_UPPER, HASH_TABLE_CHAR, HASH_TABLE_DIGIT, HASH_TABLE_OTHER, HASH_TABLE_SPECIAL, HASH_TABLE_WIDE, HEMISPHERE, HM_DNS, HOME_DEPOT_DNS, HTML_ATOMIC_TAGS, HTML_BLOCK_TAGS, IANA_TIMEZONES, IANA_TIMEZONES__AFRICA, IANA_TIMEZONES__AMERICA, IANA_TIMEZONES__ANTARCTICA, IANA_TIMEZONES__ASIA, IANA_TIMEZONES__ATLANTIC, IANA_TIMEZONES__AUSTRALIA, IANA_TIMEZONES__EUROPE, IANA_TIMEZONES__INDIAN, IANA_TIMEZONES__OTHER, IANA_TIMEZONES__PACIFIC, IKEA_DNS, IMAGE_FORMAT_LOOKUP, INDIAN_NEWS, INTERPOLATION_BLOCKS, IPv4, IPv6, ISO3166_1, ISO_DATE_30, ISO_DATE_31, ITALIAN_NEWS, IT_ATOMIC_TOKENS, IT_CONTAINER_TOKENS, IT_LITERAL_TOKENS, JAPANESE_NEWS, KROGER_DNS, LITERAL_TYPE_KINDS, LOWER_ALPHA_CHARS, LOWES_DNS, LUMINOSITY_METRICS_LOOKUP, MACYS_DNS, MARKED, MASS_METRICS_LOOKUP, MEXICAN_NEWS, MIME_TYPES, MONTH_ABBR, MONTH_ABBREV_LOOKUP, MONTH_NAME, MONTH_NAME_LOOKUP, MONTH_TO_SEASON_LOOKUP, Marked, NARROW_CONTAINER_TYPE_KINDS, NETWORK_PROTOCOL, NETWORK_PROTOCOL_INSECURE, NETWORK_PROTOCOL_LOOKUP, NETWORK_PROTOCOL_SECURE, NIKE_DNS, NON_BREAKING_SPACE, NON_ZERO_NUMERIC_CHAR, NORWEGIAN_NEWS, NOT_APPLICABLE, NOT_DEFINED, NO_DEFAULT_VALUE, NUMERIC_CHAR, NUMERIC_DIGIT, Never, NoDefaultValue, NotApplicable, NotDefined, OPTION, PHONE_COUNTRY_CODES, PHONE_FORMAT, PLURAL_EXCEPTIONS, PLURAL_EXCEPTIONS_OLD, POWER_METRICS_LOOKUP, PRESSURE_METRICS_LOOKUP, PROTOCOL_DEFAULT_PORTS, PROXMOX_CT_STATE, PluralExceptions, QUOTE_NESTING, REPO_PAGE_TYPES, REPO_SOURCES, REPO_SOURCE_LOOKUP, RESISTANCE_METRICS_LOOKUP, RESULT, SAFE_ENCODING_KEYS, SAFE_ENCODING__BRACKETS, SAFE_ENCODING__QUOTES, SAFE_ENCODING__WHITESPACE, SAFE_STRING, SEASONS, SEASON_TO_MONTH_LOOKUP, SHAPE_DELIMITER, SHAPE_PREFIXES, SIMPLE_ARRAY_TOKENS, SIMPLE_CONTAINER_TOKENS, SIMPLE_DICT_TOKENS, SIMPLE_DICT_VALUES, SIMPLE_FN_TOKENS, SIMPLE_MAP_KEYS, SIMPLE_MAP_TOKENS, SIMPLE_MAP_VALUES, SIMPLE_OPT_SCALAR_TOKENS, SIMPLE_SCALAR_TOKENS, SIMPLE_SET_TOKENS, SIMPLE_SET_TYPES, SIMPLE_TOKENS, SIMPLE_UNION_TOKENS, SINGULAR_NOUN_ENDINGS, SOCIAL_MEDIA, SOUTH_KOREAN_NEWS, SPANISH_NEWS, SPEED_METRICS_LOOKUP, SWISS_NEWS, SerializedComma, TARGET_DNS, TEMPERATURE_METRICS_LOOKUP, TIME_METRICS_LOOKUP, TOP_LEVEL_DOMAINS, TT_ATOMICS, TT_CONTAINERS, TT_DELIMITER, TT_FUNCTIONS, TT_KIND_VARIANTS, TT_SETS, TT_SINGLETONS, TT_START, TT_STOP, TURKISH_NEWS, TW_CHROMA, TW_CHROMA_100, TW_CHROMA_200, TW_CHROMA_300, TW_CHROMA_400, TW_CHROMA_50, TW_CHROMA_500, TW_CHROMA_600, TW_CHROMA_700, TW_CHROMA_800, TW_CHROMA_900, TW_CHROMA_950, TW_COLOR_TARGETS, TW_HUE, TW_HUE_NEUTRAL, TW_HUE_STATIC, TW_HUE_VIBRANT, TW_LUMINOSITY, TW_LUMIN_100, TW_LUMIN_200, TW_LUMIN_300, TW_LUMIN_400, TW_LUMIN_50, TW_LUMIN_500, TW_LUMIN_600, TW_LUMIN_700, TW_LUMIN_800, TW_LUMIN_900, TW_LUMIN_950, TW_MODIFIERS, TW_MODIFIERS_CORE, TW_MODIFIERS_ORDER, TW_MODIFIERS_RELN, TW_MODIFIERS_SIZING, TYPE_COMPARISONS, TYPE_KINDS, TYPE_OF, TYPE_TOKEN_REC_KEY_VARIANTS, TYPE_TOKEN_REC_VARIANTS, TYPE_TOKEN_STRING_SET_VARIANTS, TYPE_TOKEN_UNION_SET_VARIANTS, TYPE_TRANSFORMS, UK_NEWS, UPPER_ALPHA_CHARS, US_NEWS, US_STATE_LOOKUP, US_STATE_LOOKUP_PROVINCES, US_STATE_LOOKUP_STRICT, VOLTAGE_METRICS_LOOKUP, VOLUME_METRICS_LOOKUP, WALGREENS_DNS, WALMART_DNS, WAYFAIR_DNS, WEEKEND_DAY, WEEKEND_DAY_ABBREV, WEEK_DAY, WEEK_DAY_ABBREV, WHITESPACE_CHARS, WHOLE_FOODS_DNS, WIDE_CONTAINER_TYPE_KINDS, WIDE_TYPE_KINDS, WideAssignment, ZARA_DNS, ZIP_TO_STATE };
4620
+ //# sourceMappingURL=index.d.cts.map