inferred-types 0.50.3 → 0.50.6

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 (55) hide show
  1. package/dist/constants/ISO3166.d.ts +1001 -0
  2. package/dist/constants/ISO3166.d.ts.map +1 -0
  3. package/dist/constants/ISO3166.js +6 -0
  4. package/dist/constants/Retail.d.ts +27 -0
  5. package/dist/constants/Retail.d.ts.map +1 -0
  6. package/dist/constants/Retail.js +89 -0
  7. package/dist/constants/index.d.ts +2 -0
  8. package/dist/constants/index.d.ts.map +1 -1
  9. package/dist/constants/index.js +2 -0
  10. package/dist/constants/tsconfig.tsbuildinfo +1 -1
  11. package/dist/index.cjs +581 -13
  12. package/dist/index.js +523 -13
  13. package/dist/inferred-types/tsconfig.tsbuildinfo +1 -1
  14. package/dist/runtime/tsconfig.tsbuildinfo +1 -1
  15. package/dist/runtime/type-guards/countries/index.d.ts +2 -0
  16. package/dist/runtime/type-guards/countries/index.d.ts.map +1 -0
  17. package/dist/runtime/type-guards/countries/index.js +1 -0
  18. package/dist/runtime/type-guards/countries/isIso3166Alpha2.d.ts +7 -0
  19. package/dist/runtime/type-guards/countries/isIso3166Alpha2.d.ts.map +1 -0
  20. package/dist/runtime/type-guards/countries/isIso3166Alpha2.js +10 -0
  21. package/dist/runtime/type-guards/github.d.ts +95 -0
  22. package/dist/runtime/type-guards/github.d.ts.map +1 -0
  23. package/dist/runtime/type-guards/github.js +139 -0
  24. package/dist/runtime/type-guards/index.d.ts +3 -0
  25. package/dist/runtime/type-guards/index.d.ts.map +1 -1
  26. package/dist/runtime/type-guards/index.js +3 -0
  27. package/dist/runtime/type-guards/isUrl.d.ts +1 -1
  28. package/dist/runtime/type-guards/isUrl.d.ts.map +1 -1
  29. package/dist/runtime/type-guards/repos.d.ts +1 -14
  30. package/dist/runtime/type-guards/repos.d.ts.map +1 -1
  31. package/dist/runtime/type-guards/repos.js +0 -21
  32. package/dist/runtime/type-guards/retail.d.ts +107 -0
  33. package/dist/runtime/type-guards/retail.d.ts.map +1 -0
  34. package/dist/runtime/type-guards/retail.js +149 -0
  35. package/dist/runtime/type-guards/youtube.d.ts +28 -0
  36. package/dist/runtime/type-guards/youtube.d.ts.map +1 -1
  37. package/dist/runtime/type-guards/youtube.js +41 -1
  38. package/dist/types/string-literals/character-sets/Country.d.ts +20 -0
  39. package/dist/types/string-literals/character-sets/Country.d.ts.map +1 -0
  40. package/dist/types/string-literals/character-sets/Country.js +1 -0
  41. package/dist/types/string-literals/character-sets/Github.d.ts +113 -0
  42. package/dist/types/string-literals/character-sets/Github.d.ts.map +1 -0
  43. package/dist/types/string-literals/character-sets/Github.js +1 -0
  44. package/dist/types/string-literals/character-sets/Repos.d.ts +2 -74
  45. package/dist/types/string-literals/character-sets/Repos.d.ts.map +1 -1
  46. package/dist/types/string-literals/character-sets/Url.d.ts +9 -1
  47. package/dist/types/string-literals/character-sets/Url.d.ts.map +1 -1
  48. package/dist/types/string-literals/character-sets/index.d.ts +3 -0
  49. package/dist/types/string-literals/character-sets/index.d.ts.map +1 -1
  50. package/dist/types/string-literals/character-sets/index.js +3 -0
  51. package/dist/types/string-literals/character-sets/retail-urls.d.ts +26 -0
  52. package/dist/types/string-literals/character-sets/retail-urls.d.ts.map +1 -0
  53. package/dist/types/string-literals/character-sets/retail-urls.js +1 -0
  54. package/dist/types/tsconfig.tsbuildinfo +1 -1
  55. package/package.json +1 -1
package/dist/index.cjs CHANGED
@@ -21,12 +21,21 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
21
21
  var inferred_types_exports = {};
22
22
  __export(inferred_types_exports, {
23
23
  ALPHA_CHARS: () => ALPHA_CHARS,
24
+ AMAZON_DNS: () => AMAZON_DNS,
25
+ APPLE_DNS: () => APPLE_DNS,
26
+ BEST_BUY_DNS: () => BEST_BUY_DNS,
27
+ CHEWY_DNS: () => CHEWY_DNS,
24
28
  COMMA: () => COMMA,
25
29
  COMMON_OBJ_PROPS: () => COMMON_OBJ_PROPS,
26
30
  CONSONANTS: () => CONSONANTS,
31
+ COSTCO_DNS: () => COSTCO_DNS,
32
+ CVS_DNS: () => CVS_DNS,
27
33
  DEFAULT_MANY_TO_ONE_MAPPING: () => DEFAULT_MANY_TO_ONE_MAPPING,
28
34
  DEFAULT_ONE_TO_MANY_MAPPING: () => DEFAULT_ONE_TO_MANY_MAPPING,
29
35
  DEFAULT_ONE_TO_ONE_MAPPING: () => DEFAULT_ONE_TO_ONE_MAPPING,
36
+ DELL_DNS: () => DELL_DNS,
37
+ EBAY_DNS: () => EBAY_DNS,
38
+ ETSY_DNS: () => ETSY_DNS,
30
39
  ExifCompression: () => ExifCompression,
31
40
  ExifContrast: () => ExifContrast,
32
41
  ExifEmbedPolicy: () => ExifEmbedPolicy,
@@ -48,17 +57,25 @@ __export(inferred_types_exports, {
48
57
  HASH_TABLE_OTHER: () => HASH_TABLE_OTHER,
49
58
  HASH_TABLE_SPECIAL: () => HASH_TABLE_SPECIAL,
50
59
  HASH_TABLE_WIDE: () => HASH_TABLE_WIDE,
60
+ HM_DNS: () => HM_DNS,
61
+ HOME_DEPOT_DNS: () => HOME_DEPOT_DNS,
62
+ IKEA_DNS: () => IKEA_DNS,
51
63
  IMAGE_FORMAT_LOOKUP: () => IMAGE_FORMAT_LOOKUP,
52
64
  IPv4: () => IPv4,
53
65
  IPv6: () => IPv6,
66
+ ISO3166_1: () => ISO3166_1,
67
+ KROGER_DNS: () => KROGER_DNS,
54
68
  LITERAL_TYPE_KINDS: () => LITERAL_TYPE_KINDS,
55
69
  LOWER_ALPHA_CHARS: () => LOWER_ALPHA_CHARS,
70
+ LOWES_DNS: () => LOWES_DNS,
71
+ MACYS_DNS: () => MACYS_DNS,
56
72
  MARKED: () => MARKED,
57
73
  MONTH_ABBR: () => MONTH_ABBR,
58
74
  MONTH_NAME: () => MONTH_NAME,
59
75
  MapCardinality: () => MapCardinality,
60
76
  NARROW_CONTAINER_TYPE_KINDS: () => NARROW_CONTAINER_TYPE_KINDS,
61
77
  NETWORK_PROTOCOL_LOOKUP: () => NETWORK_PROTOCOL_LOOKUP,
78
+ NIKE_DNS: () => NIKE_DNS,
62
79
  NON_ZERO_NUMERIC_CHAR: () => NON_ZERO_NUMERIC_CHAR,
63
80
  NOT_APPLICABLE: () => NOT_APPLICABLE,
64
81
  NOT_DEFINED: () => NOT_DEFINED,
@@ -93,6 +110,7 @@ __export(inferred_types_exports, {
93
110
  SIMPLE_UNION_TOKENS: () => SIMPLE_UNION_TOKENS,
94
111
  SINGULAR_NOUN_ENDINGS: () => SINGULAR_NOUN_ENDINGS,
95
112
  ShapeApiImplementation: () => ShapeApiImplementation,
113
+ TARGET_DNS: () => TARGET_DNS,
96
114
  TOP_LEVEL_DOMAINS: () => TOP_LEVEL_DOMAINS,
97
115
  TT_Atomics: () => TT_Atomics,
98
116
  TT_Containers: () => TT_Containers,
@@ -142,10 +160,15 @@ __export(inferred_types_exports, {
142
160
  US_STATE_LOOKUP: () => US_STATE_LOOKUP,
143
161
  US_STATE_LOOKUP_PROVINCES: () => US_STATE_LOOKUP_PROVINCES,
144
162
  US_STATE_LOOKUP_STRICT: () => US_STATE_LOOKUP_STRICT,
163
+ WALGREENS_DNS: () => WALGREENS_DNS,
164
+ WALMART_DNS: () => WALMART_DNS,
165
+ WAYFAIR_DNS: () => WAYFAIR_DNS,
145
166
  WHITESPACE_CHARS: () => WHITESPACE_CHARS,
167
+ WHOLE_FOODS_DNS: () => WHOLE_FOODS_DNS,
146
168
  WIDE_CONTAINER_TYPE_KINDS: () => WIDE_CONTAINER_TYPE_KINDS,
147
169
  WIDE_TYPE_KINDS: () => WIDE_TYPE_KINDS,
148
170
  WideAssignment: () => WideAssignment,
171
+ ZARA_DNS: () => ZARA_DNS,
149
172
  ZIP_TO_STATE: () => ZIP_TO_STATE,
150
173
  addFnToProps: () => addFnToProps,
151
174
  addPropsToFn: () => addPropsToFn,
@@ -234,11 +257,14 @@ __export(inferred_types_exports, {
234
257
  ip6GroupExpansion: () => ip6GroupExpansion,
235
258
  ip6Prefix: () => ip6Prefix,
236
259
  isAlpha: () => isAlpha,
260
+ isAmazonUrl: () => isAmazonUrl,
237
261
  isApi: () => isApi,
238
262
  isApiSurface: () => isApiSurface,
263
+ isAppleUrl: () => isAppleUrl,
239
264
  isArray: () => isArray,
240
265
  isArrayToken: () => isArrayToken,
241
266
  isAtomicToken: () => isAtomicToken,
267
+ isBestBuyUrl: () => isBestBuyUrl,
242
268
  isBitbucketUrl: () => isBitbucketUrl,
243
269
  isBoolean: () => isBoolean,
244
270
  isBooleanLike: () => isBooleanLike,
@@ -247,33 +273,55 @@ __export(inferred_types_exports, {
247
273
  isConstant: () => isConstant,
248
274
  isContainer: () => isContainer,
249
275
  isContainerToken: () => isContainerToken,
276
+ isCostCoUrl: () => isCostCoUrl,
250
277
  isCssAspectRatio: () => isCssAspectRatio,
278
+ isCvsUrl: () => isCvsUrl,
251
279
  isDefined: () => isDefined,
280
+ isDellUrl: () => isDellUrl,
252
281
  isDomainName: () => isDomainName,
253
282
  isDoneFn: () => isDoneFn,
283
+ isEbayUrl: () => isEbayUrl,
254
284
  isEmail: () => isEmail,
255
285
  isEqual: () => isEqual,
256
286
  isErrorCondition: () => isErrorCondition,
257
287
  isEscapeFunction: () => isEscapeFunction,
288
+ isEtsyUrl: () => isEtsyUrl,
258
289
  isFalse: () => isFalse,
259
290
  isFalsy: () => isFalsy,
260
291
  isFnToken: () => isFnToken,
261
292
  isFnWithParams: () => isFnWithParams,
262
293
  isFunction: () => isFunction,
263
294
  isGeneratorToken: () => isGeneratorToken,
295
+ isGithubIssueUrl: () => isGithubIssueUrl,
296
+ isGithubIssuesListUrl: () => isGithubIssuesListUrl,
297
+ isGithubOrgUrl: () => isGithubOrgUrl,
298
+ isGithubProjectUrl: () => isGithubProjectUrl,
299
+ isGithubProjectsListUrl: () => isGithubProjectsListUrl,
300
+ isGithubReleaseTagUrl: () => isGithubReleaseTagUrl,
301
+ isGithubReleasesListUrl: () => isGithubReleasesListUrl,
302
+ isGithubRepoReleaseTagUrl: () => isGithubRepoReleaseTagUrl,
303
+ isGithubRepoReleasesUrl: () => isGithubRepoReleasesUrl,
264
304
  isGithubRepoUrl: () => isGithubRepoUrl,
265
305
  isGithubUrl: () => isGithubUrl,
266
306
  isHexadecimal: () => isHexadecimal,
307
+ isHmUrl: () => isHmUrl,
308
+ isHomeDepotUrl: () => isHomeDepotUrl,
267
309
  isHtmlElement: () => isHtmlElement,
310
+ isIkeaUrl: () => isIkeaUrl,
268
311
  isIndexable: () => isIndexable,
269
312
  isInlineSvg: () => isInlineSvg,
270
313
  isIp4Address: () => isIp4Address,
271
314
  isIp6Address: () => isIp6Address,
272
315
  isIpAddress: () => isIpAddress,
316
+ isIso3166Alpha2: () => isIso3166Alpha2,
317
+ isKrogersUrl: () => isKrogersUrl,
273
318
  isLength: () => isLength,
274
319
  isLikeRegExp: () => isLikeRegExp,
320
+ isLowesUrl: () => isLowesUrl,
321
+ isMacysUrl: () => isMacysUrl,
275
322
  isMapToken: () => isMapToken,
276
323
  isNever: () => isNever,
324
+ isNikeUrl: () => isNikeUrl,
277
325
  isNotNull: () => isNotNull,
278
326
  isNothing: () => isNothing,
279
327
  isNull: () => isNull,
@@ -306,6 +354,7 @@ __export(inferred_types_exports, {
306
354
  isSpecificConstant: () => isSpecificConstant,
307
355
  isString: () => isString,
308
356
  isSymbol: () => isSymbol,
357
+ isTargetUrl: () => isTargetUrl,
309
358
  isThenable: () => isThenable,
310
359
  isTrimable: () => isTrimable,
311
360
  isTrue: () => isTrue,
@@ -323,14 +372,23 @@ __export(inferred_types_exports, {
323
372
  isUrl: () => isUrl,
324
373
  isUrlPath: () => isUrlPath,
325
374
  isUrlSource: () => isUrlSource,
375
+ isWalgreensUrl: () => isWalgreensUrl,
376
+ isWalmartUrl: () => isWalmartUrl,
377
+ isWayfairUrl: () => isWayfairUrl,
326
378
  isWeakMapToken: () => isWeakMapToken,
379
+ isWholeFoodsUrl: () => isWholeFoodsUrl,
327
380
  isYouTubeCreatorUrl: () => isYouTubeCreatorUrl,
381
+ isYouTubeFeedHistoryUrl: () => isYouTubeFeedHistoryUrl,
328
382
  isYouTubeFeedUrl: () => isYouTubeFeedUrl,
329
383
  isYouTubePlaylistUrl: () => isYouTubePlaylistUrl,
384
+ isYouTubePlaylistsUrl: () => isYouTubePlaylistsUrl,
330
385
  isYouTubeShareUrl: () => isYouTubeShareUrl,
386
+ isYouTubeSubscriptionsUrl: () => isYouTubeSubscriptionsUrl,
387
+ isYouTubeTrendingUrl: () => isYouTubeTrendingUrl,
331
388
  isYouTubeUrl: () => isYouTubeUrl,
332
389
  isYouTubeVideoUrl: () => isYouTubeVideoUrl,
333
390
  isYouTubeVideosInPlaylist: () => isYouTubeVideosInPlaylist,
391
+ isZaraUrl: () => isZaraUrl,
334
392
  joinWith: () => joinWith,
335
393
  jsonValue: () => jsonValue,
336
394
  jsonValues: () => jsonValues,
@@ -1809,6 +1867,346 @@ var TW_CHROMA_800 = TW_CHROMA["800"];
1809
1867
  var TW_CHROMA_900 = TW_CHROMA["900"];
1810
1868
  var TW_CHROMA_950 = TW_CHROMA["950"];
1811
1869
 
1870
+ // src/constants/Retail.ts
1871
+ var AMAZON_DNS = [
1872
+ "www.amazon.com",
1873
+ `www.amazon.co.uk`,
1874
+ `www.amazon.fr`,
1875
+ `www.amazon.de`,
1876
+ `www.amazon.it`,
1877
+ `www.amazon.es`
1878
+ ];
1879
+ var WALMART_DNS = [
1880
+ "www.walmart.com",
1881
+ "www.walmart.ca",
1882
+ "www.walmart.com.mx"
1883
+ ];
1884
+ var APPLE_DNS = [
1885
+ "store.apple.com",
1886
+ "www.apple.com"
1887
+ ];
1888
+ var HOME_DEPOT_DNS = [
1889
+ "www.homedepot.com",
1890
+ "www.homedepot.ca"
1891
+ ];
1892
+ var EBAY_DNS = [
1893
+ "www.ebay.com",
1894
+ "www.ebay.co.uk",
1895
+ "www.ebay.fr",
1896
+ "www.ebay.de",
1897
+ "www.ebay.it"
1898
+ ];
1899
+ var TARGET_DNS = [
1900
+ "www.target.com"
1901
+ ];
1902
+ var ETSY_DNS = [
1903
+ "www.etsy.com"
1904
+ ];
1905
+ var COSTCO_DNS = [
1906
+ "www.costco.com",
1907
+ "www.costco.co.uk",
1908
+ "www.costco.ca"
1909
+ ];
1910
+ var CHEWY_DNS = [
1911
+ "www.chewy.com"
1912
+ ];
1913
+ var BEST_BUY_DNS = [
1914
+ "www.bestbuy.com",
1915
+ "www.bestbuy.ca"
1916
+ ];
1917
+ var WAYFAIR_DNS = [
1918
+ "www.wayfair.com",
1919
+ "www.wayfair.ca",
1920
+ "www.wayfair.co.uk"
1921
+ ];
1922
+ var NIKE_DNS = [
1923
+ "www.nike.com"
1924
+ ];
1925
+ var MACYS_DNS = [
1926
+ "www.macys.com"
1927
+ ];
1928
+ var LOWES_DNS = [
1929
+ "www.lowes.com"
1930
+ ];
1931
+ var IKEA_DNS = [
1932
+ "www.ikea.com"
1933
+ ];
1934
+ var DELL_DNS = [
1935
+ "www.dell.com"
1936
+ ];
1937
+ var HM_DNS = [
1938
+ "www2.hm.com"
1939
+ ];
1940
+ var ZARA_DNS = [
1941
+ "www.zara.com"
1942
+ ];
1943
+ var KROGER_DNS = [
1944
+ "www.kroger.com"
1945
+ ];
1946
+ var WALGREENS_DNS = [
1947
+ "www.walgreens.com"
1948
+ ];
1949
+ var CVS_DNS = [
1950
+ "www.cvs.com"
1951
+ ];
1952
+ var WHOLE_FOODS_DNS = [
1953
+ "www.wholefoodsmarket.com",
1954
+ "www.wholefoodsmarket.co.uk"
1955
+ ];
1956
+
1957
+ // src/constants/ISO3166.ts
1958
+ var ISO3166_1 = [
1959
+ { "name": "Afghanistan", "alpha-2": "AF", "country-code": "004" },
1960
+ { "name": "\xC5land Islands", "alpha-2": "AX", "country-code": "248" },
1961
+ { "name": "Albania", "alpha-2": "AL", "country-code": "008" },
1962
+ { "name": "Algeria", "alpha-2": "DZ", "country-code": "012" },
1963
+ { "name": "American Samoa", "alpha-2": "AS", "country-code": "016" },
1964
+ { "name": "Andorra", "alpha-2": "AD", "country-code": "020" },
1965
+ { "name": "Angola", "alpha-2": "AO", "country-code": "024" },
1966
+ { "name": "Anguilla", "alpha-2": "AI", "country-code": "660" },
1967
+ { "name": "Antarctica", "alpha-2": "AQ", "country-code": "010" },
1968
+ { "name": "Antigua and Barbuda", "alpha-2": "AG", "country-code": "028" },
1969
+ { "name": "Argentina", "alpha-2": "AR", "country-code": "032" },
1970
+ { "name": "Armenia", "alpha-2": "AM", "country-code": "051" },
1971
+ { "name": "Aruba", "alpha-2": "AW", "country-code": "533" },
1972
+ { "name": "Australia", "alpha-2": "AU", "country-code": "036" },
1973
+ { "name": "Austria", "alpha-2": "AT", "country-code": "040" },
1974
+ { "name": "Azerbaijan", "alpha-2": "AZ", "country-code": "031" },
1975
+ { "name": "Bahamas", "alpha-2": "BS", "country-code": "044" },
1976
+ { "name": "Bahrain", "alpha-2": "BH", "country-code": "048" },
1977
+ { "name": "Bangladesh", "alpha-2": "BD", "country-code": "050" },
1978
+ { "name": "Barbados", "alpha-2": "BB", "country-code": "052" },
1979
+ { "name": "Belarus", "alpha-2": "BY", "country-code": "112" },
1980
+ { "name": "Belgium", "alpha-2": "BE", "country-code": "056" },
1981
+ { "name": "Belize", "alpha-2": "BZ", "country-code": "084" },
1982
+ { "name": "Benin", "alpha-2": "BJ", "country-code": "204" },
1983
+ { "name": "Bermuda", "alpha-2": "BM", "country-code": "060" },
1984
+ { "name": "Bhutan", "alpha-2": "BT", "country-code": "064" },
1985
+ { "name": "Bolivia, Plurinational State of", "alpha-2": "BO", "country-code": "068" },
1986
+ { "name": "Bonaire, Sint Eustatius and Saba", "alpha-2": "BQ", "country-code": "535" },
1987
+ { "name": "Bosnia and Herzegovina", "alpha-2": "BA", "country-code": "070" },
1988
+ { "name": "Botswana", "alpha-2": "BW", "country-code": "072" },
1989
+ { "name": "Bouvet Island", "alpha-2": "BV", "country-code": "074" },
1990
+ { "name": "Brazil", "alpha-2": "BR", "country-code": "076" },
1991
+ { "name": "British Indian Ocean Territory", "alpha-2": "IO", "country-code": "086" },
1992
+ { "name": "Brunei Darussalam", "alpha-2": "BN", "country-code": "096" },
1993
+ { "name": "Bulgaria", "alpha-2": "BG", "country-code": "100" },
1994
+ { "name": "Burkina Faso", "alpha-2": "BF", "country-code": "854" },
1995
+ { "name": "Burundi", "alpha-2": "BI", "country-code": "108" },
1996
+ { "name": "Cabo Verde", "alpha-2": "CV", "country-code": "132" },
1997
+ { "name": "Cambodia", "alpha-2": "KH", "country-code": "116" },
1998
+ { "name": "Cameroon", "alpha-2": "CM", "country-code": "120" },
1999
+ { "name": "Canada", "alpha-2": "CA", "country-code": "124" },
2000
+ { "name": "Cayman Islands", "alpha-2": "KY", "country-code": "136" },
2001
+ { "name": "Central African Republic", "alpha-2": "CF", "country-code": "140" },
2002
+ { "name": "Chad", "alpha-2": "TD", "country-code": "148" },
2003
+ { "name": "Chile", "alpha-2": "CL", "country-code": "152" },
2004
+ { "name": "China", "alpha-2": "CN", "country-code": "156" },
2005
+ { "name": "Christmas Island", "alpha-2": "CX", "country-code": "162" },
2006
+ { "name": "Cocos (Keeling) Islands", "alpha-2": "CC", "country-code": "166" },
2007
+ { "name": "Colombia", "alpha-2": "CO", "country-code": "170" },
2008
+ { "name": "Comoros", "alpha-2": "KM", "country-code": "174" },
2009
+ { "name": "Congo", "alpha-2": "CG", "country-code": "178" },
2010
+ { "name": "Congo, Democratic Republic of the", "alpha-2": "CD", "country-code": "180" },
2011
+ { "name": "Cook Islands", "alpha-2": "CK", "country-code": "184" },
2012
+ { "name": "Costa Rica", "alpha-2": "CR", "country-code": "188" },
2013
+ { "name": "C\xF4te d'Ivoire", "alpha-2": "CI", "country-code": "384" },
2014
+ { "name": "Croatia", "alpha-2": "HR", "country-code": "191" },
2015
+ { "name": "Cuba", "alpha-2": "CU", "country-code": "192" },
2016
+ { "name": "Cura\xE7ao", "alpha-2": "CW", "country-code": "531" },
2017
+ { "name": "Cyprus", "alpha-2": "CY", "country-code": "196" },
2018
+ { "name": "Czechia", "alpha-2": "CZ", "country-code": "203" },
2019
+ { "name": "Denmark", "alpha-2": "DK", "country-code": "208" },
2020
+ { "name": "Djibouti", "alpha-2": "DJ", "country-code": "262" },
2021
+ { "name": "Dominica", "alpha-2": "DM", "country-code": "212" },
2022
+ { "name": "Dominican Republic", "alpha-2": "DO", "country-code": "214" },
2023
+ { "name": "Ecuador", "alpha-2": "EC", "country-code": "218" },
2024
+ { "name": "Egypt", "alpha-2": "EG", "country-code": "818" },
2025
+ { "name": "El Salvador", "alpha-2": "SV", "country-code": "222" },
2026
+ { "name": "Equatorial Guinea", "alpha-2": "GQ", "country-code": "226" },
2027
+ { "name": "Eritrea", "alpha-2": "ER", "country-code": "232" },
2028
+ { "name": "Estonia", "alpha-2": "EE", "country-code": "233" },
2029
+ { "name": "Eswatini", "alpha-2": "SZ", "country-code": "748" },
2030
+ { "name": "Ethiopia", "alpha-2": "ET", "country-code": "231" },
2031
+ { "name": "Falkland Islands (Malvinas)", "alpha-2": "FK", "country-code": "238" },
2032
+ { "name": "Faroe Islands", "alpha-2": "FO", "country-code": "234" },
2033
+ { "name": "Fiji", "alpha-2": "FJ", "country-code": "242" },
2034
+ { "name": "Finland", "alpha-2": "FI", "country-code": "246" },
2035
+ { "name": "France", "alpha-2": "FR", "country-code": "250" },
2036
+ { "name": "French Guiana", "alpha-2": "GF", "country-code": "254" },
2037
+ { "name": "French Polynesia", "alpha-2": "PF", "country-code": "258" },
2038
+ { "name": "French Southern Territories", "alpha-2": "TF", "country-code": "260" },
2039
+ { "name": "Gabon", "alpha-2": "GA", "country-code": "266" },
2040
+ { "name": "Gambia", "alpha-2": "GM", "country-code": "270" },
2041
+ { "name": "Georgia", "alpha-2": "GE", "country-code": "268" },
2042
+ { "name": "Germany", "alpha-2": "DE", "country-code": "276" },
2043
+ { "name": "Ghana", "alpha-2": "GH", "country-code": "288" },
2044
+ { "name": "Gibraltar", "alpha-2": "GI", "country-code": "292" },
2045
+ { "name": "Greece", "alpha-2": "GR", "country-code": "300" },
2046
+ { "name": "Greenland", "alpha-2": "GL", "country-code": "304" },
2047
+ { "name": "Grenada", "alpha-2": "GD", "country-code": "308" },
2048
+ { "name": "Guadeloupe", "alpha-2": "GP", "country-code": "312" },
2049
+ { "name": "Guam", "alpha-2": "GU", "country-code": "316" },
2050
+ { "name": "Guatemala", "alpha-2": "GT", "country-code": "320" },
2051
+ { "name": "Guernsey", "alpha-2": "GG", "country-code": "831" },
2052
+ { "name": "Guinea", "alpha-2": "GN", "country-code": "324" },
2053
+ { "name": "Guinea-Bissau", "alpha-2": "GW", "country-code": "624" },
2054
+ { "name": "Guyana", "alpha-2": "GY", "country-code": "328" },
2055
+ { "name": "Haiti", "alpha-2": "HT", "country-code": "332" },
2056
+ { "name": "Heard Island and McDonald Islands", "alpha-2": "HM", "country-code": "334" },
2057
+ { "name": "Holy See", "alpha-2": "VA", "country-code": "336" },
2058
+ { "name": "Honduras", "alpha-2": "HN", "country-code": "340" },
2059
+ { "name": "Hong Kong", "alpha-2": "HK", "country-code": "344" },
2060
+ { "name": "Hungary", "alpha-2": "HU", "country-code": "348" },
2061
+ { "name": "Iceland", "alpha-2": "IS", "country-code": "352" },
2062
+ { "name": "India", "alpha-2": "IN", "country-code": "356" },
2063
+ { "name": "Indonesia", "alpha-2": "ID", "country-code": "360" },
2064
+ { "name": "Iran, Islamic Republic of", "alpha-2": "IR", "country-code": "364" },
2065
+ { "name": "Iraq", "alpha-2": "IQ", "country-code": "368" },
2066
+ { "name": "Ireland", "alpha-2": "IE", "country-code": "372" },
2067
+ { "name": "Isle of Man", "alpha-2": "IM", "country-code": "833" },
2068
+ { "name": "Israel", "alpha-2": "IL", "country-code": "376" },
2069
+ { "name": "Italy", "alpha-2": "IT", "country-code": "380" },
2070
+ { "name": "Jamaica", "alpha-2": "JM", "country-code": "388" },
2071
+ { "name": "Japan", "alpha-2": "JP", "country-code": "392" },
2072
+ { "name": "Jersey", "alpha-2": "JE", "country-code": "832" },
2073
+ { "name": "Jordan", "alpha-2": "JO", "country-code": "400" },
2074
+ { "name": "Kazakhstan", "alpha-2": "KZ", "country-code": "398" },
2075
+ { "name": "Kenya", "alpha-2": "KE", "country-code": "404" },
2076
+ { "name": "Kiribati", "alpha-2": "KI", "country-code": "296" },
2077
+ { "name": "Korea, Democratic People's Republic of", "alpha-2": "KP", "country-code": "408" },
2078
+ { "name": "Korea, Republic of", "alpha-2": "KR", "country-code": "410" },
2079
+ { "name": "Kuwait", "alpha-2": "KW", "country-code": "414" },
2080
+ { "name": "Kyrgyzstan", "alpha-2": "KG", "country-code": "417" },
2081
+ { "name": "Lao People's Democratic Republic", "alpha-2": "LA", "country-code": "418" },
2082
+ { "name": "Latvia", "alpha-2": "LV", "country-code": "428" },
2083
+ { "name": "Lebanon", "alpha-2": "LB", "country-code": "422" },
2084
+ { "name": "Lesotho", "alpha-2": "LS", "country-code": "426" },
2085
+ { "name": "Liberia", "alpha-2": "LR", "country-code": "430" },
2086
+ { "name": "Libya", "alpha-2": "LY", "country-code": "434" },
2087
+ { "name": "Liechtenstein", "alpha-2": "LI", "country-code": "438" },
2088
+ { "name": "Lithuania", "alpha-2": "LT", "country-code": "440" },
2089
+ { "name": "Luxembourg", "alpha-2": "LU", "country-code": "442" },
2090
+ { "name": "Macao", "alpha-2": "MO", "country-code": "446" },
2091
+ { "name": "Madagascar", "alpha-2": "MG", "country-code": "450" },
2092
+ { "name": "Malawi", "alpha-2": "MW", "country-code": "454" },
2093
+ { "name": "Malaysia", "alpha-2": "MY", "country-code": "458" },
2094
+ { "name": "Maldives", "alpha-2": "MV", "country-code": "462" },
2095
+ { "name": "Mali", "alpha-2": "ML", "country-code": "466" },
2096
+ { "name": "Malta", "alpha-2": "MT", "country-code": "470" },
2097
+ { "name": "Marshall Islands", "alpha-2": "MH", "country-code": "584" },
2098
+ { "name": "Martinique", "alpha-2": "MQ", "country-code": "474" },
2099
+ { "name": "Mauritania", "alpha-2": "MR", "country-code": "478" },
2100
+ { "name": "Mauritius", "alpha-2": "MU", "country-code": "480" },
2101
+ { "name": "Mayotte", "alpha-2": "YT", "country-code": "175" },
2102
+ { "name": "Mexico", "alpha-2": "MX", "country-code": "484" },
2103
+ { "name": "Micronesia, Federated States of", "alpha-2": "FM", "country-code": "583" },
2104
+ { "name": "Moldova, Republic of", "alpha-2": "MD", "country-code": "498" },
2105
+ { "name": "Monaco", "alpha-2": "MC", "country-code": "492" },
2106
+ { "name": "Mongolia", "alpha-2": "MN", "country-code": "496" },
2107
+ { "name": "Montenegro", "alpha-2": "ME", "country-code": "499" },
2108
+ { "name": "Montserrat", "alpha-2": "MS", "country-code": "500" },
2109
+ { "name": "Morocco", "alpha-2": "MA", "country-code": "504" },
2110
+ { "name": "Mozambique", "alpha-2": "MZ", "country-code": "508" },
2111
+ { "name": "Myanmar", "alpha-2": "MM", "country-code": "104" },
2112
+ { "name": "Namibia", "alpha-2": "NA", "country-code": "516" },
2113
+ { "name": "Nauru", "alpha-2": "NR", "country-code": "520" },
2114
+ { "name": "Nepal", "alpha-2": "NP", "country-code": "524" },
2115
+ { "name": "Netherlands, Kingdom of the", "alpha-2": "NL", "country-code": "528" },
2116
+ { "name": "New Caledonia", "alpha-2": "NC", "country-code": "540" },
2117
+ { "name": "New Zealand", "alpha-2": "NZ", "country-code": "554" },
2118
+ { "name": "Nicaragua", "alpha-2": "NI", "country-code": "558" },
2119
+ { "name": "Niger", "alpha-2": "NE", "country-code": "562" },
2120
+ { "name": "Nigeria", "alpha-2": "NG", "country-code": "566" },
2121
+ { "name": "Niue", "alpha-2": "NU", "country-code": "570" },
2122
+ { "name": "Norfolk Island", "alpha-2": "NF", "country-code": "574" },
2123
+ { "name": "North Macedonia", "alpha-2": "MK", "country-code": "807" },
2124
+ { "name": "Northern Mariana Islands", "alpha-2": "MP", "country-code": "580" },
2125
+ { "name": "Norway", "alpha-2": "NO", "country-code": "578" },
2126
+ { "name": "Oman", "alpha-2": "OM", "country-code": "512" },
2127
+ { "name": "Pakistan", "alpha-2": "PK", "country-code": "586" },
2128
+ { "name": "Palau", "alpha-2": "PW", "country-code": "585" },
2129
+ { "name": "Palestine, State of", "alpha-2": "PS", "country-code": "275" },
2130
+ { "name": "Panama", "alpha-2": "PA", "country-code": "591" },
2131
+ { "name": "Papua New Guinea", "alpha-2": "PG", "country-code": "598" },
2132
+ { "name": "Paraguay", "alpha-2": "PY", "country-code": "600" },
2133
+ { "name": "Peru", "alpha-2": "PE", "country-code": "604" },
2134
+ { "name": "Philippines", "alpha-2": "PH", "country-code": "608" },
2135
+ { "name": "Pitcairn", "alpha-2": "PN", "country-code": "612" },
2136
+ { "name": "Poland", "alpha-2": "PL", "country-code": "616" },
2137
+ { "name": "Portugal", "alpha-2": "PT", "country-code": "620" },
2138
+ { "name": "Puerto Rico", "alpha-2": "PR", "country-code": "630" },
2139
+ { "name": "Qatar", "alpha-2": "QA", "country-code": "634" },
2140
+ { "name": "R\xE9union", "alpha-2": "RE", "country-code": "638" },
2141
+ { "name": "Romania", "alpha-2": "RO", "country-code": "642" },
2142
+ { "name": "Russian Federation", "alpha-2": "RU", "country-code": "643" },
2143
+ { "name": "Rwanda", "alpha-2": "RW", "country-code": "646" },
2144
+ { "name": "Saint Barth\xE9lemy", "alpha-2": "BL", "country-code": "652" },
2145
+ { "name": "Saint Helena, Ascension and Tristan da Cunha", "alpha-2": "SH", "country-code": "654" },
2146
+ { "name": "Saint Kitts and Nevis", "alpha-2": "KN", "country-code": "659" },
2147
+ { "name": "Saint Lucia", "alpha-2": "LC", "country-code": "662" },
2148
+ { "name": "Saint Martin (French part)", "alpha-2": "MF", "country-code": "663" },
2149
+ { "name": "Saint Pierre and Miquelon", "alpha-2": "PM", "country-code": "666" },
2150
+ { "name": "Saint Vincent and the Grenadines", "alpha-2": "VC", "country-code": "670" },
2151
+ { "name": "Samoa", "alpha-2": "WS", "country-code": "882" },
2152
+ { "name": "San Marino", "alpha-2": "SM", "country-code": "674" },
2153
+ { "name": "Sao Tome and Principe", "alpha-2": "ST", "country-code": "678" },
2154
+ { "name": "Saudi Arabia", "alpha-2": "SA", "country-code": "682" },
2155
+ { "name": "Senegal", "alpha-2": "SN", "country-code": "686" },
2156
+ { "name": "Serbia", "alpha-2": "RS", "country-code": "688" },
2157
+ { "name": "Seychelles", "alpha-2": "SC", "country-code": "690" },
2158
+ { "name": "Sierra Leone", "alpha-2": "SL", "country-code": "694" },
2159
+ { "name": "Singapore", "alpha-2": "SG", "country-code": "702" },
2160
+ { "name": "Sint Maarten (Dutch part)", "alpha-2": "SX", "country-code": "534" },
2161
+ { "name": "Slovakia", "alpha-2": "SK", "country-code": "703" },
2162
+ { "name": "Slovenia", "alpha-2": "SI", "country-code": "705" },
2163
+ { "name": "Solomon Islands", "alpha-2": "SB", "country-code": "090" },
2164
+ { "name": "Somalia", "alpha-2": "SO", "country-code": "706" },
2165
+ { "name": "South Africa", "alpha-2": "ZA", "country-code": "710" },
2166
+ { "name": "South Georgia and the South Sandwich Islands", "alpha-2": "GS", "country-code": "239" },
2167
+ { "name": "South Sudan", "alpha-2": "SS", "country-code": "728" },
2168
+ { "name": "Spain", "alpha-2": "ES", "country-code": "724" },
2169
+ { "name": "Sri Lanka", "alpha-2": "LK", "country-code": "144" },
2170
+ { "name": "Sudan", "alpha-2": "SD", "country-code": "729" },
2171
+ { "name": "Suriname", "alpha-2": "SR", "country-code": "740" },
2172
+ { "name": "Svalbard and Jan Mayen", "alpha-2": "SJ", "country-code": "744" },
2173
+ { "name": "Sweden", "alpha-2": "SE", "country-code": "752" },
2174
+ { "name": "Switzerland", "alpha-2": "CH", "country-code": "756" },
2175
+ { "name": "Syrian Arab Republic", "alpha-2": "SY", "country-code": "760" },
2176
+ { "name": "Taiwan, Province of China", "alpha-2": "TW", "country-code": "158" },
2177
+ { "name": "Tajikistan", "alpha-2": "TJ", "country-code": "762" },
2178
+ { "name": "Tanzania, United Republic of", "alpha-2": "TZ", "country-code": "834" },
2179
+ { "name": "Thailand", "alpha-2": "TH", "country-code": "764" },
2180
+ { "name": "Timor-Leste", "alpha-2": "TL", "country-code": "626" },
2181
+ { "name": "Togo", "alpha-2": "TG", "country-code": "768" },
2182
+ { "name": "Tokelau", "alpha-2": "TK", "country-code": "772" },
2183
+ { "name": "Tonga", "alpha-2": "TO", "country-code": "776" },
2184
+ { "name": "Trinidad and Tobago", "alpha-2": "TT", "country-code": "780" },
2185
+ { "name": "Tunisia", "alpha-2": "TN", "country-code": "788" },
2186
+ { "name": "T\xFCrkiye", "alpha-2": "TR", "country-code": "792" },
2187
+ { "name": "Turkmenistan", "alpha-2": "TM", "country-code": "795" },
2188
+ { "name": "Turks and Caicos Islands", "alpha-2": "TC", "country-code": "796" },
2189
+ { "name": "Tuvalu", "alpha-2": "TV", "country-code": "798" },
2190
+ { "name": "Uganda", "alpha-2": "UG", "country-code": "800" },
2191
+ { "name": "Ukraine", "alpha-2": "UA", "country-code": "804" },
2192
+ { "name": "United Arab Emirates", "alpha-2": "AE", "country-code": "784" },
2193
+ { "name": "United Kingdom of Great Britain and Northern Ireland", "alpha-2": "GB", "country-code": "826" },
2194
+ { "name": "United States of America", "alpha-2": "US", "country-code": "840" },
2195
+ { "name": "United States Minor Outlying Islands", "alpha-2": "UM", "country-code": "581" },
2196
+ { "name": "Uruguay", "alpha-2": "UY", "country-code": "858" },
2197
+ { "name": "Uzbekistan", "alpha-2": "UZ", "country-code": "860" },
2198
+ { "name": "Vanuatu", "alpha-2": "VU", "country-code": "548" },
2199
+ { "name": "Venezuela, Bolivarian Republic of", "alpha-2": "VE", "country-code": "862" },
2200
+ { "name": "Viet Nam", "alpha-2": "VN", "country-code": "704" },
2201
+ { "name": "Virgin Islands (British)", "alpha-2": "VG", "country-code": "092" },
2202
+ { "name": "Virgin Islands (U.S.)", "alpha-2": "VI", "country-code": "850" },
2203
+ { "name": "Wallis and Futuna", "alpha-2": "WF", "country-code": "876" },
2204
+ { "name": "Western Sahara", "alpha-2": "EH", "country-code": "732" },
2205
+ { "name": "Yemen", "alpha-2": "YE", "country-code": "887" },
2206
+ { "name": "Zambia", "alpha-2": "ZM", "country-code": "894" },
2207
+ { "name": "Zimbabwe", "alpha-2": "ZW", "country-code": "716" }
2208
+ ];
2209
+
1812
2210
  // src/types/dictionary/MapTo.ts
1813
2211
  var toFinalizedConfig = (config) => {
1814
2212
  return { ...config, finalized: true };
@@ -2553,9 +2951,21 @@ var isYouTubePlaylistUrl = (val) => {
2553
2951
  var feed_map = (type) => {
2554
2952
  return isUndefined(type) ? `/feed` : type === "liked" ? `/playlist?list=LL` : ["history", "playlists", "trending", "subscriptions"].includes(type) ? `/feed/${type}` : `/feed/`;
2555
2953
  };
2556
- var isYouTubeFeedUrl = (val, type = void 0) => {
2954
+ var isYouTubeFeedUrl = (val, type) => {
2557
2955
  return isString(val) && (val.startsWith(`https://www.youtube.com${feed_map(type)}`) || val.startsWith(`https://youtube.com${feed_map(type)}`));
2558
2956
  };
2957
+ var isYouTubeFeedHistoryUrl = (val) => {
2958
+ return isString(val) && (val.startsWith(`https://www.youtube.com/feed/history`) || val.startsWith(`https://youtube.com/feed/history`));
2959
+ };
2960
+ var isYouTubePlaylistsUrl = (val) => {
2961
+ return isString(val) && (val.startsWith(`https://www.youtube.com/feed/playlists`) || val.startsWith(`https://youtube.com/feed/playlists`));
2962
+ };
2963
+ var isYouTubeTrendingUrl = (val) => {
2964
+ return isString(val) && (val.startsWith(`https://www.youtube.com/feed/trending`) || val.startsWith(`https://youtube.com/feed/trending`));
2965
+ };
2966
+ var isYouTubeSubscriptionsUrl = (val) => {
2967
+ return isString(val) && (val.startsWith(`https://www.youtube.com/feed/subscriptions`) || val.startsWith(`https://youtube.com/feed/subscriptions`));
2968
+ };
2559
2969
  var isYouTubeCreatorUrl = (url) => {
2560
2970
  return isString(url) && (url.startsWith(`https://www.youtube.com/@`) || url.startsWith(`https://youtube.com/@`) || url.startsWith(`https://www.youtube.com/channel/`));
2561
2971
  };
@@ -2576,18 +2986,6 @@ var isRepoUrl = (val) => {
2576
2986
  (u) => val === u || val.startsWith(`${u}/`)
2577
2987
  );
2578
2988
  };
2579
- var isGithubUrl = (val) => {
2580
- const baseUrls = REPO_SOURCE_LOOKUP["github"];
2581
- return isString(val) && baseUrls.every(
2582
- (u) => val === u || val.startsWith(`${u}/`)
2583
- );
2584
- };
2585
- var isGithubRepoUrl = (val) => {
2586
- const baseUrls = [""];
2587
- return isString(val) && baseUrls.every(
2588
- (u) => val === u || val.startsWith(`${u}/`)
2589
- );
2590
- };
2591
2989
  var isBitbucketUrl = (val) => {
2592
2990
  const baseUrls = REPO_SOURCE_LOOKUP["bitbucket"];
2593
2991
  return isString(val) && baseUrls.every(
@@ -2839,6 +3237,112 @@ var isAlpha = (value) => {
2839
3237
  return isString(value) && split(value).every((v) => ALPHA_CHARS.includes(v));
2840
3238
  };
2841
3239
 
3240
+ // src/runtime/type-guards/github.ts
3241
+ var isGithubUrl = (val) => {
3242
+ return isString(val) && (val.startsWith("https://github.com") || val.startsWith("https://www.github.com") || val.startsWith("https://github.io"));
3243
+ };
3244
+ var isGithubOrgUrl = (val) => {
3245
+ return isString(val) && (val.startsWith("https://github.com/") && stripper(val).length === 2);
3246
+ };
3247
+ var stripper = (s) => {
3248
+ return stripTrailing(
3249
+ stripLeading(s, "https://github.com/"),
3250
+ "/"
3251
+ );
3252
+ };
3253
+ var isGithubRepoUrl = (val) => {
3254
+ return isString(val) && (val.startsWith("https://github.com/") && stripper(val).split("/").length === 2) ? true : false;
3255
+ };
3256
+ var isGithubRepoReleasesUrl = (val) => {
3257
+ return isString(val) && (val.startsWith("https://github.com/") && val.includes("/releases") && stripper(val).split("/").length === 3);
3258
+ };
3259
+ var isGithubRepoReleaseTagUrl = (val) => {
3260
+ return isString(val) && (val.startsWith("https://github.com/") && val.includes("/releases/tag/") && stripper(val).length === 4);
3261
+ };
3262
+ var isGithubIssuesListUrl = (val) => {
3263
+ return isString(val) && val.startsWith("https://github.com/") && val.includes("/issues");
3264
+ };
3265
+ var isGithubIssueUrl = (val) => {
3266
+ return isString(val) && (val.startsWith("https://github.com/") && val.includes("/issues/"));
3267
+ };
3268
+ var isGithubProjectsListUrl = (val) => {
3269
+ return isString(val) && (val.startsWith("https://github.com/") && (val.includes("/projects?") || val.trim().endsWith("/projects")) && stripper(val).split("/").length === 3);
3270
+ };
3271
+ var isGithubProjectUrl = (val) => {
3272
+ return isString(val) && (val.startsWith("https://github.com/") && val.includes("/projects/") && stripper(val).split("/").length === 4);
3273
+ };
3274
+ var isGithubReleasesListUrl = (val) => {
3275
+ return isString(val) && (val.startsWith("https://github.com/") && (val.includes("/releases?") || val.trim().endsWith("/releases")) && stripper(val).split("/").length === 3);
3276
+ };
3277
+ var isGithubReleaseTagUrl = (val) => {
3278
+ return isString(val) && (val.startsWith("https://github.com/") && val.includes("/releases/tag/") && stripper(val).split("/").length === 5);
3279
+ };
3280
+
3281
+ // src/runtime/type-guards/retail.ts
3282
+ var isWholeFoodsUrl = (val) => {
3283
+ return isString(val) && WHOLE_FOODS_DNS.some((i) => val.startsWith(`https://${i}`));
3284
+ };
3285
+ var isCvsUrl = (val) => {
3286
+ return isString(val) && CVS_DNS.some((i) => val.startsWith(`https://${i}`));
3287
+ };
3288
+ var isWalgreensUrl = (val) => {
3289
+ return isString(val) && WALGREENS_DNS.some((i) => val.startsWith(`https://${i}`));
3290
+ };
3291
+ var isKrogersUrl = (val) => {
3292
+ return isString(val) && KROGER_DNS.some((i) => val.startsWith(`https://${i}`));
3293
+ };
3294
+ var isZaraUrl = (val) => {
3295
+ return isString(val) && ZARA_DNS.some((i) => val.startsWith(`https://${i}`));
3296
+ };
3297
+ var isHmUrl = (val) => {
3298
+ return isString(val) && HM_DNS.some((i) => val.startsWith(`https://${i}`));
3299
+ };
3300
+ var isDellUrl = (val) => {
3301
+ return isString(val) && DELL_DNS.some((i) => val.startsWith(`https://${i}`));
3302
+ };
3303
+ var isIkeaUrl = (val) => {
3304
+ return isString(val) && KROGER_DNS.some((i) => val.startsWith(`https://${i}`));
3305
+ };
3306
+ var isLowesUrl = (val) => {
3307
+ return isString(val) && KROGER_DNS.some((i) => val.startsWith(`https://${i}`));
3308
+ };
3309
+ var isNikeUrl = (val) => {
3310
+ return isString(val) && NIKE_DNS.some((i) => val.startsWith(`https://${i}`));
3311
+ };
3312
+ var isWayfairUrl = (val) => {
3313
+ return isString(val) && WAYFAIR_DNS.some((i) => val.startsWith(`https://${i}`));
3314
+ };
3315
+ var isBestBuyUrl = (val) => {
3316
+ return isString(val) && BEST_BUY_DNS.some((i) => val.startsWith(`https://${i}`));
3317
+ };
3318
+ var isCostCoUrl = (val) => {
3319
+ return isString(val) && COSTCO_DNS.some((i) => val.startsWith(`https://${i}`));
3320
+ };
3321
+ var isEtsyUrl = (val) => {
3322
+ return isString(val) && ETSY_DNS.some((i) => val.startsWith(`https://${i}`));
3323
+ };
3324
+ var isTargetUrl = (val) => {
3325
+ return isString(val) && TARGET_DNS.some((i) => val.startsWith(`https://${i}`));
3326
+ };
3327
+ var isEbayUrl = (val) => {
3328
+ return isString(val) && EBAY_DNS.some((i) => val.startsWith(`https://${i}`));
3329
+ };
3330
+ var isHomeDepotUrl = (val) => {
3331
+ return isString(val) && HOME_DEPOT_DNS.some((i) => val.startsWith(`https://${i}`));
3332
+ };
3333
+ var isMacysUrl = (val) => {
3334
+ return isString(val) && MACYS_DNS.some((i) => val.startsWith(`https://${i}`));
3335
+ };
3336
+ var isAppleUrl = (val) => {
3337
+ return isString(val) && APPLE_DNS.some((i) => val.startsWith(`https://${i}`));
3338
+ };
3339
+ var isWalmartUrl = (val) => {
3340
+ return isString(val) && WALMART_DNS.some((i) => val.startsWith(`https://${i}`));
3341
+ };
3342
+ var isAmazonUrl = (val) => {
3343
+ return isString(val) && AMAZON_DNS.some((i) => val.startsWith(`https://${i}`));
3344
+ };
3345
+
2842
3346
  // src/runtime/type-guards/tokens/isAtomicToken.ts
2843
3347
  var isAtomicToken = (val) => {
2844
3348
  return isString(val) && TT_Atomics.some((v) => val === `<<${v}>>`);
@@ -2958,6 +3462,12 @@ var isHtmlElement = (val) => {
2958
3462
  return isObject(val) && "attributes" in val && "firstElementChild" in val && "innerHTML" in val;
2959
3463
  };
2960
3464
 
3465
+ // src/runtime/type-guards/countries/isIso3166Alpha2.ts
3466
+ var isIso3166Alpha2 = (val) => {
3467
+ const codes = ISO3166_1.map((i) => i["alpha-2"]);
3468
+ return isString(val) && codes.includes(val);
3469
+ };
3470
+
2961
3471
  // src/runtime/literals/stripTrailing.ts
2962
3472
  function stripTrailing(content, ...strip) {
2963
3473
  let output = String(content);
@@ -4012,12 +4522,21 @@ var asVueRef = (value) => ({
4012
4522
  // Annotate the CommonJS export names for ESM import in node:
4013
4523
  0 && (module.exports = {
4014
4524
  ALPHA_CHARS,
4525
+ AMAZON_DNS,
4526
+ APPLE_DNS,
4527
+ BEST_BUY_DNS,
4528
+ CHEWY_DNS,
4015
4529
  COMMA,
4016
4530
  COMMON_OBJ_PROPS,
4017
4531
  CONSONANTS,
4532
+ COSTCO_DNS,
4533
+ CVS_DNS,
4018
4534
  DEFAULT_MANY_TO_ONE_MAPPING,
4019
4535
  DEFAULT_ONE_TO_MANY_MAPPING,
4020
4536
  DEFAULT_ONE_TO_ONE_MAPPING,
4537
+ DELL_DNS,
4538
+ EBAY_DNS,
4539
+ ETSY_DNS,
4021
4540
  ExifCompression,
4022
4541
  ExifContrast,
4023
4542
  ExifEmbedPolicy,
@@ -4039,17 +4558,25 @@ var asVueRef = (value) => ({
4039
4558
  HASH_TABLE_OTHER,
4040
4559
  HASH_TABLE_SPECIAL,
4041
4560
  HASH_TABLE_WIDE,
4561
+ HM_DNS,
4562
+ HOME_DEPOT_DNS,
4563
+ IKEA_DNS,
4042
4564
  IMAGE_FORMAT_LOOKUP,
4043
4565
  IPv4,
4044
4566
  IPv6,
4567
+ ISO3166_1,
4568
+ KROGER_DNS,
4045
4569
  LITERAL_TYPE_KINDS,
4046
4570
  LOWER_ALPHA_CHARS,
4571
+ LOWES_DNS,
4572
+ MACYS_DNS,
4047
4573
  MARKED,
4048
4574
  MONTH_ABBR,
4049
4575
  MONTH_NAME,
4050
4576
  MapCardinality,
4051
4577
  NARROW_CONTAINER_TYPE_KINDS,
4052
4578
  NETWORK_PROTOCOL_LOOKUP,
4579
+ NIKE_DNS,
4053
4580
  NON_ZERO_NUMERIC_CHAR,
4054
4581
  NOT_APPLICABLE,
4055
4582
  NOT_DEFINED,
@@ -4084,6 +4611,7 @@ var asVueRef = (value) => ({
4084
4611
  SIMPLE_UNION_TOKENS,
4085
4612
  SINGULAR_NOUN_ENDINGS,
4086
4613
  ShapeApiImplementation,
4614
+ TARGET_DNS,
4087
4615
  TOP_LEVEL_DOMAINS,
4088
4616
  TT_Atomics,
4089
4617
  TT_Containers,
@@ -4133,10 +4661,15 @@ var asVueRef = (value) => ({
4133
4661
  US_STATE_LOOKUP,
4134
4662
  US_STATE_LOOKUP_PROVINCES,
4135
4663
  US_STATE_LOOKUP_STRICT,
4664
+ WALGREENS_DNS,
4665
+ WALMART_DNS,
4666
+ WAYFAIR_DNS,
4136
4667
  WHITESPACE_CHARS,
4668
+ WHOLE_FOODS_DNS,
4137
4669
  WIDE_CONTAINER_TYPE_KINDS,
4138
4670
  WIDE_TYPE_KINDS,
4139
4671
  WideAssignment,
4672
+ ZARA_DNS,
4140
4673
  ZIP_TO_STATE,
4141
4674
  addFnToProps,
4142
4675
  addPropsToFn,
@@ -4225,11 +4758,14 @@ var asVueRef = (value) => ({
4225
4758
  ip6GroupExpansion,
4226
4759
  ip6Prefix,
4227
4760
  isAlpha,
4761
+ isAmazonUrl,
4228
4762
  isApi,
4229
4763
  isApiSurface,
4764
+ isAppleUrl,
4230
4765
  isArray,
4231
4766
  isArrayToken,
4232
4767
  isAtomicToken,
4768
+ isBestBuyUrl,
4233
4769
  isBitbucketUrl,
4234
4770
  isBoolean,
4235
4771
  isBooleanLike,
@@ -4238,33 +4774,55 @@ var asVueRef = (value) => ({
4238
4774
  isConstant,
4239
4775
  isContainer,
4240
4776
  isContainerToken,
4777
+ isCostCoUrl,
4241
4778
  isCssAspectRatio,
4779
+ isCvsUrl,
4242
4780
  isDefined,
4781
+ isDellUrl,
4243
4782
  isDomainName,
4244
4783
  isDoneFn,
4784
+ isEbayUrl,
4245
4785
  isEmail,
4246
4786
  isEqual,
4247
4787
  isErrorCondition,
4248
4788
  isEscapeFunction,
4789
+ isEtsyUrl,
4249
4790
  isFalse,
4250
4791
  isFalsy,
4251
4792
  isFnToken,
4252
4793
  isFnWithParams,
4253
4794
  isFunction,
4254
4795
  isGeneratorToken,
4796
+ isGithubIssueUrl,
4797
+ isGithubIssuesListUrl,
4798
+ isGithubOrgUrl,
4799
+ isGithubProjectUrl,
4800
+ isGithubProjectsListUrl,
4801
+ isGithubReleaseTagUrl,
4802
+ isGithubReleasesListUrl,
4803
+ isGithubRepoReleaseTagUrl,
4804
+ isGithubRepoReleasesUrl,
4255
4805
  isGithubRepoUrl,
4256
4806
  isGithubUrl,
4257
4807
  isHexadecimal,
4808
+ isHmUrl,
4809
+ isHomeDepotUrl,
4258
4810
  isHtmlElement,
4811
+ isIkeaUrl,
4259
4812
  isIndexable,
4260
4813
  isInlineSvg,
4261
4814
  isIp4Address,
4262
4815
  isIp6Address,
4263
4816
  isIpAddress,
4817
+ isIso3166Alpha2,
4818
+ isKrogersUrl,
4264
4819
  isLength,
4265
4820
  isLikeRegExp,
4821
+ isLowesUrl,
4822
+ isMacysUrl,
4266
4823
  isMapToken,
4267
4824
  isNever,
4825
+ isNikeUrl,
4268
4826
  isNotNull,
4269
4827
  isNothing,
4270
4828
  isNull,
@@ -4297,6 +4855,7 @@ var asVueRef = (value) => ({
4297
4855
  isSpecificConstant,
4298
4856
  isString,
4299
4857
  isSymbol,
4858
+ isTargetUrl,
4300
4859
  isThenable,
4301
4860
  isTrimable,
4302
4861
  isTrue,
@@ -4314,14 +4873,23 @@ var asVueRef = (value) => ({
4314
4873
  isUrl,
4315
4874
  isUrlPath,
4316
4875
  isUrlSource,
4876
+ isWalgreensUrl,
4877
+ isWalmartUrl,
4878
+ isWayfairUrl,
4317
4879
  isWeakMapToken,
4880
+ isWholeFoodsUrl,
4318
4881
  isYouTubeCreatorUrl,
4882
+ isYouTubeFeedHistoryUrl,
4319
4883
  isYouTubeFeedUrl,
4320
4884
  isYouTubePlaylistUrl,
4885
+ isYouTubePlaylistsUrl,
4321
4886
  isYouTubeShareUrl,
4887
+ isYouTubeSubscriptionsUrl,
4888
+ isYouTubeTrendingUrl,
4322
4889
  isYouTubeUrl,
4323
4890
  isYouTubeVideoUrl,
4324
4891
  isYouTubeVideosInPlaylist,
4892
+ isZaraUrl,
4325
4893
  joinWith,
4326
4894
  jsonValue,
4327
4895
  jsonValues,