inferred-types 0.51.0 → 0.51.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3915) hide show
  1. package/LICENSE +20 -0
  2. package/README.md +138 -2
  3. package/dist/constants/Alpha.d.ts +13 -0
  4. package/dist/constants/Alpha.d.ts.map +1 -0
  5. package/dist/constants/Alpha.js +19 -0
  6. package/dist/constants/Books.d.ts +2 -0
  7. package/dist/constants/Books.d.ts.map +1 -0
  8. package/dist/constants/Books.js +8 -0
  9. package/dist/constants/Characters.d.ts +2 -0
  10. package/dist/constants/Characters.d.ts.map +1 -0
  11. package/dist/constants/Characters.js +6 -0
  12. package/dist/constants/Comma.d.ts +16 -0
  13. package/dist/constants/Comma.d.ts.map +1 -0
  14. package/dist/constants/Comma.js +10 -0
  15. package/dist/constants/CommonObjProps.d.ts +12 -0
  16. package/dist/constants/CommonObjProps.d.ts.map +1 -0
  17. package/dist/constants/CommonObjProps.js +3 -0
  18. package/dist/constants/Consonants.d.ts +2 -0
  19. package/dist/constants/Consonants.d.ts.map +1 -0
  20. package/dist/constants/Consonants.js +23 -0
  21. package/dist/constants/Constant.d.ts +11 -0
  22. package/dist/constants/Constant.d.ts.map +1 -0
  23. package/dist/constants/Constant.js +1 -0
  24. package/dist/constants/DateTime.d.ts +13 -0
  25. package/dist/constants/DateTime.d.ts.map +1 -0
  26. package/dist/constants/DateTime.js +38 -0
  27. package/dist/constants/FalsyValues.d.ts +8 -0
  28. package/dist/constants/FalsyValues.d.ts.map +1 -0
  29. package/dist/constants/FalsyValues.js +9 -0
  30. package/dist/constants/Functional.d.ts +19 -0
  31. package/dist/constants/Functional.d.ts.map +1 -0
  32. package/dist/constants/Functional.js +18 -0
  33. package/dist/constants/Geo.d.ts +386 -0
  34. package/dist/constants/Geo.d.ts.map +1 -0
  35. package/dist/constants/Geo.js +95 -0
  36. package/dist/constants/HashTable.d.ts +199 -0
  37. package/dist/constants/HashTable.d.ts.map +1 -0
  38. package/dist/constants/HashTable.js +121 -0
  39. package/dist/constants/ISO3166.d.ts +715 -0
  40. package/dist/constants/ISO3166.d.ts.map +1 -0
  41. package/dist/constants/ISO3166.js +147 -0
  42. package/dist/constants/Images.d.ts +42 -0
  43. package/dist/constants/Images.d.ts.map +1 -0
  44. package/dist/constants/Images.js +12 -0
  45. package/dist/constants/Marked.d.ts +9 -0
  46. package/dist/constants/Marked.d.ts.map +1 -0
  47. package/dist/constants/Marked.js +2 -0
  48. package/dist/constants/Markers.d.ts +82 -0
  49. package/dist/constants/Markers.d.ts.map +1 -0
  50. package/dist/constants/Markers.js +22 -0
  51. package/dist/constants/Metrics.d.ts +374 -0
  52. package/dist/constants/Metrics.d.ts.map +1 -0
  53. package/dist/constants/Metrics.js +151 -0
  54. package/dist/constants/NetworkConstants.d.ts +29 -0
  55. package/dist/constants/NetworkConstants.d.ts.map +1 -0
  56. package/dist/constants/NetworkConstants.js +83 -0
  57. package/dist/constants/Never.d.ts +10 -0
  58. package/dist/constants/Never.d.ts.map +1 -0
  59. package/dist/constants/Never.js +10 -0
  60. package/dist/constants/News.d.ts +1281 -0
  61. package/dist/constants/News.d.ts.map +1 -0
  62. package/dist/constants/News.js +419 -0
  63. package/dist/constants/NoDefaultValue.d.ts +11 -0
  64. package/dist/constants/NoDefaultValue.d.ts.map +1 -0
  65. package/dist/constants/NoDefaultValue.js +6 -0
  66. package/dist/constants/NotApplicable.d.ts +11 -0
  67. package/dist/constants/NotApplicable.d.ts.map +1 -0
  68. package/dist/constants/NotApplicable.js +1 -0
  69. package/dist/constants/NotDefined.d.ts +8 -0
  70. package/dist/constants/NotDefined.d.ts.map +1 -0
  71. package/dist/constants/NotDefined.js +7 -0
  72. package/dist/constants/NumericChar.d.ts +10 -0
  73. package/dist/constants/NumericChar.d.ts.map +1 -0
  74. package/dist/constants/NumericChar.js +13 -0
  75. package/dist/constants/NumericDigit.d.ts +9 -0
  76. package/dist/constants/NumericDigit.d.ts.map +1 -0
  77. package/dist/constants/NumericDigit.js +10 -0
  78. package/dist/constants/Phone.d.ts +8 -0
  79. package/dist/constants/Phone.d.ts.map +1 -0
  80. package/dist/constants/Phone.js +262 -0
  81. package/dist/constants/PluralExceptions.d.ts +97 -0
  82. package/dist/constants/PluralExceptions.d.ts.map +1 -0
  83. package/dist/constants/PluralExceptions.js +100 -0
  84. package/dist/constants/ProxmoxConstants.d.ts +2 -0
  85. package/dist/constants/ProxmoxConstants.d.ts.map +1 -0
  86. package/dist/constants/ProxmoxConstants.js +3 -0
  87. package/dist/constants/RepoConstants.d.ts +31 -0
  88. package/dist/constants/RepoConstants.d.ts.map +1 -0
  89. package/dist/constants/RepoConstants.js +48 -0
  90. package/dist/constants/Retail.d.ts +27 -0
  91. package/dist/constants/Retail.d.ts.map +1 -0
  92. package/dist/constants/Retail.js +89 -0
  93. package/dist/constants/Shape.d.ts +3 -0
  94. package/dist/constants/Shape.d.ts.map +1 -0
  95. package/dist/constants/Shape.js +15 -0
  96. package/dist/constants/SingularNounEnding.d.ts +7 -0
  97. package/dist/constants/SingularNounEnding.d.ts.map +1 -0
  98. package/dist/constants/SingularNounEnding.js +8 -0
  99. package/dist/constants/Social.d.ts +106 -0
  100. package/dist/constants/Social.d.ts.map +1 -0
  101. package/dist/constants/Social.js +122 -0
  102. package/dist/constants/Tailwind.d.ts +89 -0
  103. package/dist/constants/Tailwind.d.ts.map +1 -0
  104. package/dist/constants/Tailwind.js +88 -0
  105. package/dist/constants/TypeComparisons.d.ts +230 -0
  106. package/dist/constants/TypeComparisons.d.ts.map +1 -0
  107. package/dist/constants/TypeComparisons.js +47 -0
  108. package/dist/constants/TypeOf.d.ts +7 -0
  109. package/dist/constants/TypeOf.d.ts.map +1 -0
  110. package/dist/constants/TypeOf.js +6 -0
  111. package/dist/constants/TypeTokens.d.ts +68 -0
  112. package/dist/constants/TypeTokens.d.ts.map +1 -0
  113. package/dist/constants/TypeTokens.js +247 -0
  114. package/dist/constants/TypeTransforms.d.ts +38 -0
  115. package/dist/constants/TypeTransforms.d.ts.map +1 -0
  116. package/dist/constants/TypeTransforms.js +42 -0
  117. package/dist/constants/Types.d.ts +10 -0
  118. package/dist/constants/Types.d.ts.map +1 -0
  119. package/dist/constants/Types.js +26 -0
  120. package/dist/constants/Wide.d.ts +29 -0
  121. package/dist/constants/Wide.d.ts.map +1 -0
  122. package/dist/constants/Wide.js +25 -0
  123. package/dist/constants/createConstant.d.ts +8 -0
  124. package/dist/constants/createConstant.d.ts.map +1 -0
  125. package/dist/constants/createConstant.js +11 -0
  126. package/dist/constants/index.d.ts +42 -0
  127. package/dist/constants/index.d.ts.map +1 -0
  128. package/dist/constants/index.js +41 -0
  129. package/dist/constants/tsconfig.tsbuildinfo +1 -0
  130. package/dist/index.cjs +6242 -10
  131. package/dist/index.js +5657 -4
  132. package/dist/inferred-types/index.d.ts +4 -0
  133. package/dist/inferred-types/index.d.ts.map +1 -0
  134. package/dist/inferred-types/tsconfig.tsbuildinfo +1 -0
  135. package/dist/runtime/api/defineApi.d.ts +21 -0
  136. package/dist/runtime/api/defineApi.d.ts.map +1 -0
  137. package/dist/runtime/api/defineApi.js +114 -0
  138. package/dist/runtime/api/handleDoneFn.d.ts +12 -0
  139. package/dist/runtime/api/handleDoneFn.d.ts.map +1 -0
  140. package/dist/runtime/api/handleDoneFn.js +22 -0
  141. package/dist/runtime/api/index.d.ts +3 -0
  142. package/dist/runtime/api/index.d.ts.map +1 -0
  143. package/dist/runtime/api/index.js +2 -0
  144. package/dist/runtime/boolean-logic/ifArray.d.ts +8 -0
  145. package/dist/runtime/boolean-logic/ifArray.d.ts.map +1 -0
  146. package/dist/runtime/boolean-logic/ifArray.js +8 -0
  147. package/dist/runtime/boolean-logic/ifArrayPartial.d.ts +3 -0
  148. package/dist/runtime/boolean-logic/ifArrayPartial.d.ts.map +1 -0
  149. package/dist/runtime/boolean-logic/ifArrayPartial.js +6 -0
  150. package/dist/runtime/boolean-logic/ifBoolean.d.ts +14 -0
  151. package/dist/runtime/boolean-logic/ifBoolean.d.ts.map +1 -0
  152. package/dist/runtime/boolean-logic/ifBoolean.js +17 -0
  153. package/dist/runtime/boolean-logic/ifChar.d.ts +5 -0
  154. package/dist/runtime/boolean-logic/ifChar.d.ts.map +1 -0
  155. package/dist/runtime/boolean-logic/ifChar.js +8 -0
  156. package/dist/runtime/boolean-logic/ifContainer.d.ts +3 -0
  157. package/dist/runtime/boolean-logic/ifContainer.d.ts.map +1 -0
  158. package/dist/runtime/boolean-logic/ifContainer.js +6 -0
  159. package/dist/runtime/boolean-logic/ifFalse.d.ts +18 -0
  160. package/dist/runtime/boolean-logic/ifFalse.d.ts.map +1 -0
  161. package/dist/runtime/boolean-logic/ifFalse.js +19 -0
  162. package/dist/runtime/boolean-logic/ifFunction.d.ts +11 -0
  163. package/dist/runtime/boolean-logic/ifFunction.d.ts.map +1 -0
  164. package/dist/runtime/boolean-logic/ifFunction.js +13 -0
  165. package/dist/runtime/boolean-logic/ifHasKey.d.ts +3 -0
  166. package/dist/runtime/boolean-logic/ifHasKey.d.ts.map +1 -0
  167. package/dist/runtime/boolean-logic/ifHasKey.js +4 -0
  168. package/dist/runtime/boolean-logic/ifLength.d.ts +14 -0
  169. package/dist/runtime/boolean-logic/ifLength.d.ts.map +1 -0
  170. package/dist/runtime/boolean-logic/ifLength.js +16 -0
  171. package/dist/runtime/boolean-logic/ifNotNull.d.ts +14 -0
  172. package/dist/runtime/boolean-logic/ifNotNull.d.ts.map +1 -0
  173. package/dist/runtime/boolean-logic/ifNotNull.js +17 -0
  174. package/dist/runtime/boolean-logic/ifNull.d.ts +14 -0
  175. package/dist/runtime/boolean-logic/ifNull.d.ts.map +1 -0
  176. package/dist/runtime/boolean-logic/ifNull.js +17 -0
  177. package/dist/runtime/boolean-logic/ifNumber.d.ts +14 -0
  178. package/dist/runtime/boolean-logic/ifNumber.d.ts.map +1 -0
  179. package/dist/runtime/boolean-logic/ifNumber.js +17 -0
  180. package/dist/runtime/boolean-logic/ifObject.d.ts +3 -0
  181. package/dist/runtime/boolean-logic/ifObject.d.ts.map +1 -0
  182. package/dist/runtime/boolean-logic/ifObject.js +4 -0
  183. package/dist/runtime/boolean-logic/ifSameType.d.ts +10 -0
  184. package/dist/runtime/boolean-logic/ifSameType.d.ts.map +1 -0
  185. package/dist/runtime/boolean-logic/ifSameType.js +14 -0
  186. package/dist/runtime/boolean-logic/ifScalar.d.ts +16 -0
  187. package/dist/runtime/boolean-logic/ifScalar.d.ts.map +1 -0
  188. package/dist/runtime/boolean-logic/ifScalar.js +20 -0
  189. package/dist/runtime/boolean-logic/ifString.d.ts +14 -0
  190. package/dist/runtime/boolean-logic/ifString.d.ts.map +1 -0
  191. package/dist/runtime/boolean-logic/ifString.js +16 -0
  192. package/dist/runtime/boolean-logic/ifTrue.d.ts +13 -0
  193. package/dist/runtime/boolean-logic/ifTrue.d.ts.map +1 -0
  194. package/dist/runtime/boolean-logic/ifTrue.js +18 -0
  195. package/dist/runtime/boolean-logic/ifUndefined.d.ts +15 -0
  196. package/dist/runtime/boolean-logic/ifUndefined.d.ts.map +1 -0
  197. package/dist/runtime/boolean-logic/ifUndefined.js +18 -0
  198. package/dist/runtime/boolean-logic/index.d.ts +19 -0
  199. package/dist/runtime/boolean-logic/index.d.ts.map +1 -0
  200. package/dist/runtime/boolean-logic/index.js +18 -0
  201. package/dist/runtime/combinators/and.d.ts +7 -0
  202. package/dist/runtime/combinators/and.d.ts.map +1 -0
  203. package/dist/runtime/combinators/and.js +7 -0
  204. package/dist/runtime/combinators/index.d.ts +3 -0
  205. package/dist/runtime/combinators/index.d.ts.map +1 -0
  206. package/dist/runtime/combinators/index.js +2 -0
  207. package/dist/runtime/combinators/or.d.ts +9 -0
  208. package/dist/runtime/combinators/or.d.ts.map +1 -0
  209. package/dist/runtime/combinators/or.js +10 -0
  210. package/dist/runtime/dictionary/defineOptions.d.ts +26 -0
  211. package/dist/runtime/dictionary/defineOptions.d.ts.map +1 -0
  212. package/dist/runtime/dictionary/defineOptions.js +30 -0
  213. package/dist/runtime/dictionary/entries.d.ts +18 -0
  214. package/dist/runtime/dictionary/entries.d.ts.map +1 -0
  215. package/dist/runtime/dictionary/entries.js +25 -0
  216. package/dist/runtime/dictionary/get.d.ts +37 -0
  217. package/dist/runtime/dictionary/get.d.ts.map +1 -0
  218. package/dist/runtime/dictionary/get.js +65 -0
  219. package/dist/runtime/dictionary/index.d.ts +13 -0
  220. package/dist/runtime/dictionary/index.d.ts.map +1 -0
  221. package/dist/runtime/dictionary/index.js +20 -0
  222. package/dist/runtime/dictionary/keysOf.d.ts +12 -0
  223. package/dist/runtime/dictionary/keysOf.d.ts.map +1 -0
  224. package/dist/runtime/dictionary/keysOf.js +20 -0
  225. package/dist/runtime/dictionary/omit.d.ts +20 -0
  226. package/dist/runtime/dictionary/omit.d.ts.map +1 -0
  227. package/dist/runtime/dictionary/omit.js +27 -0
  228. package/dist/runtime/dictionary/retain.d.ts +13 -0
  229. package/dist/runtime/dictionary/retain.d.ts.map +1 -0
  230. package/dist/runtime/dictionary/retain.js +18 -0
  231. package/dist/runtime/dictionary/sharedKeys.d.ts +8 -0
  232. package/dist/runtime/dictionary/sharedKeys.d.ts.map +1 -0
  233. package/dist/runtime/dictionary/sharedKeys.js +10 -0
  234. package/dist/runtime/dictionary/takeProp.d.ts +12 -0
  235. package/dist/runtime/dictionary/takeProp.d.ts.map +1 -0
  236. package/dist/runtime/dictionary/takeProp.js +15 -0
  237. package/dist/runtime/dictionary/valuesOf.d.ts +10 -0
  238. package/dist/runtime/dictionary/valuesOf.d.ts.map +1 -0
  239. package/dist/runtime/dictionary/valuesOf.js +14 -0
  240. package/dist/runtime/dictionary/withDefaults.d.ts +9 -0
  241. package/dist/runtime/dictionary/withDefaults.d.ts.map +1 -0
  242. package/dist/runtime/dictionary/withDefaults.js +13 -0
  243. package/dist/runtime/dictionary/withKeys.d.ts +18 -0
  244. package/dist/runtime/dictionary/withKeys.d.ts.map +1 -0
  245. package/dist/runtime/dictionary/withKeys.js +10 -0
  246. package/dist/runtime/dictionary/withoutKeys.d.ts +13 -0
  247. package/dist/runtime/dictionary/withoutKeys.d.ts.map +1 -0
  248. package/dist/runtime/dictionary/withoutKeys.js +12 -0
  249. package/dist/runtime/dictionary/withoutValue.d.ts +17 -0
  250. package/dist/runtime/dictionary/withoutValue.d.ts.map +1 -0
  251. package/dist/runtime/dictionary/withoutValue.js +21 -0
  252. package/dist/runtime/errors/KindError.d.ts +27 -0
  253. package/dist/runtime/errors/KindError.d.ts.map +1 -0
  254. package/dist/runtime/errors/KindError.js +33 -0
  255. package/dist/runtime/errors/TypedError.d.ts +31 -0
  256. package/dist/runtime/errors/TypedError.d.ts.map +1 -0
  257. package/dist/runtime/errors/TypedError.js +16 -0
  258. package/dist/runtime/errors/createErrorCondition.d.ts +14 -0
  259. package/dist/runtime/errors/createErrorCondition.d.ts.map +1 -0
  260. package/dist/runtime/errors/createErrorCondition.js +19 -0
  261. package/dist/runtime/errors/index.d.ts +3 -0
  262. package/dist/runtime/errors/index.d.ts.map +1 -0
  263. package/dist/runtime/errors/index.js +2 -0
  264. package/dist/runtime/errors/kindedError.d.ts +27 -0
  265. package/dist/runtime/errors/kindedError.d.ts.map +1 -0
  266. package/dist/runtime/errors/kindedError.js +33 -0
  267. package/dist/runtime/functional/index.d.ts +2 -0
  268. package/dist/runtime/functional/index.d.ts.map +1 -0
  269. package/dist/runtime/functional/index.js +1 -0
  270. package/dist/runtime/functional/result.d.ts +2 -0
  271. package/dist/runtime/functional/result.d.ts.map +1 -0
  272. package/dist/runtime/functional/result.js +286 -0
  273. package/dist/runtime/functions/fnMeta.d.ts +16 -0
  274. package/dist/runtime/functions/fnMeta.d.ts.map +1 -0
  275. package/dist/runtime/functions/fnMeta.js +16 -0
  276. package/dist/runtime/functions/index.d.ts +3 -0
  277. package/dist/runtime/functions/index.d.ts.map +1 -0
  278. package/dist/runtime/functions/index.js +2 -0
  279. package/dist/runtime/functions/wrapFn.d.ts +2 -0
  280. package/dist/runtime/functions/wrapFn.d.ts.map +1 -0
  281. package/dist/runtime/functions/wrapFn.js +24 -0
  282. package/dist/runtime/index.d.ts +18 -0
  283. package/dist/runtime/index.d.ts.map +1 -0
  284. package/dist/runtime/index.js +17 -0
  285. package/dist/runtime/initializers/addFnToProps.d.ts +9 -0
  286. package/dist/runtime/initializers/addFnToProps.d.ts.map +1 -0
  287. package/dist/runtime/initializers/addFnToProps.js +17 -0
  288. package/dist/runtime/initializers/addPropsToFn.d.ts +15 -0
  289. package/dist/runtime/initializers/addPropsToFn.d.ts.map +1 -0
  290. package/dist/runtime/initializers/addPropsToFn.js +22 -0
  291. package/dist/runtime/initializers/createCssSelector.d.ts +24 -0
  292. package/dist/runtime/initializers/createCssSelector.d.ts.map +1 -0
  293. package/dist/runtime/initializers/createCssSelector.js +15 -0
  294. package/dist/runtime/initializers/createFnWithProps.d.ts +8 -0
  295. package/dist/runtime/initializers/createFnWithProps.d.ts.map +1 -0
  296. package/dist/runtime/initializers/createFnWithProps.js +15 -0
  297. package/dist/runtime/initializers/defineObj.d.ts +17 -0
  298. package/dist/runtime/initializers/defineObj.d.ts.map +1 -0
  299. package/dist/runtime/initializers/defineObj.js +27 -0
  300. package/dist/runtime/initializers/defineTuple.d.ts +19 -0
  301. package/dist/runtime/initializers/defineTuple.d.ts.map +1 -0
  302. package/dist/runtime/initializers/defineTuple.js +22 -0
  303. package/dist/runtime/initializers/index.d.ts +7 -0
  304. package/dist/runtime/initializers/index.d.ts.map +1 -0
  305. package/dist/runtime/initializers/index.js +6 -0
  306. package/dist/runtime/lists/asArray.d.ts +18 -0
  307. package/dist/runtime/lists/asArray.d.ts.map +1 -0
  308. package/dist/runtime/lists/asArray.js +19 -0
  309. package/dist/runtime/lists/createComparison.d.ts +9 -0
  310. package/dist/runtime/lists/createComparison.d.ts.map +1 -0
  311. package/dist/runtime/lists/createComparison.js +9 -0
  312. package/dist/runtime/lists/createConverter.d.ts +25 -0
  313. package/dist/runtime/lists/createConverter.d.ts.map +1 -0
  314. package/dist/runtime/lists/createConverter.js +59 -0
  315. package/dist/runtime/lists/filter.d.ts +2 -0
  316. package/dist/runtime/lists/filter.d.ts.map +1 -0
  317. package/dist/runtime/lists/filter.js +55 -0
  318. package/dist/runtime/lists/find.d.ts +15 -0
  319. package/dist/runtime/lists/find.d.ts.map +1 -0
  320. package/dist/runtime/lists/find.js +17 -0
  321. package/dist/runtime/lists/getEach.d.ts +19 -0
  322. package/dist/runtime/lists/getEach.d.ts.map +1 -0
  323. package/dist/runtime/lists/getEach.js +25 -0
  324. package/dist/runtime/lists/index.d.ts +15 -0
  325. package/dist/runtime/lists/index.d.ts.map +1 -0
  326. package/dist/runtime/lists/index.js +22 -0
  327. package/dist/runtime/lists/indexOf.d.ts +14 -0
  328. package/dist/runtime/lists/indexOf.d.ts.map +1 -0
  329. package/dist/runtime/lists/indexOf.js +38 -0
  330. package/dist/runtime/lists/intersection.d.ts +13 -0
  331. package/dist/runtime/lists/intersection.d.ts.map +1 -0
  332. package/dist/runtime/lists/intersection.js +41 -0
  333. package/dist/runtime/lists/join.d.ts +17 -0
  334. package/dist/runtime/lists/join.d.ts.map +1 -0
  335. package/dist/runtime/lists/join.js +22 -0
  336. package/dist/runtime/lists/last.d.ts +3 -0
  337. package/dist/runtime/lists/last.d.ts.map +1 -0
  338. package/dist/runtime/lists/last.js +3 -0
  339. package/dist/runtime/lists/logicalReturns.d.ts +3 -0
  340. package/dist/runtime/lists/logicalReturns.d.ts.map +1 -0
  341. package/dist/runtime/lists/logicalReturns.js +9 -0
  342. package/dist/runtime/lists/reverse.d.ts +8 -0
  343. package/dist/runtime/lists/reverse.d.ts.map +1 -0
  344. package/dist/runtime/lists/reverse.js +8 -0
  345. package/dist/runtime/lists/shift.d.ts +22 -0
  346. package/dist/runtime/lists/shift.d.ts.map +1 -0
  347. package/dist/runtime/lists/shift.js +39 -0
  348. package/dist/runtime/lists/slice.d.ts +9 -0
  349. package/dist/runtime/lists/slice.d.ts.map +1 -0
  350. package/dist/runtime/lists/slice.js +9 -0
  351. package/dist/runtime/lists/unique.d.ts +9 -0
  352. package/dist/runtime/lists/unique.d.ts.map +1 -0
  353. package/dist/runtime/lists/unique.js +15 -0
  354. package/dist/runtime/literals/box.d.ts +26 -0
  355. package/dist/runtime/literals/box.d.ts.map +1 -0
  356. package/dist/runtime/literals/box.js +42 -0
  357. package/dist/runtime/literals/capitalize.d.ts +8 -0
  358. package/dist/runtime/literals/capitalize.d.ts.map +1 -0
  359. package/dist/runtime/literals/capitalize.js +9 -0
  360. package/dist/runtime/literals/color/cssColor.d.ts +8 -0
  361. package/dist/runtime/literals/color/cssColor.d.ts.map +1 -0
  362. package/dist/runtime/literals/color/cssColor.js +8 -0
  363. package/dist/runtime/literals/color/index.d.ts +3 -0
  364. package/dist/runtime/literals/color/index.d.ts.map +1 -0
  365. package/dist/runtime/literals/color/index.js +2 -0
  366. package/dist/runtime/literals/color/twColor.d.ts +10 -0
  367. package/dist/runtime/literals/color/twColor.d.ts.map +1 -0
  368. package/dist/runtime/literals/color/twColor.js +12 -0
  369. package/dist/runtime/literals/ensureLeading.d.ts +9 -0
  370. package/dist/runtime/literals/ensureLeading.d.ts.map +1 -0
  371. package/dist/runtime/literals/ensureLeading.js +15 -0
  372. package/dist/runtime/literals/ensureSurround.d.ts +13 -0
  373. package/dist/runtime/literals/ensureSurround.d.ts.map +1 -0
  374. package/dist/runtime/literals/ensureSurround.js +20 -0
  375. package/dist/runtime/literals/ensureTrailing.d.ts +9 -0
  376. package/dist/runtime/literals/ensureTrailing.d.ts.map +1 -0
  377. package/dist/runtime/literals/ensureTrailing.js +11 -0
  378. package/dist/runtime/literals/identity.d.ts +7 -0
  379. package/dist/runtime/literals/identity.d.ts.map +1 -0
  380. package/dist/runtime/literals/identity.js +9 -0
  381. package/dist/runtime/literals/ifLowercase.d.ts +15 -0
  382. package/dist/runtime/literals/ifLowercase.d.ts.map +1 -0
  383. package/dist/runtime/literals/ifLowercase.js +15 -0
  384. package/dist/runtime/literals/ifUppercase.d.ts +15 -0
  385. package/dist/runtime/literals/ifUppercase.d.ts.map +1 -0
  386. package/dist/runtime/literals/ifUppercase.js +19 -0
  387. package/dist/runtime/literals/index.d.ts +45 -0
  388. package/dist/runtime/literals/index.d.ts.map +1 -0
  389. package/dist/runtime/literals/index.js +52 -0
  390. package/dist/runtime/literals/literal.d.ts +42 -0
  391. package/dist/runtime/literals/literal.d.ts.map +1 -0
  392. package/dist/runtime/literals/literal.js +35 -0
  393. package/dist/runtime/literals/lowercase.d.ts +8 -0
  394. package/dist/runtime/literals/lowercase.d.ts.map +1 -0
  395. package/dist/runtime/literals/lowercase.js +9 -0
  396. package/dist/runtime/literals/narrow.d.ts +18 -0
  397. package/dist/runtime/literals/narrow.d.ts.map +1 -0
  398. package/dist/runtime/literals/narrow.js +20 -0
  399. package/dist/runtime/literals/pathJoin.d.ts +14 -0
  400. package/dist/runtime/literals/pathJoin.d.ts.map +1 -0
  401. package/dist/runtime/literals/pathJoin.js +19 -0
  402. package/dist/runtime/literals/phone/asPhoneNumber.d.ts +2 -0
  403. package/dist/runtime/literals/phone/asPhoneNumber.d.ts.map +1 -0
  404. package/dist/runtime/literals/phone/asPhoneNumber.js +62 -0
  405. package/dist/runtime/literals/phone/getPhoneCountryCode.d.ts +3 -0
  406. package/dist/runtime/literals/phone/getPhoneCountryCode.d.ts.map +1 -0
  407. package/dist/runtime/literals/phone/getPhoneCountryCode.js +7 -0
  408. package/dist/runtime/literals/phone/index.d.ts +4 -0
  409. package/dist/runtime/literals/phone/index.d.ts.map +1 -0
  410. package/dist/runtime/literals/phone/index.js +3 -0
  411. package/dist/runtime/literals/phone/removePhoneCountryCode.d.ts +3 -0
  412. package/dist/runtime/literals/phone/removePhoneCountryCode.d.ts.map +1 -0
  413. package/dist/runtime/literals/phone/removePhoneCountryCode.js +7 -0
  414. package/dist/runtime/literals/pluralize.d.ts +12 -0
  415. package/dist/runtime/literals/pluralize.d.ts.map +1 -0
  416. package/dist/runtime/literals/pluralize.js +59 -0
  417. package/dist/runtime/literals/retainAfter.d.ts +32 -0
  418. package/dist/runtime/literals/retainAfter.d.ts.map +1 -0
  419. package/dist/runtime/literals/retainAfter.js +47 -0
  420. package/dist/runtime/literals/retainChars.d.ts +16 -0
  421. package/dist/runtime/literals/retainChars.d.ts.map +1 -0
  422. package/dist/runtime/literals/retainChars.js +18 -0
  423. package/dist/runtime/literals/retainUntil.d.ts +32 -0
  424. package/dist/runtime/literals/retainUntil.d.ts.map +1 -0
  425. package/dist/runtime/literals/retainUntil.js +49 -0
  426. package/dist/runtime/literals/retainWhile.d.ts +10 -0
  427. package/dist/runtime/literals/retainWhile.d.ts.map +1 -0
  428. package/dist/runtime/literals/retainWhile.js +13 -0
  429. package/dist/runtime/literals/rightWhitespace.d.ts +9 -0
  430. package/dist/runtime/literals/rightWhitespace.d.ts.map +1 -0
  431. package/dist/runtime/literals/rightWhitespace.js +11 -0
  432. package/dist/runtime/literals/split.d.ts +13 -0
  433. package/dist/runtime/literals/split.d.ts.map +1 -0
  434. package/dist/runtime/literals/split.js +13 -0
  435. package/dist/runtime/literals/stripAfter.d.ts +15 -0
  436. package/dist/runtime/literals/stripAfter.d.ts.map +1 -0
  437. package/dist/runtime/literals/stripAfter.js +15 -0
  438. package/dist/runtime/literals/stripBefore.d.ts +15 -0
  439. package/dist/runtime/literals/stripBefore.d.ts.map +1 -0
  440. package/dist/runtime/literals/stripBefore.js +18 -0
  441. package/dist/runtime/literals/stripChars.d.ts +10 -0
  442. package/dist/runtime/literals/stripChars.d.ts.map +1 -0
  443. package/dist/runtime/literals/stripChars.js +12 -0
  444. package/dist/runtime/literals/stripLeading.d.ts +9 -0
  445. package/dist/runtime/literals/stripLeading.d.ts.map +1 -0
  446. package/dist/runtime/literals/stripLeading.js +16 -0
  447. package/dist/runtime/literals/stripSurround.d.ts +19 -0
  448. package/dist/runtime/literals/stripSurround.d.ts.map +1 -0
  449. package/dist/runtime/literals/stripSurround.js +30 -0
  450. package/dist/runtime/literals/stripTrailing.d.ts +9 -0
  451. package/dist/runtime/literals/stripTrailing.d.ts.map +1 -0
  452. package/dist/runtime/literals/stripTrailing.js +16 -0
  453. package/dist/runtime/literals/stripUntil.d.ts +9 -0
  454. package/dist/runtime/literals/stripUntil.d.ts.map +1 -0
  455. package/dist/runtime/literals/stripUntil.js +12 -0
  456. package/dist/runtime/literals/stripWhile.d.ts +10 -0
  457. package/dist/runtime/literals/stripWhile.d.ts.map +1 -0
  458. package/dist/runtime/literals/stripWhile.js +13 -0
  459. package/dist/runtime/literals/surround.d.ts +12 -0
  460. package/dist/runtime/literals/surround.d.ts.map +1 -0
  461. package/dist/runtime/literals/surround.js +12 -0
  462. package/dist/runtime/literals/takeNumericCharacters.d.ts +9 -0
  463. package/dist/runtime/literals/takeNumericCharacters.d.ts.map +1 -0
  464. package/dist/runtime/literals/takeNumericCharacters.js +12 -0
  465. package/dist/runtime/literals/toCamelCase.d.ts +13 -0
  466. package/dist/runtime/literals/toCamelCase.d.ts.map +1 -0
  467. package/dist/runtime/literals/toCamelCase.js +19 -0
  468. package/dist/runtime/literals/toKebabCase.d.ts +13 -0
  469. package/dist/runtime/literals/toKebabCase.d.ts.map +1 -0
  470. package/dist/runtime/literals/toKebabCase.js +20 -0
  471. package/dist/runtime/literals/toLowercase.d.ts +7 -0
  472. package/dist/runtime/literals/toLowercase.d.ts.map +1 -0
  473. package/dist/runtime/literals/toLowercase.js +12 -0
  474. package/dist/runtime/literals/toNumericArray.d.ts +3 -0
  475. package/dist/runtime/literals/toNumericArray.d.ts.map +1 -0
  476. package/dist/runtime/literals/toNumericArray.js +3 -0
  477. package/dist/runtime/literals/toPascalCase.d.ts +13 -0
  478. package/dist/runtime/literals/toPascalCase.d.ts.map +1 -0
  479. package/dist/runtime/literals/toPascalCase.js +20 -0
  480. package/dist/runtime/literals/toSnakeCase.d.ts +13 -0
  481. package/dist/runtime/literals/toSnakeCase.d.ts.map +1 -0
  482. package/dist/runtime/literals/toSnakeCase.js +20 -0
  483. package/dist/runtime/literals/toString.d.ts +9 -0
  484. package/dist/runtime/literals/toString.d.ts.map +1 -0
  485. package/dist/runtime/literals/toString.js +9 -0
  486. package/dist/runtime/literals/toUppercase.d.ts +7 -0
  487. package/dist/runtime/literals/toUppercase.d.ts.map +1 -0
  488. package/dist/runtime/literals/toUppercase.js +12 -0
  489. package/dist/runtime/literals/trim.d.ts +41 -0
  490. package/dist/runtime/literals/trim.d.ts.map +1 -0
  491. package/dist/runtime/literals/trim.js +49 -0
  492. package/dist/runtime/literals/truncate.d.ts +3 -0
  493. package/dist/runtime/literals/truncate.d.ts.map +1 -0
  494. package/dist/runtime/literals/truncate.js +8 -0
  495. package/dist/runtime/literals/tuple.d.ts +13 -0
  496. package/dist/runtime/literals/tuple.d.ts.map +1 -0
  497. package/dist/runtime/literals/tuple.js +17 -0
  498. package/dist/runtime/literals/uncapitalize.d.ts +8 -0
  499. package/dist/runtime/literals/uncapitalize.d.ts.map +1 -0
  500. package/dist/runtime/literals/uncapitalize.js +9 -0
  501. package/dist/runtime/literals/unset.d.ts +8 -0
  502. package/dist/runtime/literals/unset.d.ts.map +1 -0
  503. package/dist/runtime/literals/unset.js +14 -0
  504. package/dist/runtime/literals/uppercase.d.ts +8 -0
  505. package/dist/runtime/literals/uppercase.d.ts.map +1 -0
  506. package/dist/runtime/literals/uppercase.js +9 -0
  507. package/dist/runtime/literals/widen.d.ts +9 -0
  508. package/dist/runtime/literals/widen.d.ts.map +1 -0
  509. package/dist/runtime/literals/widen.js +9 -0
  510. package/dist/runtime/meta/index.d.ts +3 -0
  511. package/dist/runtime/meta/index.d.ts.map +1 -0
  512. package/dist/runtime/meta/index.js +2 -0
  513. package/dist/runtime/meta/urlMeta.d.ts +61 -0
  514. package/dist/runtime/meta/urlMeta.d.ts.map +1 -0
  515. package/dist/runtime/meta/urlMeta.js +74 -0
  516. package/dist/runtime/meta/youtube-meta.d.ts +45 -0
  517. package/dist/runtime/meta/youtube-meta.d.ts.map +1 -0
  518. package/dist/runtime/meta/youtube-meta.js +91 -0
  519. package/dist/runtime/queues/fifo.d.ts +3 -0
  520. package/dist/runtime/queues/fifo.d.ts.map +1 -0
  521. package/dist/runtime/queues/fifo.js +40 -0
  522. package/dist/runtime/queues/index.d.ts +3 -0
  523. package/dist/runtime/queues/index.d.ts.map +1 -0
  524. package/dist/runtime/queues/index.js +2 -0
  525. package/dist/runtime/queues/lifo.d.ts +3 -0
  526. package/dist/runtime/queues/lifo.d.ts.map +1 -0
  527. package/dist/runtime/queues/lifo.js +34 -0
  528. package/dist/runtime/runtime-types/asDefineObject.d.ts +4 -0
  529. package/dist/runtime/runtime-types/asDefineObject.d.ts.map +1 -0
  530. package/dist/runtime/runtime-types/asDefineObject.js +20 -0
  531. package/dist/runtime/runtime-types/asToken.d.ts +34 -0
  532. package/dist/runtime/runtime-types/asToken.d.ts.map +1 -0
  533. package/dist/runtime/runtime-types/asToken.js +115 -0
  534. package/dist/runtime/runtime-types/asType.d.ts +18 -0
  535. package/dist/runtime/runtime-types/asType.d.ts.map +1 -0
  536. package/dist/runtime/runtime-types/asType.js +31 -0
  537. package/dist/runtime/runtime-types/choices.d.ts +2 -0
  538. package/dist/runtime/runtime-types/choices.d.ts.map +1 -0
  539. package/dist/runtime/runtime-types/choices.js +76 -0
  540. package/dist/runtime/runtime-types/index.d.ts +8 -0
  541. package/dist/runtime/runtime-types/index.d.ts.map +1 -0
  542. package/dist/runtime/runtime-types/index.js +7 -0
  543. package/dist/runtime/runtime-types/ip6Prefix.d.ts +3 -0
  544. package/dist/runtime/runtime-types/ip6Prefix.d.ts.map +1 -0
  545. package/dist/runtime/runtime-types/ip6Prefix.js +17 -0
  546. package/dist/runtime/runtime-types/list.d.ts +31 -0
  547. package/dist/runtime/runtime-types/list.d.ts.map +1 -0
  548. package/dist/runtime/runtime-types/list.js +36 -0
  549. package/dist/runtime/runtime-types/rec.d.ts +3 -0
  550. package/dist/runtime/runtime-types/rec.d.ts.map +1 -0
  551. package/dist/runtime/runtime-types/rec.js +3 -0
  552. package/dist/runtime/runtime-types/shape-helpers/addToken.d.ts +7 -0
  553. package/dist/runtime/runtime-types/shape-helpers/addToken.d.ts.map +1 -0
  554. package/dist/runtime/runtime-types/shape-helpers/addToken.js +5 -0
  555. package/dist/runtime/runtime-types/shape-helpers/atomics.d.ts +7 -0
  556. package/dist/runtime/runtime-types/shape-helpers/atomics.d.ts.map +1 -0
  557. package/dist/runtime/runtime-types/shape-helpers/atomics.js +13 -0
  558. package/dist/runtime/runtime-types/shape-helpers/functions.d.ts +14 -0
  559. package/dist/runtime/runtime-types/shape-helpers/functions.d.ts.map +1 -0
  560. package/dist/runtime/runtime-types/shape-helpers/functions.js +20 -0
  561. package/dist/runtime/runtime-types/shape-helpers/getTokenData.d.ts +9 -0
  562. package/dist/runtime/runtime-types/shape-helpers/getTokenData.d.ts.map +1 -0
  563. package/dist/runtime/runtime-types/shape-helpers/getTokenData.js +11 -0
  564. package/dist/runtime/runtime-types/shape-helpers/getTokenName.d.ts +8 -0
  565. package/dist/runtime/runtime-types/shape-helpers/getTokenName.d.ts.map +1 -0
  566. package/dist/runtime/runtime-types/shape-helpers/getTokenName.js +10 -0
  567. package/dist/runtime/runtime-types/shape-helpers/literal-containers.d.ts +4 -0
  568. package/dist/runtime/runtime-types/shape-helpers/literal-containers.d.ts.map +1 -0
  569. package/dist/runtime/runtime-types/shape-helpers/literal-containers.js +9 -0
  570. package/dist/runtime/runtime-types/shape-helpers/regexToken.d.ts +12 -0
  571. package/dist/runtime/runtime-types/shape-helpers/regexToken.d.ts.map +1 -0
  572. package/dist/runtime/runtime-types/shape-helpers/regexToken.js +39 -0
  573. package/dist/runtime/runtime-types/shape-helpers/singletons.d.ts +14 -0
  574. package/dist/runtime/runtime-types/shape-helpers/singletons.d.ts.map +1 -0
  575. package/dist/runtime/runtime-types/shape-helpers/singletons.js +49 -0
  576. package/dist/runtime/runtime-types/shape-helpers/union.d.ts +8 -0
  577. package/dist/runtime/runtime-types/shape-helpers/union.d.ts.map +1 -0
  578. package/dist/runtime/runtime-types/shape-helpers/union.js +11 -0
  579. package/dist/runtime/runtime-types/shape-helpers/wide-containers.d.ts +7 -0
  580. package/dist/runtime/runtime-types/shape-helpers/wide-containers.d.ts.map +1 -0
  581. package/dist/runtime/runtime-types/shape-helpers/wide-containers.js +19 -0
  582. package/dist/runtime/runtime-types/shape.d.ts +18 -0
  583. package/dist/runtime/runtime-types/shape.d.ts.map +1 -0
  584. package/dist/runtime/runtime-types/shape.js +69 -0
  585. package/dist/runtime/runtime-types/tokens/createTypeToken.d.ts +30 -0
  586. package/dist/runtime/runtime-types/tokens/createTypeToken.d.ts.map +1 -0
  587. package/dist/runtime/runtime-types/tokens/createTypeToken.js +29 -0
  588. package/dist/runtime/runtime-types/tokens/index.d.ts +3 -0
  589. package/dist/runtime/runtime-types/tokens/index.d.ts.map +1 -0
  590. package/dist/runtime/runtime-types/tokens/index.js +2 -0
  591. package/dist/runtime/runtime-types/tokens/simpleToken.d.ts +51 -0
  592. package/dist/runtime/runtime-types/tokens/simpleToken.d.ts.map +1 -0
  593. package/dist/runtime/runtime-types/tokens/simpleToken.js +64 -0
  594. package/dist/runtime/sets/index.d.ts +2 -0
  595. package/dist/runtime/sets/index.d.ts.map +1 -0
  596. package/dist/runtime/sets/index.js +1 -0
  597. package/dist/runtime/sets/uniqueKeys.d.ts +9 -0
  598. package/dist/runtime/sets/uniqueKeys.d.ts.map +1 -0
  599. package/dist/runtime/sets/uniqueKeys.js +32 -0
  600. package/dist/runtime/tsconfig.tsbuildinfo +1 -0
  601. package/dist/runtime/type-conversion/asChars.d.ts +8 -0
  602. package/dist/runtime/type-conversion/asChars.d.ts.map +1 -0
  603. package/dist/runtime/type-conversion/asChars.js +8 -0
  604. package/dist/runtime/type-conversion/asRecord.d.ts +10 -0
  605. package/dist/runtime/type-conversion/asRecord.d.ts.map +1 -0
  606. package/dist/runtime/type-conversion/asRecord.js +10 -0
  607. package/dist/runtime/type-conversion/asString.d.ts +20 -0
  608. package/dist/runtime/type-conversion/asString.d.ts.map +1 -0
  609. package/dist/runtime/type-conversion/asString.js +29 -0
  610. package/dist/runtime/type-conversion/csv.d.ts +17 -0
  611. package/dist/runtime/type-conversion/csv.d.ts.map +1 -0
  612. package/dist/runtime/type-conversion/csv.js +31 -0
  613. package/dist/runtime/type-conversion/index.d.ts +17 -0
  614. package/dist/runtime/type-conversion/index.d.ts.map +1 -0
  615. package/dist/runtime/type-conversion/index.js +16 -0
  616. package/dist/runtime/type-conversion/intersect.d.ts +9 -0
  617. package/dist/runtime/type-conversion/intersect.d.ts.map +1 -0
  618. package/dist/runtime/type-conversion/intersect.js +11 -0
  619. package/dist/runtime/type-conversion/ip6GroupExpansion.d.ts +14 -0
  620. package/dist/runtime/type-conversion/ip6GroupExpansion.d.ts.map +1 -0
  621. package/dist/runtime/type-conversion/ip6GroupExpansion.js +15 -0
  622. package/dist/runtime/type-conversion/json.d.ts +18 -0
  623. package/dist/runtime/type-conversion/json.d.ts.map +1 -0
  624. package/dist/runtime/type-conversion/json.js +27 -0
  625. package/dist/runtime/type-conversion/lookupCountry.d.ts +32 -0
  626. package/dist/runtime/type-conversion/lookupCountry.d.ts.map +1 -0
  627. package/dist/runtime/type-conversion/lookupCountry.js +97 -0
  628. package/dist/runtime/type-conversion/mergeObjects.d.ts +3 -0
  629. package/dist/runtime/type-conversion/mergeObjects.d.ts.map +1 -0
  630. package/dist/runtime/type-conversion/mergeObjects.js +15 -0
  631. package/dist/runtime/type-conversion/mergeScalars.d.ts +9 -0
  632. package/dist/runtime/type-conversion/mergeScalars.d.ts.map +1 -0
  633. package/dist/runtime/type-conversion/mergeScalars.js +10 -0
  634. package/dist/runtime/type-conversion/mergeTuples.d.ts +10 -0
  635. package/dist/runtime/type-conversion/mergeTuples.d.ts.map +1 -0
  636. package/dist/runtime/type-conversion/mergeTuples.js +12 -0
  637. package/dist/runtime/type-conversion/mutable.d.ts +3 -0
  638. package/dist/runtime/type-conversion/mutable.d.ts.map +1 -0
  639. package/dist/runtime/type-conversion/mutable.js +3 -0
  640. package/dist/runtime/type-conversion/never.d.ts +11 -0
  641. package/dist/runtime/type-conversion/never.d.ts.map +1 -0
  642. package/dist/runtime/type-conversion/never.js +12 -0
  643. package/dist/runtime/type-conversion/optional.d.ts +25 -0
  644. package/dist/runtime/type-conversion/optional.d.ts.map +1 -0
  645. package/dist/runtime/type-conversion/optional.js +29 -0
  646. package/dist/runtime/type-conversion/toNumber.d.ts +11 -0
  647. package/dist/runtime/type-conversion/toNumber.d.ts.map +1 -0
  648. package/dist/runtime/type-conversion/toNumber.js +26 -0
  649. package/dist/runtime/type-conversion/union.d.ts +10 -0
  650. package/dist/runtime/type-conversion/union.d.ts.map +1 -0
  651. package/dist/runtime/type-conversion/union.js +8 -0
  652. package/dist/runtime/type-conversion/unionize.d.ts +9 -0
  653. package/dist/runtime/type-conversion/unionize.d.ts.map +1 -0
  654. package/dist/runtime/type-conversion/unionize.js +11 -0
  655. package/dist/runtime/type-guards/api-tg.d.ts +33 -0
  656. package/dist/runtime/type-guards/api-tg.d.ts.map +1 -0
  657. package/dist/runtime/type-guards/api-tg.js +38 -0
  658. package/dist/runtime/type-guards/geo/index.d.ts +4 -0
  659. package/dist/runtime/type-guards/geo/index.d.ts.map +1 -0
  660. package/dist/runtime/type-guards/geo/index.js +3 -0
  661. package/dist/runtime/type-guards/geo/isIso3166Alpha2.d.ts +46 -0
  662. package/dist/runtime/type-guards/geo/isIso3166Alpha2.d.ts.map +1 -0
  663. package/dist/runtime/type-guards/geo/isIso3166Alpha2.js +69 -0
  664. package/dist/runtime/type-guards/geo/isUsState.d.ts +4 -0
  665. package/dist/runtime/type-guards/geo/isUsState.d.ts.map +1 -0
  666. package/dist/runtime/type-guards/geo/isUsState.js +10 -0
  667. package/dist/runtime/type-guards/geo/isZipCode.d.ts +23 -0
  668. package/dist/runtime/type-guards/geo/isZipCode.d.ts.map +1 -0
  669. package/dist/runtime/type-guards/geo/isZipCode.js +40 -0
  670. package/dist/runtime/type-guards/hasDefaultValue.d.ts +13 -0
  671. package/dist/runtime/type-guards/hasDefaultValue.d.ts.map +1 -0
  672. package/dist/runtime/type-guards/hasDefaultValue.js +14 -0
  673. package/dist/runtime/type-guards/hasErrorConditions.d.ts +3 -0
  674. package/dist/runtime/type-guards/hasErrorConditions.d.ts.map +1 -0
  675. package/dist/runtime/type-guards/hasErrorConditions.js +4 -0
  676. package/dist/runtime/type-guards/hasIndexOf.d.ts +9 -0
  677. package/dist/runtime/type-guards/hasIndexOf.d.ts.map +1 -0
  678. package/dist/runtime/type-guards/hasIndexOf.js +17 -0
  679. package/dist/runtime/type-guards/hasKeys.d.ts +15 -0
  680. package/dist/runtime/type-guards/hasKeys.d.ts.map +1 -0
  681. package/dist/runtime/type-guards/hasKeys.js +26 -0
  682. package/dist/runtime/type-guards/hasWhitespace.d.ts +7 -0
  683. package/dist/runtime/type-guards/hasWhitespace.d.ts.map +1 -0
  684. package/dist/runtime/type-guards/hasWhitespace.js +11 -0
  685. package/dist/runtime/type-guards/higher-order/endsWith.d.ts +10 -0
  686. package/dist/runtime/type-guards/higher-order/endsWith.d.ts.map +1 -0
  687. package/dist/runtime/type-guards/higher-order/endsWith.js +14 -0
  688. package/dist/runtime/type-guards/higher-order/index.d.ts +8 -0
  689. package/dist/runtime/type-guards/higher-order/index.d.ts.map +1 -0
  690. package/dist/runtime/type-guards/higher-order/index.js +7 -0
  691. package/dist/runtime/type-guards/higher-order/isEqual.d.ts +12 -0
  692. package/dist/runtime/type-guards/higher-order/isEqual.d.ts.map +1 -0
  693. package/dist/runtime/type-guards/higher-order/isEqual.js +11 -0
  694. package/dist/runtime/type-guards/higher-order/isLength.d.ts +14 -0
  695. package/dist/runtime/type-guards/higher-order/isLength.d.ts.map +1 -0
  696. package/dist/runtime/type-guards/higher-order/isLength.js +22 -0
  697. package/dist/runtime/type-guards/higher-order/isSameTypeOf.d.ts +13 -0
  698. package/dist/runtime/type-guards/higher-order/isSameTypeOf.d.ts.map +1 -0
  699. package/dist/runtime/type-guards/higher-order/isSameTypeOf.js +13 -0
  700. package/dist/runtime/type-guards/higher-order/isTuple.d.ts +7 -0
  701. package/dist/runtime/type-guards/higher-order/isTuple.d.ts.map +1 -0
  702. package/dist/runtime/type-guards/higher-order/isTuple.js +12 -0
  703. package/dist/runtime/type-guards/higher-order/isTypeOf.d.ts +12 -0
  704. package/dist/runtime/type-guards/higher-order/isTypeOf.d.ts.map +1 -0
  705. package/dist/runtime/type-guards/higher-order/isTypeOf.js +11 -0
  706. package/dist/runtime/type-guards/higher-order/startsWith.d.ts +26 -0
  707. package/dist/runtime/type-guards/higher-order/startsWith.d.ts.map +1 -0
  708. package/dist/runtime/type-guards/higher-order/startsWith.js +23 -0
  709. package/dist/runtime/type-guards/html/index.d.ts +2 -0
  710. package/dist/runtime/type-guards/html/index.d.ts.map +1 -0
  711. package/dist/runtime/type-guards/html/index.js +1 -0
  712. package/dist/runtime/type-guards/html/isHtmlElement.d.ts +7 -0
  713. package/dist/runtime/type-guards/html/isHtmlElement.d.ts.map +1 -0
  714. package/dist/runtime/type-guards/html/isHtmlElement.js +9 -0
  715. package/dist/runtime/type-guards/index.d.ts +57 -0
  716. package/dist/runtime/type-guards/index.d.ts.map +1 -0
  717. package/dist/runtime/type-guards/index.js +56 -0
  718. package/dist/runtime/type-guards/isAlpha.d.ts +9 -0
  719. package/dist/runtime/type-guards/isAlpha.d.ts.map +1 -0
  720. package/dist/runtime/type-guards/isAlpha.js +11 -0
  721. package/dist/runtime/type-guards/isArray.d.ts +7 -0
  722. package/dist/runtime/type-guards/isArray.d.ts.map +1 -0
  723. package/dist/runtime/type-guards/isArray.js +8 -0
  724. package/dist/runtime/type-guards/isBoolean.d.ts +7 -0
  725. package/dist/runtime/type-guards/isBoolean.d.ts.map +1 -0
  726. package/dist/runtime/type-guards/isBoolean.js +8 -0
  727. package/dist/runtime/type-guards/isBooleanLike.d.ts +9 -0
  728. package/dist/runtime/type-guards/isBooleanLike.d.ts.map +1 -0
  729. package/dist/runtime/type-guards/isBooleanLike.js +11 -0
  730. package/dist/runtime/type-guards/isConstant.d.ts +9 -0
  731. package/dist/runtime/type-guards/isConstant.d.ts.map +1 -0
  732. package/dist/runtime/type-guards/isConstant.js +14 -0
  733. package/dist/runtime/type-guards/isContainer.d.ts +5 -0
  734. package/dist/runtime/type-guards/isContainer.d.ts.map +1 -0
  735. package/dist/runtime/type-guards/isContainer.js +6 -0
  736. package/dist/runtime/type-guards/isCssAspectRatio.d.ts +7 -0
  737. package/dist/runtime/type-guards/isCssAspectRatio.d.ts.map +1 -0
  738. package/dist/runtime/type-guards/isCssAspectRatio.js +12 -0
  739. package/dist/runtime/type-guards/isDefined.d.ts +8 -0
  740. package/dist/runtime/type-guards/isDefined.d.ts.map +1 -0
  741. package/dist/runtime/type-guards/isDefined.js +9 -0
  742. package/dist/runtime/type-guards/isDoneFn.d.ts +9 -0
  743. package/dist/runtime/type-guards/isDoneFn.d.ts.map +1 -0
  744. package/dist/runtime/type-guards/isDoneFn.js +10 -0
  745. package/dist/runtime/type-guards/isEmail.d.ts +14 -0
  746. package/dist/runtime/type-guards/isEmail.d.ts.map +1 -0
  747. package/dist/runtime/type-guards/isEmail.js +26 -0
  748. package/dist/runtime/type-guards/isErrorCondition.d.ts +8 -0
  749. package/dist/runtime/type-guards/isErrorCondition.d.ts.map +1 -0
  750. package/dist/runtime/type-guards/isErrorCondition.js +13 -0
  751. package/dist/runtime/type-guards/isFalse.d.ts +2 -0
  752. package/dist/runtime/type-guards/isFalse.d.ts.map +1 -0
  753. package/dist/runtime/type-guards/isFalse.js +3 -0
  754. package/dist/runtime/type-guards/isFalsy.d.ts +9 -0
  755. package/dist/runtime/type-guards/isFalsy.d.ts.map +1 -0
  756. package/dist/runtime/type-guards/isFalsy.js +10 -0
  757. package/dist/runtime/type-guards/isFnWithParams.d.ts +9 -0
  758. package/dist/runtime/type-guards/isFnWithParams.d.ts.map +1 -0
  759. package/dist/runtime/type-guards/isFnWithParams.js +9 -0
  760. package/dist/runtime/type-guards/isFunction.d.ts +10 -0
  761. package/dist/runtime/type-guards/isFunction.d.ts.map +1 -0
  762. package/dist/runtime/type-guards/isFunction.js +12 -0
  763. package/dist/runtime/type-guards/isHexadecimal.d.ts +8 -0
  764. package/dist/runtime/type-guards/isHexadecimal.d.ts.map +1 -0
  765. package/dist/runtime/type-guards/isHexadecimal.js +13 -0
  766. package/dist/runtime/type-guards/isIndexable.d.ts +8 -0
  767. package/dist/runtime/type-guards/isIndexable.d.ts.map +1 -0
  768. package/dist/runtime/type-guards/isIndexable.js +11 -0
  769. package/dist/runtime/type-guards/isInlineSvg.d.ts +9 -0
  770. package/dist/runtime/type-guards/isInlineSvg.d.ts.map +1 -0
  771. package/dist/runtime/type-guards/isInlineSvg.js +10 -0
  772. package/dist/runtime/type-guards/isLeftRight.d.ts +8 -0
  773. package/dist/runtime/type-guards/isLeftRight.d.ts.map +1 -0
  774. package/dist/runtime/type-guards/isLeftRight.js +9 -0
  775. package/dist/runtime/type-guards/isNever.d.ts +8 -0
  776. package/dist/runtime/type-guards/isNever.d.ts.map +1 -0
  777. package/dist/runtime/type-guards/isNever.js +10 -0
  778. package/dist/runtime/type-guards/isNotNull.d.ts +8 -0
  779. package/dist/runtime/type-guards/isNotNull.d.ts.map +1 -0
  780. package/dist/runtime/type-guards/isNotNull.js +8 -0
  781. package/dist/runtime/type-guards/isNothing.d.ts +3 -0
  782. package/dist/runtime/type-guards/isNothing.d.ts.map +1 -0
  783. package/dist/runtime/type-guards/isNothing.js +3 -0
  784. package/dist/runtime/type-guards/isNull.d.ts +9 -0
  785. package/dist/runtime/type-guards/isNull.d.ts.map +1 -0
  786. package/dist/runtime/type-guards/isNull.js +10 -0
  787. package/dist/runtime/type-guards/isNumber.d.ts +7 -0
  788. package/dist/runtime/type-guards/isNumber.d.ts.map +1 -0
  789. package/dist/runtime/type-guards/isNumber.js +8 -0
  790. package/dist/runtime/type-guards/isNumericString.d.ts +21 -0
  791. package/dist/runtime/type-guards/isNumericString.d.ts.map +1 -0
  792. package/dist/runtime/type-guards/isNumericString.js +29 -0
  793. package/dist/runtime/type-guards/isObject.d.ts +12 -0
  794. package/dist/runtime/type-guards/isObject.d.ts.map +1 -0
  795. package/dist/runtime/type-guards/isObject.js +11 -0
  796. package/dist/runtime/type-guards/isPhoneNumber.d.ts +14 -0
  797. package/dist/runtime/type-guards/isPhoneNumber.d.ts.map +1 -0
  798. package/dist/runtime/type-guards/isPhoneNumber.js +31 -0
  799. package/dist/runtime/type-guards/isReadonlyArray.d.ts +13 -0
  800. package/dist/runtime/type-guards/isReadonlyArray.d.ts.map +1 -0
  801. package/dist/runtime/type-guards/isReadonlyArray.js +13 -0
  802. package/dist/runtime/type-guards/isRef.d.ts +8 -0
  803. package/dist/runtime/type-guards/isRef.d.ts.map +1 -0
  804. package/dist/runtime/type-guards/isRef.js +11 -0
  805. package/dist/runtime/type-guards/isRegExp.d.ts +17 -0
  806. package/dist/runtime/type-guards/isRegExp.d.ts.map +1 -0
  807. package/dist/runtime/type-guards/isRegExp.js +32 -0
  808. package/dist/runtime/type-guards/isRuntimeUnion.d.ts +8 -0
  809. package/dist/runtime/type-guards/isRuntimeUnion.d.ts.map +1 -0
  810. package/dist/runtime/type-guards/isRuntimeUnion.js +8 -0
  811. package/dist/runtime/type-guards/isScalar.d.ts +8 -0
  812. package/dist/runtime/type-guards/isScalar.d.ts.map +1 -0
  813. package/dist/runtime/type-guards/isScalar.js +12 -0
  814. package/dist/runtime/type-guards/isSpecificConstant.d.ts +8 -0
  815. package/dist/runtime/type-guards/isSpecificConstant.d.ts.map +1 -0
  816. package/dist/runtime/type-guards/isSpecificConstant.js +11 -0
  817. package/dist/runtime/type-guards/isString.d.ts +11 -0
  818. package/dist/runtime/type-guards/isString.d.ts.map +1 -0
  819. package/dist/runtime/type-guards/isString.js +12 -0
  820. package/dist/runtime/type-guards/isSymbol.d.ts +8 -0
  821. package/dist/runtime/type-guards/isSymbol.d.ts.map +1 -0
  822. package/dist/runtime/type-guards/isSymbol.js +9 -0
  823. package/dist/runtime/type-guards/isThenable.d.ts +6 -0
  824. package/dist/runtime/type-guards/isThenable.d.ts.map +1 -0
  825. package/dist/runtime/type-guards/isThenable.js +7 -0
  826. package/dist/runtime/type-guards/isTrimmable.d.ts +7 -0
  827. package/dist/runtime/type-guards/isTrimmable.d.ts.map +1 -0
  828. package/dist/runtime/type-guards/isTrimmable.js +9 -0
  829. package/dist/runtime/type-guards/isTrue.d.ts +7 -0
  830. package/dist/runtime/type-guards/isTrue.d.ts.map +1 -0
  831. package/dist/runtime/type-guards/isTrue.js +8 -0
  832. package/dist/runtime/type-guards/isTruthy.d.ts +9 -0
  833. package/dist/runtime/type-guards/isTruthy.d.ts.map +1 -0
  834. package/dist/runtime/type-guards/isTruthy.js +10 -0
  835. package/dist/runtime/type-guards/isTypeToken.d.ts +8 -0
  836. package/dist/runtime/type-guards/isTypeToken.d.ts.map +1 -0
  837. package/dist/runtime/type-guards/isTypeToken.js +14 -0
  838. package/dist/runtime/type-guards/isTypeTuple.d.ts +8 -0
  839. package/dist/runtime/type-guards/isTypeTuple.d.ts.map +1 -0
  840. package/dist/runtime/type-guards/isTypeTuple.js +8 -0
  841. package/dist/runtime/type-guards/isUndefined.d.ts +7 -0
  842. package/dist/runtime/type-guards/isUndefined.d.ts.map +1 -0
  843. package/dist/runtime/type-guards/isUndefined.js +8 -0
  844. package/dist/runtime/type-guards/isUnset.d.ts +18 -0
  845. package/dist/runtime/type-guards/isUnset.d.ts.map +1 -0
  846. package/dist/runtime/type-guards/isUnset.js +23 -0
  847. package/dist/runtime/type-guards/isUrl.d.ts +25 -0
  848. package/dist/runtime/type-guards/isUrl.d.ts.map +1 -0
  849. package/dist/runtime/type-guards/isUrl.js +35 -0
  850. package/dist/runtime/type-guards/metrics/index.d.ts +3 -0
  851. package/dist/runtime/type-guards/metrics/index.d.ts.map +1 -0
  852. package/dist/runtime/type-guards/metrics/index.js +2 -0
  853. package/dist/runtime/type-guards/metrics/isMetric.d.ts +23 -0
  854. package/dist/runtime/type-guards/metrics/isMetric.d.ts.map +1 -0
  855. package/dist/runtime/type-guards/metrics/isMetric.js +76 -0
  856. package/dist/runtime/type-guards/metrics/isUom.d.ts +23 -0
  857. package/dist/runtime/type-guards/metrics/isUom.d.ts.map +1 -0
  858. package/dist/runtime/type-guards/metrics/isUom.js +71 -0
  859. package/dist/runtime/type-guards/network-tg.d.ts +53 -0
  860. package/dist/runtime/type-guards/network-tg.d.ts.map +1 -0
  861. package/dist/runtime/type-guards/network-tg.js +88 -0
  862. package/dist/runtime/type-guards/tokens/index.d.ts +8 -0
  863. package/dist/runtime/type-guards/tokens/index.d.ts.map +1 -0
  864. package/dist/runtime/type-guards/tokens/index.js +7 -0
  865. package/dist/runtime/type-guards/tokens/isAtomicToken.d.ts +9 -0
  866. package/dist/runtime/type-guards/tokens/isAtomicToken.d.ts.map +1 -0
  867. package/dist/runtime/type-guards/tokens/isAtomicToken.js +12 -0
  868. package/dist/runtime/type-guards/tokens/isContainerToken.d.ts +21 -0
  869. package/dist/runtime/type-guards/tokens/isContainerToken.d.ts.map +1 -0
  870. package/dist/runtime/type-guards/tokens/isContainerToken.js +48 -0
  871. package/dist/runtime/type-guards/tokens/isDefineObject.d.ts +6 -0
  872. package/dist/runtime/type-guards/tokens/isDefineObject.d.ts.map +1 -0
  873. package/dist/runtime/type-guards/tokens/isDefineObject.js +12 -0
  874. package/dist/runtime/type-guards/tokens/isFunctionToken.d.ts +4 -0
  875. package/dist/runtime/type-guards/tokens/isFunctionToken.d.ts.map +1 -0
  876. package/dist/runtime/type-guards/tokens/isFunctionToken.js +7 -0
  877. package/dist/runtime/type-guards/tokens/isShapeCallback.d.ts +6 -0
  878. package/dist/runtime/type-guards/tokens/isShapeCallback.d.ts.map +1 -0
  879. package/dist/runtime/type-guards/tokens/isShapeCallback.js +7 -0
  880. package/dist/runtime/type-guards/tokens/isShapeToken.d.ts +9 -0
  881. package/dist/runtime/type-guards/tokens/isShapeToken.d.ts.map +1 -0
  882. package/dist/runtime/type-guards/tokens/isShapeToken.js +21 -0
  883. package/dist/runtime/type-guards/tokens/isSimpleToken.d.ts +53 -0
  884. package/dist/runtime/type-guards/tokens/isSimpleToken.d.ts.map +1 -0
  885. package/dist/runtime/type-guards/tokens/isSimpleToken.js +74 -0
  886. package/dist/runtime/type-guards/tokens/isSingletonToken.d.ts +9 -0
  887. package/dist/runtime/type-guards/tokens/isSingletonToken.d.ts.map +1 -0
  888. package/dist/runtime/type-guards/tokens/isSingletonToken.js +12 -0
  889. package/dist/runtime/type-guards/tokens/isTupleToken.d.ts +1 -0
  890. package/dist/runtime/type-guards/tokens/isTupleToken.d.ts.map +1 -0
  891. package/dist/runtime/type-guards/tokens/isTupleToken.js +1 -0
  892. package/dist/runtime/type-guards/tokens/isUnionSetToken.d.ts +1 -0
  893. package/dist/runtime/type-guards/tokens/isUnionSetToken.d.ts.map +1 -0
  894. package/dist/runtime/type-guards/tokens/isUnionSetToken.js +1 -0
  895. package/dist/runtime/type-guards/tokens/isUnionToken.d.ts +9 -0
  896. package/dist/runtime/type-guards/tokens/isUnionToken.d.ts.map +1 -0
  897. package/dist/runtime/type-guards/tokens/isUnionToken.js +12 -0
  898. package/dist/runtime/type-guards/urls/Social.d.ts +15 -0
  899. package/dist/runtime/type-guards/urls/Social.d.ts.map +1 -0
  900. package/dist/runtime/type-guards/urls/Social.js +21 -0
  901. package/dist/runtime/type-guards/urls/books.d.ts +1 -0
  902. package/dist/runtime/type-guards/urls/books.d.ts.map +1 -0
  903. package/dist/runtime/type-guards/urls/books.js +1 -0
  904. package/dist/runtime/type-guards/urls/index.d.ts +7 -0
  905. package/dist/runtime/type-guards/urls/index.d.ts.map +1 -0
  906. package/dist/runtime/type-guards/urls/index.js +6 -0
  907. package/dist/runtime/type-guards/urls/news/australian.d.ts +6 -0
  908. package/dist/runtime/type-guards/urls/news/australian.d.ts.map +1 -0
  909. package/dist/runtime/type-guards/urls/news/australian.js +9 -0
  910. package/dist/runtime/type-guards/urls/news/belgium.d.ts +6 -0
  911. package/dist/runtime/type-guards/urls/news/belgium.d.ts.map +1 -0
  912. package/dist/runtime/type-guards/urls/news/belgium.js +9 -0
  913. package/dist/runtime/type-guards/urls/news/canadian.d.ts +6 -0
  914. package/dist/runtime/type-guards/urls/news/canadian.d.ts.map +1 -0
  915. package/dist/runtime/type-guards/urls/news/canadian.js +9 -0
  916. package/dist/runtime/type-guards/urls/news/chinese.d.ts +6 -0
  917. package/dist/runtime/type-guards/urls/news/chinese.d.ts.map +1 -0
  918. package/dist/runtime/type-guards/urls/news/chinese.js +9 -0
  919. package/dist/runtime/type-guards/urls/news/danish.d.ts +6 -0
  920. package/dist/runtime/type-guards/urls/news/danish.d.ts.map +1 -0
  921. package/dist/runtime/type-guards/urls/news/danish.js +9 -0
  922. package/dist/runtime/type-guards/urls/news/dutch.d.ts +6 -0
  923. package/dist/runtime/type-guards/urls/news/dutch.d.ts.map +1 -0
  924. package/dist/runtime/type-guards/urls/news/dutch.js +9 -0
  925. package/dist/runtime/type-guards/urls/news/french.d.ts +6 -0
  926. package/dist/runtime/type-guards/urls/news/french.d.ts.map +1 -0
  927. package/dist/runtime/type-guards/urls/news/french.js +9 -0
  928. package/dist/runtime/type-guards/urls/news/german.d.ts +6 -0
  929. package/dist/runtime/type-guards/urls/news/german.d.ts.map +1 -0
  930. package/dist/runtime/type-guards/urls/news/german.js +9 -0
  931. package/dist/runtime/type-guards/urls/news/index.d.ts +30 -0
  932. package/dist/runtime/type-guards/urls/news/index.d.ts.map +1 -0
  933. package/dist/runtime/type-guards/urls/news/index.js +48 -0
  934. package/dist/runtime/type-guards/urls/news/indian.d.ts +6 -0
  935. package/dist/runtime/type-guards/urls/news/indian.d.ts.map +1 -0
  936. package/dist/runtime/type-guards/urls/news/indian.js +9 -0
  937. package/dist/runtime/type-guards/urls/news/italian.d.ts +6 -0
  938. package/dist/runtime/type-guards/urls/news/italian.d.ts.map +1 -0
  939. package/dist/runtime/type-guards/urls/news/italian.js +9 -0
  940. package/dist/runtime/type-guards/urls/news/japanese.d.ts +6 -0
  941. package/dist/runtime/type-guards/urls/news/japanese.d.ts.map +1 -0
  942. package/dist/runtime/type-guards/urls/news/japanese.js +9 -0
  943. package/dist/runtime/type-guards/urls/news/mexican.d.ts +6 -0
  944. package/dist/runtime/type-guards/urls/news/mexican.d.ts.map +1 -0
  945. package/dist/runtime/type-guards/urls/news/mexican.js +9 -0
  946. package/dist/runtime/type-guards/urls/news/norwegian.d.ts +6 -0
  947. package/dist/runtime/type-guards/urls/news/norwegian.d.ts.map +1 -0
  948. package/dist/runtime/type-guards/urls/news/norwegian.js +9 -0
  949. package/dist/runtime/type-guards/urls/news/south-korean.d.ts +6 -0
  950. package/dist/runtime/type-guards/urls/news/south-korean.d.ts.map +1 -0
  951. package/dist/runtime/type-guards/urls/news/south-korean.js +9 -0
  952. package/dist/runtime/type-guards/urls/news/spanish.d.ts +6 -0
  953. package/dist/runtime/type-guards/urls/news/spanish.d.ts.map +1 -0
  954. package/dist/runtime/type-guards/urls/news/spanish.js +9 -0
  955. package/dist/runtime/type-guards/urls/news/swiss.d.ts +6 -0
  956. package/dist/runtime/type-guards/urls/news/swiss.d.ts.map +1 -0
  957. package/dist/runtime/type-guards/urls/news/swiss.js +9 -0
  958. package/dist/runtime/type-guards/urls/news/turkish.d.ts +6 -0
  959. package/dist/runtime/type-guards/urls/news/turkish.d.ts.map +1 -0
  960. package/dist/runtime/type-guards/urls/news/turkish.js +9 -0
  961. package/dist/runtime/type-guards/urls/news/uk.d.ts +6 -0
  962. package/dist/runtime/type-guards/urls/news/uk.d.ts.map +1 -0
  963. package/dist/runtime/type-guards/urls/news/uk.js +9 -0
  964. package/dist/runtime/type-guards/urls/news/us.d.ts +6 -0
  965. package/dist/runtime/type-guards/urls/news/us.d.ts.map +1 -0
  966. package/dist/runtime/type-guards/urls/news/us.js +9 -0
  967. package/dist/runtime/type-guards/urls/repos/bitbucket.d.ts +9 -0
  968. package/dist/runtime/type-guards/urls/repos/bitbucket.d.ts.map +1 -0
  969. package/dist/runtime/type-guards/urls/repos/bitbucket.js +13 -0
  970. package/dist/runtime/type-guards/urls/repos/codeCommit.d.ts +9 -0
  971. package/dist/runtime/type-guards/urls/repos/codeCommit.d.ts.map +1 -0
  972. package/dist/runtime/type-guards/urls/repos/codeCommit.js +13 -0
  973. package/dist/runtime/type-guards/urls/repos/github.d.ts +95 -0
  974. package/dist/runtime/type-guards/urls/repos/github.d.ts.map +1 -0
  975. package/dist/runtime/type-guards/urls/repos/github.js +144 -0
  976. package/dist/runtime/type-guards/urls/repos/index.d.ts +12 -0
  977. package/dist/runtime/type-guards/urls/repos/index.d.ts.map +1 -0
  978. package/dist/runtime/type-guards/urls/repos/index.js +15 -0
  979. package/dist/runtime/type-guards/urls/repos/isSemanticVersion.d.ts +21 -0
  980. package/dist/runtime/type-guards/urls/repos/isSemanticVersion.d.ts.map +1 -0
  981. package/dist/runtime/type-guards/urls/repos/isSemanticVersion.js +30 -0
  982. package/dist/runtime/type-guards/urls/retail.d.ts +112 -0
  983. package/dist/runtime/type-guards/urls/retail.d.ts.map +1 -0
  984. package/dist/runtime/type-guards/urls/retail.js +156 -0
  985. package/dist/runtime/type-guards/urls/youtube.d.ts +72 -0
  986. package/dist/runtime/type-guards/urls/youtube.d.ts.map +1 -0
  987. package/dist/runtime/type-guards/urls/youtube.js +122 -0
  988. package/dist/runtime/vuejs/asVueRef.d.ts +15 -0
  989. package/dist/runtime/vuejs/asVueRef.d.ts.map +1 -0
  990. package/dist/runtime/vuejs/asVueRef.js +16 -0
  991. package/dist/runtime/vuejs/index.d.ts +2 -0
  992. package/dist/runtime/vuejs/index.d.ts.map +1 -0
  993. package/dist/runtime/vuejs/index.js +1 -0
  994. package/dist/types/api/api.d.ts +158 -0
  995. package/dist/types/api/api.d.ts.map +1 -0
  996. package/dist/types/api/api.js +1 -0
  997. package/dist/types/api/index.d.ts +2 -0
  998. package/dist/types/api/index.d.ts.map +1 -0
  999. package/dist/types/api/index.js +1 -0
  1000. package/dist/types/base-types/AnyArray.d.ts +7 -0
  1001. package/dist/types/base-types/AnyArray.d.ts.map +1 -0
  1002. package/dist/types/base-types/AnyArray.js +1 -0
  1003. package/dist/types/base-types/AnyObject.d.ts +9 -0
  1004. package/dist/types/base-types/AnyObject.d.ts.map +1 -0
  1005. package/dist/types/base-types/AnyObject.js +1 -0
  1006. package/dist/types/base-types/Container.d.ts +12 -0
  1007. package/dist/types/base-types/Container.d.ts.map +1 -0
  1008. package/dist/types/base-types/Container.js +1 -0
  1009. package/dist/types/base-types/Defined.d.ts +8 -0
  1010. package/dist/types/base-types/Defined.d.ts.map +1 -0
  1011. package/dist/types/base-types/Defined.js +1 -0
  1012. package/dist/types/base-types/Dictionary.d.ts +11 -0
  1013. package/dist/types/base-types/Dictionary.d.ts.map +1 -0
  1014. package/dist/types/base-types/Dictionary.js +1 -0
  1015. package/dist/types/base-types/Digital.d.ts +26 -0
  1016. package/dist/types/base-types/Digital.d.ts.map +1 -0
  1017. package/dist/types/base-types/Digital.js +1 -0
  1018. package/dist/types/base-types/EmptyObject.d.ts +17 -0
  1019. package/dist/types/base-types/EmptyObject.d.ts.map +1 -0
  1020. package/dist/types/base-types/EmptyObject.js +1 -0
  1021. package/dist/types/base-types/FalsyValue.d.ts +9 -0
  1022. package/dist/types/base-types/FalsyValue.d.ts.map +1 -0
  1023. package/dist/types/base-types/FalsyValue.js +1 -0
  1024. package/dist/types/base-types/Indexable.d.ts +9 -0
  1025. package/dist/types/base-types/Indexable.d.ts.map +1 -0
  1026. package/dist/types/base-types/Indexable.js +1 -0
  1027. package/dist/types/base-types/IndexableObject.d.ts +21 -0
  1028. package/dist/types/base-types/IndexableObject.d.ts.map +1 -0
  1029. package/dist/types/base-types/IndexableObject.js +1 -0
  1030. package/dist/types/base-types/LikeRegExp.d.ts +9 -0
  1031. package/dist/types/base-types/LikeRegExp.d.ts.map +1 -0
  1032. package/dist/types/base-types/LikeRegExp.js +1 -0
  1033. package/dist/types/base-types/List.d.ts +319 -0
  1034. package/dist/types/base-types/List.d.ts.map +1 -0
  1035. package/dist/types/base-types/List.js +1 -0
  1036. package/dist/types/base-types/NarrowObject.d.ts +11 -0
  1037. package/dist/types/base-types/NarrowObject.d.ts.map +1 -0
  1038. package/dist/types/base-types/NarrowObject.js +1 -0
  1039. package/dist/types/base-types/NonArray.d.ts +8 -0
  1040. package/dist/types/base-types/NonArray.d.ts.map +1 -0
  1041. package/dist/types/base-types/NonArray.js +1 -0
  1042. package/dist/types/base-types/NotNull.d.ts +8 -0
  1043. package/dist/types/base-types/NotNull.d.ts.map +1 -0
  1044. package/dist/types/base-types/NotNull.js +1 -0
  1045. package/dist/types/base-types/Nothing.d.ts +8 -0
  1046. package/dist/types/base-types/Nothing.d.ts.map +1 -0
  1047. package/dist/types/base-types/Nothing.js +1 -0
  1048. package/dist/types/base-types/NumericSign.d.ts +7 -0
  1049. package/dist/types/base-types/NumericSign.d.ts.map +1 -0
  1050. package/dist/types/base-types/NumericSign.js +1 -0
  1051. package/dist/types/base-types/ObjectKey.d.ts +8 -0
  1052. package/dist/types/base-types/ObjectKey.d.ts.map +1 -0
  1053. package/dist/types/base-types/ObjectKey.js +1 -0
  1054. package/dist/types/base-types/Scalar.d.ts +7 -0
  1055. package/dist/types/base-types/Scalar.d.ts.map +1 -0
  1056. package/dist/types/base-types/Scalar.js +1 -0
  1057. package/dist/types/base-types/ScalarNotSymbol.d.ts +7 -0
  1058. package/dist/types/base-types/ScalarNotSymbol.d.ts.map +1 -0
  1059. package/dist/types/base-types/ScalarNotSymbol.js +1 -0
  1060. package/dist/types/base-types/Something.d.ts +9 -0
  1061. package/dist/types/base-types/Something.d.ts.map +1 -0
  1062. package/dist/types/base-types/Something.js +2 -0
  1063. package/dist/types/base-types/Thenable.d.ts +12 -0
  1064. package/dist/types/base-types/Thenable.d.ts.map +1 -0
  1065. package/dist/types/base-types/Thenable.js +1 -0
  1066. package/dist/types/base-types/Tuple.d.ts +25 -0
  1067. package/dist/types/base-types/Tuple.d.ts.map +1 -0
  1068. package/dist/types/base-types/Tuple.js +1 -0
  1069. package/dist/types/base-types/fns/AnyFunction.d.ts +8 -0
  1070. package/dist/types/base-types/fns/AnyFunction.d.ts.map +1 -0
  1071. package/dist/types/base-types/fns/AnyFunction.js +2 -0
  1072. package/dist/types/base-types/fns/EscapeFunction.d.ts +22 -0
  1073. package/dist/types/base-types/fns/EscapeFunction.d.ts.map +1 -0
  1074. package/dist/types/base-types/fns/EscapeFunction.js +1 -0
  1075. package/dist/types/base-types/fns/FnAllowingProps.d.ts +11 -0
  1076. package/dist/types/base-types/fns/FnAllowingProps.d.ts.map +1 -0
  1077. package/dist/types/base-types/fns/FnAllowingProps.js +1 -0
  1078. package/dist/types/base-types/fns/IdentityFunction.d.ts +6 -0
  1079. package/dist/types/base-types/fns/IdentityFunction.d.ts.map +1 -0
  1080. package/dist/types/base-types/fns/IdentityFunction.js +1 -0
  1081. package/dist/types/base-types/fns/JustFunction.d.ts +9 -0
  1082. package/dist/types/base-types/fns/JustFunction.d.ts.map +1 -0
  1083. package/dist/types/base-types/fns/JustFunction.js +1 -0
  1084. package/dist/types/base-types/fns/OptionalParamFn.d.ts +30 -0
  1085. package/dist/types/base-types/fns/OptionalParamFn.d.ts.map +1 -0
  1086. package/dist/types/base-types/fns/OptionalParamFn.js +1 -0
  1087. package/dist/types/base-types/fns/RegularFn.d.ts +8 -0
  1088. package/dist/types/base-types/fns/RegularFn.d.ts.map +1 -0
  1089. package/dist/types/base-types/fns/RegularFn.js +1 -0
  1090. package/dist/types/base-types/fns/TypedFunction.d.ts +9 -0
  1091. package/dist/types/base-types/fns/TypedFunction.d.ts.map +1 -0
  1092. package/dist/types/base-types/fns/TypedFunction.js +1 -0
  1093. package/dist/types/base-types/fns/index.d.ts +9 -0
  1094. package/dist/types/base-types/fns/index.d.ts.map +1 -0
  1095. package/dist/types/base-types/fns/index.js +8 -0
  1096. package/dist/types/base-types/functional/LeftRight.d.ts +161 -0
  1097. package/dist/types/base-types/functional/LeftRight.d.ts.map +1 -0
  1098. package/dist/types/base-types/functional/LeftRight.js +1 -0
  1099. package/dist/types/base-types/functional/index.d.ts +2 -0
  1100. package/dist/types/base-types/functional/index.d.ts.map +1 -0
  1101. package/dist/types/base-types/functional/index.js +1 -0
  1102. package/dist/types/base-types/index.d.ts +26 -0
  1103. package/dist/types/base-types/index.d.ts.map +1 -0
  1104. package/dist/types/base-types/index.js +25 -0
  1105. package/dist/types/boolean-logic/LogicalCombinator.d.ts +5 -0
  1106. package/dist/types/boolean-logic/LogicalCombinator.d.ts.map +1 -0
  1107. package/dist/types/boolean-logic/LogicalCombinator.js +1 -0
  1108. package/dist/types/boolean-logic/branching/Default.d.ts +11 -0
  1109. package/dist/types/boolean-logic/branching/Default.d.ts.map +1 -0
  1110. package/dist/types/boolean-logic/branching/Default.js +1 -0
  1111. package/dist/types/boolean-logic/branching/Fail.d.ts +21 -0
  1112. package/dist/types/boolean-logic/branching/Fail.d.ts.map +1 -0
  1113. package/dist/types/boolean-logic/branching/Fail.js +1 -0
  1114. package/dist/types/boolean-logic/branching/Handle.d.ts +17 -0
  1115. package/dist/types/boolean-logic/branching/Handle.d.ts.map +1 -0
  1116. package/dist/types/boolean-logic/branching/Handle.js +1 -0
  1117. package/dist/types/boolean-logic/branching/If.d.ts +8 -0
  1118. package/dist/types/boolean-logic/branching/If.d.ts.map +1 -0
  1119. package/dist/types/boolean-logic/branching/If.js +1 -0
  1120. package/dist/types/boolean-logic/branching/IfAllExtend.d.ts +12 -0
  1121. package/dist/types/boolean-logic/branching/IfAllExtend.d.ts.map +1 -0
  1122. package/dist/types/boolean-logic/branching/IfAllExtend.js +1 -0
  1123. package/dist/types/boolean-logic/branching/IfAllLiteral.d.ts +9 -0
  1124. package/dist/types/boolean-logic/branching/IfAllLiteral.d.ts.map +1 -0
  1125. package/dist/types/boolean-logic/branching/IfAllLiteral.js +1 -0
  1126. package/dist/types/boolean-logic/branching/IfEqual.d.ts +18 -0
  1127. package/dist/types/boolean-logic/branching/IfEqual.d.ts.map +1 -0
  1128. package/dist/types/boolean-logic/branching/IfEqual.js +1 -0
  1129. package/dist/types/boolean-logic/branching/IfErrorCondition.d.ts +11 -0
  1130. package/dist/types/boolean-logic/branching/IfErrorCondition.d.ts.map +1 -0
  1131. package/dist/types/boolean-logic/branching/IfErrorCondition.js +1 -0
  1132. package/dist/types/boolean-logic/branching/IfLength.d.ts +15 -0
  1133. package/dist/types/boolean-logic/branching/IfLength.d.ts.map +1 -0
  1134. package/dist/types/boolean-logic/branching/IfLength.js +1 -0
  1135. package/dist/types/boolean-logic/branching/IfNever.d.ts +9 -0
  1136. package/dist/types/boolean-logic/branching/IfNever.d.ts.map +1 -0
  1137. package/dist/types/boolean-logic/branching/IfNever.js +1 -0
  1138. package/dist/types/boolean-logic/branching/IfUnset.d.ts +12 -0
  1139. package/dist/types/boolean-logic/branching/IfUnset.d.ts.map +1 -0
  1140. package/dist/types/boolean-logic/branching/IfUnset.js +1 -0
  1141. package/dist/types/boolean-logic/branching/Iff.d.ts +24 -0
  1142. package/dist/types/boolean-logic/branching/Iff.d.ts.map +1 -0
  1143. package/dist/types/boolean-logic/branching/Iff.js +1 -0
  1144. package/dist/types/boolean-logic/branching/OnPass.d.ts +30 -0
  1145. package/dist/types/boolean-logic/branching/OnPass.d.ts.map +1 -0
  1146. package/dist/types/boolean-logic/branching/OnPass.js +1 -0
  1147. package/dist/types/boolean-logic/branching/Passthrough.d.ts +11 -0
  1148. package/dist/types/boolean-logic/branching/Passthrough.d.ts.map +1 -0
  1149. package/dist/types/boolean-logic/branching/Passthrough.js +1 -0
  1150. package/dist/types/boolean-logic/branching/WhenNever.d.ts +11 -0
  1151. package/dist/types/boolean-logic/branching/WhenNever.d.ts.map +1 -0
  1152. package/dist/types/boolean-logic/branching/WhenNever.js +1 -0
  1153. package/dist/types/boolean-logic/branching/index.d.ts +16 -0
  1154. package/dist/types/boolean-logic/branching/index.d.ts.map +1 -0
  1155. package/dist/types/boolean-logic/branching/index.js +15 -0
  1156. package/dist/types/boolean-logic/combinators/And.d.ts +11 -0
  1157. package/dist/types/boolean-logic/combinators/And.d.ts.map +1 -0
  1158. package/dist/types/boolean-logic/combinators/And.js +1 -0
  1159. package/dist/types/boolean-logic/combinators/Compare.d.ts +54 -0
  1160. package/dist/types/boolean-logic/combinators/Compare.d.ts.map +1 -0
  1161. package/dist/types/boolean-logic/combinators/Compare.js +1 -0
  1162. package/dist/types/boolean-logic/combinators/Not.d.ts +22 -0
  1163. package/dist/types/boolean-logic/combinators/Not.d.ts.map +1 -0
  1164. package/dist/types/boolean-logic/combinators/Not.js +1 -0
  1165. package/dist/types/boolean-logic/combinators/Or.d.ts +20 -0
  1166. package/dist/types/boolean-logic/combinators/Or.d.ts.map +1 -0
  1167. package/dist/types/boolean-logic/combinators/Or.js +1 -0
  1168. package/dist/types/boolean-logic/combinators/Some.d.ts +8 -0
  1169. package/dist/types/boolean-logic/combinators/Some.d.ts.map +1 -0
  1170. package/dist/types/boolean-logic/combinators/Some.js +1 -0
  1171. package/dist/types/boolean-logic/combinators/index.d.ts +6 -0
  1172. package/dist/types/boolean-logic/combinators/index.d.ts.map +1 -0
  1173. package/dist/types/boolean-logic/combinators/index.js +5 -0
  1174. package/dist/types/boolean-logic/index.d.ts +6 -0
  1175. package/dist/types/boolean-logic/index.d.ts.map +1 -0
  1176. package/dist/types/boolean-logic/index.js +5 -0
  1177. package/dist/types/boolean-logic/narrowing/As.d.ts +7 -0
  1178. package/dist/types/boolean-logic/narrowing/As.d.ts.map +1 -0
  1179. package/dist/types/boolean-logic/narrowing/As.js +1 -0
  1180. package/dist/types/boolean-logic/narrowing/AsDoneFn.d.ts +12 -0
  1181. package/dist/types/boolean-logic/narrowing/AsDoneFn.d.ts.map +1 -0
  1182. package/dist/types/boolean-logic/narrowing/AsDoneFn.js +1 -0
  1183. package/dist/types/boolean-logic/narrowing/AsIndexOf.d.ts +9 -0
  1184. package/dist/types/boolean-logic/narrowing/AsIndexOf.d.ts.map +1 -0
  1185. package/dist/types/boolean-logic/narrowing/AsIndexOf.js +1 -0
  1186. package/dist/types/boolean-logic/narrowing/AsSomething.d.ts +20 -0
  1187. package/dist/types/boolean-logic/narrowing/AsSomething.d.ts.map +1 -0
  1188. package/dist/types/boolean-logic/narrowing/AsSomething.js +1 -0
  1189. package/dist/types/boolean-logic/narrowing/index.d.ts +5 -0
  1190. package/dist/types/boolean-logic/narrowing/index.d.ts.map +1 -0
  1191. package/dist/types/boolean-logic/narrowing/index.js +4 -0
  1192. package/dist/types/boolean-logic/operators/AllExtend.d.ts +13 -0
  1193. package/dist/types/boolean-logic/operators/AllExtend.d.ts.map +1 -0
  1194. package/dist/types/boolean-logic/operators/AllExtend.js +1 -0
  1195. package/dist/types/boolean-logic/operators/AllLiteral.d.ts +11 -0
  1196. package/dist/types/boolean-logic/operators/AllLiteral.d.ts.map +1 -0
  1197. package/dist/types/boolean-logic/operators/AllLiteral.js +1 -0
  1198. package/dist/types/boolean-logic/operators/AllNumericLiterals.d.ts +12 -0
  1199. package/dist/types/boolean-logic/operators/AllNumericLiterals.d.ts.map +1 -0
  1200. package/dist/types/boolean-logic/operators/AllNumericLiterals.js +1 -0
  1201. package/dist/types/boolean-logic/operators/AllStringLiterals.d.ts +12 -0
  1202. package/dist/types/boolean-logic/operators/AllStringLiterals.d.ts.map +1 -0
  1203. package/dist/types/boolean-logic/operators/AllStringLiterals.js +1 -0
  1204. package/dist/types/boolean-logic/operators/ApiOperators.d.ts +11 -0
  1205. package/dist/types/boolean-logic/operators/ApiOperators.d.ts.map +1 -0
  1206. package/dist/types/boolean-logic/operators/ApiOperators.js +1 -0
  1207. package/dist/types/boolean-logic/operators/AreSameLength.d.ts +9 -0
  1208. package/dist/types/boolean-logic/operators/AreSameLength.d.ts.map +1 -0
  1209. package/dist/types/boolean-logic/operators/AreSameLength.js +1 -0
  1210. package/dist/types/boolean-logic/operators/AreSameType.d.ts +18 -0
  1211. package/dist/types/boolean-logic/operators/AreSameType.d.ts.map +1 -0
  1212. package/dist/types/boolean-logic/operators/AreSameType.js +1 -0
  1213. package/dist/types/boolean-logic/operators/Contains.d.ts +26 -0
  1214. package/dist/types/boolean-logic/operators/Contains.d.ts.map +1 -0
  1215. package/dist/types/boolean-logic/operators/Contains.js +1 -0
  1216. package/dist/types/boolean-logic/operators/ContainsAll.d.ts +17 -0
  1217. package/dist/types/boolean-logic/operators/ContainsAll.d.ts.map +1 -0
  1218. package/dist/types/boolean-logic/operators/ContainsAll.js +1 -0
  1219. package/dist/types/boolean-logic/operators/DoesExtend.d.ts +8 -0
  1220. package/dist/types/boolean-logic/operators/DoesExtend.d.ts.map +1 -0
  1221. package/dist/types/boolean-logic/operators/DoesExtend.js +1 -0
  1222. package/dist/types/boolean-logic/operators/DoesNotExtend.d.ts +8 -0
  1223. package/dist/types/boolean-logic/operators/DoesNotExtend.d.ts.map +1 -0
  1224. package/dist/types/boolean-logic/operators/DoesNotExtend.js +1 -0
  1225. package/dist/types/boolean-logic/operators/EndsWith.d.ts +21 -0
  1226. package/dist/types/boolean-logic/operators/EndsWith.d.ts.map +1 -0
  1227. package/dist/types/boolean-logic/operators/EndsWith.js +1 -0
  1228. package/dist/types/boolean-logic/operators/Extends.d.ts +10 -0
  1229. package/dist/types/boolean-logic/operators/Extends.d.ts.map +1 -0
  1230. package/dist/types/boolean-logic/operators/Extends.js +1 -0
  1231. package/dist/types/boolean-logic/operators/ExtendsAll.d.ts +13 -0
  1232. package/dist/types/boolean-logic/operators/ExtendsAll.d.ts.map +1 -0
  1233. package/dist/types/boolean-logic/operators/ExtendsAll.js +1 -0
  1234. package/dist/types/boolean-logic/operators/ExtendsNone.d.ts +11 -0
  1235. package/dist/types/boolean-logic/operators/ExtendsNone.d.ts.map +1 -0
  1236. package/dist/types/boolean-logic/operators/ExtendsNone.js +1 -0
  1237. package/dist/types/boolean-logic/operators/ExtendsSome.d.ts +11 -0
  1238. package/dist/types/boolean-logic/operators/ExtendsSome.d.ts.map +1 -0
  1239. package/dist/types/boolean-logic/operators/ExtendsSome.js +1 -0
  1240. package/dist/types/boolean-logic/operators/HasArray.d.ts +10 -0
  1241. package/dist/types/boolean-logic/operators/HasArray.d.ts.map +1 -0
  1242. package/dist/types/boolean-logic/operators/HasArray.js +1 -0
  1243. package/dist/types/boolean-logic/operators/HasCharacters.d.ts +22 -0
  1244. package/dist/types/boolean-logic/operators/HasCharacters.d.ts.map +1 -0
  1245. package/dist/types/boolean-logic/operators/HasCharacters.js +1 -0
  1246. package/dist/types/boolean-logic/operators/HasIndex.d.ts +9 -0
  1247. package/dist/types/boolean-logic/operators/HasIndex.d.ts.map +1 -0
  1248. package/dist/types/boolean-logic/operators/HasIndex.js +1 -0
  1249. package/dist/types/boolean-logic/operators/HasOtherCharacters.d.ts +16 -0
  1250. package/dist/types/boolean-logic/operators/HasOtherCharacters.d.ts.map +1 -0
  1251. package/dist/types/boolean-logic/operators/HasOtherCharacters.js +1 -0
  1252. package/dist/types/boolean-logic/operators/HasParameters.d.ts +14 -0
  1253. package/dist/types/boolean-logic/operators/HasParameters.d.ts.map +1 -0
  1254. package/dist/types/boolean-logic/operators/HasParameters.js +1 -0
  1255. package/dist/types/boolean-logic/operators/HasProp.d.ts +11 -0
  1256. package/dist/types/boolean-logic/operators/HasProp.d.ts.map +1 -0
  1257. package/dist/types/boolean-logic/operators/HasProp.js +1 -0
  1258. package/dist/types/boolean-logic/operators/HasRequiredProps.d.ts +9 -0
  1259. package/dist/types/boolean-logic/operators/HasRequiredProps.d.ts.map +1 -0
  1260. package/dist/types/boolean-logic/operators/HasRequiredProps.js +1 -0
  1261. package/dist/types/boolean-logic/operators/HasSameKeys.d.ts +13 -0
  1262. package/dist/types/boolean-logic/operators/HasSameKeys.d.ts.map +1 -0
  1263. package/dist/types/boolean-logic/operators/HasSameKeys.js +1 -0
  1264. package/dist/types/boolean-logic/operators/HasSameValues.d.ts +19 -0
  1265. package/dist/types/boolean-logic/operators/HasSameValues.d.ts.map +1 -0
  1266. package/dist/types/boolean-logic/operators/HasSameValues.js +1 -0
  1267. package/dist/types/boolean-logic/operators/HasUnionType.d.ts +10 -0
  1268. package/dist/types/boolean-logic/operators/HasUnionType.d.ts.map +1 -0
  1269. package/dist/types/boolean-logic/operators/HasUnionType.js +1 -0
  1270. package/dist/types/boolean-logic/operators/HasWideValues.d.ts +10 -0
  1271. package/dist/types/boolean-logic/operators/HasWideValues.d.ts.map +1 -0
  1272. package/dist/types/boolean-logic/operators/HasWideValues.js +1 -0
  1273. package/dist/types/boolean-logic/operators/HaveSameNumericSign.d.ts +9 -0
  1274. package/dist/types/boolean-logic/operators/HaveSameNumericSign.d.ts.map +1 -0
  1275. package/dist/types/boolean-logic/operators/HaveSameNumericSign.js +1 -0
  1276. package/dist/types/boolean-logic/operators/IsAllCaps.d.ts +21 -0
  1277. package/dist/types/boolean-logic/operators/IsAllCaps.d.ts.map +1 -0
  1278. package/dist/types/boolean-logic/operators/IsAllCaps.js +1 -0
  1279. package/dist/types/boolean-logic/operators/IsAllLowercase.d.ts +20 -0
  1280. package/dist/types/boolean-logic/operators/IsAllLowercase.d.ts.map +1 -0
  1281. package/dist/types/boolean-logic/operators/IsAllLowercase.js +1 -0
  1282. package/dist/types/boolean-logic/operators/IsAny.d.ts +8 -0
  1283. package/dist/types/boolean-logic/operators/IsAny.d.ts.map +1 -0
  1284. package/dist/types/boolean-logic/operators/IsAny.js +1 -0
  1285. package/dist/types/boolean-logic/operators/IsAnyEqual.d.ts +10 -0
  1286. package/dist/types/boolean-logic/operators/IsAnyEqual.d.ts.map +1 -0
  1287. package/dist/types/boolean-logic/operators/IsAnyEqual.js +1 -0
  1288. package/dist/types/boolean-logic/operators/IsArray.d.ts +8 -0
  1289. package/dist/types/boolean-logic/operators/IsArray.d.ts.map +1 -0
  1290. package/dist/types/boolean-logic/operators/IsArray.js +1 -0
  1291. package/dist/types/boolean-logic/operators/IsBoolean.d.ts +8 -0
  1292. package/dist/types/boolean-logic/operators/IsBoolean.d.ts.map +1 -0
  1293. package/dist/types/boolean-logic/operators/IsBoolean.js +1 -0
  1294. package/dist/types/boolean-logic/operators/IsBooleanLiteral.d.ts +9 -0
  1295. package/dist/types/boolean-logic/operators/IsBooleanLiteral.d.ts.map +1 -0
  1296. package/dist/types/boolean-logic/operators/IsBooleanLiteral.js +1 -0
  1297. package/dist/types/boolean-logic/operators/IsContainer.d.ts +9 -0
  1298. package/dist/types/boolean-logic/operators/IsContainer.d.ts.map +1 -0
  1299. package/dist/types/boolean-logic/operators/IsContainer.js +1 -0
  1300. package/dist/types/boolean-logic/operators/IsCssHexadecimal.d.ts +9 -0
  1301. package/dist/types/boolean-logic/operators/IsCssHexadecimal.d.ts.map +1 -0
  1302. package/dist/types/boolean-logic/operators/IsCssHexadecimal.js +1 -0
  1303. package/dist/types/boolean-logic/operators/IsDefined.d.ts +7 -0
  1304. package/dist/types/boolean-logic/operators/IsDefined.d.ts.map +1 -0
  1305. package/dist/types/boolean-logic/operators/IsDefined.js +1 -0
  1306. package/dist/types/boolean-logic/operators/IsDotPath.d.ts +20 -0
  1307. package/dist/types/boolean-logic/operators/IsDotPath.d.ts.map +1 -0
  1308. package/dist/types/boolean-logic/operators/IsDotPath.js +1 -0
  1309. package/dist/types/boolean-logic/operators/IsEmptyObject.d.ts +10 -0
  1310. package/dist/types/boolean-logic/operators/IsEmptyObject.d.ts.map +1 -0
  1311. package/dist/types/boolean-logic/operators/IsEmptyObject.js +1 -0
  1312. package/dist/types/boolean-logic/operators/IsEmptyString.d.ts +12 -0
  1313. package/dist/types/boolean-logic/operators/IsEmptyString.d.ts.map +1 -0
  1314. package/dist/types/boolean-logic/operators/IsEmptyString.js +1 -0
  1315. package/dist/types/boolean-logic/operators/IsEqual.d.ts +13 -0
  1316. package/dist/types/boolean-logic/operators/IsEqual.d.ts.map +1 -0
  1317. package/dist/types/boolean-logic/operators/IsEqual.js +1 -0
  1318. package/dist/types/boolean-logic/operators/IsErrorCondition.d.ts +11 -0
  1319. package/dist/types/boolean-logic/operators/IsErrorCondition.d.ts.map +1 -0
  1320. package/dist/types/boolean-logic/operators/IsErrorCondition.js +1 -0
  1321. package/dist/types/boolean-logic/operators/IsFalse.d.ts +15 -0
  1322. package/dist/types/boolean-logic/operators/IsFalse.d.ts.map +1 -0
  1323. package/dist/types/boolean-logic/operators/IsFalse.js +1 -0
  1324. package/dist/types/boolean-logic/operators/IsFalsy.d.ts +8 -0
  1325. package/dist/types/boolean-logic/operators/IsFalsy.d.ts.map +1 -0
  1326. package/dist/types/boolean-logic/operators/IsFalsy.js +1 -0
  1327. package/dist/types/boolean-logic/operators/IsFloat.d.ts +13 -0
  1328. package/dist/types/boolean-logic/operators/IsFloat.d.ts.map +1 -0
  1329. package/dist/types/boolean-logic/operators/IsFloat.js +1 -0
  1330. package/dist/types/boolean-logic/operators/IsFnWithParams.d.ts +15 -0
  1331. package/dist/types/boolean-logic/operators/IsFnWithParams.d.ts.map +1 -0
  1332. package/dist/types/boolean-logic/operators/IsFnWithParams.js +1 -0
  1333. package/dist/types/boolean-logic/operators/IsFunction.d.ts +9 -0
  1334. package/dist/types/boolean-logic/operators/IsFunction.d.ts.map +1 -0
  1335. package/dist/types/boolean-logic/operators/IsFunction.js +1 -0
  1336. package/dist/types/boolean-logic/operators/IsGreaterThan.d.ts +19 -0
  1337. package/dist/types/boolean-logic/operators/IsGreaterThan.d.ts.map +1 -0
  1338. package/dist/types/boolean-logic/operators/IsGreaterThan.js +1 -0
  1339. package/dist/types/boolean-logic/operators/IsInteger.d.ts +9 -0
  1340. package/dist/types/boolean-logic/operators/IsInteger.d.ts.map +1 -0
  1341. package/dist/types/boolean-logic/operators/IsInteger.js +1 -0
  1342. package/dist/types/boolean-logic/operators/IsIterable.d.ts +10 -0
  1343. package/dist/types/boolean-logic/operators/IsIterable.d.ts.map +1 -0
  1344. package/dist/types/boolean-logic/operators/IsIterable.js +1 -0
  1345. package/dist/types/boolean-logic/operators/IsLength.d.ts +9 -0
  1346. package/dist/types/boolean-logic/operators/IsLength.d.ts.map +1 -0
  1347. package/dist/types/boolean-logic/operators/IsLength.js +1 -0
  1348. package/dist/types/boolean-logic/operators/IsLessThan.d.ts +19 -0
  1349. package/dist/types/boolean-logic/operators/IsLessThan.d.ts.map +1 -0
  1350. package/dist/types/boolean-logic/operators/IsLessThan.js +1 -0
  1351. package/dist/types/boolean-logic/operators/IsLiteral.d.ts +22 -0
  1352. package/dist/types/boolean-logic/operators/IsLiteral.d.ts.map +1 -0
  1353. package/dist/types/boolean-logic/operators/IsLiteral.js +1 -0
  1354. package/dist/types/boolean-logic/operators/IsLiteralFn.d.ts +16 -0
  1355. package/dist/types/boolean-logic/operators/IsLiteralFn.d.ts.map +1 -0
  1356. package/dist/types/boolean-logic/operators/IsLiteralFn.js +1 -0
  1357. package/dist/types/boolean-logic/operators/IsLiteralUnion.d.ts +13 -0
  1358. package/dist/types/boolean-logic/operators/IsLiteralUnion.d.ts.map +1 -0
  1359. package/dist/types/boolean-logic/operators/IsLiteralUnion.js +1 -0
  1360. package/dist/types/boolean-logic/operators/IsNarrowingFn.d.ts +12 -0
  1361. package/dist/types/boolean-logic/operators/IsNarrowingFn.d.ts.map +1 -0
  1362. package/dist/types/boolean-logic/operators/IsNarrowingFn.js +1 -0
  1363. package/dist/types/boolean-logic/operators/IsNegativeNumber.d.ts +10 -0
  1364. package/dist/types/boolean-logic/operators/IsNegativeNumber.d.ts.map +1 -0
  1365. package/dist/types/boolean-logic/operators/IsNegativeNumber.js +1 -0
  1366. package/dist/types/boolean-logic/operators/IsNever.d.ts +8 -0
  1367. package/dist/types/boolean-logic/operators/IsNever.d.ts.map +1 -0
  1368. package/dist/types/boolean-logic/operators/IsNever.js +1 -0
  1369. package/dist/types/boolean-logic/operators/IsNonLiteralUnion.d.ts +13 -0
  1370. package/dist/types/boolean-logic/operators/IsNonLiteralUnion.d.ts.map +1 -0
  1371. package/dist/types/boolean-logic/operators/IsNonLiteralUnion.js +1 -0
  1372. package/dist/types/boolean-logic/operators/IsNotEqual.d.ts +8 -0
  1373. package/dist/types/boolean-logic/operators/IsNotEqual.d.ts.map +1 -0
  1374. package/dist/types/boolean-logic/operators/IsNotEqual.js +1 -0
  1375. package/dist/types/boolean-logic/operators/IsNothing.d.ts +9 -0
  1376. package/dist/types/boolean-logic/operators/IsNothing.d.ts.map +1 -0
  1377. package/dist/types/boolean-logic/operators/IsNothing.js +1 -0
  1378. package/dist/types/boolean-logic/operators/IsNull.d.ts +12 -0
  1379. package/dist/types/boolean-logic/operators/IsNull.d.ts.map +1 -0
  1380. package/dist/types/boolean-logic/operators/IsNull.js +1 -0
  1381. package/dist/types/boolean-logic/operators/IsNumber.d.ts +8 -0
  1382. package/dist/types/boolean-logic/operators/IsNumber.d.ts.map +1 -0
  1383. package/dist/types/boolean-logic/operators/IsNumber.js +1 -0
  1384. package/dist/types/boolean-logic/operators/IsNumberLike.d.ts +10 -0
  1385. package/dist/types/boolean-logic/operators/IsNumberLike.d.ts.map +1 -0
  1386. package/dist/types/boolean-logic/operators/IsNumberLike.js +1 -0
  1387. package/dist/types/boolean-logic/operators/IsNumericLiteral.d.ts +9 -0
  1388. package/dist/types/boolean-logic/operators/IsNumericLiteral.d.ts.map +1 -0
  1389. package/dist/types/boolean-logic/operators/IsNumericLiteral.js +1 -0
  1390. package/dist/types/boolean-logic/operators/IsObject.d.ts +13 -0
  1391. package/dist/types/boolean-logic/operators/IsObject.d.ts.map +1 -0
  1392. package/dist/types/boolean-logic/operators/IsObject.js +1 -0
  1393. package/dist/types/boolean-logic/operators/IsObjectLiteral.d.ts +14 -0
  1394. package/dist/types/boolean-logic/operators/IsObjectLiteral.d.ts.map +1 -0
  1395. package/dist/types/boolean-logic/operators/IsObjectLiteral.js +1 -0
  1396. package/dist/types/boolean-logic/operators/IsOptionalScalar.d.ts +12 -0
  1397. package/dist/types/boolean-logic/operators/IsOptionalScalar.d.ts.map +1 -0
  1398. package/dist/types/boolean-logic/operators/IsOptionalScalar.js +1 -0
  1399. package/dist/types/boolean-logic/operators/IsPositiveNumber.d.ts +11 -0
  1400. package/dist/types/boolean-logic/operators/IsPositiveNumber.d.ts.map +1 -0
  1401. package/dist/types/boolean-logic/operators/IsPositiveNumber.js +1 -0
  1402. package/dist/types/boolean-logic/operators/IsReadonlyArray.d.ts +7 -0
  1403. package/dist/types/boolean-logic/operators/IsReadonlyArray.d.ts.map +1 -0
  1404. package/dist/types/boolean-logic/operators/IsReadonlyArray.js +1 -0
  1405. package/dist/types/boolean-logic/operators/IsReadonlyObject.d.ts +12 -0
  1406. package/dist/types/boolean-logic/operators/IsReadonlyObject.d.ts.map +1 -0
  1407. package/dist/types/boolean-logic/operators/IsReadonlyObject.js +1 -0
  1408. package/dist/types/boolean-logic/operators/IsScalar.d.ts +17 -0
  1409. package/dist/types/boolean-logic/operators/IsScalar.d.ts.map +1 -0
  1410. package/dist/types/boolean-logic/operators/IsScalar.js +1 -0
  1411. package/dist/types/boolean-logic/operators/IsSingleChar.d.ts +8 -0
  1412. package/dist/types/boolean-logic/operators/IsSingleChar.d.ts.map +1 -0
  1413. package/dist/types/boolean-logic/operators/IsSingleChar.js +1 -0
  1414. package/dist/types/boolean-logic/operators/IsSingularNoun.d.ts +13 -0
  1415. package/dist/types/boolean-logic/operators/IsSingularNoun.d.ts.map +1 -0
  1416. package/dist/types/boolean-logic/operators/IsSingularNoun.js +1 -0
  1417. package/dist/types/boolean-logic/operators/IsString.d.ts +9 -0
  1418. package/dist/types/boolean-logic/operators/IsString.d.ts.map +1 -0
  1419. package/dist/types/boolean-logic/operators/IsString.js +1 -0
  1420. package/dist/types/boolean-logic/operators/IsStringLiteral.d.ts +9 -0
  1421. package/dist/types/boolean-logic/operators/IsStringLiteral.d.ts.map +1 -0
  1422. package/dist/types/boolean-logic/operators/IsStringLiteral.js +1 -0
  1423. package/dist/types/boolean-logic/operators/IsSymbol.d.ts +8 -0
  1424. package/dist/types/boolean-logic/operators/IsSymbol.d.ts.map +1 -0
  1425. package/dist/types/boolean-logic/operators/IsSymbol.js +1 -0
  1426. package/dist/types/boolean-logic/operators/IsTrue.d.ts +18 -0
  1427. package/dist/types/boolean-logic/operators/IsTrue.d.ts.map +1 -0
  1428. package/dist/types/boolean-logic/operators/IsTrue.js +1 -0
  1429. package/dist/types/boolean-logic/operators/IsTruthy.d.ts +13 -0
  1430. package/dist/types/boolean-logic/operators/IsTruthy.d.ts.map +1 -0
  1431. package/dist/types/boolean-logic/operators/IsTruthy.js +1 -0
  1432. package/dist/types/boolean-logic/operators/IsTuple.d.ts +17 -0
  1433. package/dist/types/boolean-logic/operators/IsTuple.d.ts.map +1 -0
  1434. package/dist/types/boolean-logic/operators/IsTuple.js +1 -0
  1435. package/dist/types/boolean-logic/operators/IsUndefined.d.ts +7 -0
  1436. package/dist/types/boolean-logic/operators/IsUndefined.d.ts.map +1 -0
  1437. package/dist/types/boolean-logic/operators/IsUndefined.js +1 -0
  1438. package/dist/types/boolean-logic/operators/IsUnion.d.ts +9 -0
  1439. package/dist/types/boolean-logic/operators/IsUnion.d.ts.map +1 -0
  1440. package/dist/types/boolean-logic/operators/IsUnion.js +1 -0
  1441. package/dist/types/boolean-logic/operators/IsUnionArray.d.ts +9 -0
  1442. package/dist/types/boolean-logic/operators/IsUnionArray.d.ts.map +1 -0
  1443. package/dist/types/boolean-logic/operators/IsUnionArray.js +1 -0
  1444. package/dist/types/boolean-logic/operators/IsUnset.d.ts +9 -0
  1445. package/dist/types/boolean-logic/operators/IsUnset.d.ts.map +1 -0
  1446. package/dist/types/boolean-logic/operators/IsUnset.js +1 -0
  1447. package/dist/types/boolean-logic/operators/IsUrl.d.ts +34 -0
  1448. package/dist/types/boolean-logic/operators/IsUrl.d.ts.map +1 -0
  1449. package/dist/types/boolean-logic/operators/IsUrl.js +1 -0
  1450. package/dist/types/boolean-logic/operators/IsValidDotPath.d.ts +15 -0
  1451. package/dist/types/boolean-logic/operators/IsValidDotPath.d.ts.map +1 -0
  1452. package/dist/types/boolean-logic/operators/IsValidDotPath.js +1 -0
  1453. package/dist/types/boolean-logic/operators/IsValidIndex.d.ts +11 -0
  1454. package/dist/types/boolean-logic/operators/IsValidIndex.d.ts.map +1 -0
  1455. package/dist/types/boolean-logic/operators/IsValidIndex.js +1 -0
  1456. package/dist/types/boolean-logic/operators/IsVueRef.d.ts +14 -0
  1457. package/dist/types/boolean-logic/operators/IsVueRef.d.ts.map +1 -0
  1458. package/dist/types/boolean-logic/operators/IsVueRef.js +1 -0
  1459. package/dist/types/boolean-logic/operators/IsWideType.d.ts +51 -0
  1460. package/dist/types/boolean-logic/operators/IsWideType.d.ts.map +1 -0
  1461. package/dist/types/boolean-logic/operators/IsWideType.js +1 -0
  1462. package/dist/types/boolean-logic/operators/IsWideUnion.d.ts +15 -0
  1463. package/dist/types/boolean-logic/operators/IsWideUnion.d.ts.map +1 -0
  1464. package/dist/types/boolean-logic/operators/IsWideUnion.js +1 -0
  1465. package/dist/types/boolean-logic/operators/MaybeError.d.ts +20 -0
  1466. package/dist/types/boolean-logic/operators/MaybeError.d.ts.map +1 -0
  1467. package/dist/types/boolean-logic/operators/MaybeError.js +2 -0
  1468. package/dist/types/boolean-logic/operators/NarrowlyContains.d.ts +13 -0
  1469. package/dist/types/boolean-logic/operators/NarrowlyContains.d.ts.map +1 -0
  1470. package/dist/types/boolean-logic/operators/NarrowlyContains.js +1 -0
  1471. package/dist/types/boolean-logic/operators/Network-operators.d.ts +71 -0
  1472. package/dist/types/boolean-logic/operators/Network-operators.d.ts.map +1 -0
  1473. package/dist/types/boolean-logic/operators/Network-operators.js +1 -0
  1474. package/dist/types/boolean-logic/operators/NotEqual.d.ts +8 -0
  1475. package/dist/types/boolean-logic/operators/NotEqual.d.ts.map +1 -0
  1476. package/dist/types/boolean-logic/operators/NotEqual.js +1 -0
  1477. package/dist/types/boolean-logic/operators/NotLength.d.ts +8 -0
  1478. package/dist/types/boolean-logic/operators/NotLength.d.ts.map +1 -0
  1479. package/dist/types/boolean-logic/operators/NotLength.js +1 -0
  1480. package/dist/types/boolean-logic/operators/PhoneOperators.d.ts +32 -0
  1481. package/dist/types/boolean-logic/operators/PhoneOperators.d.ts.map +1 -0
  1482. package/dist/types/boolean-logic/operators/PhoneOperators.js +1 -0
  1483. package/dist/types/boolean-logic/operators/Returns.d.ts +9 -0
  1484. package/dist/types/boolean-logic/operators/Returns.d.ts.map +1 -0
  1485. package/dist/types/boolean-logic/operators/Returns.js +1 -0
  1486. package/dist/types/boolean-logic/operators/ReturnsBoolean.d.ts +11 -0
  1487. package/dist/types/boolean-logic/operators/ReturnsBoolean.d.ts.map +1 -0
  1488. package/dist/types/boolean-logic/operators/ReturnsBoolean.js +1 -0
  1489. package/dist/types/boolean-logic/operators/ReturnsFalse.d.ts +11 -0
  1490. package/dist/types/boolean-logic/operators/ReturnsFalse.d.ts.map +1 -0
  1491. package/dist/types/boolean-logic/operators/ReturnsFalse.js +1 -0
  1492. package/dist/types/boolean-logic/operators/ReturnsTrue.d.ts +12 -0
  1493. package/dist/types/boolean-logic/operators/ReturnsTrue.d.ts.map +1 -0
  1494. package/dist/types/boolean-logic/operators/ReturnsTrue.js +1 -0
  1495. package/dist/types/boolean-logic/operators/SomeEqual.d.ts +12 -0
  1496. package/dist/types/boolean-logic/operators/SomeEqual.d.ts.map +1 -0
  1497. package/dist/types/boolean-logic/operators/SomeEqual.js +1 -0
  1498. package/dist/types/boolean-logic/operators/SomeExtend.d.ts +11 -0
  1499. package/dist/types/boolean-logic/operators/SomeExtend.d.ts.map +1 -0
  1500. package/dist/types/boolean-logic/operators/SomeExtend.js +1 -0
  1501. package/dist/types/boolean-logic/operators/StartsWith.d.ts +24 -0
  1502. package/dist/types/boolean-logic/operators/StartsWith.d.ts.map +1 -0
  1503. package/dist/types/boolean-logic/operators/StartsWith.js +1 -0
  1504. package/dist/types/boolean-logic/operators/UnionHasArray.d.ts +14 -0
  1505. package/dist/types/boolean-logic/operators/UnionHasArray.d.ts.map +1 -0
  1506. package/dist/types/boolean-logic/operators/UnionHasArray.js +1 -0
  1507. package/dist/types/boolean-logic/operators/Validate.d.ts +20 -0
  1508. package/dist/types/boolean-logic/operators/Validate.d.ts.map +1 -0
  1509. package/dist/types/boolean-logic/operators/Validate.js +1 -0
  1510. package/dist/types/boolean-logic/operators/YouTube-operators.d.ts +32 -0
  1511. package/dist/types/boolean-logic/operators/YouTube-operators.d.ts.map +1 -0
  1512. package/dist/types/boolean-logic/operators/YouTube-operators.js +1 -0
  1513. package/dist/types/boolean-logic/operators/index.d.ts +104 -0
  1514. package/dist/types/boolean-logic/operators/index.d.ts.map +1 -0
  1515. package/dist/types/boolean-logic/operators/index.js +103 -0
  1516. package/dist/types/classes/Constructor.d.ts +6 -0
  1517. package/dist/types/classes/Constructor.d.ts.map +1 -0
  1518. package/dist/types/classes/Constructor.js +1 -0
  1519. package/dist/types/classes/KlassMeta.d.ts +21 -0
  1520. package/dist/types/classes/KlassMeta.d.ts.map +1 -0
  1521. package/dist/types/classes/KlassMeta.js +1 -0
  1522. package/dist/types/classes/index.d.ts +3 -0
  1523. package/dist/types/classes/index.d.ts.map +1 -0
  1524. package/dist/types/classes/index.js +2 -0
  1525. package/dist/types/containers/IsEmptyContainer.d.ts +11 -0
  1526. package/dist/types/containers/IsEmptyContainer.d.ts.map +1 -0
  1527. package/dist/types/containers/IsEmptyContainer.js +1 -0
  1528. package/dist/types/containers/IsNonEmptyContainer.d.ts +12 -0
  1529. package/dist/types/containers/IsNonEmptyContainer.d.ts.map +1 -0
  1530. package/dist/types/containers/IsNonEmptyContainer.js +1 -0
  1531. package/dist/types/containers/RemoveEmpty.d.ts +30 -0
  1532. package/dist/types/containers/RemoveEmpty.d.ts.map +1 -0
  1533. package/dist/types/containers/RemoveEmpty.js +1 -0
  1534. package/dist/types/containers/RemoveMarked.d.ts +13 -0
  1535. package/dist/types/containers/RemoveMarked.d.ts.map +1 -0
  1536. package/dist/types/containers/RemoveMarked.js +1 -0
  1537. package/dist/types/containers/RemoveNever.d.ts +18 -0
  1538. package/dist/types/containers/RemoveNever.d.ts.map +1 -0
  1539. package/dist/types/containers/RemoveNever.js +1 -0
  1540. package/dist/types/containers/RemoveUndefined.d.ts +11 -0
  1541. package/dist/types/containers/RemoveUndefined.d.ts.map +1 -0
  1542. package/dist/types/containers/RemoveUndefined.js +1 -0
  1543. package/dist/types/containers/index.d.ts +7 -0
  1544. package/dist/types/containers/index.d.ts.map +1 -0
  1545. package/dist/types/containers/index.js +6 -0
  1546. package/dist/types/dictionary/AddKeyValue.d.ts +13 -0
  1547. package/dist/types/dictionary/AddKeyValue.d.ts.map +1 -0
  1548. package/dist/types/dictionary/AddKeyValue.js +1 -0
  1549. package/dist/types/dictionary/CamelKeys.d.ts +16 -0
  1550. package/dist/types/dictionary/CamelKeys.d.ts.map +1 -0
  1551. package/dist/types/dictionary/CamelKeys.js +1 -0
  1552. package/dist/types/dictionary/CombinedKeys.d.ts +17 -0
  1553. package/dist/types/dictionary/CombinedKeys.d.ts.map +1 -0
  1554. package/dist/types/dictionary/CombinedKeys.js +1 -0
  1555. package/dist/types/dictionary/CreateKV.d.ts +15 -0
  1556. package/dist/types/dictionary/CreateKV.d.ts.map +1 -0
  1557. package/dist/types/dictionary/CreateKV.js +1 -0
  1558. package/dist/types/dictionary/CreateLookup.d.ts +13 -0
  1559. package/dist/types/dictionary/CreateLookup.d.ts.map +1 -0
  1560. package/dist/types/dictionary/CreateLookup.js +1 -0
  1561. package/dist/types/dictionary/DefineObject.d.ts +40 -0
  1562. package/dist/types/dictionary/DefineObject.d.ts.map +1 -0
  1563. package/dist/types/dictionary/DefineObject.js +1 -0
  1564. package/dist/types/dictionary/DictChangeValue.d.ts +28 -0
  1565. package/dist/types/dictionary/DictChangeValue.d.ts.map +1 -0
  1566. package/dist/types/dictionary/DictChangeValue.js +1 -0
  1567. package/dist/types/dictionary/EnsureKeys.d.ts +17 -0
  1568. package/dist/types/dictionary/EnsureKeys.d.ts.map +1 -0
  1569. package/dist/types/dictionary/EnsureKeys.js +1 -0
  1570. package/dist/types/dictionary/FilterProps.d.ts +20 -0
  1571. package/dist/types/dictionary/FilterProps.d.ts.map +1 -0
  1572. package/dist/types/dictionary/FilterProps.js +1 -0
  1573. package/dist/types/dictionary/FromMaybeRef.d.ts +9 -0
  1574. package/dist/types/dictionary/FromMaybeRef.d.ts.map +1 -0
  1575. package/dist/types/dictionary/FromMaybeRef.js +1 -0
  1576. package/dist/types/dictionary/Get.d.ts +8 -0
  1577. package/dist/types/dictionary/Get.d.ts.map +1 -0
  1578. package/dist/types/dictionary/Get.js +1 -0
  1579. package/dist/types/dictionary/KebabKeys.d.ts +16 -0
  1580. package/dist/types/dictionary/KebabKeys.d.ts.map +1 -0
  1581. package/dist/types/dictionary/KebabKeys.js +1 -0
  1582. package/dist/types/dictionary/Keys.d.ts +79 -0
  1583. package/dist/types/dictionary/Keys.d.ts.map +1 -0
  1584. package/dist/types/dictionary/Keys.js +1 -0
  1585. package/dist/types/dictionary/KeysEqualValue.d.ts +17 -0
  1586. package/dist/types/dictionary/KeysEqualValue.d.ts.map +1 -0
  1587. package/dist/types/dictionary/KeysEqualValue.js +1 -0
  1588. package/dist/types/dictionary/KeysNotEqualValue.d.ts +17 -0
  1589. package/dist/types/dictionary/KeysNotEqualValue.d.ts.map +1 -0
  1590. package/dist/types/dictionary/KeysNotEqualValue.js +1 -0
  1591. package/dist/types/dictionary/KeysWithValue.d.ts +18 -0
  1592. package/dist/types/dictionary/KeysWithValue.d.ts.map +1 -0
  1593. package/dist/types/dictionary/KeysWithValue.js +1 -0
  1594. package/dist/types/dictionary/KeysWithoutValue.d.ts +15 -0
  1595. package/dist/types/dictionary/KeysWithoutValue.d.ts.map +1 -0
  1596. package/dist/types/dictionary/KeysWithoutValue.js +1 -0
  1597. package/dist/types/dictionary/KvFn.d.ts +15 -0
  1598. package/dist/types/dictionary/KvFn.d.ts.map +1 -0
  1599. package/dist/types/dictionary/KvFn.js +1 -0
  1600. package/dist/types/dictionary/MakeKeysOptional.d.ts +24 -0
  1601. package/dist/types/dictionary/MakeKeysOptional.d.ts.map +1 -0
  1602. package/dist/types/dictionary/MakeKeysOptional.js +1 -0
  1603. package/dist/types/dictionary/MakeKeysRequired.d.ts +14 -0
  1604. package/dist/types/dictionary/MakeKeysRequired.d.ts.map +1 -0
  1605. package/dist/types/dictionary/MakeKeysRequired.js +1 -0
  1606. package/dist/types/dictionary/MakePropsMutable.d.ts +40 -0
  1607. package/dist/types/dictionary/MakePropsMutable.d.ts.map +1 -0
  1608. package/dist/types/dictionary/MakePropsMutable.js +1 -0
  1609. package/dist/types/dictionary/MapTo.d.ts +228 -0
  1610. package/dist/types/dictionary/MapTo.d.ts.map +1 -0
  1611. package/dist/types/dictionary/MapTo.js +34 -0
  1612. package/dist/types/dictionary/MaybeRef.d.ts +17 -0
  1613. package/dist/types/dictionary/MaybeRef.d.ts.map +1 -0
  1614. package/dist/types/dictionary/MaybeRef.js +1 -0
  1615. package/dist/types/dictionary/MergeKVs.d.ts +20 -0
  1616. package/dist/types/dictionary/MergeKVs.d.ts.map +1 -0
  1617. package/dist/types/dictionary/MergeKVs.js +1 -0
  1618. package/dist/types/dictionary/MutableProps.d.ts +9 -0
  1619. package/dist/types/dictionary/MutableProps.d.ts.map +1 -0
  1620. package/dist/types/dictionary/MutableProps.js +1 -0
  1621. package/dist/types/dictionary/NonNumericKeys.d.ts +9 -0
  1622. package/dist/types/dictionary/NonNumericKeys.d.ts.map +1 -0
  1623. package/dist/types/dictionary/NonNumericKeys.js +1 -0
  1624. package/dist/types/dictionary/NonStringKeys.d.ts +15 -0
  1625. package/dist/types/dictionary/NonStringKeys.d.ts.map +1 -0
  1626. package/dist/types/dictionary/NonStringKeys.js +1 -0
  1627. package/dist/types/dictionary/OptionalKeys.d.ts +26 -0
  1628. package/dist/types/dictionary/OptionalKeys.d.ts.map +1 -0
  1629. package/dist/types/dictionary/OptionalKeys.js +1 -0
  1630. package/dist/types/dictionary/OptionalProps.d.ts +8 -0
  1631. package/dist/types/dictionary/OptionalProps.d.ts.map +1 -0
  1632. package/dist/types/dictionary/OptionalProps.js +1 -0
  1633. package/dist/types/dictionary/PascalKeys.d.ts +16 -0
  1634. package/dist/types/dictionary/PascalKeys.d.ts.map +1 -0
  1635. package/dist/types/dictionary/PascalKeys.js +1 -0
  1636. package/dist/types/dictionary/ReadonlyKeys.d.ts +16 -0
  1637. package/dist/types/dictionary/ReadonlyKeys.d.ts.map +1 -0
  1638. package/dist/types/dictionary/ReadonlyKeys.js +1 -0
  1639. package/dist/types/dictionary/ReadonlyProps.d.ts +9 -0
  1640. package/dist/types/dictionary/ReadonlyProps.d.ts.map +1 -0
  1641. package/dist/types/dictionary/ReadonlyProps.js +1 -0
  1642. package/dist/types/dictionary/RemoveIndexKeys.d.ts +16 -0
  1643. package/dist/types/dictionary/RemoveIndexKeys.d.ts.map +1 -0
  1644. package/dist/types/dictionary/RemoveIndexKeys.js +1 -0
  1645. package/dist/types/dictionary/RequireProps.d.ts +13 -0
  1646. package/dist/types/dictionary/RequireProps.d.ts.map +1 -0
  1647. package/dist/types/dictionary/RequireProps.js +1 -0
  1648. package/dist/types/dictionary/RequiredKeys.d.ts +19 -0
  1649. package/dist/types/dictionary/RequiredKeys.d.ts.map +1 -0
  1650. package/dist/types/dictionary/RequiredKeys.js +1 -0
  1651. package/dist/types/dictionary/RequiredProps.d.ts +8 -0
  1652. package/dist/types/dictionary/RequiredProps.d.ts.map +1 -0
  1653. package/dist/types/dictionary/RequiredProps.js +1 -0
  1654. package/dist/types/dictionary/RetainProps.d.ts +20 -0
  1655. package/dist/types/dictionary/RetainProps.d.ts.map +1 -0
  1656. package/dist/types/dictionary/RetainProps.js +1 -0
  1657. package/dist/types/dictionary/SharedKeys.d.ts +17 -0
  1658. package/dist/types/dictionary/SharedKeys.d.ts.map +1 -0
  1659. package/dist/types/dictionary/SharedKeys.js +1 -0
  1660. package/dist/types/dictionary/SimplifyObject.d.ts +9 -0
  1661. package/dist/types/dictionary/SimplifyObject.d.ts.map +1 -0
  1662. package/dist/types/dictionary/SimplifyObject.js +1 -0
  1663. package/dist/types/dictionary/SnakeKeys.d.ts +16 -0
  1664. package/dist/types/dictionary/SnakeKeys.d.ts.map +1 -0
  1665. package/dist/types/dictionary/SnakeKeys.js +1 -0
  1666. package/dist/types/dictionary/StringKeys.d.ts +9 -0
  1667. package/dist/types/dictionary/StringKeys.d.ts.map +1 -0
  1668. package/dist/types/dictionary/StringKeys.js +1 -0
  1669. package/dist/types/dictionary/TakeProp.d.ts +9 -0
  1670. package/dist/types/dictionary/TakeProp.d.ts.map +1 -0
  1671. package/dist/types/dictionary/TakeProp.js +1 -0
  1672. package/dist/types/dictionary/UpsertKeyValue.d.ts +13 -0
  1673. package/dist/types/dictionary/UpsertKeyValue.d.ts.map +1 -0
  1674. package/dist/types/dictionary/UpsertKeyValue.js +1 -0
  1675. package/dist/types/dictionary/ValidKey.d.ts +11 -0
  1676. package/dist/types/dictionary/ValidKey.d.ts.map +1 -0
  1677. package/dist/types/dictionary/ValidKey.js +1 -0
  1678. package/dist/types/dictionary/Values.d.ts +18 -0
  1679. package/dist/types/dictionary/Values.d.ts.map +1 -0
  1680. package/dist/types/dictionary/Values.js +1 -0
  1681. package/dist/types/dictionary/WithKeys.d.ts +23 -0
  1682. package/dist/types/dictionary/WithKeys.d.ts.map +1 -0
  1683. package/dist/types/dictionary/WithKeys.js +1 -0
  1684. package/dist/types/dictionary/WithNumericKeys.d.ts +8 -0
  1685. package/dist/types/dictionary/WithNumericKeys.d.ts.map +1 -0
  1686. package/dist/types/dictionary/WithNumericKeys.js +1 -0
  1687. package/dist/types/dictionary/WithStringKeys.d.ts +9 -0
  1688. package/dist/types/dictionary/WithStringKeys.d.ts.map +1 -0
  1689. package/dist/types/dictionary/WithStringKeys.js +1 -0
  1690. package/dist/types/dictionary/WithValue.d.ts +22 -0
  1691. package/dist/types/dictionary/WithValue.d.ts.map +1 -0
  1692. package/dist/types/dictionary/WithValue.js +1 -0
  1693. package/dist/types/dictionary/WithoutKeys.d.ts +12 -0
  1694. package/dist/types/dictionary/WithoutKeys.d.ts.map +1 -0
  1695. package/dist/types/dictionary/WithoutKeys.js +1 -0
  1696. package/dist/types/dictionary/WithoutValue.d.ts +17 -0
  1697. package/dist/types/dictionary/WithoutValue.d.ts.map +1 -0
  1698. package/dist/types/dictionary/WithoutValue.js +1 -0
  1699. package/dist/types/dictionary/index.d.ts +54 -0
  1700. package/dist/types/dictionary/index.d.ts.map +1 -0
  1701. package/dist/types/dictionary/index.js +61 -0
  1702. package/dist/types/errors/AsError.d.ts +55 -0
  1703. package/dist/types/errors/AsError.d.ts.map +1 -0
  1704. package/dist/types/errors/AsError.js +1 -0
  1705. package/dist/types/errors/CompleteError.d.ts +22 -0
  1706. package/dist/types/errors/CompleteError.d.ts.map +1 -0
  1707. package/dist/types/errors/CompleteError.js +1 -0
  1708. package/dist/types/errors/ErrorCondition.d.ts +93 -0
  1709. package/dist/types/errors/ErrorCondition.d.ts.map +1 -0
  1710. package/dist/types/errors/ErrorCondition.js +1 -0
  1711. package/dist/types/errors/ErrorConditionHandler.d.ts +9 -0
  1712. package/dist/types/errors/ErrorConditionHandler.d.ts.map +1 -0
  1713. package/dist/types/errors/ErrorConditionHandler.js +1 -0
  1714. package/dist/types/errors/KindError.d.ts +39 -0
  1715. package/dist/types/errors/KindError.d.ts.map +1 -0
  1716. package/dist/types/errors/KindError.js +1 -0
  1717. package/dist/types/errors/MapError.d.ts +15 -0
  1718. package/dist/types/errors/MapError.d.ts.map +1 -0
  1719. package/dist/types/errors/MapError.js +1 -0
  1720. package/dist/types/errors/PartialError.d.ts +19 -0
  1721. package/dist/types/errors/PartialError.d.ts.map +1 -0
  1722. package/dist/types/errors/PartialError.js +1 -0
  1723. package/dist/types/errors/ProxyError.d.ts +22 -0
  1724. package/dist/types/errors/ProxyError.d.ts.map +1 -0
  1725. package/dist/types/errors/ProxyError.js +1 -0
  1726. package/dist/types/errors/StackTrace.d.ts +13 -0
  1727. package/dist/types/errors/StackTrace.d.ts.map +1 -0
  1728. package/dist/types/errors/StackTrace.js +1 -0
  1729. package/dist/types/errors/Throw.d.ts +21 -0
  1730. package/dist/types/errors/Throw.d.ts.map +1 -0
  1731. package/dist/types/errors/Throw.js +1 -0
  1732. package/dist/types/errors/index.d.ts +11 -0
  1733. package/dist/types/errors/index.d.ts.map +1 -0
  1734. package/dist/types/errors/index.js +10 -0
  1735. package/dist/types/functional/Left.d.ts +8 -0
  1736. package/dist/types/functional/Left.d.ts.map +1 -0
  1737. package/dist/types/functional/Left.js +1 -0
  1738. package/dist/types/functional/Option.d.ts +1 -0
  1739. package/dist/types/functional/Option.d.ts.map +1 -0
  1740. package/dist/types/functional/Option.js +1 -0
  1741. package/dist/types/functional/Result.d.ts +238 -0
  1742. package/dist/types/functional/Result.d.ts.map +1 -0
  1743. package/dist/types/functional/Result.js +2 -0
  1744. package/dist/types/functional/Right.d.ts +8 -0
  1745. package/dist/types/functional/Right.d.ts.map +1 -0
  1746. package/dist/types/functional/Right.js +1 -0
  1747. package/dist/types/functional/index.d.ts +4 -0
  1748. package/dist/types/functional/index.d.ts.map +1 -0
  1749. package/dist/types/functional/index.js +3 -0
  1750. package/dist/types/functions/AsFnMeta.d.ts +8 -0
  1751. package/dist/types/functions/AsFnMeta.d.ts.map +1 -0
  1752. package/dist/types/functions/AsFnMeta.js +1 -0
  1753. package/dist/types/functions/FnFrom.d.ts +8 -0
  1754. package/dist/types/functions/FnFrom.d.ts.map +1 -0
  1755. package/dist/types/functions/FnFrom.js +1 -0
  1756. package/dist/types/functions/FnMeta.d.ts +22 -0
  1757. package/dist/types/functions/FnMeta.d.ts.map +1 -0
  1758. package/dist/types/functions/FnMeta.js +1 -0
  1759. package/dist/types/functions/FnProps.d.ts +11 -0
  1760. package/dist/types/functions/FnProps.d.ts.map +1 -0
  1761. package/dist/types/functions/FnProps.js +1 -0
  1762. package/dist/types/functions/FnWithDescription.d.ts +9 -0
  1763. package/dist/types/functions/FnWithDescription.d.ts.map +1 -0
  1764. package/dist/types/functions/FnWithDescription.js +1 -0
  1765. package/dist/types/functions/FnWithProps.d.ts +10 -0
  1766. package/dist/types/functions/FnWithProps.d.ts.map +1 -0
  1767. package/dist/types/functions/FnWithProps.js +1 -0
  1768. package/dist/types/functions/HandleDoneFn.d.ts +12 -0
  1769. package/dist/types/functions/HandleDoneFn.d.ts.map +1 -0
  1770. package/dist/types/functions/HandleDoneFn.js +1 -0
  1771. package/dist/types/functions/IdentityFn.d.ts +10 -0
  1772. package/dist/types/functions/IdentityFn.d.ts.map +1 -0
  1773. package/dist/types/functions/IdentityFn.js +1 -0
  1774. package/dist/types/functions/LiteralFn.d.ts +20 -0
  1775. package/dist/types/functions/LiteralFn.d.ts.map +1 -0
  1776. package/dist/types/functions/LiteralFn.js +1 -0
  1777. package/dist/types/functions/LogicFunction.d.ts +7 -0
  1778. package/dist/types/functions/LogicFunction.d.ts.map +1 -0
  1779. package/dist/types/functions/LogicFunction.js +1 -0
  1780. package/dist/types/functions/NarrowingFn.d.ts +32 -0
  1781. package/dist/types/functions/NarrowingFn.d.ts.map +1 -0
  1782. package/dist/types/functions/NarrowingFn.js +1 -0
  1783. package/dist/types/functions/OnlyFnProps.d.ts +9 -0
  1784. package/dist/types/functions/OnlyFnProps.d.ts.map +1 -0
  1785. package/dist/types/functions/OnlyFnProps.js +1 -0
  1786. package/dist/types/functions/PromiseAll.d.ts +12 -0
  1787. package/dist/types/functions/PromiseAll.d.ts.map +1 -0
  1788. package/dist/types/functions/PromiseAll.js +1 -0
  1789. package/dist/types/functions/RemoveFnProps.d.ts +9 -0
  1790. package/dist/types/functions/RemoveFnProps.d.ts.map +1 -0
  1791. package/dist/types/functions/RemoveFnProps.js +1 -0
  1792. package/dist/types/functions/ToFn.d.ts +16 -0
  1793. package/dist/types/functions/ToFn.d.ts.map +1 -0
  1794. package/dist/types/functions/ToFn.js +1 -0
  1795. package/dist/types/functions/TypeGuard.d.ts +9 -0
  1796. package/dist/types/functions/TypeGuard.d.ts.map +1 -0
  1797. package/dist/types/functions/TypeGuard.js +1 -0
  1798. package/dist/types/functions/WrapperFn.d.ts +23 -0
  1799. package/dist/types/functions/WrapperFn.d.ts.map +1 -0
  1800. package/dist/types/functions/WrapperFn.js +1 -0
  1801. package/dist/types/functions/index.d.ts +17 -0
  1802. package/dist/types/functions/index.d.ts.map +1 -0
  1803. package/dist/types/functions/index.js +25 -0
  1804. package/dist/types/index.d.ts +20 -0
  1805. package/dist/types/index.d.ts.map +1 -0
  1806. package/dist/types/index.js +25 -0
  1807. package/dist/types/kv/DictFromKv.d.ts +7 -0
  1808. package/dist/types/kv/DictFromKv.d.ts.map +1 -0
  1809. package/dist/types/kv/DictFromKv.js +1 -0
  1810. package/dist/types/kv/KeyValue.d.ts +12 -0
  1811. package/dist/types/kv/KeyValue.d.ts.map +1 -0
  1812. package/dist/types/kv/KeyValue.js +1 -0
  1813. package/dist/types/kv/KvFrom.d.ts +14 -0
  1814. package/dist/types/kv/KvFrom.d.ts.map +1 -0
  1815. package/dist/types/kv/KvFrom.js +1 -0
  1816. package/dist/types/kv/KvTuple.d.ts +15 -0
  1817. package/dist/types/kv/KvTuple.d.ts.map +1 -0
  1818. package/dist/types/kv/KvTuple.js +1 -0
  1819. package/dist/types/kv/index.d.ts +5 -0
  1820. package/dist/types/kv/index.d.ts.map +1 -0
  1821. package/dist/types/kv/index.js +12 -0
  1822. package/dist/types/lists/AfterFirst.d.ts +8 -0
  1823. package/dist/types/lists/AfterFirst.d.ts.map +1 -0
  1824. package/dist/types/lists/AfterFirst.js +1 -0
  1825. package/dist/types/lists/AllowNonTupleWhenSingular.d.ts +11 -0
  1826. package/dist/types/lists/AllowNonTupleWhenSingular.d.ts.map +1 -0
  1827. package/dist/types/lists/AllowNonTupleWhenSingular.js +1 -0
  1828. package/dist/types/lists/ArrayElementType.d.ts +12 -0
  1829. package/dist/types/lists/ArrayElementType.d.ts.map +1 -0
  1830. package/dist/types/lists/ArrayElementType.js +1 -0
  1831. package/dist/types/lists/AsArray.d.ts +15 -0
  1832. package/dist/types/lists/AsArray.d.ts.map +1 -0
  1833. package/dist/types/lists/AsArray.js +1 -0
  1834. package/dist/types/lists/AsNumericArray.d.ts +16 -0
  1835. package/dist/types/lists/AsNumericArray.d.ts.map +1 -0
  1836. package/dist/types/lists/AsNumericArray.js +1 -0
  1837. package/dist/types/lists/AsReadonlyArray.d.ts +2 -0
  1838. package/dist/types/lists/AsReadonlyArray.d.ts.map +1 -0
  1839. package/dist/types/lists/AsReadonlyArray.js +1 -0
  1840. package/dist/types/lists/AsTuple.d.ts +12 -0
  1841. package/dist/types/lists/AsTuple.d.ts.map +1 -0
  1842. package/dist/types/lists/AsTuple.js +1 -0
  1843. package/dist/types/lists/BeforeLast.d.ts +20 -0
  1844. package/dist/types/lists/BeforeLast.d.ts.map +1 -0
  1845. package/dist/types/lists/BeforeLast.js +1 -0
  1846. package/dist/types/lists/ConvertAndMap.d.ts +54 -0
  1847. package/dist/types/lists/ConvertAndMap.d.ts.map +1 -0
  1848. package/dist/types/lists/ConvertAndMap.js +1 -0
  1849. package/dist/types/lists/ConvertSet.d.ts +23 -0
  1850. package/dist/types/lists/ConvertSet.d.ts.map +1 -0
  1851. package/dist/types/lists/ConvertSet.js +1 -0
  1852. package/dist/types/lists/ElementOf.d.ts +7 -0
  1853. package/dist/types/lists/ElementOf.d.ts.map +1 -0
  1854. package/dist/types/lists/ElementOf.js +1 -0
  1855. package/dist/types/lists/Filter.d.ts +32 -0
  1856. package/dist/types/lists/Filter.d.ts.map +1 -0
  1857. package/dist/types/lists/Filter.js +1 -0
  1858. package/dist/types/lists/FilterByProp.d.ts +23 -0
  1859. package/dist/types/lists/FilterByProp.d.ts.map +1 -0
  1860. package/dist/types/lists/FilterByProp.js +1 -0
  1861. package/dist/types/lists/FilterLiterals.d.ts +19 -0
  1862. package/dist/types/lists/FilterLiterals.d.ts.map +1 -0
  1863. package/dist/types/lists/FilterLiterals.js +1 -0
  1864. package/dist/types/lists/FilterWideTypes.d.ts +18 -0
  1865. package/dist/types/lists/FilterWideTypes.d.ts.map +1 -0
  1866. package/dist/types/lists/FilterWideTypes.js +1 -0
  1867. package/dist/types/lists/Find.d.ts +26 -0
  1868. package/dist/types/lists/Find.d.ts.map +1 -0
  1869. package/dist/types/lists/Find.js +1 -0
  1870. package/dist/types/lists/First.d.ts +13 -0
  1871. package/dist/types/lists/First.d.ts.map +1 -0
  1872. package/dist/types/lists/First.js +1 -0
  1873. package/dist/types/lists/FirstOrElse.d.ts +9 -0
  1874. package/dist/types/lists/FirstOrElse.d.ts.map +1 -0
  1875. package/dist/types/lists/FirstOrElse.js +1 -0
  1876. package/dist/types/lists/FirstString.d.ts +5 -0
  1877. package/dist/types/lists/FirstString.d.ts.map +1 -0
  1878. package/dist/types/lists/FirstString.js +1 -0
  1879. package/dist/types/lists/Flatten.d.ts +53 -0
  1880. package/dist/types/lists/Flatten.d.ts.map +1 -0
  1881. package/dist/types/lists/Flatten.js +1 -0
  1882. package/dist/types/lists/GetEach.d.ts +30 -0
  1883. package/dist/types/lists/GetEach.d.ts.map +1 -0
  1884. package/dist/types/lists/GetEach.js +1 -0
  1885. package/dist/types/lists/IndexOf.d.ts +57 -0
  1886. package/dist/types/lists/IndexOf.d.ts.map +1 -0
  1887. package/dist/types/lists/IndexOf.js +1 -0
  1888. package/dist/types/lists/Intersect.d.ts +14 -0
  1889. package/dist/types/lists/Intersect.d.ts.map +1 -0
  1890. package/dist/types/lists/Intersect.js +1 -0
  1891. package/dist/types/lists/IntersectAll.d.ts +14 -0
  1892. package/dist/types/lists/IntersectAll.d.ts.map +1 -0
  1893. package/dist/types/lists/IntersectAll.js +1 -0
  1894. package/dist/types/lists/Last.d.ts +10 -0
  1895. package/dist/types/lists/Last.d.ts.map +1 -0
  1896. package/dist/types/lists/Last.js +1 -0
  1897. package/dist/types/lists/Length.d.ts +25 -0
  1898. package/dist/types/lists/Length.d.ts.map +1 -0
  1899. package/dist/types/lists/Length.js +1 -0
  1900. package/dist/types/lists/LogicalReturns.d.ts +17 -0
  1901. package/dist/types/lists/LogicalReturns.d.ts.map +1 -0
  1902. package/dist/types/lists/LogicalReturns.js +1 -0
  1903. package/dist/types/lists/MaxLength.d.ts +17 -0
  1904. package/dist/types/lists/MaxLength.d.ts.map +1 -0
  1905. package/dist/types/lists/MaxLength.js +1 -0
  1906. package/dist/types/lists/NumericKeys.d.ts +26 -0
  1907. package/dist/types/lists/NumericKeys.d.ts.map +1 -0
  1908. package/dist/types/lists/NumericKeys.js +1 -0
  1909. package/dist/types/lists/NumericSort.d.ts +65 -0
  1910. package/dist/types/lists/NumericSort.d.ts.map +1 -0
  1911. package/dist/types/lists/NumericSort.js +1 -0
  1912. package/dist/types/lists/Pop.d.ts +18 -0
  1913. package/dist/types/lists/Pop.d.ts.map +1 -0
  1914. package/dist/types/lists/Pop.js +1 -0
  1915. package/dist/types/lists/Push.d.ts +15 -0
  1916. package/dist/types/lists/Push.d.ts.map +1 -0
  1917. package/dist/types/lists/Push.js +1 -0
  1918. package/dist/types/lists/ReplaceLast.d.ts +8 -0
  1919. package/dist/types/lists/ReplaceLast.d.ts.map +1 -0
  1920. package/dist/types/lists/ReplaceLast.js +1 -0
  1921. package/dist/types/lists/Retain.d.ts +27 -0
  1922. package/dist/types/lists/Retain.d.ts.map +1 -0
  1923. package/dist/types/lists/Retain.js +1 -0
  1924. package/dist/types/lists/RetainByProp.d.ts +38 -0
  1925. package/dist/types/lists/RetainByProp.d.ts.map +1 -0
  1926. package/dist/types/lists/RetainByProp.js +1 -0
  1927. package/dist/types/lists/RetainLiterals.d.ts +20 -0
  1928. package/dist/types/lists/RetainLiterals.d.ts.map +1 -0
  1929. package/dist/types/lists/RetainLiterals.js +1 -0
  1930. package/dist/types/lists/RetainWideTypes.d.ts +21 -0
  1931. package/dist/types/lists/RetainWideTypes.d.ts.map +1 -0
  1932. package/dist/types/lists/RetainWideTypes.js +1 -0
  1933. package/dist/types/lists/ReturnTypes.d.ts +15 -0
  1934. package/dist/types/lists/ReturnTypes.d.ts.map +1 -0
  1935. package/dist/types/lists/ReturnTypes.js +1 -0
  1936. package/dist/types/lists/Reverse.d.ts +8 -0
  1937. package/dist/types/lists/Reverse.d.ts.map +1 -0
  1938. package/dist/types/lists/Reverse.js +1 -0
  1939. package/dist/types/lists/Second.d.ts +13 -0
  1940. package/dist/types/lists/Second.d.ts.map +1 -0
  1941. package/dist/types/lists/Second.js +1 -0
  1942. package/dist/types/lists/Shift.d.ts +20 -0
  1943. package/dist/types/lists/Shift.d.ts.map +1 -0
  1944. package/dist/types/lists/Shift.js +1 -0
  1945. package/dist/types/lists/Slice.d.ts +25 -0
  1946. package/dist/types/lists/Slice.d.ts.map +1 -0
  1947. package/dist/types/lists/Slice.js +1 -0
  1948. package/dist/types/lists/TakeFirst.d.ts +21 -0
  1949. package/dist/types/lists/TakeFirst.d.ts.map +1 -0
  1950. package/dist/types/lists/TakeFirst.js +1 -0
  1951. package/dist/types/lists/TakeLast.d.ts +16 -0
  1952. package/dist/types/lists/TakeLast.d.ts.map +1 -0
  1953. package/dist/types/lists/TakeLast.js +1 -0
  1954. package/dist/types/lists/ToCSV.d.ts +13 -0
  1955. package/dist/types/lists/ToCSV.d.ts.map +1 -0
  1956. package/dist/types/lists/ToCSV.js +1 -0
  1957. package/dist/types/lists/TruthyReturns.d.ts +20 -0
  1958. package/dist/types/lists/TruthyReturns.d.ts.map +1 -0
  1959. package/dist/types/lists/TruthyReturns.js +1 -0
  1960. package/dist/types/lists/UnionFromProp.d.ts +23 -0
  1961. package/dist/types/lists/UnionFromProp.d.ts.map +1 -0
  1962. package/dist/types/lists/UnionFromProp.js +1 -0
  1963. package/dist/types/lists/index.d.ts +49 -0
  1964. package/dist/types/lists/index.d.ts.map +1 -0
  1965. package/dist/types/lists/index.js +56 -0
  1966. package/dist/types/literals/BooleanLike.d.ts +8 -0
  1967. package/dist/types/literals/BooleanLike.d.ts.map +1 -0
  1968. package/dist/types/literals/BooleanLike.js +1 -0
  1969. package/dist/types/literals/Box.d.ts +13 -0
  1970. package/dist/types/literals/Box.d.ts.map +1 -0
  1971. package/dist/types/literals/Box.js +1 -0
  1972. package/dist/types/literals/Choices.d.ts +102 -0
  1973. package/dist/types/literals/Choices.d.ts.map +1 -0
  1974. package/dist/types/literals/Choices.js +1 -0
  1975. package/dist/types/literals/Color.d.ts +43 -0
  1976. package/dist/types/literals/Color.d.ts.map +1 -0
  1977. package/dist/types/literals/Color.js +2 -0
  1978. package/dist/types/literals/ContainerBlockKey.d.ts +15 -0
  1979. package/dist/types/literals/ContainerBlockKey.d.ts.map +1 -0
  1980. package/dist/types/literals/ContainerBlockKey.js +1 -0
  1981. package/dist/types/literals/ContainerKeyGuarantee.d.ts +18 -0
  1982. package/dist/types/literals/ContainerKeyGuarantee.d.ts.map +1 -0
  1983. package/dist/types/literals/ContainerKeyGuarantee.js +1 -0
  1984. package/dist/types/literals/DoneFnTuple.d.ts +28 -0
  1985. package/dist/types/literals/DoneFnTuple.d.ts.map +1 -0
  1986. package/dist/types/literals/DoneFnTuple.js +1 -0
  1987. package/dist/types/literals/ExpandRecursively.d.ts +27 -0
  1988. package/dist/types/literals/ExpandRecursively.d.ts.map +1 -0
  1989. package/dist/types/literals/ExpandRecursively.js +1 -0
  1990. package/dist/types/literals/FromDefn.d.ts +54 -0
  1991. package/dist/types/literals/FromDefn.d.ts.map +1 -0
  1992. package/dist/types/literals/FromDefn.js +1 -0
  1993. package/dist/types/literals/FromTokenNames.d.ts +19 -0
  1994. package/dist/types/literals/FromTokenNames.d.ts.map +1 -0
  1995. package/dist/types/literals/FromTokenNames.js +1 -0
  1996. package/dist/types/literals/Narrow.d.ts +10 -0
  1997. package/dist/types/literals/Narrow.d.ts.map +1 -0
  1998. package/dist/types/literals/Narrow.js +1 -0
  1999. package/dist/types/literals/Narrowable.d.ts +10 -0
  2000. package/dist/types/literals/Narrowable.d.ts.map +1 -0
  2001. package/dist/types/literals/Narrowable.js +1 -0
  2002. package/dist/types/literals/NarrowableDefined.d.ts +10 -0
  2003. package/dist/types/literals/NarrowableDefined.d.ts.map +1 -0
  2004. package/dist/types/literals/NarrowableDefined.js +1 -0
  2005. package/dist/types/literals/NarrowableScalar.d.ts +8 -0
  2006. package/dist/types/literals/NarrowableScalar.d.ts.map +1 -0
  2007. package/dist/types/literals/NarrowableScalar.js +1 -0
  2008. package/dist/types/literals/OptRequired.d.ts +5 -0
  2009. package/dist/types/literals/OptRequired.d.ts.map +1 -0
  2010. package/dist/types/literals/OptRequired.js +1 -0
  2011. package/dist/types/literals/RuntimeUnion.d.ts +14 -0
  2012. package/dist/types/literals/RuntimeUnion.d.ts.map +1 -0
  2013. package/dist/types/literals/RuntimeUnion.js +1 -0
  2014. package/dist/types/literals/Unset.d.ts +13 -0
  2015. package/dist/types/literals/Unset.d.ts.map +1 -0
  2016. package/dist/types/literals/Unset.js +1 -0
  2017. package/dist/types/literals/VueComputedRef.d.ts +35 -0
  2018. package/dist/types/literals/VueComputedRef.d.ts.map +1 -0
  2019. package/dist/types/literals/VueComputedRef.js +11 -0
  2020. package/dist/types/literals/VueRef.d.ts +20 -0
  2021. package/dist/types/literals/VueRef.d.ts.map +1 -0
  2022. package/dist/types/literals/VueRef.js +1 -0
  2023. package/dist/types/literals/index.d.ts +20 -0
  2024. package/dist/types/literals/index.d.ts.map +1 -0
  2025. package/dist/types/literals/index.js +19 -0
  2026. package/dist/types/numeric-literals/Abs.d.ts +13 -0
  2027. package/dist/types/numeric-literals/Abs.d.ts.map +1 -0
  2028. package/dist/types/numeric-literals/Abs.js +1 -0
  2029. package/dist/types/numeric-literals/AbsMaybe.d.ts +14 -0
  2030. package/dist/types/numeric-literals/AbsMaybe.d.ts.map +1 -0
  2031. package/dist/types/numeric-literals/AbsMaybe.js +1 -0
  2032. package/dist/types/numeric-literals/Add.d.ts +75 -0
  2033. package/dist/types/numeric-literals/Add.d.ts.map +1 -0
  2034. package/dist/types/numeric-literals/Add.js +1 -0
  2035. package/dist/types/numeric-literals/AsNegativeNumber.d.ts +12 -0
  2036. package/dist/types/numeric-literals/AsNegativeNumber.d.ts.map +1 -0
  2037. package/dist/types/numeric-literals/AsNegativeNumber.js +1 -0
  2038. package/dist/types/numeric-literals/AsNumberWhenPossible.d.ts +22 -0
  2039. package/dist/types/numeric-literals/AsNumberWhenPossible.d.ts.map +1 -0
  2040. package/dist/types/numeric-literals/AsNumberWhenPossible.js +1 -0
  2041. package/dist/types/numeric-literals/CSV.d.ts +73 -0
  2042. package/dist/types/numeric-literals/CSV.d.ts.map +1 -0
  2043. package/dist/types/numeric-literals/CSV.js +1 -0
  2044. package/dist/types/numeric-literals/Decrement.d.ts +13 -0
  2045. package/dist/types/numeric-literals/Decrement.d.ts.map +1 -0
  2046. package/dist/types/numeric-literals/Decrement.js +1 -0
  2047. package/dist/types/numeric-literals/Delta.d.ts +14 -0
  2048. package/dist/types/numeric-literals/Delta.d.ts.map +1 -0
  2049. package/dist/types/numeric-literals/Delta.js +1 -0
  2050. package/dist/types/numeric-literals/Digit.d.ts +10 -0
  2051. package/dist/types/numeric-literals/Digit.d.ts.map +1 -0
  2052. package/dist/types/numeric-literals/Digit.js +1 -0
  2053. package/dist/types/numeric-literals/DigitNonZero.d.ts +8 -0
  2054. package/dist/types/numeric-literals/DigitNonZero.d.ts.map +1 -0
  2055. package/dist/types/numeric-literals/DigitNonZero.js +1 -0
  2056. package/dist/types/numeric-literals/Digitize.d.ts +24 -0
  2057. package/dist/types/numeric-literals/Digitize.d.ts.map +1 -0
  2058. package/dist/types/numeric-literals/Digitize.js +1 -0
  2059. package/dist/types/numeric-literals/Increment.d.ts +17 -0
  2060. package/dist/types/numeric-literals/Increment.d.ts.map +1 -0
  2061. package/dist/types/numeric-literals/Increment.js +1 -0
  2062. package/dist/types/numeric-literals/InvertNumericSign.d.ts +9 -0
  2063. package/dist/types/numeric-literals/InvertNumericSign.d.ts.map +1 -0
  2064. package/dist/types/numeric-literals/InvertNumericSign.js +1 -0
  2065. package/dist/types/numeric-literals/LessThan.d.ts +13 -0
  2066. package/dist/types/numeric-literals/LessThan.d.ts.map +1 -0
  2067. package/dist/types/numeric-literals/LessThan.js +1 -0
  2068. package/dist/types/numeric-literals/LessThanOrEqual.d.ts +14 -0
  2069. package/dist/types/numeric-literals/LessThanOrEqual.d.ts.map +1 -0
  2070. package/dist/types/numeric-literals/LessThanOrEqual.js +1 -0
  2071. package/dist/types/numeric-literals/Negative.d.ts +8 -0
  2072. package/dist/types/numeric-literals/Negative.d.ts.map +1 -0
  2073. package/dist/types/numeric-literals/Negative.js +1 -0
  2074. package/dist/types/numeric-literals/NextDigit.d.ts +18 -0
  2075. package/dist/types/numeric-literals/NextDigit.d.ts.map +1 -0
  2076. package/dist/types/numeric-literals/NextDigit.js +1 -0
  2077. package/dist/types/numeric-literals/NumberLike.d.ts +8 -0
  2078. package/dist/types/numeric-literals/NumberLike.d.ts.map +1 -0
  2079. package/dist/types/numeric-literals/NumberLike.js +1 -0
  2080. package/dist/types/numeric-literals/NumericRange.d.ts +14 -0
  2081. package/dist/types/numeric-literals/NumericRange.d.ts.map +1 -0
  2082. package/dist/types/numeric-literals/NumericRange.js +1 -0
  2083. package/dist/types/numeric-literals/PriorDigit.d.ts +18 -0
  2084. package/dist/types/numeric-literals/PriorDigit.d.ts.map +1 -0
  2085. package/dist/types/numeric-literals/PriorDigit.js +1 -0
  2086. package/dist/types/numeric-literals/Subtract.d.ts +13 -0
  2087. package/dist/types/numeric-literals/Subtract.d.ts.map +1 -0
  2088. package/dist/types/numeric-literals/Subtract.js +1 -0
  2089. package/dist/types/numeric-literals/ToInteger.d.ts +18 -0
  2090. package/dist/types/numeric-literals/ToInteger.d.ts.map +1 -0
  2091. package/dist/types/numeric-literals/ToInteger.js +1 -0
  2092. package/dist/types/numeric-literals/ToNumericArray.d.ts +17 -0
  2093. package/dist/types/numeric-literals/ToNumericArray.d.ts.map +1 -0
  2094. package/dist/types/numeric-literals/ToNumericArray.js +1 -0
  2095. package/dist/types/numeric-literals/Zero.d.ts +8 -0
  2096. package/dist/types/numeric-literals/Zero.d.ts.map +1 -0
  2097. package/dist/types/numeric-literals/Zero.js +1 -0
  2098. package/dist/types/numeric-literals/index.d.ts +25 -0
  2099. package/dist/types/numeric-literals/index.d.ts.map +1 -0
  2100. package/dist/types/numeric-literals/index.js +25 -0
  2101. package/dist/types/queues/FifoQueue.d.ts +31 -0
  2102. package/dist/types/queues/FifoQueue.d.ts.map +1 -0
  2103. package/dist/types/queues/FifoQueue.js +1 -0
  2104. package/dist/types/queues/LifoQueue.d.ts +31 -0
  2105. package/dist/types/queues/LifoQueue.d.ts.map +1 -0
  2106. package/dist/types/queues/LifoQueue.js +1 -0
  2107. package/dist/types/queues/index.d.ts +3 -0
  2108. package/dist/types/queues/index.d.ts.map +1 -0
  2109. package/dist/types/queues/index.js +2 -0
  2110. package/dist/types/runtime-types/AsType.d.ts +16 -0
  2111. package/dist/types/runtime-types/AsType.d.ts.map +1 -0
  2112. package/dist/types/runtime-types/AsType.js +1 -0
  2113. package/dist/types/runtime-types/Dict.d.ts +24 -0
  2114. package/dist/types/runtime-types/Dict.d.ts.map +1 -0
  2115. package/dist/types/runtime-types/Dict.js +2 -0
  2116. package/dist/types/runtime-types/FromLiteralTokens.d.ts +12 -0
  2117. package/dist/types/runtime-types/FromLiteralTokens.d.ts.map +1 -0
  2118. package/dist/types/runtime-types/FromLiteralTokens.js +1 -0
  2119. package/dist/types/runtime-types/Rec.d.ts +15 -0
  2120. package/dist/types/runtime-types/Rec.d.ts.map +1 -0
  2121. package/dist/types/runtime-types/Rec.js +2 -0
  2122. package/dist/types/runtime-types/Shape.d.ts +247 -0
  2123. package/dist/types/runtime-types/Shape.d.ts.map +1 -0
  2124. package/dist/types/runtime-types/Shape.js +2 -0
  2125. package/dist/types/runtime-types/SimpleType.d.ts +34 -0
  2126. package/dist/types/runtime-types/SimpleType.d.ts.map +1 -0
  2127. package/dist/types/runtime-types/SimpleType.js +1 -0
  2128. package/dist/types/runtime-types/StringLiteralToken.d.ts +40 -0
  2129. package/dist/types/runtime-types/StringLiteralToken.d.ts.map +1 -0
  2130. package/dist/types/runtime-types/StringLiteralToken.js +1 -0
  2131. package/dist/types/runtime-types/TokenizeStringLiteral.d.ts +24 -0
  2132. package/dist/types/runtime-types/TokenizeStringLiteral.d.ts.map +1 -0
  2133. package/dist/types/runtime-types/TokenizeStringLiteral.js +1 -0
  2134. package/dist/types/runtime-types/Type.d.ts +220 -0
  2135. package/dist/types/runtime-types/Type.d.ts.map +1 -0
  2136. package/dist/types/runtime-types/Type.js +1 -0
  2137. package/dist/types/runtime-types/TypeOf.d.ts +54 -0
  2138. package/dist/types/runtime-types/TypeOf.d.ts.map +1 -0
  2139. package/dist/types/runtime-types/TypeOf.js +1 -0
  2140. package/dist/types/runtime-types/TypeToken.d.ts +203 -0
  2141. package/dist/types/runtime-types/TypeToken.d.ts.map +1 -0
  2142. package/dist/types/runtime-types/TypeToken.js +1 -0
  2143. package/dist/types/runtime-types/TypeTuple.d.ts +19 -0
  2144. package/dist/types/runtime-types/TypeTuple.d.ts.map +1 -0
  2145. package/dist/types/runtime-types/TypeTuple.js +1 -0
  2146. package/dist/types/runtime-types/index.d.ts +12 -0
  2147. package/dist/types/runtime-types/index.d.ts.map +1 -0
  2148. package/dist/types/runtime-types/index.js +11 -0
  2149. package/dist/types/sets/IntersectingKeys.d.ts +9 -0
  2150. package/dist/types/sets/IntersectingKeys.d.ts.map +1 -0
  2151. package/dist/types/sets/IntersectingKeys.js +1 -0
  2152. package/dist/types/sets/Intersection.d.ts +53 -0
  2153. package/dist/types/sets/Intersection.d.ts.map +1 -0
  2154. package/dist/types/sets/Intersection.js +1 -0
  2155. package/dist/types/sets/Relate.d.ts +16 -0
  2156. package/dist/types/sets/Relate.d.ts.map +1 -0
  2157. package/dist/types/sets/Relate.js +1 -0
  2158. package/dist/types/sets/SetCandidate.d.ts +9 -0
  2159. package/dist/types/sets/SetCandidate.d.ts.map +1 -0
  2160. package/dist/types/sets/SetCandidate.js +1 -0
  2161. package/dist/types/sets/Unique.d.ts +23 -0
  2162. package/dist/types/sets/Unique.d.ts.map +1 -0
  2163. package/dist/types/sets/Unique.js +1 -0
  2164. package/dist/types/sets/UniqueKeys.d.ts +30 -0
  2165. package/dist/types/sets/UniqueKeys.d.ts.map +1 -0
  2166. package/dist/types/sets/UniqueKeys.js +1 -0
  2167. package/dist/types/sets/UniqueKeysUnion.d.ts +21 -0
  2168. package/dist/types/sets/UniqueKeysUnion.d.ts.map +1 -0
  2169. package/dist/types/sets/UniqueKeysUnion.js +1 -0
  2170. package/dist/types/sets/UniqueKv.d.ts +14 -0
  2171. package/dist/types/sets/UniqueKv.d.ts.map +1 -0
  2172. package/dist/types/sets/UniqueKv.js +1 -0
  2173. package/dist/types/sets/index.d.ts +9 -0
  2174. package/dist/types/sets/index.d.ts.map +1 -0
  2175. package/dist/types/sets/index.js +8 -0
  2176. package/dist/types/string-literals/AfterFirstChar.d.ts +23 -0
  2177. package/dist/types/string-literals/AfterFirstChar.d.ts.map +1 -0
  2178. package/dist/types/string-literals/AfterFirstChar.js +1 -0
  2179. package/dist/types/string-literals/Cardinality.d.ts +50 -0
  2180. package/dist/types/string-literals/Cardinality.d.ts.map +1 -0
  2181. package/dist/types/string-literals/Cardinality.js +1 -0
  2182. package/dist/types/string-literals/Chars.d.ts +13 -0
  2183. package/dist/types/string-literals/Chars.d.ts.map +1 -0
  2184. package/dist/types/string-literals/Chars.js +1 -0
  2185. package/dist/types/string-literals/Concat.d.ts +21 -0
  2186. package/dist/types/string-literals/Concat.d.ts.map +1 -0
  2187. package/dist/types/string-literals/Concat.js +1 -0
  2188. package/dist/types/string-literals/Date.d.ts +125 -0
  2189. package/dist/types/string-literals/Date.d.ts.map +1 -0
  2190. package/dist/types/string-literals/Date.js +1 -0
  2191. package/dist/types/string-literals/DateTime.d.ts +36 -0
  2192. package/dist/types/string-literals/DateTime.d.ts.map +1 -0
  2193. package/dist/types/string-literals/DateTime.js +1 -0
  2194. package/dist/types/string-literals/EmptyString.d.ts +7 -0
  2195. package/dist/types/string-literals/EmptyString.d.ts.map +1 -0
  2196. package/dist/types/string-literals/EmptyString.js +1 -0
  2197. package/dist/types/string-literals/EmptyStringOr.d.ts +9 -0
  2198. package/dist/types/string-literals/EmptyStringOr.d.ts.map +1 -0
  2199. package/dist/types/string-literals/EmptyStringOr.js +1 -0
  2200. package/dist/types/string-literals/EnsureLeading.d.ts +31 -0
  2201. package/dist/types/string-literals/EnsureLeading.d.ts.map +1 -0
  2202. package/dist/types/string-literals/EnsureLeading.js +1 -0
  2203. package/dist/types/string-literals/EnsureLeadingEvery.d.ts +16 -0
  2204. package/dist/types/string-literals/EnsureLeadingEvery.d.ts.map +1 -0
  2205. package/dist/types/string-literals/EnsureLeadingEvery.js +1 -0
  2206. package/dist/types/string-literals/EnsureSurround.d.ts +10 -0
  2207. package/dist/types/string-literals/EnsureSurround.d.ts.map +1 -0
  2208. package/dist/types/string-literals/EnsureSurround.js +1 -0
  2209. package/dist/types/string-literals/EnsureTrailing.d.ts +21 -0
  2210. package/dist/types/string-literals/EnsureTrailing.d.ts.map +1 -0
  2211. package/dist/types/string-literals/EnsureTrailing.js +1 -0
  2212. package/dist/types/string-literals/FindIndex.d.ts +68 -0
  2213. package/dist/types/string-literals/FindIndex.d.ts.map +1 -0
  2214. package/dist/types/string-literals/FindIndex.js +1 -0
  2215. package/dist/types/string-literals/FirstChar.d.ts +21 -0
  2216. package/dist/types/string-literals/FirstChar.d.ts.map +1 -0
  2217. package/dist/types/string-literals/FirstChar.js +1 -0
  2218. package/dist/types/string-literals/HasUppercase.d.ts +14 -0
  2219. package/dist/types/string-literals/HasUppercase.d.ts.map +1 -0
  2220. package/dist/types/string-literals/HasUppercase.js +1 -0
  2221. package/dist/types/string-literals/IsCapitalized.d.ts +16 -0
  2222. package/dist/types/string-literals/IsCapitalized.d.ts.map +1 -0
  2223. package/dist/types/string-literals/IsCapitalized.js +1 -0
  2224. package/dist/types/string-literals/Join.d.ts +19 -0
  2225. package/dist/types/string-literals/Join.d.ts.map +1 -0
  2226. package/dist/types/string-literals/Join.js +1 -0
  2227. package/dist/types/string-literals/LastChar.d.ts +21 -0
  2228. package/dist/types/string-literals/LastChar.d.ts.map +1 -0
  2229. package/dist/types/string-literals/LastChar.js +1 -0
  2230. package/dist/types/string-literals/PathJoin.d.ts +21 -0
  2231. package/dist/types/string-literals/PathJoin.d.ts.map +1 -0
  2232. package/dist/types/string-literals/PathJoin.js +1 -0
  2233. package/dist/types/string-literals/Pluralize.d.ts +49 -0
  2234. package/dist/types/string-literals/Pluralize.d.ts.map +1 -0
  2235. package/dist/types/string-literals/Pluralize.js +2 -0
  2236. package/dist/types/string-literals/Prepend.d.ts +14 -0
  2237. package/dist/types/string-literals/Prepend.d.ts.map +1 -0
  2238. package/dist/types/string-literals/Prepend.js +1 -0
  2239. package/dist/types/string-literals/PrependAll.d.ts +8 -0
  2240. package/dist/types/string-literals/PrependAll.d.ts.map +1 -0
  2241. package/dist/types/string-literals/PrependAll.js +1 -0
  2242. package/dist/types/string-literals/Proxmox.d.ts +6 -0
  2243. package/dist/types/string-literals/Proxmox.d.ts.map +1 -0
  2244. package/dist/types/string-literals/Proxmox.js +1 -0
  2245. package/dist/types/string-literals/Repeat.d.ts +8 -0
  2246. package/dist/types/string-literals/Repeat.d.ts.map +1 -0
  2247. package/dist/types/string-literals/Repeat.js +1 -0
  2248. package/dist/types/string-literals/RetainAfter.d.ts +30 -0
  2249. package/dist/types/string-literals/RetainAfter.d.ts.map +1 -0
  2250. package/dist/types/string-literals/RetainAfter.js +1 -0
  2251. package/dist/types/string-literals/RetainUntil.d.ts +34 -0
  2252. package/dist/types/string-literals/RetainUntil.d.ts.map +1 -0
  2253. package/dist/types/string-literals/RetainUntil.js +1 -0
  2254. package/dist/types/string-literals/Split.d.ts +29 -0
  2255. package/dist/types/string-literals/Split.d.ts.map +1 -0
  2256. package/dist/types/string-literals/Split.js +1 -0
  2257. package/dist/types/string-literals/StrLen.d.ts +11 -0
  2258. package/dist/types/string-literals/StrLen.d.ts.map +1 -0
  2259. package/dist/types/string-literals/StrLen.js +1 -0
  2260. package/dist/types/string-literals/StripAfter.d.ts +15 -0
  2261. package/dist/types/string-literals/StripAfter.d.ts.map +1 -0
  2262. package/dist/types/string-literals/StripAfter.js +1 -0
  2263. package/dist/types/string-literals/StripBefore.d.ts +15 -0
  2264. package/dist/types/string-literals/StripBefore.d.ts.map +1 -0
  2265. package/dist/types/string-literals/StripBefore.js +1 -0
  2266. package/dist/types/string-literals/StripLeading.d.ts +21 -0
  2267. package/dist/types/string-literals/StripLeading.d.ts.map +1 -0
  2268. package/dist/types/string-literals/StripLeading.js +1 -0
  2269. package/dist/types/string-literals/StripSurround.d.ts +16 -0
  2270. package/dist/types/string-literals/StripSurround.d.ts.map +1 -0
  2271. package/dist/types/string-literals/StripSurround.js +1 -0
  2272. package/dist/types/string-literals/StripTrailing.d.ts +18 -0
  2273. package/dist/types/string-literals/StripTrailing.d.ts.map +1 -0
  2274. package/dist/types/string-literals/StripTrailing.js +1 -0
  2275. package/dist/types/string-literals/StripUntil.d.ts +18 -0
  2276. package/dist/types/string-literals/StripUntil.d.ts.map +1 -0
  2277. package/dist/types/string-literals/StripUntil.js +1 -0
  2278. package/dist/types/string-literals/Suggest.d.ts +27 -0
  2279. package/dist/types/string-literals/Suggest.d.ts.map +1 -0
  2280. package/dist/types/string-literals/Suggest.js +1 -0
  2281. package/dist/types/string-literals/Surround.d.ts +21 -0
  2282. package/dist/types/string-literals/Surround.d.ts.map +1 -0
  2283. package/dist/types/string-literals/Surround.js +1 -0
  2284. package/dist/types/string-literals/Time.d.ts +192 -0
  2285. package/dist/types/string-literals/Time.d.ts.map +1 -0
  2286. package/dist/types/string-literals/Time.js +1 -0
  2287. package/dist/types/string-literals/Truncate.d.ts +18 -0
  2288. package/dist/types/string-literals/Truncate.d.ts.map +1 -0
  2289. package/dist/types/string-literals/Truncate.js +1 -0
  2290. package/dist/types/string-literals/UnderlyingType.d.ts +18 -0
  2291. package/dist/types/string-literals/UnderlyingType.d.ts.map +1 -0
  2292. package/dist/types/string-literals/UnderlyingType.js +1 -0
  2293. package/dist/types/string-literals/casing/AllCaps.d.ts +13 -0
  2294. package/dist/types/string-literals/casing/AllCaps.d.ts.map +1 -0
  2295. package/dist/types/string-literals/casing/AllCaps.js +1 -0
  2296. package/dist/types/string-literals/casing/CamelCase.d.ts +13 -0
  2297. package/dist/types/string-literals/casing/CamelCase.d.ts.map +1 -0
  2298. package/dist/types/string-literals/casing/CamelCase.js +1 -0
  2299. package/dist/types/string-literals/casing/CapFirstAlpha.d.ts +14 -0
  2300. package/dist/types/string-literals/casing/CapFirstAlpha.d.ts.map +1 -0
  2301. package/dist/types/string-literals/casing/CapFirstAlpha.js +1 -0
  2302. package/dist/types/string-literals/casing/CapitalizeWords.d.ts +5 -0
  2303. package/dist/types/string-literals/casing/CapitalizeWords.d.ts.map +1 -0
  2304. package/dist/types/string-literals/casing/CapitalizeWords.js +1 -0
  2305. package/dist/types/string-literals/casing/DashToSnake.d.ts +2 -0
  2306. package/dist/types/string-literals/casing/DashToSnake.d.ts.map +1 -0
  2307. package/dist/types/string-literals/casing/DashToSnake.js +1 -0
  2308. package/dist/types/string-literals/casing/DashUppercase.d.ts +16 -0
  2309. package/dist/types/string-literals/casing/DashUppercase.d.ts.map +1 -0
  2310. package/dist/types/string-literals/casing/DashUppercase.js +1 -0
  2311. package/dist/types/string-literals/casing/KebabCase.d.ts +22 -0
  2312. package/dist/types/string-literals/casing/KebabCase.d.ts.map +1 -0
  2313. package/dist/types/string-literals/casing/KebabCase.js +1 -0
  2314. package/dist/types/string-literals/casing/LowerAllCaps.d.ts +11 -0
  2315. package/dist/types/string-literals/casing/LowerAllCaps.d.ts.map +1 -0
  2316. package/dist/types/string-literals/casing/LowerAllCaps.js +1 -0
  2317. package/dist/types/string-literals/casing/NamingConvention.d.ts +10 -0
  2318. package/dist/types/string-literals/casing/NamingConvention.d.ts.map +1 -0
  2319. package/dist/types/string-literals/casing/NamingConvention.js +1 -0
  2320. package/dist/types/string-literals/casing/PascalCase.d.ts +17 -0
  2321. package/dist/types/string-literals/casing/PascalCase.d.ts.map +1 -0
  2322. package/dist/types/string-literals/casing/PascalCase.js +2 -0
  2323. package/dist/types/string-literals/casing/RaiseAllLowercase.d.ts +11 -0
  2324. package/dist/types/string-literals/casing/RaiseAllLowercase.d.ts.map +1 -0
  2325. package/dist/types/string-literals/casing/RaiseAllLowercase.js +1 -0
  2326. package/dist/types/string-literals/casing/SnakeCase.d.ts +25 -0
  2327. package/dist/types/string-literals/casing/SnakeCase.d.ts.map +1 -0
  2328. package/dist/types/string-literals/casing/SnakeCase.js +1 -0
  2329. package/dist/types/string-literals/casing/index.d.ts +12 -0
  2330. package/dist/types/string-literals/casing/index.d.ts.map +1 -0
  2331. package/dist/types/string-literals/casing/index.js +11 -0
  2332. package/dist/types/string-literals/character-sets/Alpha.d.ts +12 -0
  2333. package/dist/types/string-literals/character-sets/Alpha.d.ts.map +1 -0
  2334. package/dist/types/string-literals/character-sets/Alpha.js +1 -0
  2335. package/dist/types/string-literals/character-sets/AlphaChar.d.ts +10 -0
  2336. package/dist/types/string-literals/character-sets/AlphaChar.d.ts.map +1 -0
  2337. package/dist/types/string-literals/character-sets/AlphaChar.js +1 -0
  2338. package/dist/types/string-literals/character-sets/AlphaNumeric.d.ts +18 -0
  2339. package/dist/types/string-literals/character-sets/AlphaNumeric.d.ts.map +1 -0
  2340. package/dist/types/string-literals/character-sets/AlphaNumeric.js +1 -0
  2341. package/dist/types/string-literals/character-sets/BCP.d.ts +12 -0
  2342. package/dist/types/string-literals/character-sets/BCP.d.ts.map +1 -0
  2343. package/dist/types/string-literals/character-sets/BCP.js +1 -0
  2344. package/dist/types/string-literals/character-sets/CSV.d.ts +14 -0
  2345. package/dist/types/string-literals/character-sets/CSV.d.ts.map +1 -0
  2346. package/dist/types/string-literals/character-sets/CSV.js +1 -0
  2347. package/dist/types/string-literals/character-sets/CarriageReturn.d.ts +18 -0
  2348. package/dist/types/string-literals/character-sets/CarriageReturn.d.ts.map +1 -0
  2349. package/dist/types/string-literals/character-sets/CarriageReturn.js +1 -0
  2350. package/dist/types/string-literals/character-sets/Consonants.d.ts +18 -0
  2351. package/dist/types/string-literals/character-sets/Consonants.d.ts.map +1 -0
  2352. package/dist/types/string-literals/character-sets/Consonants.js +1 -0
  2353. package/dist/types/string-literals/character-sets/Country.d.ts +99 -0
  2354. package/dist/types/string-literals/character-sets/Country.d.ts.map +1 -0
  2355. package/dist/types/string-literals/character-sets/Country.js +1 -0
  2356. package/dist/types/string-literals/character-sets/DomainName.d.ts +33 -0
  2357. package/dist/types/string-literals/character-sets/DomainName.d.ts.map +1 -0
  2358. package/dist/types/string-literals/character-sets/DomainName.js +1 -0
  2359. package/dist/types/string-literals/character-sets/DotPathFor.d.ts +17 -0
  2360. package/dist/types/string-literals/character-sets/DotPathFor.d.ts.map +1 -0
  2361. package/dist/types/string-literals/character-sets/DotPathFor.js +1 -0
  2362. package/dist/types/string-literals/character-sets/Hexadecimal.d.ts +19 -0
  2363. package/dist/types/string-literals/character-sets/Hexadecimal.d.ts.map +1 -0
  2364. package/dist/types/string-literals/character-sets/Hexadecimal.js +1 -0
  2365. package/dist/types/string-literals/character-sets/Indent.d.ts +31 -0
  2366. package/dist/types/string-literals/character-sets/Indent.d.ts.map +1 -0
  2367. package/dist/types/string-literals/character-sets/Indent.js +1 -0
  2368. package/dist/types/string-literals/character-sets/InlineSvg.d.ts +8 -0
  2369. package/dist/types/string-literals/character-sets/InlineSvg.d.ts.map +1 -0
  2370. package/dist/types/string-literals/character-sets/InlineSvg.js +1 -0
  2371. package/dist/types/string-literals/character-sets/IpAddress.d.ts +92 -0
  2372. package/dist/types/string-literals/character-sets/IpAddress.d.ts.map +1 -0
  2373. package/dist/types/string-literals/character-sets/IpAddress.js +1 -0
  2374. package/dist/types/string-literals/character-sets/LowerAlpha.d.ts +12 -0
  2375. package/dist/types/string-literals/character-sets/LowerAlpha.d.ts.map +1 -0
  2376. package/dist/types/string-literals/character-sets/LowerAlpha.js +1 -0
  2377. package/dist/types/string-literals/character-sets/LowerAlphaChar.d.ts +10 -0
  2378. package/dist/types/string-literals/character-sets/LowerAlphaChar.d.ts.map +1 -0
  2379. package/dist/types/string-literals/character-sets/LowerAlphaChar.js +1 -0
  2380. package/dist/types/string-literals/character-sets/NonAlpha.d.ts +6 -0
  2381. package/dist/types/string-literals/character-sets/NonAlpha.d.ts.map +1 -0
  2382. package/dist/types/string-literals/character-sets/NonAlpha.js +1 -0
  2383. package/dist/types/string-literals/character-sets/NumericChar.d.ts +25 -0
  2384. package/dist/types/string-literals/character-sets/NumericChar.d.ts.map +1 -0
  2385. package/dist/types/string-literals/character-sets/NumericChar.js +1 -0
  2386. package/dist/types/string-literals/character-sets/Optional.d.ts +30 -0
  2387. package/dist/types/string-literals/character-sets/Optional.d.ts.map +1 -0
  2388. package/dist/types/string-literals/character-sets/Optional.js +1 -0
  2389. package/dist/types/string-literals/character-sets/OptionalSpace.d.ts +19 -0
  2390. package/dist/types/string-literals/character-sets/OptionalSpace.d.ts.map +1 -0
  2391. package/dist/types/string-literals/character-sets/OptionalSpace.js +1 -0
  2392. package/dist/types/string-literals/character-sets/PlusMinus.d.ts +2 -0
  2393. package/dist/types/string-literals/character-sets/PlusMinus.d.ts.map +1 -0
  2394. package/dist/types/string-literals/character-sets/PlusMinus.js +1 -0
  2395. package/dist/types/string-literals/character-sets/Punctuation.d.ts +9 -0
  2396. package/dist/types/string-literals/character-sets/Punctuation.d.ts.map +1 -0
  2397. package/dist/types/string-literals/character-sets/Punctuation.js +1 -0
  2398. package/dist/types/string-literals/character-sets/Repos.d.ts +37 -0
  2399. package/dist/types/string-literals/character-sets/Repos.d.ts.map +1 -0
  2400. package/dist/types/string-literals/character-sets/Repos.js +1 -0
  2401. package/dist/types/string-literals/character-sets/SingularNoun.d.ts +31 -0
  2402. package/dist/types/string-literals/character-sets/SingularNoun.d.ts.map +1 -0
  2403. package/dist/types/string-literals/character-sets/SingularNoun.js +1 -0
  2404. package/dist/types/string-literals/character-sets/SpecialChar.d.ts +5 -0
  2405. package/dist/types/string-literals/character-sets/SpecialChar.d.ts.map +1 -0
  2406. package/dist/types/string-literals/character-sets/SpecialChar.js +1 -0
  2407. package/dist/types/string-literals/character-sets/StringDelimiter.d.ts +5 -0
  2408. package/dist/types/string-literals/character-sets/StringDelimiter.d.ts.map +1 -0
  2409. package/dist/types/string-literals/character-sets/StringDelimiter.js +1 -0
  2410. package/dist/types/string-literals/character-sets/UpperAlphaChar.d.ts +10 -0
  2411. package/dist/types/string-literals/character-sets/UpperAlphaChar.d.ts.map +1 -0
  2412. package/dist/types/string-literals/character-sets/UpperAlphaChar.js +1 -0
  2413. package/dist/types/string-literals/character-sets/ValueAtDotPath.d.ts +5 -0
  2414. package/dist/types/string-literals/character-sets/ValueAtDotPath.d.ts.map +1 -0
  2415. package/dist/types/string-literals/character-sets/ValueAtDotPath.js +1 -0
  2416. package/dist/types/string-literals/character-sets/Variable.d.ts +18 -0
  2417. package/dist/types/string-literals/character-sets/Variable.d.ts.map +1 -0
  2418. package/dist/types/string-literals/character-sets/Variable.js +1 -0
  2419. package/dist/types/string-literals/character-sets/Whitespace.d.ts +16 -0
  2420. package/dist/types/string-literals/character-sets/Whitespace.d.ts.map +1 -0
  2421. package/dist/types/string-literals/character-sets/Whitespace.js +1 -0
  2422. package/dist/types/string-literals/character-sets/YouTube.d.ts +128 -0
  2423. package/dist/types/string-literals/character-sets/YouTube.d.ts.map +1 -0
  2424. package/dist/types/string-literals/character-sets/YouTube.js +1 -0
  2425. package/dist/types/string-literals/character-sets/brackets/Brackets.d.ts +7 -0
  2426. package/dist/types/string-literals/character-sets/brackets/Brackets.d.ts.map +1 -0
  2427. package/dist/types/string-literals/character-sets/brackets/Brackets.js +1 -0
  2428. package/dist/types/string-literals/character-sets/brackets/ClosingBracket.d.ts +5 -0
  2429. package/dist/types/string-literals/character-sets/brackets/ClosingBracket.d.ts.map +1 -0
  2430. package/dist/types/string-literals/character-sets/brackets/ClosingBracket.js +1 -0
  2431. package/dist/types/string-literals/character-sets/brackets/OpeningBracket.d.ts +5 -0
  2432. package/dist/types/string-literals/character-sets/brackets/OpeningBracket.d.ts.map +1 -0
  2433. package/dist/types/string-literals/character-sets/brackets/OpeningBracket.js +1 -0
  2434. package/dist/types/string-literals/character-sets/brackets/index.d.ts +4 -0
  2435. package/dist/types/string-literals/character-sets/brackets/index.d.ts.map +1 -0
  2436. package/dist/types/string-literals/character-sets/brackets/index.js +3 -0
  2437. package/dist/types/string-literals/character-sets/css/color.d.ts +43 -0
  2438. package/dist/types/string-literals/character-sets/css/color.d.ts.map +1 -0
  2439. package/dist/types/string-literals/character-sets/css/color.js +1 -0
  2440. package/dist/types/string-literals/character-sets/css/display-position.d.ts +26 -0
  2441. package/dist/types/string-literals/character-sets/css/display-position.d.ts.map +1 -0
  2442. package/dist/types/string-literals/character-sets/css/display-position.js +1 -0
  2443. package/dist/types/string-literals/character-sets/css/global.d.ts +2 -0
  2444. package/dist/types/string-literals/character-sets/css/global.d.ts.map +1 -0
  2445. package/dist/types/string-literals/character-sets/css/global.js +1 -0
  2446. package/dist/types/string-literals/character-sets/css/html-element.d.ts +31 -0
  2447. package/dist/types/string-literals/character-sets/css/html-element.d.ts.map +1 -0
  2448. package/dist/types/string-literals/character-sets/css/html-element.js +1 -0
  2449. package/dist/types/string-literals/character-sets/css/index.d.ts +12 -0
  2450. package/dist/types/string-literals/character-sets/css/index.d.ts.map +1 -0
  2451. package/dist/types/string-literals/character-sets/css/index.js +11 -0
  2452. package/dist/types/string-literals/character-sets/css/object.d.ts +23 -0
  2453. package/dist/types/string-literals/character-sets/css/object.d.ts.map +1 -0
  2454. package/dist/types/string-literals/character-sets/css/object.js +1 -0
  2455. package/dist/types/string-literals/character-sets/css/overflow.d.ts +36 -0
  2456. package/dist/types/string-literals/character-sets/css/overflow.d.ts.map +1 -0
  2457. package/dist/types/string-literals/character-sets/css/overflow.js +1 -0
  2458. package/dist/types/string-literals/character-sets/css/property.d.ts +19 -0
  2459. package/dist/types/string-literals/character-sets/css/property.d.ts.map +1 -0
  2460. package/dist/types/string-literals/character-sets/css/property.js +1 -0
  2461. package/dist/types/string-literals/character-sets/css/props.d.ts +71 -0
  2462. package/dist/types/string-literals/character-sets/css/props.d.ts.map +1 -0
  2463. package/dist/types/string-literals/character-sets/css/props.js +1 -0
  2464. package/dist/types/string-literals/character-sets/css/pseudo-classes.d.ts +82 -0
  2465. package/dist/types/string-literals/character-sets/css/pseudo-classes.d.ts.map +1 -0
  2466. package/dist/types/string-literals/character-sets/css/pseudo-classes.js +2 -0
  2467. package/dist/types/string-literals/character-sets/css/selector.d.ts +35 -0
  2468. package/dist/types/string-literals/character-sets/css/selector.d.ts.map +1 -0
  2469. package/dist/types/string-literals/character-sets/css/selector.js +1 -0
  2470. package/dist/types/string-literals/character-sets/css/sizing.d.ts +10 -0
  2471. package/dist/types/string-literals/character-sets/css/sizing.d.ts.map +1 -0
  2472. package/dist/types/string-literals/character-sets/css/sizing.js +1 -0
  2473. package/dist/types/string-literals/character-sets/images/Exif.d.ts +531 -0
  2474. package/dist/types/string-literals/character-sets/images/Exif.d.ts.map +1 -0
  2475. package/dist/types/string-literals/character-sets/images/Exif.js +163 -0
  2476. package/dist/types/string-literals/character-sets/images/ImgFormat.d.ts +20 -0
  2477. package/dist/types/string-literals/character-sets/images/ImgFormat.d.ts.map +1 -0
  2478. package/dist/types/string-literals/character-sets/images/ImgFormat.js +1 -0
  2479. package/dist/types/string-literals/character-sets/images/index.d.ts +3 -0
  2480. package/dist/types/string-literals/character-sets/images/index.d.ts.map +1 -0
  2481. package/dist/types/string-literals/character-sets/images/index.js +2 -0
  2482. package/dist/types/string-literals/character-sets/index.d.ts +39 -0
  2483. package/dist/types/string-literals/character-sets/index.d.ts.map +1 -0
  2484. package/dist/types/string-literals/character-sets/index.js +38 -0
  2485. package/dist/types/string-literals/character-sets/phone/CountryPhoneNumber.d.ts +12 -0
  2486. package/dist/types/string-literals/character-sets/phone/CountryPhoneNumber.d.ts.map +1 -0
  2487. package/dist/types/string-literals/character-sets/phone/CountryPhoneNumber.js +1 -0
  2488. package/dist/types/string-literals/character-sets/phone/DialCountryCode.d.ts +9 -0
  2489. package/dist/types/string-literals/character-sets/phone/DialCountryCode.d.ts.map +1 -0
  2490. package/dist/types/string-literals/character-sets/phone/DialCountryCode.js +1 -0
  2491. package/dist/types/string-literals/character-sets/phone/GetPhoneCountryCode.d.ts +14 -0
  2492. package/dist/types/string-literals/character-sets/phone/GetPhoneCountryCode.d.ts.map +1 -0
  2493. package/dist/types/string-literals/character-sets/phone/GetPhoneCountryCode.js +1 -0
  2494. package/dist/types/string-literals/character-sets/phone/GetPhoneNumberType.d.ts +10 -0
  2495. package/dist/types/string-literals/character-sets/phone/GetPhoneNumberType.d.ts.map +1 -0
  2496. package/dist/types/string-literals/character-sets/phone/GetPhoneNumberType.js +1 -0
  2497. package/dist/types/string-literals/character-sets/phone/InternationalPhoneNumber.d.ts +12 -0
  2498. package/dist/types/string-literals/character-sets/phone/InternationalPhoneNumber.d.ts.map +1 -0
  2499. package/dist/types/string-literals/character-sets/phone/InternationalPhoneNumber.js +1 -0
  2500. package/dist/types/string-literals/character-sets/phone/LocalPhoneNumber.d.ts +12 -0
  2501. package/dist/types/string-literals/character-sets/phone/LocalPhoneNumber.d.ts.map +1 -0
  2502. package/dist/types/string-literals/character-sets/phone/LocalPhoneNumber.js +1 -0
  2503. package/dist/types/string-literals/character-sets/phone/PhoneAreaCode.d.ts +6 -0
  2504. package/dist/types/string-literals/character-sets/phone/PhoneAreaCode.d.ts.map +1 -0
  2505. package/dist/types/string-literals/character-sets/phone/PhoneAreaCode.js +1 -0
  2506. package/dist/types/string-literals/character-sets/phone/PhoneCountryCode.d.ts +13 -0
  2507. package/dist/types/string-literals/character-sets/phone/PhoneCountryCode.d.ts.map +1 -0
  2508. package/dist/types/string-literals/character-sets/phone/PhoneCountryCode.js +1 -0
  2509. package/dist/types/string-literals/character-sets/phone/PhoneNumber.d.ts +23 -0
  2510. package/dist/types/string-literals/character-sets/phone/PhoneNumber.d.ts.map +1 -0
  2511. package/dist/types/string-literals/character-sets/phone/PhoneNumber.js +1 -0
  2512. package/dist/types/string-literals/character-sets/phone/PhoneNumberDelimiter.d.ts +5 -0
  2513. package/dist/types/string-literals/character-sets/phone/PhoneNumberDelimiter.d.ts.map +1 -0
  2514. package/dist/types/string-literals/character-sets/phone/PhoneNumberDelimiter.js +1 -0
  2515. package/dist/types/string-literals/character-sets/phone/PhoneShortCode.d.ts +19 -0
  2516. package/dist/types/string-literals/character-sets/phone/PhoneShortCode.d.ts.map +1 -0
  2517. package/dist/types/string-literals/character-sets/phone/PhoneShortCode.js +1 -0
  2518. package/dist/types/string-literals/character-sets/phone/RawPhoneNumber.d.ts +30 -0
  2519. package/dist/types/string-literals/character-sets/phone/RawPhoneNumber.d.ts.map +1 -0
  2520. package/dist/types/string-literals/character-sets/phone/RawPhoneNumber.js +1 -0
  2521. package/dist/types/string-literals/character-sets/phone/RemovePhoneCountryCode.d.ts +27 -0
  2522. package/dist/types/string-literals/character-sets/phone/RemovePhoneCountryCode.d.ts.map +1 -0
  2523. package/dist/types/string-literals/character-sets/phone/RemovePhoneCountryCode.js +1 -0
  2524. package/dist/types/string-literals/character-sets/phone/ToPhoneFormat.d.ts +17 -0
  2525. package/dist/types/string-literals/character-sets/phone/ToPhoneFormat.d.ts.map +1 -0
  2526. package/dist/types/string-literals/character-sets/phone/ToPhoneFormat.js +1 -0
  2527. package/dist/types/string-literals/character-sets/phone/index.d.ts +15 -0
  2528. package/dist/types/string-literals/character-sets/phone/index.d.ts.map +1 -0
  2529. package/dist/types/string-literals/character-sets/phone/index.js +14 -0
  2530. package/dist/types/string-literals/character-sets/phone.d.ts +5 -0
  2531. package/dist/types/string-literals/character-sets/phone.d.ts.map +1 -0
  2532. package/dist/types/string-literals/character-sets/phone.js +1 -0
  2533. package/dist/types/string-literals/character-sets/quotation-marks/ClosingMark.d.ts +19 -0
  2534. package/dist/types/string-literals/character-sets/quotation-marks/ClosingMark.d.ts.map +1 -0
  2535. package/dist/types/string-literals/character-sets/quotation-marks/ClosingMark.js +1 -0
  2536. package/dist/types/string-literals/character-sets/quotation-marks/OpeningMark.d.ts +19 -0
  2537. package/dist/types/string-literals/character-sets/quotation-marks/OpeningMark.d.ts.map +1 -0
  2538. package/dist/types/string-literals/character-sets/quotation-marks/OpeningMark.js +1 -0
  2539. package/dist/types/string-literals/character-sets/quotation-marks/QuotationMark.d.ts +32 -0
  2540. package/dist/types/string-literals/character-sets/quotation-marks/QuotationMark.d.ts.map +1 -0
  2541. package/dist/types/string-literals/character-sets/quotation-marks/QuotationMark.js +1 -0
  2542. package/dist/types/string-literals/character-sets/quotation-marks/SmartMark.d.ts +27 -0
  2543. package/dist/types/string-literals/character-sets/quotation-marks/SmartMark.d.ts.map +1 -0
  2544. package/dist/types/string-literals/character-sets/quotation-marks/SmartMark.js +1 -0
  2545. package/dist/types/string-literals/character-sets/quotation-marks/StandardMark.d.ts +21 -0
  2546. package/dist/types/string-literals/character-sets/quotation-marks/StandardMark.d.ts.map +1 -0
  2547. package/dist/types/string-literals/character-sets/quotation-marks/StandardMark.js +1 -0
  2548. package/dist/types/string-literals/character-sets/quotation-marks/index.d.ts +7 -0
  2549. package/dist/types/string-literals/character-sets/quotation-marks/index.d.ts.map +1 -0
  2550. package/dist/types/string-literals/character-sets/quotation-marks/index.js +6 -0
  2551. package/dist/types/string-literals/character-sets/quotation-marks/individual-smart-marks.d.ts +69 -0
  2552. package/dist/types/string-literals/character-sets/quotation-marks/individual-smart-marks.d.ts.map +1 -0
  2553. package/dist/types/string-literals/character-sets/quotation-marks/individual-smart-marks.js +1 -0
  2554. package/dist/types/string-literals/character-sets/tw/TwColor.d.ts +84 -0
  2555. package/dist/types/string-literals/character-sets/tw/TwColor.d.ts.map +1 -0
  2556. package/dist/types/string-literals/character-sets/tw/TwColor.js +1 -0
  2557. package/dist/types/string-literals/character-sets/tw/index.d.ts +2 -0
  2558. package/dist/types/string-literals/character-sets/tw/index.d.ts.map +1 -0
  2559. package/dist/types/string-literals/character-sets/tw/index.js +1 -0
  2560. package/dist/types/string-literals/character-sets/urls/Github.d.ts +113 -0
  2561. package/dist/types/string-literals/character-sets/urls/Github.d.ts.map +1 -0
  2562. package/dist/types/string-literals/character-sets/urls/Github.js +1 -0
  2563. package/dist/types/string-literals/character-sets/urls/Social.d.ts +26 -0
  2564. package/dist/types/string-literals/character-sets/urls/Social.d.ts.map +1 -0
  2565. package/dist/types/string-literals/character-sets/urls/Social.js +1 -0
  2566. package/dist/types/string-literals/character-sets/urls/Url.d.ts +225 -0
  2567. package/dist/types/string-literals/character-sets/urls/Url.d.ts.map +1 -0
  2568. package/dist/types/string-literals/character-sets/urls/Url.js +1 -0
  2569. package/dist/types/string-literals/character-sets/urls/bitbucket.d.ts +30 -0
  2570. package/dist/types/string-literals/character-sets/urls/bitbucket.d.ts.map +1 -0
  2571. package/dist/types/string-literals/character-sets/urls/bitbucket.js +1 -0
  2572. package/dist/types/string-literals/character-sets/urls/book-urls.d.ts +6 -0
  2573. package/dist/types/string-literals/character-sets/urls/book-urls.d.ts.map +1 -0
  2574. package/dist/types/string-literals/character-sets/urls/book-urls.js +1 -0
  2575. package/dist/types/string-literals/character-sets/urls/index.d.ts +6 -0
  2576. package/dist/types/string-literals/character-sets/urls/index.d.ts.map +1 -0
  2577. package/dist/types/string-literals/character-sets/urls/index.js +5 -0
  2578. package/dist/types/string-literals/character-sets/urls/news/australian.d.ts +20 -0
  2579. package/dist/types/string-literals/character-sets/urls/news/australian.d.ts.map +1 -0
  2580. package/dist/types/string-literals/character-sets/urls/news/australian.js +1 -0
  2581. package/dist/types/string-literals/character-sets/urls/news/belgian.d.ts +20 -0
  2582. package/dist/types/string-literals/character-sets/urls/news/belgian.d.ts.map +1 -0
  2583. package/dist/types/string-literals/character-sets/urls/news/belgian.js +1 -0
  2584. package/dist/types/string-literals/character-sets/urls/news/canadian.d.ts +20 -0
  2585. package/dist/types/string-literals/character-sets/urls/news/canadian.d.ts.map +1 -0
  2586. package/dist/types/string-literals/character-sets/urls/news/canadian.js +1 -0
  2587. package/dist/types/string-literals/character-sets/urls/news/chinese.d.ts +20 -0
  2588. package/dist/types/string-literals/character-sets/urls/news/chinese.d.ts.map +1 -0
  2589. package/dist/types/string-literals/character-sets/urls/news/chinese.js +1 -0
  2590. package/dist/types/string-literals/character-sets/urls/news/danish.d.ts +20 -0
  2591. package/dist/types/string-literals/character-sets/urls/news/danish.d.ts.map +1 -0
  2592. package/dist/types/string-literals/character-sets/urls/news/danish.js +1 -0
  2593. package/dist/types/string-literals/character-sets/urls/news/dutch.d.ts +20 -0
  2594. package/dist/types/string-literals/character-sets/urls/news/dutch.d.ts.map +1 -0
  2595. package/dist/types/string-literals/character-sets/urls/news/dutch.js +1 -0
  2596. package/dist/types/string-literals/character-sets/urls/news/french.d.ts +20 -0
  2597. package/dist/types/string-literals/character-sets/urls/news/french.d.ts.map +1 -0
  2598. package/dist/types/string-literals/character-sets/urls/news/french.js +1 -0
  2599. package/dist/types/string-literals/character-sets/urls/news/german.d.ts +20 -0
  2600. package/dist/types/string-literals/character-sets/urls/news/german.d.ts.map +1 -0
  2601. package/dist/types/string-literals/character-sets/urls/news/german.js +1 -0
  2602. package/dist/types/string-literals/character-sets/urls/news/index.d.ts +43 -0
  2603. package/dist/types/string-literals/character-sets/urls/news/index.d.ts.map +1 -0
  2604. package/dist/types/string-literals/character-sets/urls/news/index.js +19 -0
  2605. package/dist/types/string-literals/character-sets/urls/news/indian.d.ts +20 -0
  2606. package/dist/types/string-literals/character-sets/urls/news/indian.d.ts.map +1 -0
  2607. package/dist/types/string-literals/character-sets/urls/news/indian.js +1 -0
  2608. package/dist/types/string-literals/character-sets/urls/news/italian.d.ts +20 -0
  2609. package/dist/types/string-literals/character-sets/urls/news/italian.d.ts.map +1 -0
  2610. package/dist/types/string-literals/character-sets/urls/news/italian.js +1 -0
  2611. package/dist/types/string-literals/character-sets/urls/news/japanese.d.ts +20 -0
  2612. package/dist/types/string-literals/character-sets/urls/news/japanese.d.ts.map +1 -0
  2613. package/dist/types/string-literals/character-sets/urls/news/japanese.js +1 -0
  2614. package/dist/types/string-literals/character-sets/urls/news/mexican.d.ts +20 -0
  2615. package/dist/types/string-literals/character-sets/urls/news/mexican.d.ts.map +1 -0
  2616. package/dist/types/string-literals/character-sets/urls/news/mexican.js +1 -0
  2617. package/dist/types/string-literals/character-sets/urls/news/norwegian.d.ts +20 -0
  2618. package/dist/types/string-literals/character-sets/urls/news/norwegian.d.ts.map +1 -0
  2619. package/dist/types/string-literals/character-sets/urls/news/norwegian.js +1 -0
  2620. package/dist/types/string-literals/character-sets/urls/news/south-korean.d.ts +20 -0
  2621. package/dist/types/string-literals/character-sets/urls/news/south-korean.d.ts.map +1 -0
  2622. package/dist/types/string-literals/character-sets/urls/news/south-korean.js +1 -0
  2623. package/dist/types/string-literals/character-sets/urls/news/spanish.d.ts +20 -0
  2624. package/dist/types/string-literals/character-sets/urls/news/spanish.d.ts.map +1 -0
  2625. package/dist/types/string-literals/character-sets/urls/news/spanish.js +1 -0
  2626. package/dist/types/string-literals/character-sets/urls/news/swiss.d.ts +20 -0
  2627. package/dist/types/string-literals/character-sets/urls/news/swiss.d.ts.map +1 -0
  2628. package/dist/types/string-literals/character-sets/urls/news/swiss.js +1 -0
  2629. package/dist/types/string-literals/character-sets/urls/news/turkish.d.ts +20 -0
  2630. package/dist/types/string-literals/character-sets/urls/news/turkish.d.ts.map +1 -0
  2631. package/dist/types/string-literals/character-sets/urls/news/turkish.js +1 -0
  2632. package/dist/types/string-literals/character-sets/urls/news/uk.d.ts +20 -0
  2633. package/dist/types/string-literals/character-sets/urls/news/uk.d.ts.map +1 -0
  2634. package/dist/types/string-literals/character-sets/urls/news/uk.js +1 -0
  2635. package/dist/types/string-literals/character-sets/urls/news/us.d.ts +20 -0
  2636. package/dist/types/string-literals/character-sets/urls/news/us.d.ts.map +1 -0
  2637. package/dist/types/string-literals/character-sets/urls/news/us.js +1 -0
  2638. package/dist/types/string-literals/character-sets/urls/retail.d.ts +30 -0
  2639. package/dist/types/string-literals/character-sets/urls/retail.d.ts.map +1 -0
  2640. package/dist/types/string-literals/character-sets/urls/retail.js +1 -0
  2641. package/dist/types/string-literals/geo/index.d.ts +3 -0
  2642. package/dist/types/string-literals/geo/index.d.ts.map +1 -0
  2643. package/dist/types/string-literals/geo/index.js +2 -0
  2644. package/dist/types/string-literals/geo/state.d.ts +47 -0
  2645. package/dist/types/string-literals/geo/state.d.ts.map +1 -0
  2646. package/dist/types/string-literals/geo/state.js +1 -0
  2647. package/dist/types/string-literals/geo/zip.d.ts +24 -0
  2648. package/dist/types/string-literals/geo/zip.d.ts.map +1 -0
  2649. package/dist/types/string-literals/geo/zip.js +1 -0
  2650. package/dist/types/string-literals/index.d.ts +44 -0
  2651. package/dist/types/string-literals/index.d.ts.map +1 -0
  2652. package/dist/types/string-literals/index.js +51 -0
  2653. package/dist/types/string-literals/metrics/acceleration.d.ts +26 -0
  2654. package/dist/types/string-literals/metrics/acceleration.d.ts.map +1 -0
  2655. package/dist/types/string-literals/metrics/acceleration.js +1 -0
  2656. package/dist/types/string-literals/metrics/area.d.ts +26 -0
  2657. package/dist/types/string-literals/metrics/area.d.ts.map +1 -0
  2658. package/dist/types/string-literals/metrics/area.js +1 -0
  2659. package/dist/types/string-literals/metrics/current.d.ts +26 -0
  2660. package/dist/types/string-literals/metrics/current.d.ts.map +1 -0
  2661. package/dist/types/string-literals/metrics/current.js +1 -0
  2662. package/dist/types/string-literals/metrics/distance.d.ts +26 -0
  2663. package/dist/types/string-literals/metrics/distance.d.ts.map +1 -0
  2664. package/dist/types/string-literals/metrics/distance.js +1 -0
  2665. package/dist/types/string-literals/metrics/energy.d.ts +26 -0
  2666. package/dist/types/string-literals/metrics/energy.d.ts.map +1 -0
  2667. package/dist/types/string-literals/metrics/energy.js +1 -0
  2668. package/dist/types/string-literals/metrics/frequency.d.ts +26 -0
  2669. package/dist/types/string-literals/metrics/frequency.d.ts.map +1 -0
  2670. package/dist/types/string-literals/metrics/frequency.js +1 -0
  2671. package/dist/types/string-literals/metrics/global.d.ts +30 -0
  2672. package/dist/types/string-literals/metrics/global.d.ts.map +1 -0
  2673. package/dist/types/string-literals/metrics/global.js +1 -0
  2674. package/dist/types/string-literals/metrics/index.d.ts +18 -0
  2675. package/dist/types/string-literals/metrics/index.d.ts.map +1 -0
  2676. package/dist/types/string-literals/metrics/index.js +17 -0
  2677. package/dist/types/string-literals/metrics/luminosity.d.ts +26 -0
  2678. package/dist/types/string-literals/metrics/luminosity.d.ts.map +1 -0
  2679. package/dist/types/string-literals/metrics/luminosity.js +1 -0
  2680. package/dist/types/string-literals/metrics/mass.d.ts +26 -0
  2681. package/dist/types/string-literals/metrics/mass.d.ts.map +1 -0
  2682. package/dist/types/string-literals/metrics/mass.js +1 -0
  2683. package/dist/types/string-literals/metrics/power.d.ts +26 -0
  2684. package/dist/types/string-literals/metrics/power.d.ts.map +1 -0
  2685. package/dist/types/string-literals/metrics/power.js +1 -0
  2686. package/dist/types/string-literals/metrics/pressure.d.ts +26 -0
  2687. package/dist/types/string-literals/metrics/pressure.d.ts.map +1 -0
  2688. package/dist/types/string-literals/metrics/pressure.js +1 -0
  2689. package/dist/types/string-literals/metrics/resistance.d.ts +26 -0
  2690. package/dist/types/string-literals/metrics/resistance.d.ts.map +1 -0
  2691. package/dist/types/string-literals/metrics/resistance.js +1 -0
  2692. package/dist/types/string-literals/metrics/speed.d.ts +24 -0
  2693. package/dist/types/string-literals/metrics/speed.d.ts.map +1 -0
  2694. package/dist/types/string-literals/metrics/speed.js +1 -0
  2695. package/dist/types/string-literals/metrics/temperature.d.ts +26 -0
  2696. package/dist/types/string-literals/metrics/temperature.d.ts.map +1 -0
  2697. package/dist/types/string-literals/metrics/temperature.js +1 -0
  2698. package/dist/types/string-literals/metrics/time.d.ts +26 -0
  2699. package/dist/types/string-literals/metrics/time.d.ts.map +1 -0
  2700. package/dist/types/string-literals/metrics/time.js +1 -0
  2701. package/dist/types/string-literals/metrics/voltage.d.ts +26 -0
  2702. package/dist/types/string-literals/metrics/voltage.d.ts.map +1 -0
  2703. package/dist/types/string-literals/metrics/voltage.js +1 -0
  2704. package/dist/types/string-literals/metrics/volume.d.ts +26 -0
  2705. package/dist/types/string-literals/metrics/volume.d.ts.map +1 -0
  2706. package/dist/types/string-literals/metrics/volume.js +1 -0
  2707. package/dist/types/string-literals/options/DropChars.d.ts +24 -0
  2708. package/dist/types/string-literals/options/DropChars.d.ts.map +1 -0
  2709. package/dist/types/string-literals/options/DropChars.js +1 -0
  2710. package/dist/types/string-literals/options/TypeRequired.d.ts +8 -0
  2711. package/dist/types/string-literals/options/TypeRequired.d.ts.map +1 -0
  2712. package/dist/types/string-literals/options/TypeRequired.js +1 -0
  2713. package/dist/types/string-literals/options/TypeStrength.d.ts +9 -0
  2714. package/dist/types/string-literals/options/TypeStrength.d.ts.map +1 -0
  2715. package/dist/types/string-literals/options/TypeStrength.js +1 -0
  2716. package/dist/types/string-literals/options/index.d.ts +4 -0
  2717. package/dist/types/string-literals/options/index.d.ts.map +1 -0
  2718. package/dist/types/string-literals/options/index.js +3 -0
  2719. package/dist/types/tsconfig.tsbuildinfo +1 -0
  2720. package/dist/types/tuples/DictArray.d.ts +20 -0
  2721. package/dist/types/tuples/DictArray.d.ts.map +1 -0
  2722. package/dist/types/tuples/DictArray.js +1 -0
  2723. package/dist/types/tuples/FirstKey.d.ts +9 -0
  2724. package/dist/types/tuples/FirstKey.d.ts.map +1 -0
  2725. package/dist/types/tuples/FirstKey.js +1 -0
  2726. package/dist/types/tuples/FirstKeyValue.d.ts +10 -0
  2727. package/dist/types/tuples/FirstKeyValue.d.ts.map +1 -0
  2728. package/dist/types/tuples/FirstKeyValue.js +1 -0
  2729. package/dist/types/tuples/FirstOfEach.d.ts +13 -0
  2730. package/dist/types/tuples/FirstOfEach.d.ts.map +1 -0
  2731. package/dist/types/tuples/FirstOfEach.js +1 -0
  2732. package/dist/types/tuples/FixedLengthArray.d.ts +15 -0
  2733. package/dist/types/tuples/FixedLengthArray.d.ts.map +1 -0
  2734. package/dist/types/tuples/FixedLengthArray.js +1 -0
  2735. package/dist/types/tuples/FromDictArray.d.ts +11 -0
  2736. package/dist/types/tuples/FromDictArray.d.ts.map +1 -0
  2737. package/dist/types/tuples/FromDictArray.js +1 -0
  2738. package/dist/types/tuples/LastCharOfSome.d.ts +1 -0
  2739. package/dist/types/tuples/LastCharOfSome.d.ts.map +1 -0
  2740. package/dist/types/tuples/LastCharOfSome.js +1 -0
  2741. package/dist/types/tuples/LastOfEach.d.ts +16 -0
  2742. package/dist/types/tuples/LastOfEach.d.ts.map +1 -0
  2743. package/dist/types/tuples/LastOfEach.js +1 -0
  2744. package/dist/types/tuples/SecondOfEach.d.ts +11 -0
  2745. package/dist/types/tuples/SecondOfEach.d.ts.map +1 -0
  2746. package/dist/types/tuples/SecondOfEach.js +1 -0
  2747. package/dist/types/tuples/index.d.ts +9 -0
  2748. package/dist/types/tuples/index.d.ts.map +1 -0
  2749. package/dist/types/tuples/index.js +16 -0
  2750. package/dist/types/type-conversion/AsBoolean.d.ts +8 -0
  2751. package/dist/types/type-conversion/AsBoolean.d.ts.map +1 -0
  2752. package/dist/types/type-conversion/AsBoolean.js +1 -0
  2753. package/dist/types/type-conversion/AsContainer.d.ts +9 -0
  2754. package/dist/types/type-conversion/AsContainer.d.ts.map +1 -0
  2755. package/dist/types/type-conversion/AsContainer.js +1 -0
  2756. package/dist/types/type-conversion/AsDefined.d.ts +8 -0
  2757. package/dist/types/type-conversion/AsDefined.d.ts.map +1 -0
  2758. package/dist/types/type-conversion/AsDefined.js +1 -0
  2759. package/dist/types/type-conversion/AsDictionary.d.ts +3 -0
  2760. package/dist/types/type-conversion/AsDictionary.d.ts.map +1 -0
  2761. package/dist/types/type-conversion/AsDictionary.js +1 -0
  2762. package/dist/types/type-conversion/AsFunction.d.ts +9 -0
  2763. package/dist/types/type-conversion/AsFunction.d.ts.map +1 -0
  2764. package/dist/types/type-conversion/AsFunction.js +1 -0
  2765. package/dist/types/type-conversion/AsNonNull.d.ts +21 -0
  2766. package/dist/types/type-conversion/AsNonNull.d.ts.map +1 -0
  2767. package/dist/types/type-conversion/AsNonNull.js +1 -0
  2768. package/dist/types/type-conversion/AsNumber.d.ts +21 -0
  2769. package/dist/types/type-conversion/AsNumber.d.ts.map +1 -0
  2770. package/dist/types/type-conversion/AsNumber.js +1 -0
  2771. package/dist/types/type-conversion/AsObject.d.ts +2 -0
  2772. package/dist/types/type-conversion/AsObject.d.ts.map +1 -0
  2773. package/dist/types/type-conversion/AsObject.js +1 -0
  2774. package/dist/types/type-conversion/AsObjectKeys.d.ts +15 -0
  2775. package/dist/types/type-conversion/AsObjectKeys.d.ts.map +1 -0
  2776. package/dist/types/type-conversion/AsObjectKeys.js +1 -0
  2777. package/dist/types/type-conversion/AsPropertyKey.d.ts +8 -0
  2778. package/dist/types/type-conversion/AsPropertyKey.d.ts.map +1 -0
  2779. package/dist/types/type-conversion/AsPropertyKey.js +1 -0
  2780. package/dist/types/type-conversion/AsRecord.d.ts +10 -0
  2781. package/dist/types/type-conversion/AsRecord.d.ts.map +1 -0
  2782. package/dist/types/type-conversion/AsRecord.js +1 -0
  2783. package/dist/types/type-conversion/AsRef.d.ts +5 -0
  2784. package/dist/types/type-conversion/AsRef.d.ts.map +1 -0
  2785. package/dist/types/type-conversion/AsRef.js +1 -0
  2786. package/dist/types/type-conversion/AsString.d.ts +15 -0
  2787. package/dist/types/type-conversion/AsString.d.ts.map +1 -0
  2788. package/dist/types/type-conversion/AsString.js +1 -0
  2789. package/dist/types/type-conversion/AsStringUnion.d.ts +25 -0
  2790. package/dist/types/type-conversion/AsStringUnion.d.ts.map +1 -0
  2791. package/dist/types/type-conversion/AsStringUnion.js +1 -0
  2792. package/dist/types/type-conversion/Awaited.d.ts +8 -0
  2793. package/dist/types/type-conversion/Awaited.d.ts.map +1 -0
  2794. package/dist/types/type-conversion/Awaited.js +1 -0
  2795. package/dist/types/type-conversion/Break.d.ts +15 -0
  2796. package/dist/types/type-conversion/Break.d.ts.map +1 -0
  2797. package/dist/types/type-conversion/Break.js +1 -0
  2798. package/dist/types/type-conversion/IntersectWithAll.d.ts +18 -0
  2799. package/dist/types/type-conversion/IntersectWithAll.d.ts.map +1 -0
  2800. package/dist/types/type-conversion/IntersectWithAll.js +1 -0
  2801. package/dist/types/type-conversion/JSON.d.ts +25 -0
  2802. package/dist/types/type-conversion/JSON.d.ts.map +1 -0
  2803. package/dist/types/type-conversion/JSON.js +1 -0
  2804. package/dist/types/type-conversion/LeftWhitespace.d.ts +11 -0
  2805. package/dist/types/type-conversion/LeftWhitespace.d.ts.map +1 -0
  2806. package/dist/types/type-conversion/LeftWhitespace.js +1 -0
  2807. package/dist/types/type-conversion/Merge.d.ts +54 -0
  2808. package/dist/types/type-conversion/Merge.d.ts.map +1 -0
  2809. package/dist/types/type-conversion/Merge.js +1 -0
  2810. package/dist/types/type-conversion/MergeObjects.d.ts +10 -0
  2811. package/dist/types/type-conversion/MergeObjects.d.ts.map +1 -0
  2812. package/dist/types/type-conversion/MergeObjects.js +1 -0
  2813. package/dist/types/type-conversion/Mutable.d.ts +30 -0
  2814. package/dist/types/type-conversion/Mutable.d.ts.map +1 -0
  2815. package/dist/types/type-conversion/Mutable.js +1 -0
  2816. package/dist/types/type-conversion/ObjectToKvDict.d.ts +19 -0
  2817. package/dist/types/type-conversion/ObjectToKvDict.d.ts.map +1 -0
  2818. package/dist/types/type-conversion/ObjectToKvDict.js +1 -0
  2819. package/dist/types/type-conversion/ReduceValues.d.ts +19 -0
  2820. package/dist/types/type-conversion/ReduceValues.d.ts.map +1 -0
  2821. package/dist/types/type-conversion/ReduceValues.js +1 -0
  2822. package/dist/types/type-conversion/RemoveFromEnd.d.ts +9 -0
  2823. package/dist/types/type-conversion/RemoveFromEnd.d.ts.map +1 -0
  2824. package/dist/types/type-conversion/RemoveFromEnd.js +1 -0
  2825. package/dist/types/type-conversion/RemoveFromStart.d.ts +9 -0
  2826. package/dist/types/type-conversion/RemoveFromStart.d.ts.map +1 -0
  2827. package/dist/types/type-conversion/RemoveFromStart.js +1 -0
  2828. package/dist/types/type-conversion/RemoveIndex.d.ts +17 -0
  2829. package/dist/types/type-conversion/RemoveIndex.d.ts.map +1 -0
  2830. package/dist/types/type-conversion/RemoveIndex.js +1 -0
  2831. package/dist/types/type-conversion/Replace.d.ts +18 -0
  2832. package/dist/types/type-conversion/Replace.d.ts.map +1 -0
  2833. package/dist/types/type-conversion/Replace.js +1 -0
  2834. package/dist/types/type-conversion/ReplaceAll.d.ts +29 -0
  2835. package/dist/types/type-conversion/ReplaceAll.d.ts.map +1 -0
  2836. package/dist/types/type-conversion/ReplaceAll.js +1 -0
  2837. package/dist/types/type-conversion/RetainChars.d.ts +15 -0
  2838. package/dist/types/type-conversion/RetainChars.d.ts.map +1 -0
  2839. package/dist/types/type-conversion/RetainChars.js +1 -0
  2840. package/dist/types/type-conversion/ReturnValues.d.ts +18 -0
  2841. package/dist/types/type-conversion/ReturnValues.d.ts.map +1 -0
  2842. package/dist/types/type-conversion/ReturnValues.js +1 -0
  2843. package/dist/types/type-conversion/RightWhitespace.d.ts +11 -0
  2844. package/dist/types/type-conversion/RightWhitespace.d.ts.map +1 -0
  2845. package/dist/types/type-conversion/RightWhitespace.js +1 -0
  2846. package/dist/types/type-conversion/StringLength.d.ts +11 -0
  2847. package/dist/types/type-conversion/StringLength.d.ts.map +1 -0
  2848. package/dist/types/type-conversion/StringLength.js +1 -0
  2849. package/dist/types/type-conversion/StringLiteralFromTuple.d.ts +18 -0
  2850. package/dist/types/type-conversion/StringLiteralFromTuple.d.ts.map +1 -0
  2851. package/dist/types/type-conversion/StringLiteralFromTuple.js +1 -0
  2852. package/dist/types/type-conversion/StripChars.d.ts +19 -0
  2853. package/dist/types/type-conversion/StripChars.d.ts.map +1 -0
  2854. package/dist/types/type-conversion/StripChars.js +1 -0
  2855. package/dist/types/type-conversion/ToBoolean.d.ts +15 -0
  2856. package/dist/types/type-conversion/ToBoolean.d.ts.map +1 -0
  2857. package/dist/types/type-conversion/ToBoolean.js +1 -0
  2858. package/dist/types/type-conversion/ToContainer.d.ts +23 -0
  2859. package/dist/types/type-conversion/ToContainer.d.ts.map +1 -0
  2860. package/dist/types/type-conversion/ToContainer.js +1 -0
  2861. package/dist/types/type-conversion/ToJsonValue.d.ts +11 -0
  2862. package/dist/types/type-conversion/ToJsonValue.d.ts.map +1 -0
  2863. package/dist/types/type-conversion/ToJsonValue.js +1 -0
  2864. package/dist/types/type-conversion/ToNumber.d.ts +15 -0
  2865. package/dist/types/type-conversion/ToNumber.d.ts.map +1 -0
  2866. package/dist/types/type-conversion/ToNumber.js +1 -0
  2867. package/dist/types/type-conversion/ToString.d.ts +16 -0
  2868. package/dist/types/type-conversion/ToString.d.ts.map +1 -0
  2869. package/dist/types/type-conversion/ToString.js +1 -0
  2870. package/dist/types/type-conversion/ToStringArray.d.ts +13 -0
  2871. package/dist/types/type-conversion/ToStringArray.d.ts.map +1 -0
  2872. package/dist/types/type-conversion/ToStringArray.js +1 -0
  2873. package/dist/types/type-conversion/ToUnion.d.ts +10 -0
  2874. package/dist/types/type-conversion/ToUnion.d.ts.map +1 -0
  2875. package/dist/types/type-conversion/ToUnion.js +1 -0
  2876. package/dist/types/type-conversion/Trim.d.ts +14 -0
  2877. package/dist/types/type-conversion/Trim.d.ts.map +1 -0
  2878. package/dist/types/type-conversion/Trim.js +1 -0
  2879. package/dist/types/type-conversion/TrimLeft.d.ts +12 -0
  2880. package/dist/types/type-conversion/TrimLeft.d.ts.map +1 -0
  2881. package/dist/types/type-conversion/TrimLeft.js +1 -0
  2882. package/dist/types/type-conversion/TrimRight.d.ts +12 -0
  2883. package/dist/types/type-conversion/TrimRight.d.ts.map +1 -0
  2884. package/dist/types/type-conversion/TrimRight.js +1 -0
  2885. package/dist/types/type-conversion/TupleToUnion.d.ts +14 -0
  2886. package/dist/types/type-conversion/TupleToUnion.d.ts.map +1 -0
  2887. package/dist/types/type-conversion/TupleToUnion.js +1 -0
  2888. package/dist/types/type-conversion/UnionArrayToTuple.d.ts +15 -0
  2889. package/dist/types/type-conversion/UnionArrayToTuple.d.ts.map +1 -0
  2890. package/dist/types/type-conversion/UnionArrayToTuple.js +1 -0
  2891. package/dist/types/type-conversion/UnionFilter.d.ts +42 -0
  2892. package/dist/types/type-conversion/UnionFilter.d.ts.map +1 -0
  2893. package/dist/types/type-conversion/UnionFilter.js +1 -0
  2894. package/dist/types/type-conversion/UnionShift.d.ts +22 -0
  2895. package/dist/types/type-conversion/UnionShift.d.ts.map +1 -0
  2896. package/dist/types/type-conversion/UnionShift.js +1 -0
  2897. package/dist/types/type-conversion/UnionToIntersection.d.ts +7 -0
  2898. package/dist/types/type-conversion/UnionToIntersection.d.ts.map +1 -0
  2899. package/dist/types/type-conversion/UnionToIntersection.js +1 -0
  2900. package/dist/types/type-conversion/UnionToTuple.d.ts +19 -0
  2901. package/dist/types/type-conversion/UnionToTuple.d.ts.map +1 -0
  2902. package/dist/types/type-conversion/UnionToTuple.js +1 -0
  2903. package/dist/types/type-conversion/UnionWithAll.d.ts +15 -0
  2904. package/dist/types/type-conversion/UnionWithAll.d.ts.map +1 -0
  2905. package/dist/types/type-conversion/UnionWithAll.js +1 -0
  2906. package/dist/types/type-conversion/ValueOrReturnValue.d.ts +20 -0
  2907. package/dist/types/type-conversion/ValueOrReturnValue.d.ts.map +1 -0
  2908. package/dist/types/type-conversion/ValueOrReturnValue.js +1 -0
  2909. package/dist/types/type-conversion/Widen.d.ts +47 -0
  2910. package/dist/types/type-conversion/Widen.d.ts.map +1 -0
  2911. package/dist/types/type-conversion/Widen.js +3 -0
  2912. package/dist/types/type-conversion/WidenValues.d.ts +16 -0
  2913. package/dist/types/type-conversion/WidenValues.d.ts.map +1 -0
  2914. package/dist/types/type-conversion/WidenValues.js +1 -0
  2915. package/dist/types/type-conversion/WithDefault.d.ts +23 -0
  2916. package/dist/types/type-conversion/WithDefault.d.ts.map +1 -0
  2917. package/dist/types/type-conversion/WithDefault.js +1 -0
  2918. package/dist/types/type-conversion/form-fields.d.ts +9 -0
  2919. package/dist/types/type-conversion/form-fields.d.ts.map +1 -0
  2920. package/dist/types/type-conversion/form-fields.js +1 -0
  2921. package/dist/types/type-conversion/index.d.ts +58 -0
  2922. package/dist/types/type-conversion/index.d.ts.map +1 -0
  2923. package/dist/types/type-conversion/index.js +65 -0
  2924. package/package.json +95 -18
  2925. package/src/constants/Alpha.ts +21 -0
  2926. package/src/constants/Books.ts +9 -0
  2927. package/src/constants/Characters.ts +6 -0
  2928. package/src/constants/Comma.ts +18 -0
  2929. package/src/constants/CommonObjProps.ts +7 -0
  2930. package/src/constants/Consonants.ts +25 -0
  2931. package/src/constants/Constant.ts +11 -0
  2932. package/src/constants/DateTime.ts +40 -0
  2933. package/src/constants/FalsyValues.ts +9 -0
  2934. package/src/constants/Functional.ts +20 -0
  2935. package/src/constants/Geo.ts +99 -0
  2936. package/src/constants/HashTable.ts +131 -0
  2937. package/src/constants/ISO3166.ts +147 -0
  2938. package/src/constants/Images.ts +22 -0
  2939. package/src/constants/Marked.ts +11 -0
  2940. package/src/constants/Markers.ts +23 -0
  2941. package/src/constants/Metrics.ts +171 -0
  2942. package/src/constants/NetworkConstants.ts +91 -0
  2943. package/src/constants/Never.ts +11 -0
  2944. package/src/constants/News.ts +441 -0
  2945. package/src/constants/NoDefaultValue.ts +13 -0
  2946. package/src/constants/NotApplicable.ts +11 -0
  2947. package/src/constants/NotDefined.ts +10 -0
  2948. package/src/constants/NumericChar.ts +14 -0
  2949. package/src/constants/NumericDigit.ts +11 -0
  2950. package/src/constants/Phone.ts +263 -0
  2951. package/src/constants/PluralExceptions.ts +113 -0
  2952. package/src/constants/ProxmoxConstants.ts +6 -0
  2953. package/src/constants/RepoConstants.ts +56 -0
  2954. package/src/constants/Retail.ts +113 -0
  2955. package/src/constants/Shape.ts +16 -0
  2956. package/src/constants/SingularNounEnding.ts +15 -0
  2957. package/src/constants/Social.ts +131 -0
  2958. package/src/constants/Tailwind.ts +92 -0
  2959. package/src/constants/TypeComparisons.ts +63 -0
  2960. package/src/constants/TypeOf.ts +6 -0
  2961. package/src/constants/TypeTokens.ts +291 -0
  2962. package/src/constants/TypeTransforms.ts +47 -0
  2963. package/src/constants/Types.ts +32 -0
  2964. package/src/constants/Wide.ts +36 -0
  2965. package/src/constants/createConstant.ts +13 -0
  2966. package/src/constants/index.ts +41 -0
  2967. package/{tsconfig.json → src/constants/tsconfig.json} +7 -1
  2968. package/src/inferred-types/README.md +3 -0
  2969. package/src/inferred-types/index.ts +3 -0
  2970. package/src/inferred-types/tsconfig.json +49 -0
  2971. package/src/runtime/README.md +3 -0
  2972. package/src/runtime/api/defineApi.ts +153 -0
  2973. package/src/runtime/api/handleDoneFn.ts +31 -0
  2974. package/src/runtime/api/index.ts +3 -0
  2975. package/src/runtime/boolean-logic/ifArray.ts +22 -0
  2976. package/src/runtime/boolean-logic/ifArrayPartial.ts +13 -0
  2977. package/src/runtime/boolean-logic/ifBoolean.ts +30 -0
  2978. package/src/runtime/boolean-logic/ifChar.ts +23 -0
  2979. package/src/runtime/boolean-logic/ifContainer.ts +20 -0
  2980. package/src/runtime/boolean-logic/ifFalse.ts +26 -0
  2981. package/src/runtime/boolean-logic/ifFunction.ts +31 -0
  2982. package/src/runtime/boolean-logic/ifHasKey.ts +27 -0
  2983. package/src/runtime/boolean-logic/ifLength.ts +39 -0
  2984. package/src/runtime/boolean-logic/ifNotNull.ts +30 -0
  2985. package/src/runtime/boolean-logic/ifNull.ts +31 -0
  2986. package/src/runtime/boolean-logic/ifNumber.ts +30 -0
  2987. package/src/runtime/boolean-logic/ifObject.ts +15 -0
  2988. package/src/runtime/boolean-logic/ifSameType.ts +29 -0
  2989. package/src/runtime/boolean-logic/ifScalar.ts +42 -0
  2990. package/src/runtime/boolean-logic/ifString.ts +37 -0
  2991. package/src/runtime/boolean-logic/ifTrue.ts +33 -0
  2992. package/src/runtime/boolean-logic/ifUndefined.ts +39 -0
  2993. package/src/runtime/boolean-logic/index.ts +19 -0
  2994. package/src/runtime/combinators/and.ts +11 -0
  2995. package/src/runtime/combinators/f2.ts.HOLD +241 -0
  2996. package/src/runtime/combinators/index.ts +2 -0
  2997. package/src/runtime/combinators/or.ts +13 -0
  2998. package/src/runtime/dictionary/defineOptions.ts +82 -0
  2999. package/src/runtime/dictionary/entries.ts +34 -0
  3000. package/src/runtime/dictionary/get.ts +168 -0
  3001. package/src/runtime/dictionary/index.ts +23 -0
  3002. package/src/runtime/dictionary/keysOf.ts +28 -0
  3003. package/src/runtime/dictionary/omit.ts +40 -0
  3004. package/src/runtime/dictionary/retain.ts +35 -0
  3005. package/src/runtime/dictionary/sharedKeys.ts +16 -0
  3006. package/src/runtime/dictionary/takeProp.ts +28 -0
  3007. package/src/runtime/dictionary/valuesOf.ts +21 -0
  3008. package/src/runtime/dictionary/withDefaults.ts +27 -0
  3009. package/src/runtime/dictionary/withKeys.ts +22 -0
  3010. package/src/runtime/dictionary/withoutKeys.ts +23 -0
  3011. package/src/runtime/dictionary/withoutValue.ts +26 -0
  3012. package/src/runtime/errors/KindError.ts +59 -0
  3013. package/src/runtime/errors/TypedError.ts +69 -0
  3014. package/src/runtime/errors/createErrorCondition.ts +35 -0
  3015. package/src/runtime/errors/index.ts +2 -0
  3016. package/src/runtime/errors/kindedError.ts +59 -0
  3017. package/src/runtime/functional/index.ts +1 -0
  3018. package/src/runtime/functional/result.ts +309 -0
  3019. package/src/runtime/functions/fnMeta.ts +27 -0
  3020. package/src/runtime/functions/index.ts +3 -0
  3021. package/src/runtime/functions/wrapFn.ts +32 -0
  3022. package/src/runtime/index.ts +18 -0
  3023. package/src/runtime/initializers/addFnToProps.ts +35 -0
  3024. package/src/runtime/initializers/addPropsToFn.ts +42 -0
  3025. package/src/runtime/initializers/createCssSelector.ts +78 -0
  3026. package/src/runtime/initializers/createFnWithProps.ts +40 -0
  3027. package/src/runtime/initializers/defineObj.ts +55 -0
  3028. package/src/runtime/initializers/defineTuple.ts +28 -0
  3029. package/src/runtime/initializers/index.ts +6 -0
  3030. package/src/runtime/lists/asArray.ts +29 -0
  3031. package/src/runtime/lists/createComparison.ts +15 -0
  3032. package/src/runtime/lists/createConverter.ts +104 -0
  3033. package/src/runtime/lists/filter.ts +62 -0
  3034. package/src/runtime/lists/find.ts +51 -0
  3035. package/src/runtime/lists/getEach.ts +48 -0
  3036. package/src/runtime/lists/index.ts +26 -0
  3037. package/src/runtime/lists/indexOf.ts +58 -0
  3038. package/src/runtime/lists/intersection.ts +69 -0
  3039. package/src/runtime/lists/join.ts +34 -0
  3040. package/src/runtime/lists/last.ts +5 -0
  3041. package/src/runtime/lists/logicalReturns.ts +18 -0
  3042. package/src/runtime/lists/reverse.ts +10 -0
  3043. package/src/runtime/lists/shift.ts +66 -0
  3044. package/src/runtime/lists/slice.ts +16 -0
  3045. package/src/runtime/lists/unique.ts +26 -0
  3046. package/src/runtime/literals/box.ts +75 -0
  3047. package/src/runtime/literals/capitalize.ts +9 -0
  3048. package/src/runtime/literals/color/cssColor.ts +31 -0
  3049. package/src/runtime/literals/color/index.ts +2 -0
  3050. package/src/runtime/literals/color/twColor.ts +40 -0
  3051. package/src/runtime/literals/ensureLeading.ts +27 -0
  3052. package/src/runtime/literals/ensureSurround.ts +32 -0
  3053. package/src/runtime/literals/ensureTrailing.ts +20 -0
  3054. package/src/runtime/literals/identity.ts +22 -0
  3055. package/src/runtime/literals/ifLowercase.ts +57 -0
  3056. package/src/runtime/literals/ifUppercase.ts +34 -0
  3057. package/src/runtime/literals/index.ts +58 -0
  3058. package/src/runtime/literals/literal.ts +48 -0
  3059. package/src/runtime/literals/lowercase.ts +11 -0
  3060. package/src/runtime/literals/narrow.ts +44 -0
  3061. package/src/runtime/literals/pathJoin.ts +25 -0
  3062. package/src/runtime/literals/phone/asPhoneNumber.ts +72 -0
  3063. package/src/runtime/literals/phone/getPhoneCountryCode.ts +16 -0
  3064. package/src/runtime/literals/phone/index.ts +3 -0
  3065. package/src/runtime/literals/phone/removePhoneCountryCode.ts +16 -0
  3066. package/src/runtime/literals/pluralize.ts +74 -0
  3067. package/src/runtime/literals/retainAfter.ts +71 -0
  3068. package/src/runtime/literals/retainChars.ts +30 -0
  3069. package/src/runtime/literals/retainUntil.ts +67 -0
  3070. package/src/runtime/literals/retainWhile.ts +23 -0
  3071. package/src/runtime/literals/rightWhitespace.ts +17 -0
  3072. package/src/runtime/literals/split.ts +19 -0
  3073. package/src/runtime/literals/stripAfter.ts +20 -0
  3074. package/src/runtime/literals/stripBefore.ts +23 -0
  3075. package/src/runtime/literals/stripChars.ts +25 -0
  3076. package/src/runtime/literals/stripLeading.ts +28 -0
  3077. package/src/runtime/literals/stripSurround.ts +54 -0
  3078. package/src/runtime/literals/stripTrailing.ts +29 -0
  3079. package/src/runtime/literals/stripUntil.ts +18 -0
  3080. package/src/runtime/literals/stripWhile.ts +19 -0
  3081. package/src/runtime/literals/surround.ts +23 -0
  3082. package/src/runtime/literals/takeNumericCharacters.ts +16 -0
  3083. package/src/runtime/literals/toCamelCase.ts +28 -0
  3084. package/src/runtime/literals/toKebabCase.ts +31 -0
  3085. package/src/runtime/literals/toLowercase.ts +13 -0
  3086. package/src/runtime/literals/toNumericArray.ts +5 -0
  3087. package/src/runtime/literals/toPascalCase.ts +38 -0
  3088. package/src/runtime/literals/toSnakeCase.ts +33 -0
  3089. package/src/runtime/literals/toString.ts +11 -0
  3090. package/src/runtime/literals/toUppercase.ts +13 -0
  3091. package/src/runtime/literals/trim.ts +55 -0
  3092. package/src/runtime/literals/truncate.ts +20 -0
  3093. package/src/runtime/literals/tuple.ts +41 -0
  3094. package/src/runtime/literals/uncapitalize.ts +9 -0
  3095. package/src/runtime/literals/unset.ts +18 -0
  3096. package/src/runtime/literals/uppercase.ts +9 -0
  3097. package/src/runtime/literals/widen.ts +13 -0
  3098. package/src/runtime/meta/index.ts +2 -0
  3099. package/src/runtime/meta/urlMeta.ts +187 -0
  3100. package/src/runtime/meta/youtube-meta.ts +146 -0
  3101. package/src/runtime/queues/fifo.ts +51 -0
  3102. package/src/runtime/queues/index.ts +2 -0
  3103. package/src/runtime/queues/lifo.ts +45 -0
  3104. package/src/runtime/runtime-types/README.md +3 -0
  3105. package/src/runtime/runtime-types/asDefineObject.ts +29 -0
  3106. package/src/runtime/runtime-types/asToken.ts +155 -0
  3107. package/src/runtime/runtime-types/asType.ts +57 -0
  3108. package/src/runtime/runtime-types/choices.ts +86 -0
  3109. package/src/runtime/runtime-types/dict.hold +65 -0
  3110. package/src/runtime/runtime-types/index.ts +9 -0
  3111. package/src/runtime/runtime-types/ip6Prefix.ts +20 -0
  3112. package/src/runtime/runtime-types/list.ts +141 -0
  3113. package/src/runtime/runtime-types/rec.ts +11 -0
  3114. package/src/runtime/runtime-types/shape-helpers/addToken.ts +11 -0
  3115. package/src/runtime/runtime-types/shape-helpers/atomics.ts +21 -0
  3116. package/src/runtime/runtime-types/shape-helpers/functions.ts +36 -0
  3117. package/src/runtime/runtime-types/shape-helpers/getTokenData.ts +14 -0
  3118. package/src/runtime/runtime-types/shape-helpers/getTokenName.ts +13 -0
  3119. package/src/runtime/runtime-types/shape-helpers/literal-containers.ts +18 -0
  3120. package/src/runtime/runtime-types/shape-helpers/regexToken.ts +44 -0
  3121. package/src/runtime/runtime-types/shape-helpers/singletons.ts +108 -0
  3122. package/src/runtime/runtime-types/shape-helpers/union.ts +15 -0
  3123. package/src/runtime/runtime-types/shape-helpers/wide-containers.ts +60 -0
  3124. package/src/runtime/runtime-types/shape.ts +87 -0
  3125. package/src/runtime/runtime-types/tokens/createTypeToken.ts +114 -0
  3126. package/src/runtime/runtime-types/tokens/index.ts +2 -0
  3127. package/src/runtime/runtime-types/tokens/simpleToken.ts +85 -0
  3128. package/src/runtime/sets/index.ts +1 -0
  3129. package/src/runtime/sets/uniqueKeys.ts +48 -0
  3130. package/src/runtime/tsconfig.json +47 -0
  3131. package/src/runtime/type-conversion/asChars.ts +10 -0
  3132. package/src/runtime/type-conversion/asRecord.ts +14 -0
  3133. package/src/runtime/type-conversion/asString.ts +35 -0
  3134. package/src/runtime/type-conversion/csv.ts +56 -0
  3135. package/src/runtime/type-conversion/index.ts +18 -0
  3136. package/src/runtime/type-conversion/intersect.ts +12 -0
  3137. package/src/runtime/type-conversion/ip6GroupExpansion.ts +17 -0
  3138. package/src/runtime/type-conversion/json.ts +32 -0
  3139. package/src/runtime/type-conversion/lookupCountry.ts +242 -0
  3140. package/src/runtime/type-conversion/mergeObjects.ts +31 -0
  3141. package/src/runtime/type-conversion/mergeScalars.ts +16 -0
  3142. package/src/runtime/type-conversion/mergeTuples.ts +16 -0
  3143. package/src/runtime/type-conversion/mutable.ts +5 -0
  3144. package/src/runtime/type-conversion/never.ts +13 -0
  3145. package/src/runtime/type-conversion/optional.ts +37 -0
  3146. package/src/runtime/type-conversion/toNumber.ts +35 -0
  3147. package/src/runtime/type-conversion/union.ts +15 -0
  3148. package/src/runtime/type-conversion/unionize.ts +12 -0
  3149. package/src/runtime/type-guards/api-tg.ts +45 -0
  3150. package/src/runtime/type-guards/geo/index.ts +3 -0
  3151. package/src/runtime/type-guards/geo/isIso3166Alpha2.ts +79 -0
  3152. package/src/runtime/type-guards/geo/isUsState.ts +15 -0
  3153. package/src/runtime/type-guards/geo/isZipCode.ts +45 -0
  3154. package/src/runtime/type-guards/hasDefaultValue.ts +16 -0
  3155. package/src/runtime/type-guards/hasErrorConditions.ts +8 -0
  3156. package/src/runtime/type-guards/hasIndexOf.ts +36 -0
  3157. package/src/runtime/type-guards/hasKeys.ts +38 -0
  3158. package/src/runtime/type-guards/hasWhitespace.ts +13 -0
  3159. package/src/runtime/type-guards/higher-order/endsWith.ts +23 -0
  3160. package/src/runtime/type-guards/higher-order/index.ts +7 -0
  3161. package/src/runtime/type-guards/higher-order/isEqual.ts +23 -0
  3162. package/src/runtime/type-guards/higher-order/isLength.ts +36 -0
  3163. package/src/runtime/type-guards/higher-order/isSameTypeOf.ts +15 -0
  3164. package/src/runtime/type-guards/higher-order/isTuple.ts +31 -0
  3165. package/src/runtime/type-guards/higher-order/isTypeOf.ts +16 -0
  3166. package/src/runtime/type-guards/higher-order/startsWith.ts +42 -0
  3167. package/src/runtime/type-guards/html/index.ts +1 -0
  3168. package/src/runtime/type-guards/html/isHtmlElement.ts +11 -0
  3169. package/src/runtime/type-guards/index.ts +57 -0
  3170. package/src/runtime/type-guards/isAlpha.ts +13 -0
  3171. package/src/runtime/type-guards/isArray.ts +9 -0
  3172. package/src/runtime/type-guards/isBoolean.ts +10 -0
  3173. package/src/runtime/type-guards/isBooleanLike.ts +17 -0
  3174. package/src/runtime/type-guards/isConstant.ts +20 -0
  3175. package/src/runtime/type-guards/isContainer.ts +20 -0
  3176. package/src/runtime/type-guards/isCssAspectRatio.ts +16 -0
  3177. package/src/runtime/type-guards/isDefined.ts +9 -0
  3178. package/src/runtime/type-guards/isDoneFn.ts +14 -0
  3179. package/src/runtime/type-guards/isEmail.ts +31 -0
  3180. package/src/runtime/type-guards/isErrorCondition.ts +19 -0
  3181. package/src/runtime/type-guards/isFalse.ts +3 -0
  3182. package/src/runtime/type-guards/isFalsy.ts +14 -0
  3183. package/src/runtime/type-guards/isFnWithParams.ts +11 -0
  3184. package/src/runtime/type-guards/isFunction.ts +15 -0
  3185. package/src/runtime/type-guards/isHexadecimal.ts +15 -0
  3186. package/src/runtime/type-guards/isIndexable.ts +14 -0
  3187. package/src/runtime/type-guards/isInlineSvg.ts +12 -0
  3188. package/src/runtime/type-guards/isLeftRight.ts +16 -0
  3189. package/src/runtime/type-guards/isNever.ts +12 -0
  3190. package/src/runtime/type-guards/isNotNull.ts +10 -0
  3191. package/src/runtime/type-guards/isNothing.ts +5 -0
  3192. package/src/runtime/type-guards/isNull.ts +11 -0
  3193. package/src/runtime/type-guards/isNumber.ts +9 -0
  3194. package/src/runtime/type-guards/isNumericString.ts +41 -0
  3195. package/src/runtime/type-guards/isObject.ts +13 -0
  3196. package/src/runtime/type-guards/isPhoneNumber.ts +35 -0
  3197. package/src/runtime/type-guards/isReadonlyArray.ts +17 -0
  3198. package/src/runtime/type-guards/isRef.ts +15 -0
  3199. package/src/runtime/type-guards/isRegExp.ts +37 -0
  3200. package/src/runtime/type-guards/isRuntimeUnion.ts +12 -0
  3201. package/src/runtime/type-guards/isScalar.ts +17 -0
  3202. package/src/runtime/type-guards/isSpecificConstant.ts +17 -0
  3203. package/src/runtime/type-guards/isString.ts +13 -0
  3204. package/src/runtime/type-guards/isSymbol.ts +12 -0
  3205. package/src/runtime/type-guards/isThenable.ts +8 -0
  3206. package/src/runtime/type-guards/isTrimmable.ts +10 -0
  3207. package/src/runtime/type-guards/isTrue.ts +8 -0
  3208. package/src/runtime/type-guards/isTruthy.ts +15 -0
  3209. package/src/runtime/type-guards/isTypeToken.ts +20 -0
  3210. package/src/runtime/type-guards/isTypeTuple.ts +10 -0
  3211. package/src/runtime/type-guards/isUndefined.ts +10 -0
  3212. package/src/runtime/type-guards/isUnset.ts +26 -0
  3213. package/src/runtime/type-guards/isUrl.ts +55 -0
  3214. package/src/runtime/type-guards/metrics/index.ts +2 -0
  3215. package/src/runtime/type-guards/metrics/isMetric.ts +133 -0
  3216. package/src/runtime/type-guards/metrics/isUom.ts +125 -0
  3217. package/src/runtime/type-guards/network-tg.ts +123 -0
  3218. package/src/runtime/type-guards/tokens/index.ts +8 -0
  3219. package/src/runtime/type-guards/tokens/isAtomicToken.ts +16 -0
  3220. package/src/runtime/type-guards/tokens/isContainerToken.ts +64 -0
  3221. package/src/runtime/type-guards/tokens/isDefineObject.ts +16 -0
  3222. package/src/runtime/type-guards/tokens/isFunctionToken.ts +11 -0
  3223. package/src/runtime/type-guards/tokens/isShapeCallback.ts +9 -0
  3224. package/src/runtime/type-guards/tokens/isShapeToken.ts +33 -0
  3225. package/src/runtime/type-guards/tokens/isSimpleToken.ts +100 -0
  3226. package/src/runtime/type-guards/tokens/isSingletonToken.ts +17 -0
  3227. package/src/runtime/type-guards/tokens/isTupleToken.ts +0 -0
  3228. package/src/runtime/type-guards/tokens/isUnionSetToken.ts +0 -0
  3229. package/src/runtime/type-guards/tokens/isUnionToken.ts +16 -0
  3230. package/src/runtime/type-guards/urls/Social.ts +25 -0
  3231. package/src/runtime/type-guards/urls/books.ts +2 -0
  3232. package/src/runtime/type-guards/urls/index.ts +9 -0
  3233. package/src/runtime/type-guards/urls/news/australian.ts +14 -0
  3234. package/src/runtime/type-guards/urls/news/belgium.ts +14 -0
  3235. package/src/runtime/type-guards/urls/news/canadian.ts +14 -0
  3236. package/src/runtime/type-guards/urls/news/chinese.ts +14 -0
  3237. package/src/runtime/type-guards/urls/news/danish.ts +14 -0
  3238. package/src/runtime/type-guards/urls/news/dutch.ts +15 -0
  3239. package/src/runtime/type-guards/urls/news/french.ts +14 -0
  3240. package/src/runtime/type-guards/urls/news/german.ts +14 -0
  3241. package/src/runtime/type-guards/urls/news/index.ts +51 -0
  3242. package/src/runtime/type-guards/urls/news/indian.ts +14 -0
  3243. package/src/runtime/type-guards/urls/news/italian.ts +14 -0
  3244. package/src/runtime/type-guards/urls/news/japanese.ts +14 -0
  3245. package/src/runtime/type-guards/urls/news/mexican.ts +14 -0
  3246. package/src/runtime/type-guards/urls/news/norwegian.ts +14 -0
  3247. package/src/runtime/type-guards/urls/news/south-korean.ts +14 -0
  3248. package/src/runtime/type-guards/urls/news/spanish.ts +14 -0
  3249. package/src/runtime/type-guards/urls/news/swiss.ts +14 -0
  3250. package/src/runtime/type-guards/urls/news/turkish.ts +14 -0
  3251. package/src/runtime/type-guards/urls/news/uk.ts +14 -0
  3252. package/src/runtime/type-guards/urls/news/us.ts +14 -0
  3253. package/src/runtime/type-guards/urls/repos/bitbucket.ts +18 -0
  3254. package/src/runtime/type-guards/urls/repos/codeCommit.ts +19 -0
  3255. package/src/runtime/type-guards/urls/repos/github.ts +198 -0
  3256. package/src/runtime/type-guards/urls/repos/index.ts +19 -0
  3257. package/src/runtime/type-guards/urls/repos/isSemanticVersion.ts +46 -0
  3258. package/src/runtime/type-guards/urls/retail.ts +221 -0
  3259. package/src/runtime/type-guards/urls/youtube.ts +172 -0
  3260. package/src/runtime/vuejs/asVueRef.ts +18 -0
  3261. package/src/runtime/vuejs/index.ts +1 -0
  3262. package/src/types/README.md +3 -0
  3263. package/src/types/api/api.ts +368 -0
  3264. package/src/types/api/index.ts +1 -0
  3265. package/src/types/base-types/AnyArray.ts +6 -0
  3266. package/src/types/base-types/AnyObject.ts +12 -0
  3267. package/src/types/base-types/Container.ts +19 -0
  3268. package/src/types/base-types/Defined.ts +8 -0
  3269. package/src/types/base-types/Dictionary.ts +14 -0
  3270. package/src/types/base-types/Digital.ts +27 -0
  3271. package/src/types/base-types/EmptyObject.ts +14 -0
  3272. package/src/types/base-types/FalsyValue.ts +8 -0
  3273. package/src/types/base-types/Indexable.ts +10 -0
  3274. package/src/types/base-types/IndexableObject.ts +36 -0
  3275. package/src/types/base-types/LikeRegExp.ts +10 -0
  3276. package/src/types/base-types/List.ts +386 -0
  3277. package/src/types/base-types/NarrowObject.ts +11 -0
  3278. package/src/types/base-types/NonArray.ts +10 -0
  3279. package/src/types/base-types/NotNull.ts +8 -0
  3280. package/src/types/base-types/Nothing.ts +7 -0
  3281. package/src/types/base-types/NumericSign.ts +6 -0
  3282. package/src/types/base-types/ObjectKey.ts +8 -0
  3283. package/src/types/base-types/Scalar.ts +7 -0
  3284. package/src/types/base-types/ScalarNotSymbol.ts +7 -0
  3285. package/src/types/base-types/Something.ts +10 -0
  3286. package/src/types/base-types/Thenable.ts +12 -0
  3287. package/src/types/base-types/Tuple.ts +42 -0
  3288. package/src/types/base-types/fns/AnyFunction.ts +10 -0
  3289. package/src/types/base-types/fns/EscapeFunction.ts +25 -0
  3290. package/src/types/base-types/fns/FnAllowingProps.ts +14 -0
  3291. package/src/types/base-types/fns/IdentityFunction.ts +5 -0
  3292. package/src/types/base-types/fns/JustFunction.ts +11 -0
  3293. package/src/types/base-types/fns/OptionalParamFn.ts +42 -0
  3294. package/src/types/base-types/fns/RegularFn.ts +11 -0
  3295. package/src/types/base-types/fns/TypedFunction.ts +10 -0
  3296. package/src/types/base-types/fns/index.ts +9 -0
  3297. package/src/types/base-types/functional/LeftRight.ts +251 -0
  3298. package/src/types/base-types/functional/index.ts +1 -0
  3299. package/src/types/base-types/index.ts +27 -0
  3300. package/src/types/boolean-logic/LogicalCombinator.ts +4 -0
  3301. package/src/types/boolean-logic/branching/Default.ts +18 -0
  3302. package/src/types/boolean-logic/branching/Fail.ts +38 -0
  3303. package/src/types/boolean-logic/branching/Handle.ts +52 -0
  3304. package/src/types/boolean-logic/branching/If.ts +45 -0
  3305. package/src/types/boolean-logic/branching/IfAllExtend.ts +17 -0
  3306. package/src/types/boolean-logic/branching/IfAllLiteral.ts +13 -0
  3307. package/src/types/boolean-logic/branching/IfEqual.ts +31 -0
  3308. package/src/types/boolean-logic/branching/IfErrorCondition.ts +20 -0
  3309. package/src/types/boolean-logic/branching/IfLength.ts +34 -0
  3310. package/src/types/boolean-logic/branching/IfNever.ts +13 -0
  3311. package/src/types/boolean-logic/branching/IfUnset.ts +32 -0
  3312. package/src/types/boolean-logic/branching/Iff.ts +55 -0
  3313. package/src/types/boolean-logic/branching/OnPass.ts +113 -0
  3314. package/src/types/boolean-logic/branching/Passthrough.ts +26 -0
  3315. package/src/types/boolean-logic/branching/README.md +3 -0
  3316. package/src/types/boolean-logic/branching/WhenNever.ts +17 -0
  3317. package/src/types/boolean-logic/branching/index.ts +15 -0
  3318. package/src/types/boolean-logic/combinators/And.ts +44 -0
  3319. package/src/types/boolean-logic/combinators/Compare.ts +188 -0
  3320. package/src/types/boolean-logic/combinators/Not.ts +68 -0
  3321. package/src/types/boolean-logic/combinators/Or.ts +69 -0
  3322. package/src/types/boolean-logic/combinators/README.md +3 -0
  3323. package/src/types/boolean-logic/combinators/Some.ts +44 -0
  3324. package/src/types/boolean-logic/combinators/index.ts +5 -0
  3325. package/src/types/boolean-logic/index.ts +7 -0
  3326. package/src/types/boolean-logic/narrowing/As.ts +10 -0
  3327. package/src/types/boolean-logic/narrowing/AsDoneFn.ts +12 -0
  3328. package/src/types/boolean-logic/narrowing/AsIndexOf.ts +24 -0
  3329. package/src/types/boolean-logic/narrowing/AsSomething.ts +38 -0
  3330. package/src/types/boolean-logic/narrowing/index.ts +5 -0
  3331. package/src/types/boolean-logic/operators/AllExtend.ts +29 -0
  3332. package/src/types/boolean-logic/operators/AllLiteral.ts +29 -0
  3333. package/src/types/boolean-logic/operators/AllNumericLiterals.ts +14 -0
  3334. package/src/types/boolean-logic/operators/AllStringLiterals.ts +14 -0
  3335. package/src/types/boolean-logic/operators/ApiOperators.ts +30 -0
  3336. package/src/types/boolean-logic/operators/AreSameLength.ts +29 -0
  3337. package/src/types/boolean-logic/operators/AreSameType.ts +22 -0
  3338. package/src/types/boolean-logic/operators/Contains.ts +76 -0
  3339. package/src/types/boolean-logic/operators/ContainsAll.ts +31 -0
  3340. package/src/types/boolean-logic/operators/DoesExtend.ts +16 -0
  3341. package/src/types/boolean-logic/operators/DoesNotExtend.ts +14 -0
  3342. package/src/types/boolean-logic/operators/EndsWith.ts +56 -0
  3343. package/src/types/boolean-logic/operators/Extends.ts +14 -0
  3344. package/src/types/boolean-logic/operators/ExtendsAll.ts +26 -0
  3345. package/src/types/boolean-logic/operators/ExtendsNone.ts +16 -0
  3346. package/src/types/boolean-logic/operators/ExtendsSome.ts +18 -0
  3347. package/src/types/boolean-logic/operators/HasArray.ts +17 -0
  3348. package/src/types/boolean-logic/operators/HasCharacters.ts +73 -0
  3349. package/src/types/boolean-logic/operators/HasIndex.ts +18 -0
  3350. package/src/types/boolean-logic/operators/HasOtherCharacters.ts +39 -0
  3351. package/src/types/boolean-logic/operators/HasParameters.ts +18 -0
  3352. package/src/types/boolean-logic/operators/HasProp.ts +20 -0
  3353. package/src/types/boolean-logic/operators/HasRequiredProps.ts +17 -0
  3354. package/src/types/boolean-logic/operators/HasSameKeys.ts +41 -0
  3355. package/src/types/boolean-logic/operators/HasSameValues.ts +53 -0
  3356. package/src/types/boolean-logic/operators/HasUnionType.ts +16 -0
  3357. package/src/types/boolean-logic/operators/HasWideValues.ts +14 -0
  3358. package/src/types/boolean-logic/operators/HaveSameNumericSign.ts +24 -0
  3359. package/src/types/boolean-logic/operators/IsAllCaps.ts +23 -0
  3360. package/src/types/boolean-logic/operators/IsAllLowercase.ts +22 -0
  3361. package/src/types/boolean-logic/operators/IsAny.ts +10 -0
  3362. package/src/types/boolean-logic/operators/IsAnyEqual.ts +14 -0
  3363. package/src/types/boolean-logic/operators/IsArray.ts +12 -0
  3364. package/src/types/boolean-logic/operators/IsBoolean.ts +13 -0
  3365. package/src/types/boolean-logic/operators/IsBooleanLiteral.ts +20 -0
  3366. package/src/types/boolean-logic/operators/IsContainer.ts +16 -0
  3367. package/src/types/boolean-logic/operators/IsCssHexadecimal.ts +15 -0
  3368. package/src/types/boolean-logic/operators/IsDefined.ts +6 -0
  3369. package/src/types/boolean-logic/operators/IsDotPath.ts +55 -0
  3370. package/src/types/boolean-logic/operators/IsEmptyObject.ts +19 -0
  3371. package/src/types/boolean-logic/operators/IsEmptyString.ts +18 -0
  3372. package/src/types/boolean-logic/operators/IsEqual.ts +23 -0
  3373. package/src/types/boolean-logic/operators/IsErrorCondition.ts +19 -0
  3374. package/src/types/boolean-logic/operators/IsFalse.ts +22 -0
  3375. package/src/types/boolean-logic/operators/IsFalsy.ts +13 -0
  3376. package/src/types/boolean-logic/operators/IsFloat.ts +24 -0
  3377. package/src/types/boolean-logic/operators/IsFnWithParams.ts +37 -0
  3378. package/src/types/boolean-logic/operators/IsFunction.ts +10 -0
  3379. package/src/types/boolean-logic/operators/IsGreaterThan.ts +43 -0
  3380. package/src/types/boolean-logic/operators/IsInteger.ts +18 -0
  3381. package/src/types/boolean-logic/operators/IsIterable.ts +35 -0
  3382. package/src/types/boolean-logic/operators/IsLength.ts +14 -0
  3383. package/src/types/boolean-logic/operators/IsLessThan.ts +39 -0
  3384. package/src/types/boolean-logic/operators/IsLiteral.ts +48 -0
  3385. package/src/types/boolean-logic/operators/IsLiteralFn.ts +24 -0
  3386. package/src/types/boolean-logic/operators/IsLiteralUnion.ts +21 -0
  3387. package/src/types/boolean-logic/operators/IsNarrowingFn.ts +19 -0
  3388. package/src/types/boolean-logic/operators/IsNegativeNumber.ts +23 -0
  3389. package/src/types/boolean-logic/operators/IsNever.ts +10 -0
  3390. package/src/types/boolean-logic/operators/IsNonLiteralUnion.ts +23 -0
  3391. package/src/types/boolean-logic/operators/IsNotEqual.ts +7 -0
  3392. package/src/types/boolean-logic/operators/IsNothing.ts +11 -0
  3393. package/src/types/boolean-logic/operators/IsNull.ts +17 -0
  3394. package/src/types/boolean-logic/operators/IsNumber.ts +14 -0
  3395. package/src/types/boolean-logic/operators/IsNumberLike.ts +17 -0
  3396. package/src/types/boolean-logic/operators/IsNumericLiteral.ts +14 -0
  3397. package/src/types/boolean-logic/operators/IsObject.ts +23 -0
  3398. package/src/types/boolean-logic/operators/IsObjectLiteral.ts +37 -0
  3399. package/src/types/boolean-logic/operators/IsOptionalScalar.ts +28 -0
  3400. package/src/types/boolean-logic/operators/IsPositiveNumber.ts +13 -0
  3401. package/src/types/boolean-logic/operators/IsReadonlyArray.ts +14 -0
  3402. package/src/types/boolean-logic/operators/IsReadonlyObject.ts +15 -0
  3403. package/src/types/boolean-logic/operators/IsScalar.ts +25 -0
  3404. package/src/types/boolean-logic/operators/IsSingleChar.ts +20 -0
  3405. package/src/types/boolean-logic/operators/IsSingularNoun.ts +20 -0
  3406. package/src/types/boolean-logic/operators/IsString.ts +16 -0
  3407. package/src/types/boolean-logic/operators/IsStringLiteral.ts +16 -0
  3408. package/src/types/boolean-logic/operators/IsSymbol.ts +8 -0
  3409. package/src/types/boolean-logic/operators/IsTrue.ts +27 -0
  3410. package/src/types/boolean-logic/operators/IsTruthy.ts +40 -0
  3411. package/src/types/boolean-logic/operators/IsTuple.ts +27 -0
  3412. package/src/types/boolean-logic/operators/IsUndefined.ts +9 -0
  3413. package/src/types/boolean-logic/operators/IsUnion.ts +18 -0
  3414. package/src/types/boolean-logic/operators/IsUnionArray.ts +17 -0
  3415. package/src/types/boolean-logic/operators/IsUnset.ts +10 -0
  3416. package/src/types/boolean-logic/operators/IsUrl.ts +65 -0
  3417. package/src/types/boolean-logic/operators/IsValidDotPath.ts +42 -0
  3418. package/src/types/boolean-logic/operators/IsValidIndex.ts +59 -0
  3419. package/src/types/boolean-logic/operators/IsVueRef.ts +34 -0
  3420. package/src/types/boolean-logic/operators/IsWideType.ts +116 -0
  3421. package/src/types/boolean-logic/operators/IsWideUnion.ts +25 -0
  3422. package/src/types/boolean-logic/operators/MaybeError.ts +32 -0
  3423. package/src/types/boolean-logic/operators/NarrowlyContains.ts +23 -0
  3424. package/src/types/boolean-logic/operators/Network-operators.ts +192 -0
  3425. package/src/types/boolean-logic/operators/NotEqual.ts +11 -0
  3426. package/src/types/boolean-logic/operators/NotLength.ts +12 -0
  3427. package/src/types/boolean-logic/operators/PhoneOperators.ts +62 -0
  3428. package/src/types/boolean-logic/operators/README.md +3 -0
  3429. package/src/types/boolean-logic/operators/Returns.ts +16 -0
  3430. package/src/types/boolean-logic/operators/ReturnsBoolean.ts +13 -0
  3431. package/src/types/boolean-logic/operators/ReturnsFalse.ts +15 -0
  3432. package/src/types/boolean-logic/operators/ReturnsTrue.ts +17 -0
  3433. package/src/types/boolean-logic/operators/SomeEqual.ts +17 -0
  3434. package/src/types/boolean-logic/operators/SomeExtend.ts +26 -0
  3435. package/src/types/boolean-logic/operators/StartsWith.ts +54 -0
  3436. package/src/types/boolean-logic/operators/UnionHasArray.ts +22 -0
  3437. package/src/types/boolean-logic/operators/Validate.ts +54 -0
  3438. package/src/types/boolean-logic/operators/YouTube-operators.ts +68 -0
  3439. package/src/types/boolean-logic/operators/index.ts +103 -0
  3440. package/src/types/classes/Constructor.ts +10 -0
  3441. package/src/types/classes/KlassMeta.ts +28 -0
  3442. package/src/types/classes/index.ts +2 -0
  3443. package/src/types/containers/IsEmptyContainer.ts +21 -0
  3444. package/src/types/containers/IsNonEmptyContainer.ts +15 -0
  3445. package/src/types/containers/RemoveEmpty.ts +78 -0
  3446. package/src/types/containers/RemoveMarked.ts +53 -0
  3447. package/src/types/containers/RemoveNever.ts +69 -0
  3448. package/src/types/containers/RemoveUndefined.ts +55 -0
  3449. package/src/types/containers/index.ts +6 -0
  3450. package/src/types/dictionary/AddKeyValue.ts +34 -0
  3451. package/src/types/dictionary/CamelKeys.ts +42 -0
  3452. package/src/types/dictionary/CombinedKeys.ts +21 -0
  3453. package/src/types/dictionary/CreateKV.ts +30 -0
  3454. package/src/types/dictionary/CreateLookup.ts +59 -0
  3455. package/src/types/dictionary/DefineObject.ts +45 -0
  3456. package/src/types/dictionary/DictChangeValue.ts +34 -0
  3457. package/src/types/dictionary/EnsureKeys.ts +34 -0
  3458. package/src/types/dictionary/FilterProps.ts +45 -0
  3459. package/src/types/dictionary/FromMaybeRef.ts +13 -0
  3460. package/src/types/dictionary/Get.ts +20 -0
  3461. package/src/types/dictionary/KebabKeys.ts +42 -0
  3462. package/src/types/dictionary/Keys.ts +171 -0
  3463. package/src/types/dictionary/KeysEqualValue.ts +19 -0
  3464. package/src/types/dictionary/KeysNotEqualValue.ts +20 -0
  3465. package/src/types/dictionary/KeysWithValue.ts +51 -0
  3466. package/src/types/dictionary/KeysWithoutValue.ts +18 -0
  3467. package/src/types/dictionary/KvFn.ts +20 -0
  3468. package/src/types/dictionary/MakeKeysOptional.ts +49 -0
  3469. package/src/types/dictionary/MakeKeysRequired.ts +23 -0
  3470. package/src/types/dictionary/MakePropsMutable.ts +51 -0
  3471. package/src/types/dictionary/MapTo.ts +475 -0
  3472. package/src/types/dictionary/MaybeRef.ts +17 -0
  3473. package/src/types/dictionary/MergeKVs.ts +30 -0
  3474. package/src/types/dictionary/MutableProps.ts +9 -0
  3475. package/src/types/dictionary/NonNumericKeys.ts +8 -0
  3476. package/src/types/dictionary/NonStringKeys.ts +15 -0
  3477. package/src/types/dictionary/OptionalKeys.ts +36 -0
  3478. package/src/types/dictionary/OptionalProps.ts +11 -0
  3479. package/src/types/dictionary/PascalKeys.ts +42 -0
  3480. package/src/types/dictionary/ReadonlyKeys.ts +19 -0
  3481. package/src/types/dictionary/ReadonlyProps.ts +9 -0
  3482. package/src/types/dictionary/RemoveIndexKeys.ts +22 -0
  3483. package/src/types/dictionary/RequireProps.ts +15 -0
  3484. package/src/types/dictionary/RequiredKeys.ts +27 -0
  3485. package/src/types/dictionary/RequiredProps.ts +8 -0
  3486. package/src/types/dictionary/RetainProps.ts +45 -0
  3487. package/src/types/dictionary/SharedKeys.ts +21 -0
  3488. package/src/types/dictionary/SimplifyObject.ts +11 -0
  3489. package/src/types/dictionary/SnakeKeys.ts +42 -0
  3490. package/src/types/dictionary/StringKeys.ts +8 -0
  3491. package/src/types/dictionary/TakeProp.ts +16 -0
  3492. package/src/types/dictionary/UpsertKeyValue.ts +29 -0
  3493. package/src/types/dictionary/ValidKey.ts +16 -0
  3494. package/src/types/dictionary/Values.ts +47 -0
  3495. package/src/types/dictionary/WithKeys.ts +42 -0
  3496. package/src/types/dictionary/WithNumericKeys.ts +8 -0
  3497. package/src/types/dictionary/WithStringKeys.ts +9 -0
  3498. package/src/types/dictionary/WithValue.ts +42 -0
  3499. package/src/types/dictionary/WithoutKeys.ts +40 -0
  3500. package/src/types/dictionary/WithoutValue.ts +20 -0
  3501. package/src/types/dictionary/index.ts +64 -0
  3502. package/src/types/errors/AsError.ts +110 -0
  3503. package/src/types/errors/CompleteError.ts +80 -0
  3504. package/src/types/errors/ErrorCondition.ts +126 -0
  3505. package/src/types/errors/ErrorConditionHandler.ts +10 -0
  3506. package/src/types/errors/KindError.ts +49 -0
  3507. package/src/types/errors/MapError.ts +29 -0
  3508. package/src/types/errors/PartialError.ts +25 -0
  3509. package/src/types/errors/ProxyError.ts +45 -0
  3510. package/src/types/errors/StackTrace.ts +14 -0
  3511. package/src/types/errors/Throw.ts +58 -0
  3512. package/src/types/errors/index.ts +10 -0
  3513. package/src/types/functional/Left.ts +8 -0
  3514. package/src/types/functional/Option.ts +0 -0
  3515. package/src/types/functional/Result.ts +327 -0
  3516. package/src/types/functional/Right.ts +8 -0
  3517. package/src/types/functional/index.ts +3 -0
  3518. package/src/types/functions/AsFnMeta.ts +32 -0
  3519. package/src/types/functions/FnFrom.ts +14 -0
  3520. package/src/types/functions/FnMeta.ts +36 -0
  3521. package/src/types/functions/FnProps.ts +26 -0
  3522. package/src/types/functions/FnWithDescription.ts +19 -0
  3523. package/src/types/functions/FnWithProps.ts +26 -0
  3524. package/src/types/functions/HandleDoneFn.ts +12 -0
  3525. package/src/types/functions/IdentityFn.ts +20 -0
  3526. package/src/types/functions/LiteralFn.ts +53 -0
  3527. package/src/types/functions/LogicFunction.ts +11 -0
  3528. package/src/types/functions/NarrowingFn.ts +73 -0
  3529. package/src/types/functions/OnlyFnProps.ts +11 -0
  3530. package/src/types/functions/PromiseAll.ts +13 -0
  3531. package/src/types/functions/RemoveFnProps.ts +11 -0
  3532. package/src/types/functions/ToFn.ts +22 -0
  3533. package/src/types/functions/TypeGuard.ts +9 -0
  3534. package/src/types/functions/WrapperFn.ts +40 -0
  3535. package/src/types/functions/index.ts +28 -0
  3536. package/src/types/index.ts +26 -0
  3537. package/src/types/kv/DictFromKv.ts +3 -0
  3538. package/src/types/kv/KeyValue.ts +12 -0
  3539. package/src/types/kv/KvFrom.ts +8 -0
  3540. package/src/types/kv/KvTuple.ts +14 -0
  3541. package/src/types/kv/index.ts +15 -0
  3542. package/src/types/lists/AfterFirst.ts +15 -0
  3543. package/src/types/lists/AllowNonTupleWhenSingular.ts +18 -0
  3544. package/src/types/lists/ArrayElementType.ts +17 -0
  3545. package/src/types/lists/AsArray.ts +24 -0
  3546. package/src/types/lists/AsNumericArray.ts +21 -0
  3547. package/src/types/lists/AsReadonlyArray.ts +3 -0
  3548. package/src/types/lists/AsTuple.ts +16 -0
  3549. package/src/types/lists/BeforeLast.ts +34 -0
  3550. package/src/types/lists/ConvertAndMap.ts +138 -0
  3551. package/src/types/lists/ConvertSet.ts +44 -0
  3552. package/src/types/lists/ElementOf.ts +7 -0
  3553. package/src/types/lists/Filter.ts +86 -0
  3554. package/src/types/lists/FilterByProp.ts +87 -0
  3555. package/src/types/lists/FilterLiterals.ts +29 -0
  3556. package/src/types/lists/FilterWideTypes.ts +24 -0
  3557. package/src/types/lists/Find.ts +52 -0
  3558. package/src/types/lists/First.ts +21 -0
  3559. package/src/types/lists/FirstOrElse.ts +15 -0
  3560. package/src/types/lists/FirstString.ts +7 -0
  3561. package/src/types/lists/Flatten.ts +149 -0
  3562. package/src/types/lists/GetEach.ts +62 -0
  3563. package/src/types/lists/IndexOf.ts +151 -0
  3564. package/src/types/lists/Intersect.ts +19 -0
  3565. package/src/types/lists/IntersectAll.ts +26 -0
  3566. package/src/types/lists/Last.ts +29 -0
  3567. package/src/types/lists/Length.ts +65 -0
  3568. package/src/types/lists/LogicalReturns.ts +30 -0
  3569. package/src/types/lists/MaxLength.ts +44 -0
  3570. package/src/types/lists/NumericKeys.ts +55 -0
  3571. package/src/types/lists/NumericSort.ts +183 -0
  3572. package/src/types/lists/Pop.ts +39 -0
  3573. package/src/types/lists/Push.ts +25 -0
  3574. package/src/types/lists/ReplaceLast.ts +14 -0
  3575. package/src/types/lists/Retain.ts +81 -0
  3576. package/src/types/lists/RetainByProp.ts +105 -0
  3577. package/src/types/lists/RetainLiterals.ts +30 -0
  3578. package/src/types/lists/RetainWideTypes.ts +31 -0
  3579. package/src/types/lists/ReturnTypes.ts +20 -0
  3580. package/src/types/lists/Reverse.ts +14 -0
  3581. package/src/types/lists/Second.ts +22 -0
  3582. package/src/types/lists/Shift.ts +50 -0
  3583. package/src/types/lists/Slice.ts +133 -0
  3584. package/src/types/lists/TakeFirst.ts +67 -0
  3585. package/src/types/lists/TakeLast.ts +31 -0
  3586. package/src/types/lists/ToCSV.ts +29 -0
  3587. package/src/types/lists/TruthyReturns.ts +23 -0
  3588. package/src/types/lists/UnionFromProp.ts +26 -0
  3589. package/src/types/lists/index.ts +61 -0
  3590. package/src/types/literals/BooleanLike.ts +9 -0
  3591. package/src/types/literals/Box.ts +20 -0
  3592. package/src/types/literals/Choices.ts +251 -0
  3593. package/src/types/literals/Color.ts +54 -0
  3594. package/src/types/literals/ContainerBlockKey.ts +22 -0
  3595. package/src/types/literals/ContainerKeyGuarantee.ts +26 -0
  3596. package/src/types/literals/DoneFnTuple.ts +31 -0
  3597. package/src/types/literals/ExpandRecursively.ts +68 -0
  3598. package/src/types/literals/FromDefn.ts +151 -0
  3599. package/src/types/literals/FromTokenNames.ts +81 -0
  3600. package/src/types/literals/Narrow.ts +10 -0
  3601. package/src/types/literals/Narrowable.ts +9 -0
  3602. package/src/types/literals/NarrowableDefined.ts +11 -0
  3603. package/src/types/literals/NarrowableScalar.ts +14 -0
  3604. package/src/types/literals/OptRequired.ts +4 -0
  3605. package/src/types/literals/RuntimeUnion.ts +16 -0
  3606. package/src/types/literals/Unset.ts +14 -0
  3607. package/src/types/literals/VueComputedRef.ts +41 -0
  3608. package/src/types/literals/VueRef.ts +23 -0
  3609. package/src/types/literals/index.ts +19 -0
  3610. package/src/types/numeric-literals/Abs.ts +31 -0
  3611. package/src/types/numeric-literals/AbsMaybe.ts +21 -0
  3612. package/src/types/numeric-literals/Add.ts +179 -0
  3613. package/src/types/numeric-literals/AsNegativeNumber.ts +32 -0
  3614. package/src/types/numeric-literals/AsNumberWhenPossible.ts +41 -0
  3615. package/src/types/numeric-literals/CSV.ts +164 -0
  3616. package/src/types/numeric-literals/Decrement.ts +21 -0
  3617. package/src/types/numeric-literals/Delta.ts +70 -0
  3618. package/src/types/numeric-literals/Digit.ts +10 -0
  3619. package/src/types/numeric-literals/DigitNonZero.ts +8 -0
  3620. package/src/types/numeric-literals/Digitize.ts +42 -0
  3621. package/src/types/numeric-literals/Increment.ts +26 -0
  3622. package/src/types/numeric-literals/InvertNumericSign.ts +18 -0
  3623. package/src/types/numeric-literals/LessThan.ts +23 -0
  3624. package/src/types/numeric-literals/LessThanOrEqual.ts +24 -0
  3625. package/src/types/numeric-literals/Negative.ts +12 -0
  3626. package/src/types/numeric-literals/NextDigit.ts +35 -0
  3627. package/src/types/numeric-literals/NumberLike.ts +7 -0
  3628. package/src/types/numeric-literals/NumericRange.ts +17 -0
  3629. package/src/types/numeric-literals/PriorDigit.ts +35 -0
  3630. package/src/types/numeric-literals/Subtract.ts +84 -0
  3631. package/src/types/numeric-literals/ToInteger.ts +45 -0
  3632. package/src/types/numeric-literals/ToNumericArray.ts +27 -0
  3633. package/src/types/numeric-literals/Zero.ts +8 -0
  3634. package/src/types/numeric-literals/index.ts +24 -0
  3635. package/src/types/queues/FifoQueue.ts +39 -0
  3636. package/src/types/queues/LifoQueue.ts +39 -0
  3637. package/src/types/queues/index.ts +3 -0
  3638. package/src/types/runtime-types/AsType.ts +65 -0
  3639. package/src/types/runtime-types/Dict.ts +79 -0
  3640. package/src/types/runtime-types/FromLiteralTokens.ts +56 -0
  3641. package/src/types/runtime-types/Rec.ts +18 -0
  3642. package/src/types/runtime-types/Shape.ts +384 -0
  3643. package/src/types/runtime-types/SimpleType.ts +168 -0
  3644. package/src/types/runtime-types/StringLiteralToken.ts +43 -0
  3645. package/src/types/runtime-types/TokenizeStringLiteral.ts +65 -0
  3646. package/src/types/runtime-types/Type.ts +381 -0
  3647. package/src/types/runtime-types/TypeOf.ts +76 -0
  3648. package/src/types/runtime-types/TypeToken.ts +384 -0
  3649. package/src/types/runtime-types/TypeTuple.ts +22 -0
  3650. package/src/types/runtime-types/index.ts +12 -0
  3651. package/src/types/sets/IntersectingKeys.ts +17 -0
  3652. package/src/types/sets/Intersection.ts +151 -0
  3653. package/src/types/sets/Relate.ts +20 -0
  3654. package/src/types/sets/SetCandidate.ts +9 -0
  3655. package/src/types/sets/Unique.ts +87 -0
  3656. package/src/types/sets/UniqueKeys.ts +36 -0
  3657. package/src/types/sets/UniqueKeysUnion.ts +27 -0
  3658. package/src/types/sets/UniqueKv.ts +17 -0
  3659. package/src/types/sets/index.ts +9 -0
  3660. package/src/types/string-literals/AfterFirstChar.ts +34 -0
  3661. package/src/types/string-literals/Cardinality.ts +82 -0
  3662. package/src/types/string-literals/Chars.ts +27 -0
  3663. package/src/types/string-literals/Concat.ts +45 -0
  3664. package/src/types/string-literals/Date.ts +156 -0
  3665. package/src/types/string-literals/DateTime.ts +56 -0
  3666. package/src/types/string-literals/EmptyString.ts +7 -0
  3667. package/src/types/string-literals/EmptyStringOr.ts +12 -0
  3668. package/src/types/string-literals/EnsureLeading.ts +70 -0
  3669. package/src/types/string-literals/EnsureLeadingEvery.ts +22 -0
  3670. package/src/types/string-literals/EnsureSurround.ts +17 -0
  3671. package/src/types/string-literals/EnsureTrailing.ts +60 -0
  3672. package/src/types/string-literals/FindIndex.ts +174 -0
  3673. package/src/types/string-literals/FirstChar.ts +33 -0
  3674. package/src/types/string-literals/HasUppercase.ts +16 -0
  3675. package/src/types/string-literals/IsCapitalized.ts +18 -0
  3676. package/src/types/string-literals/Join.ts +64 -0
  3677. package/src/types/string-literals/LastChar.ts +35 -0
  3678. package/src/types/string-literals/PathJoin.ts +55 -0
  3679. package/src/types/string-literals/Pluralize.ts +107 -0
  3680. package/src/types/string-literals/Prepend.ts +17 -0
  3681. package/src/types/string-literals/PrependAll.ts +18 -0
  3682. package/src/types/string-literals/Proxmox.ts +6 -0
  3683. package/src/types/string-literals/Repeat.ts +14 -0
  3684. package/src/types/string-literals/RetainAfter.ts +68 -0
  3685. package/src/types/string-literals/RetainUntil.ts +69 -0
  3686. package/src/types/string-literals/Split.ts +113 -0
  3687. package/src/types/string-literals/StrLen.ts +17 -0
  3688. package/src/types/string-literals/StripAfter.ts +24 -0
  3689. package/src/types/string-literals/StripBefore.ts +24 -0
  3690. package/src/types/string-literals/StripLeading.ts +48 -0
  3691. package/src/types/string-literals/StripSurround.ts +34 -0
  3692. package/src/types/string-literals/StripTrailing.ts +51 -0
  3693. package/src/types/string-literals/StripUntil.ts +56 -0
  3694. package/src/types/string-literals/Suggest.ts +52 -0
  3695. package/src/types/string-literals/Surround.ts +48 -0
  3696. package/src/types/string-literals/Time.ts +333 -0
  3697. package/src/types/string-literals/Truncate.ts +59 -0
  3698. package/src/types/string-literals/UnderlyingType.ts +29 -0
  3699. package/src/types/string-literals/casing/AllCaps.ts +24 -0
  3700. package/src/types/string-literals/casing/CamelCase.ts +32 -0
  3701. package/src/types/string-literals/casing/CapFirstAlpha.ts +22 -0
  3702. package/src/types/string-literals/casing/CapitalizeWords.ts +8 -0
  3703. package/src/types/string-literals/casing/DashToSnake.ts +3 -0
  3704. package/src/types/string-literals/casing/DashUppercase.ts +23 -0
  3705. package/src/types/string-literals/casing/KebabCase.ts +48 -0
  3706. package/src/types/string-literals/casing/LowerAllCaps.ts +17 -0
  3707. package/src/types/string-literals/casing/NamingConvention.ts +14 -0
  3708. package/src/types/string-literals/casing/PascalCase.ts +28 -0
  3709. package/src/types/string-literals/casing/RaiseAllLowercase.ts +12 -0
  3710. package/src/types/string-literals/casing/SnakeCase.ts +60 -0
  3711. package/src/types/string-literals/casing/index.ts +12 -0
  3712. package/src/types/string-literals/character-sets/Alpha.ts +19 -0
  3713. package/src/types/string-literals/character-sets/AlphaChar.ts +10 -0
  3714. package/src/types/string-literals/character-sets/AlphaNumeric.ts +31 -0
  3715. package/src/types/string-literals/character-sets/BCP.ts +37 -0
  3716. package/src/types/string-literals/character-sets/CSV.ts +26 -0
  3717. package/src/types/string-literals/character-sets/CarriageReturn.ts +22 -0
  3718. package/src/types/string-literals/character-sets/Consonants.ts +19 -0
  3719. package/src/types/string-literals/character-sets/Country.ts +217 -0
  3720. package/src/types/string-literals/character-sets/DomainName.ts +56 -0
  3721. package/src/types/string-literals/character-sets/DotPathFor.ts +46 -0
  3722. package/src/types/string-literals/character-sets/Hexadecimal.ts +27 -0
  3723. package/src/types/string-literals/character-sets/Indent.ts +37 -0
  3724. package/src/types/string-literals/character-sets/InlineSvg.ts +8 -0
  3725. package/src/types/string-literals/character-sets/IpAddress.ts +161 -0
  3726. package/src/types/string-literals/character-sets/LowerAlpha.ts +19 -0
  3727. package/src/types/string-literals/character-sets/LowerAlphaChar.ts +10 -0
  3728. package/src/types/string-literals/character-sets/NonAlpha.ts +7 -0
  3729. package/src/types/string-literals/character-sets/NumericChar.ts +33 -0
  3730. package/src/types/string-literals/character-sets/Optional.ts +48 -0
  3731. package/src/types/string-literals/character-sets/OptionalSpace.ts +22 -0
  3732. package/src/types/string-literals/character-sets/PlusMinus.ts +1 -0
  3733. package/src/types/string-literals/character-sets/Punctuation.ts +9 -0
  3734. package/src/types/string-literals/character-sets/Repos.ts +54 -0
  3735. package/src/types/string-literals/character-sets/SingularNoun.ts +37 -0
  3736. package/src/types/string-literals/character-sets/SpecialChar.ts +5 -0
  3737. package/src/types/string-literals/character-sets/StringDelimiter.ts +5 -0
  3738. package/src/types/string-literals/character-sets/UpperAlphaChar.ts +10 -0
  3739. package/src/types/string-literals/character-sets/ValueAtDotPath.ts +61 -0
  3740. package/src/types/string-literals/character-sets/Variable.ts +20 -0
  3741. package/src/types/string-literals/character-sets/Whitespace.ts +19 -0
  3742. package/src/types/string-literals/character-sets/YouTube.ts +238 -0
  3743. package/src/types/string-literals/character-sets/brackets/Brackets.ts +7 -0
  3744. package/src/types/string-literals/character-sets/brackets/ClosingBracket.ts +4 -0
  3745. package/src/types/string-literals/character-sets/brackets/OpeningBracket.ts +4 -0
  3746. package/src/types/string-literals/character-sets/brackets/index.ts +3 -0
  3747. package/src/types/string-literals/character-sets/css/color.ts +98 -0
  3748. package/src/types/string-literals/character-sets/css/display-position.ts +42 -0
  3749. package/src/types/string-literals/character-sets/css/global.ts +4 -0
  3750. package/src/types/string-literals/character-sets/css/html-element.ts +195 -0
  3751. package/src/types/string-literals/character-sets/css/index.ts +11 -0
  3752. package/src/types/string-literals/character-sets/css/object.ts +54 -0
  3753. package/src/types/string-literals/character-sets/css/overflow.ts +55 -0
  3754. package/src/types/string-literals/character-sets/css/property.ts +36 -0
  3755. package/src/types/string-literals/character-sets/css/props.ts +115 -0
  3756. package/src/types/string-literals/character-sets/css/pseudo-classes.ts +169 -0
  3757. package/src/types/string-literals/character-sets/css/selector.ts +51 -0
  3758. package/src/types/string-literals/character-sets/css/sizing.ts +35 -0
  3759. package/src/types/string-literals/character-sets/images/Exif.ts +581 -0
  3760. package/src/types/string-literals/character-sets/images/ImgFormat.ts +30 -0
  3761. package/src/types/string-literals/character-sets/images/index.ts +2 -0
  3762. package/src/types/string-literals/character-sets/index.ts +39 -0
  3763. package/src/types/string-literals/character-sets/phone/CountryPhoneNumber.ts +20 -0
  3764. package/src/types/string-literals/character-sets/phone/DialCountryCode.ts +10 -0
  3765. package/src/types/string-literals/character-sets/phone/GetPhoneCountryCode.ts +29 -0
  3766. package/src/types/string-literals/character-sets/phone/GetPhoneNumberType.ts +39 -0
  3767. package/src/types/string-literals/character-sets/phone/InternationalPhoneNumber.ts +19 -0
  3768. package/src/types/string-literals/character-sets/phone/LocalPhoneNumber.ts +14 -0
  3769. package/src/types/string-literals/character-sets/phone/PhoneAreaCode.ts +7 -0
  3770. package/src/types/string-literals/character-sets/phone/PhoneCountryCode.ts +14 -0
  3771. package/src/types/string-literals/character-sets/phone/PhoneNumber.ts +112 -0
  3772. package/src/types/string-literals/character-sets/phone/PhoneNumberDelimiter.ts +5 -0
  3773. package/src/types/string-literals/character-sets/phone/PhoneShortCode.ts +37 -0
  3774. package/src/types/string-literals/character-sets/phone/RawPhoneNumber.ts +88 -0
  3775. package/src/types/string-literals/character-sets/phone/RemovePhoneCountryCode.ts +38 -0
  3776. package/src/types/string-literals/character-sets/phone/ToPhoneFormat.ts +44 -0
  3777. package/src/types/string-literals/character-sets/phone/index.ts +14 -0
  3778. package/src/types/string-literals/character-sets/phone.ts +7 -0
  3779. package/src/types/string-literals/character-sets/quotation-marks/ClosingMark.ts +20 -0
  3780. package/src/types/string-literals/character-sets/quotation-marks/OpeningMark.ts +20 -0
  3781. package/src/types/string-literals/character-sets/quotation-marks/QuotationMark.ts +33 -0
  3782. package/src/types/string-literals/character-sets/quotation-marks/SmartMark.ts +28 -0
  3783. package/src/types/string-literals/character-sets/quotation-marks/StandardMark.ts +22 -0
  3784. package/src/types/string-literals/character-sets/quotation-marks/index.ts +6 -0
  3785. package/src/types/string-literals/character-sets/quotation-marks/individual-smart-marks.ts +77 -0
  3786. package/src/types/string-literals/character-sets/tw/TwColor.ts +138 -0
  3787. package/src/types/string-literals/character-sets/tw/index.ts +1 -0
  3788. package/src/types/string-literals/character-sets/urls/Github.ts +163 -0
  3789. package/src/types/string-literals/character-sets/urls/Social.ts +43 -0
  3790. package/src/types/string-literals/character-sets/urls/Url.ts +428 -0
  3791. package/src/types/string-literals/character-sets/urls/bitbucket.ts +71 -0
  3792. package/src/types/string-literals/character-sets/urls/book-urls.ts +8 -0
  3793. package/src/types/string-literals/character-sets/urls/index.ts +6 -0
  3794. package/src/types/string-literals/character-sets/urls/news/australian.ts +26 -0
  3795. package/src/types/string-literals/character-sets/urls/news/belgian.ts +26 -0
  3796. package/src/types/string-literals/character-sets/urls/news/canadian.ts +27 -0
  3797. package/src/types/string-literals/character-sets/urls/news/chinese.ts +26 -0
  3798. package/src/types/string-literals/character-sets/urls/news/danish.ts +26 -0
  3799. package/src/types/string-literals/character-sets/urls/news/dutch.ts +26 -0
  3800. package/src/types/string-literals/character-sets/urls/news/french.ts +26 -0
  3801. package/src/types/string-literals/character-sets/urls/news/german.ts +26 -0
  3802. package/src/types/string-literals/character-sets/urls/news/index.ts +63 -0
  3803. package/src/types/string-literals/character-sets/urls/news/indian.ts +26 -0
  3804. package/src/types/string-literals/character-sets/urls/news/italian.ts +26 -0
  3805. package/src/types/string-literals/character-sets/urls/news/japanese.ts +26 -0
  3806. package/src/types/string-literals/character-sets/urls/news/mexican.ts +26 -0
  3807. package/src/types/string-literals/character-sets/urls/news/norwegian.ts +26 -0
  3808. package/src/types/string-literals/character-sets/urls/news/south-korean.ts +26 -0
  3809. package/src/types/string-literals/character-sets/urls/news/spanish.ts +26 -0
  3810. package/src/types/string-literals/character-sets/urls/news/swiss.ts +26 -0
  3811. package/src/types/string-literals/character-sets/urls/news/turkish.ts +26 -0
  3812. package/src/types/string-literals/character-sets/urls/news/uk.ts +26 -0
  3813. package/src/types/string-literals/character-sets/urls/news/us.ts +26 -0
  3814. package/src/types/string-literals/character-sets/urls/retail.ts +59 -0
  3815. package/src/types/string-literals/geo/index.ts +2 -0
  3816. package/src/types/string-literals/geo/state.ts +63 -0
  3817. package/src/types/string-literals/geo/zip.ts +34 -0
  3818. package/src/types/string-literals/index.ts +56 -0
  3819. package/src/types/string-literals/metrics/acceleration.ts +34 -0
  3820. package/src/types/string-literals/metrics/area.ts +34 -0
  3821. package/src/types/string-literals/metrics/current.ts +34 -0
  3822. package/src/types/string-literals/metrics/distance.ts +33 -0
  3823. package/src/types/string-literals/metrics/energy.ts +34 -0
  3824. package/src/types/string-literals/metrics/frequency.ts +34 -0
  3825. package/src/types/string-literals/metrics/global.ts +63 -0
  3826. package/src/types/string-literals/metrics/index.ts +17 -0
  3827. package/src/types/string-literals/metrics/luminosity.ts +34 -0
  3828. package/src/types/string-literals/metrics/mass.ts +34 -0
  3829. package/src/types/string-literals/metrics/power.ts +34 -0
  3830. package/src/types/string-literals/metrics/pressure.ts +34 -0
  3831. package/src/types/string-literals/metrics/resistance.ts +34 -0
  3832. package/src/types/string-literals/metrics/speed.ts +31 -0
  3833. package/src/types/string-literals/metrics/temperature.ts +34 -0
  3834. package/src/types/string-literals/metrics/time.ts +34 -0
  3835. package/src/types/string-literals/metrics/voltage.ts +34 -0
  3836. package/src/types/string-literals/metrics/volume.ts +34 -0
  3837. package/src/types/string-literals/options/DropChars.ts +47 -0
  3838. package/src/types/string-literals/options/TypeRequired.ts +8 -0
  3839. package/src/types/string-literals/options/TypeStrength.ts +9 -0
  3840. package/src/types/string-literals/options/index.ts +3 -0
  3841. package/src/types/tsconfig.json +51 -0
  3842. package/src/types/tuples/DictArray.ts +21 -0
  3843. package/src/types/tuples/FirstKey.ts +16 -0
  3844. package/src/types/tuples/FirstKeyValue.ts +10 -0
  3845. package/src/types/tuples/FirstOfEach.ts +16 -0
  3846. package/src/types/tuples/FixedLengthArray.ts +28 -0
  3847. package/src/types/tuples/FromDictArray.ts +13 -0
  3848. package/src/types/tuples/LastCharOfSome.ts +0 -0
  3849. package/src/types/tuples/LastOfEach.ts +21 -0
  3850. package/src/types/tuples/SecondOfEach.ts +13 -0
  3851. package/src/types/tuples/index.ts +19 -0
  3852. package/src/types/type-conversion/AsBoolean.ts +16 -0
  3853. package/src/types/type-conversion/AsContainer.ts +17 -0
  3854. package/src/types/type-conversion/AsDefined.ts +8 -0
  3855. package/src/types/type-conversion/AsDictionary.ts +5 -0
  3856. package/src/types/type-conversion/AsFunction.ts +14 -0
  3857. package/src/types/type-conversion/AsNonNull.ts +38 -0
  3858. package/src/types/type-conversion/AsNumber.ts +29 -0
  3859. package/src/types/type-conversion/AsObject.ts +6 -0
  3860. package/src/types/type-conversion/AsObjectKeys.ts +21 -0
  3861. package/src/types/type-conversion/AsPropertyKey.ts +11 -0
  3862. package/src/types/type-conversion/AsRecord.ts +21 -0
  3863. package/src/types/type-conversion/AsRef.ts +5 -0
  3864. package/src/types/type-conversion/AsString.ts +28 -0
  3865. package/src/types/type-conversion/AsStringUnion.ts +49 -0
  3866. package/src/types/type-conversion/Awaited.ts +11 -0
  3867. package/src/types/type-conversion/Break.ts +24 -0
  3868. package/src/types/type-conversion/IntersectWithAll.ts +21 -0
  3869. package/src/types/type-conversion/JSON.ts +40 -0
  3870. package/src/types/type-conversion/LeftWhitespace.ts +19 -0
  3871. package/src/types/type-conversion/Merge.ts +124 -0
  3872. package/src/types/type-conversion/MergeObjects.ts +56 -0
  3873. package/src/types/type-conversion/Mutable.ts +46 -0
  3874. package/src/types/type-conversion/ObjectToKvDict.ts +21 -0
  3875. package/src/types/type-conversion/ReduceValues.ts +32 -0
  3876. package/src/types/type-conversion/RemoveFromEnd.ts +14 -0
  3877. package/src/types/type-conversion/RemoveFromStart.ts +14 -0
  3878. package/src/types/type-conversion/RemoveIndex.ts +27 -0
  3879. package/src/types/type-conversion/Replace.ts +28 -0
  3880. package/src/types/type-conversion/ReplaceAll.ts +87 -0
  3881. package/src/types/type-conversion/RetainChars.ts +35 -0
  3882. package/src/types/type-conversion/ReturnValues.ts +31 -0
  3883. package/src/types/type-conversion/RightWhitespace.ts +13 -0
  3884. package/src/types/type-conversion/StringLength.ts +34 -0
  3885. package/src/types/type-conversion/StringLiteralFromTuple.ts +38 -0
  3886. package/src/types/type-conversion/StripChars.ts +44 -0
  3887. package/src/types/type-conversion/ToBoolean.ts +47 -0
  3888. package/src/types/type-conversion/ToContainer.ts +41 -0
  3889. package/src/types/type-conversion/ToJsonValue.ts +76 -0
  3890. package/src/types/type-conversion/ToNumber.ts +54 -0
  3891. package/src/types/type-conversion/ToString.ts +43 -0
  3892. package/src/types/type-conversion/ToStringArray.ts +15 -0
  3893. package/src/types/type-conversion/ToUnion.ts +11 -0
  3894. package/src/types/type-conversion/Trim.ts +28 -0
  3895. package/src/types/type-conversion/TrimLeft.ts +14 -0
  3896. package/src/types/type-conversion/TrimRight.ts +14 -0
  3897. package/src/types/type-conversion/TupleToUnion.ts +19 -0
  3898. package/src/types/type-conversion/UnionArrayToTuple.ts +29 -0
  3899. package/src/types/type-conversion/UnionFilter.ts +116 -0
  3900. package/src/types/type-conversion/UnionShift.ts +30 -0
  3901. package/src/types/type-conversion/UnionToIntersection.ts +10 -0
  3902. package/src/types/type-conversion/UnionToTuple.ts +31 -0
  3903. package/src/types/type-conversion/UnionWithAll.ts +18 -0
  3904. package/src/types/type-conversion/ValueOrReturnValue.ts +28 -0
  3905. package/src/types/type-conversion/Widen.ts +244 -0
  3906. package/src/types/type-conversion/WidenValues.ts +37 -0
  3907. package/src/types/type-conversion/WithDefault.ts +31 -0
  3908. package/src/types/type-conversion/form-fields.ts +10 -0
  3909. package/src/types/type-conversion/index.ts +71 -0
  3910. package/.turbo/turbo-build.log +0 -19
  3911. package/.turbo/turbo-lint.log +0 -18
  3912. package/dist/index.d.cts +0 -3
  3913. package/dist/index.d.ts +0 -3
  3914. package/src/index.ts +0 -3
  3915. /package/{index.ts → dist/inferred-types/index.js} +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"News.d.ts","sourceRoot":"","sources":["../../src/constants/News.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBV,CAAC;AAGX,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBV,CAAC;AAEX,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBd,CAAC;AAEX,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBd,CAAC;AAEX,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBhB,CAAC;AAEX,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBb,CAAC;AAEX,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBf,CAAC;AAEX,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBf,CAAC;AAEX,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBf,CAAC;AAEX,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBf,CAAC;AAEX,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBd,CAAC;AAGX,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBf,CAAC;AAEX,4BAA4B;AAC5B,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBd,CAAC;AAGX,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBb,CAAC;AAEX,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBlB,CAAC;AAGX,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBhB,CAAC;AAEX,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBpB,CAAC;AAEX,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBf,CAAC;AAEX,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBjB,CAAC"}
@@ -0,0 +1,419 @@
1
+ export const US_NEWS = [
2
+ { company: "New York Times", baseUrls: ["www.nytimes.com"] },
3
+ { company: "CNN", baseUrls: ["www.cnn.com"] },
4
+ { company: "Fox News", baseUrls: ["www.foxnews.com"] },
5
+ { company: "NBC News", baseUrls: ["www.nbcnews.com", "www.msnbc.com"] },
6
+ { company: "ABC News", baseUrls: ["abcnews.go.com"] },
7
+ { company: "The Washington Post", baseUrls: ["www.washingtonpost.com"] },
8
+ { company: "USA Today", baseUrls: ["www.usatoday.com"] },
9
+ { company: "Bloomberg", baseUrls: ["www.bloomberg.com"] },
10
+ { company: "NPR", baseUrls: ["www.npr.org"] },
11
+ { company: "CBS News", baseUrls: ["www.cbsnews.com"] },
12
+ { company: "The Wall Street Journal", baseUrls: ["www.wsj.com"] },
13
+ { company: "Associated Press (AP)", baseUrls: ["www.apnews.com", "www.ap.org"] },
14
+ { company: "Reuters", baseUrls: ["www.reuters.com"] },
15
+ { company: "Newsweek", baseUrls: ["www.newsweek.com"] },
16
+ { company: "Politico", baseUrls: ["www.politico.com"] },
17
+ { company: "The Atlantic", baseUrls: ["www.theatlantic.com"] },
18
+ { company: "Nexstar Media Group", baseUrls: ["www.nexstar.tv"] },
19
+ { company: "PBS News", baseUrls: ["www.pbs.org"] },
20
+ { company: "HuffPost", baseUrls: ["www.huffpost.com"] },
21
+ { company: "The Boston Globe", baseUrls: ["www.bostonglobe.com"] }
22
+ ];
23
+ export const UK_NEWS = [
24
+ { company: "BBC", baseUrls: ["www.bbc.co.uk", "www.bbc.com"] },
25
+ { company: "The Guardian", baseUrls: ["www.theguardian.com/uk"] },
26
+ { company: "The Daily Mail", baseUrls: ["www.dailymail.co.uk"] },
27
+ { company: "The Sun", baseUrls: ["www.thesun.co.uk"] },
28
+ { company: "The Times", baseUrls: ["www.thetimes.co.uk"] },
29
+ { company: "Sky News", baseUrls: ["news.sky.com"] },
30
+ { company: "The Telegraph", baseUrls: ["www.telegraph.co.uk"] },
31
+ { company: "ITV News", baseUrls: ["www.itv.com/news"] },
32
+ { company: "Financial Times", baseUrls: ["www.ft.com"] },
33
+ { company: "Metro", baseUrls: ["www.metro.co.uk"] },
34
+ { company: "The Independent", baseUrls: ["www.independent.co.uk"] },
35
+ { company: "Evening Standard", baseUrls: ["www.standard.co.uk"] },
36
+ { company: "Daily Mirror", baseUrls: ["www.mirror.co.uk"] },
37
+ { company: "Channel 4 News", baseUrls: ["www.channel4.com/news"] },
38
+ { company: "LBC", baseUrls: ["www.lbc.co.uk"] },
39
+ { company: "Daily Express", baseUrls: ["www.express.co.uk"] },
40
+ { company: "Birmingham Mail", baseUrls: ["www.birminghammail.co.uk"] },
41
+ { company: "Manchester Evening News", baseUrls: ["www.manchestereveningnews.co.uk"] },
42
+ { company: "The Scotsman", baseUrls: ["www.scotsman.com"] },
43
+ { company: "Daily Record", baseUrls: ["www.dailyrecord.co.uk"] }
44
+ ];
45
+ export const GERMAN_NEWS = [
46
+ { company: "BILD", baseUrls: ["www.bild.de"] },
47
+ { company: "Die Zeit", baseUrls: ["www.zeit.de"] },
48
+ { company: "Frankfurter Allgemeine Zeitung", baseUrls: ["www.faz.net"] },
49
+ { company: "Süddeutsche Zeitung", baseUrls: ["www.sueddeutsche.de"] },
50
+ { company: "Der Spiegel", baseUrls: ["www.spiegel.de"] },
51
+ { company: "Die Welt", baseUrls: ["www.welt.de"] },
52
+ { company: "Tagesschau", baseUrls: ["www.tagesschau.de"] },
53
+ { company: "t-online", baseUrls: ["www.t-online.de"] },
54
+ { company: "n-tv", baseUrls: ["www.n-tv.de"] },
55
+ { company: "Handelsblatt", baseUrls: ["www.handelsblatt.com"] },
56
+ { company: "Focus Online", baseUrls: ["www.focus.de"] },
57
+ { company: "Frankfurter Rundschau", baseUrls: ["www.fr.de", "www.fr-online.de"] },
58
+ { company: "taz - die tageszeitung", baseUrls: ["www.taz.de"] },
59
+ { company: "Der Tagesspiegel", baseUrls: ["www.tagesspiegel.de"] },
60
+ { company: "Rheinische Post", baseUrls: ["www.rp-online.de"] },
61
+ { company: "Express", baseUrls: ["www.express.de"] },
62
+ { company: "Münchner Merkur", baseUrls: ["www.merkur.de"] },
63
+ { company: "Stuttgarter Zeitung", baseUrls: ["www.stuttgarter-zeitung.de"] },
64
+ { company: "Hamburger Abendblatt", baseUrls: ["www.abendblatt.de"] },
65
+ { company: "Deutsche Welle", baseUrls: ["www.dw.com"] }
66
+ ];
67
+ export const FRENCH_NEWS = [
68
+ { company: "Le Figaro", baseUrls: ["www.lefigaro.fr"] },
69
+ { company: "Le Monde", baseUrls: ["www.lemonde.fr"] },
70
+ { company: "France 24", baseUrls: ["www.france24.com"] },
71
+ { company: "Libération", baseUrls: ["www.liberation.fr"] },
72
+ { company: "Les Echos", baseUrls: ["www.lesechos.fr"] },
73
+ { company: "Ouest-France", baseUrls: ["www.ouest-france.fr"] },
74
+ { company: "Le Parisien", baseUrls: ["www.leparisien.fr"] },
75
+ { company: "Mediapart", baseUrls: ["www.mediapart.fr"] },
76
+ { company: "L'Express", baseUrls: ["www.lexpress.fr"] },
77
+ { company: "La Croix", baseUrls: ["www.la-croix.com"] },
78
+ { company: "20 Minutes", baseUrls: ["www.20minutes.fr"] },
79
+ { company: "Courrier International", baseUrls: ["www.courrierinternational.com"] },
80
+ { company: "Le Point", baseUrls: ["www.lepoint.fr"] },
81
+ { company: "Marianne", baseUrls: ["www.marianne.net"] },
82
+ { company: "BFM TV", baseUrls: ["www.bfmtv.com"] },
83
+ { company: "RTL France", baseUrls: ["www.rtl.fr"] },
84
+ { company: "Charlie Hebdo", baseUrls: ["www.charliehebdo.fr"] },
85
+ { company: "Challenges", baseUrls: ["www.challenges.fr"] },
86
+ { company: "Télérama", baseUrls: ["www.telerama.fr"] },
87
+ { company: "L'Obs", baseUrls: ["www.nouvelobs.com"] }
88
+ ];
89
+ export const CANADIAN_NEWS = [
90
+ { company: "CBC News", baseUrls: ["www.cbc.ca"] },
91
+ { company: "CTV News", baseUrls: ["www.ctvnews.ca"] },
92
+ { company: "The Globe and Mail", baseUrls: ["www.theglobeandmail.com"] },
93
+ { company: "Global News", baseUrls: ["www.globalnews.ca"] },
94
+ { company: "Toronto Star", baseUrls: ["www.thestar.com"] },
95
+ { company: "National Post", baseUrls: ["www.nationalpost.com"] },
96
+ { company: "La Presse", baseUrls: ["www.lapresse.ca"] },
97
+ { company: "Radio-Canada", baseUrls: ["ici.radio-canada.ca"] },
98
+ { company: "The Canadian Press", baseUrls: ["www.thecanadianpress.com"] },
99
+ { company: "Financial Post", baseUrls: ["financialpost.com"] },
100
+ { company: "The Weather Network", baseUrls: ["www.theweathernetwork.com"] },
101
+ { company: "Le Devoir", baseUrls: ["www.ledevoir.com"] },
102
+ { company: "TVA Nouvelles", baseUrls: ["www.tvanouvelles.ca"] },
103
+ { company: "Journal de Montréal", baseUrls: ["www.journaldemontreal.com"] },
104
+ { company: "CityNews", baseUrls: ["www.citynews.ca"] },
105
+ { company: "BNN Bloomberg", baseUrls: ["www.bnnbloomberg.ca"] },
106
+ { company: "The Hamilton Spectator", baseUrls: ["www.thespec.com"] },
107
+ { company: "Ottawa Citizen", baseUrls: ["ottawacitizen.com"] },
108
+ { company: "Windsor Star", baseUrls: ["windsorstar.com"] },
109
+ { company: "Edmonton Journal", baseUrls: ["edmontonjournal.com"] }
110
+ ];
111
+ export const DUTCH_NEWS = [
112
+ { company: "Algemeen Dagblad (AD)", baseUrls: ["www.ad.nl"] },
113
+ { company: "NOS", baseUrls: ["www.nos.nl"] },
114
+ { company: "De Telegraaf", baseUrls: ["www.telegraaf.nl"] },
115
+ { company: "NU.nl", baseUrls: ["www.nu.nl"] },
116
+ { company: "Volkskrant", baseUrls: ["www.volkskrant.nl"] },
117
+ { company: "NRC Handelsblad", baseUrls: ["www.nrc.nl"] },
118
+ { company: "Trouw", baseUrls: ["www.trouw.nl"] },
119
+ { company: "Het Parool", baseUrls: ["www.parool.nl"] },
120
+ { company: "RTL Nieuws", baseUrls: ["www.rtlnieuws.nl"] },
121
+ { company: "BNR Nieuwsradio", baseUrls: ["www.bnr.nl"] },
122
+ { company: "Emerce", baseUrls: ["www.emerce.nl"] },
123
+ { company: "VPRO", baseUrls: ["www.vpro.nl"] },
124
+ { company: "De Gelderlander", baseUrls: ["www.gelderlander.nl"] },
125
+ { company: "Friesch Dagblad", baseUrls: ["www.frieschdagblad.nl"] },
126
+ { company: "De Stentor", baseUrls: ["www.destentor.nl"] },
127
+ { company: "Metro Nieuws", baseUrls: ["www.metronieuws.nl"] },
128
+ { company: "ANP", baseUrls: ["www.anp.nl"] },
129
+ { company: "Dagblad van het Noorden", baseUrls: ["www.dvhn.nl"] },
130
+ { company: "Reformatorisch Dagblad", baseUrls: ["www.rd.nl"] },
131
+ { company: "Financieele Dagblad", baseUrls: ["www.fd.nl"] }
132
+ ];
133
+ export const ITALIAN_NEWS = [
134
+ { company: "ANSA", baseUrls: ["www.ansa.it", "www.ansamed.info"] },
135
+ { company: "Corriere della Sera", baseUrls: ["www.corriere.it"] },
136
+ { company: "la Repubblica", baseUrls: ["www.repubblica.it"] },
137
+ { company: "Il Sole 24 Ore", baseUrls: ["www.ilsole24ore.com"] },
138
+ { company: "La Stampa", baseUrls: ["www.lastampa.it"] },
139
+ { company: "Il Messaggero", baseUrls: ["www.ilmessaggero.it"] },
140
+ { company: "Il Giornale", baseUrls: ["www.ilgiornale.it"] },
141
+ { company: "Avvenire", baseUrls: ["www.avvenire.it"] },
142
+ { company: "Il Fatto Quotidiano", baseUrls: ["www.ilfattoquotidiano.it"] },
143
+ { company: "La Nazione", baseUrls: ["www.lanazione.it"] },
144
+ { company: "TgCom24", baseUrls: ["www.tgcom24.mediaset.it"] },
145
+ { company: "Sky TG24", baseUrls: ["tg24.sky.it"] },
146
+ { company: "Rai News", baseUrls: ["www.rainews.it"] },
147
+ { company: "Gazzetta dello Sport", baseUrls: ["www.gazzetta.it"] },
148
+ { company: "Il Resto del Carlino", baseUrls: ["www.ilrestodelcarlino.it"] },
149
+ { company: "Il Mattino", baseUrls: ["www.ilmattino.it"] },
150
+ { company: "Il Secolo XIX", baseUrls: ["www.ilsecoloxix.it"] },
151
+ { company: "Italia Oggi", baseUrls: ["www.italiaoggi.it"] },
152
+ { company: "Libero", baseUrls: ["www.liberoquotidiano.it"] },
153
+ { company: "Il Tirreno", baseUrls: ["www.iltirreno.it"] }
154
+ ];
155
+ export const BELGIUM_NEWS = [
156
+ { company: "Het Laatste Nieuws (HLN)", baseUrls: ["www.hln.be"] },
157
+ { company: "Nieuwsblad", baseUrls: ["www.nieuwsblad.be"] },
158
+ { company: "RTBF", baseUrls: ["www.rtbf.be"] },
159
+ { company: "Sudinfo", baseUrls: ["www.sudinfo.be"] },
160
+ { company: "7sur7", baseUrls: ["www.7sur7.be"] },
161
+ { company: "Le Soir", baseUrls: ["www.lesoir.be"] },
162
+ { company: "De Standaard", baseUrls: ["www.standaard.be"] },
163
+ { company: "VRT NWS", baseUrls: ["www.vrt.be"] },
164
+ { company: "La Libre", baseUrls: ["www.lalibre.be"] },
165
+ { company: "Gazet van Antwerpen", baseUrls: ["www.gva.be"] },
166
+ { company: "Het Belang van Limburg", baseUrls: ["www.hbvl.be"] },
167
+ { company: "De Morgen", baseUrls: ["www.demorgen.be"] },
168
+ { company: "L'Avenir", baseUrls: ["www.lavenir.net"] },
169
+ { company: "The Brussels Times", baseUrls: ["www.brusselstimes.com"] },
170
+ { company: "Metro Belgique", baseUrls: ["nl.metrotime.be"] },
171
+ { company: "Sudpresse", baseUrls: ["www.sudpress.be"] },
172
+ { company: "Flamish Radio and TV Broadcasting Organization (VRT)", baseUrls: ["www.vrt.be"] },
173
+ { company: "Knack", baseUrls: ["www.knack.be"] },
174
+ { company: "De Tijd", baseUrls: ["www.tijd.be"] },
175
+ { company: "BX1", baseUrls: ["www.bx1.be"] }
176
+ ];
177
+ export const MEXICAN_NEWS = [
178
+ { company: "Televisa", baseUrls: ["www.televisa.news"] },
179
+ { company: "El Universal", baseUrls: ["www.eluniversal.com.mx"] },
180
+ { company: "Milenio", baseUrls: ["www.milenio.com"] },
181
+ { company: "Excélsior", baseUrls: ["www.excelsior.com.mx"] },
182
+ { company: "Reforma", baseUrls: ["www.reforma.com"] },
183
+ { company: "La Jornada", baseUrls: ["www.jornada.com.mx"] },
184
+ { company: "El Financiero", baseUrls: ["www.elfinanciero.com.mx"] },
185
+ { company: "Proceso", baseUrls: ["www.proceso.com.mx"] },
186
+ { company: "SDP Noticias", baseUrls: ["www.sdpnoticias.com"] },
187
+ { company: "Diario de Yucatán", baseUrls: ["www.yucatan.com.mx"] },
188
+ { company: "El Economista", baseUrls: ["www.eleconomista.com.mx"] },
189
+ { company: "El Heraldo de México", baseUrls: ["www.heraldodemexico.com.mx"] },
190
+ { company: "Noticieros Televisa", baseUrls: ["noticieros.televisa.com"] },
191
+ { company: "Expansión", baseUrls: ["expansion.mx"] },
192
+ { company: "La Razón", baseUrls: ["www.razon.com.mx"] },
193
+ { company: "Noroeste", baseUrls: ["www.noroeste.com.mx"] },
194
+ { company: "Uniradio Noticias", baseUrls: ["www.uniradionoticias.com"] },
195
+ { company: "El Imparcial", baseUrls: ["www.elimparcial.com"] },
196
+ { company: "Publimetro México", baseUrls: ["www.publimetro.com.mx"] },
197
+ { company: "Notimex", baseUrls: ["www.notimex.gob.mx"] }
198
+ ];
199
+ export const SPANISH_NEWS = [
200
+ { company: "El País", baseUrls: ["www.elpais.com"] },
201
+ { company: "El Mundo", baseUrls: ["www.elmundo.es"] },
202
+ { company: "ABC", baseUrls: ["www.abc.es"] },
203
+ { company: "La Vanguardia", baseUrls: ["www.lavanguardia.com"] },
204
+ { company: "El Confidencial", baseUrls: ["www.elconfidencial.com"] },
205
+ { company: "La Razón", baseUrls: ["www.larazon.es"] },
206
+ { company: "20 Minutos", baseUrls: ["www.20minutos.es"] },
207
+ { company: "Agencia EFE", baseUrls: ["www.efe.com"] },
208
+ { company: "Europa Press", baseUrls: ["www.europapress.es"] },
209
+ { company: "Diario AS", baseUrls: ["www.as.com"] },
210
+ { company: "Mundo Deportivo", baseUrls: ["www.mundodeportivo.com"] },
211
+ { company: "El Periódico", baseUrls: ["www.elperiodico.com"] },
212
+ { company: "Cinco Días", baseUrls: ["www.cincodias.com"] },
213
+ { company: "Expansión", baseUrls: ["www.expansion.com"] },
214
+ { company: "La Información", baseUrls: ["www.lainformacion.com"] },
215
+ { company: "OK Diario", baseUrls: ["www.okdiario.com"] },
216
+ { company: "Heraldo de Aragón", baseUrls: ["www.heraldo.es"] },
217
+ { company: "Faro de Vigo", baseUrls: ["www.farodevigo.es"] },
218
+ { company: "El Correo", baseUrls: ["www.elcorreo.com"] },
219
+ { company: "Diario Sur", baseUrls: ["www.diariosur.es"] }
220
+ ];
221
+ export const INDIAN_NEWS = [
222
+ { company: "The Times of India", baseUrls: ["timesofindia.indiatimes.com"] },
223
+ { company: "The Hindu", baseUrls: ["www.thehindu.com"] },
224
+ { company: "Hindustan Times", baseUrls: ["www.hindustantimes.com"] },
225
+ { company: "NDTV", baseUrls: ["www.ndtv.com"] },
226
+ { company: "India Today", baseUrls: ["www.indiatoday.in"] },
227
+ { company: "Zee News", baseUrls: ["zeenews.india.com"] },
228
+ { company: "Indian Express", baseUrls: ["indianexpress.com"] },
229
+ { company: "The Economic Times", baseUrls: ["economictimes.indiatimes.com"] },
230
+ { company: "Deccan Herald", baseUrls: ["www.deccanherald.com"] },
231
+ { company: "DNA India", baseUrls: ["www.dnaindia.com"] },
232
+ { company: "The Print", baseUrls: ["theprint.in"] },
233
+ { company: "News18", baseUrls: ["www.news18.com"] },
234
+ { company: "Scroll.in", baseUrls: ["scroll.in"] },
235
+ { company: "Asian News International (ANI)", baseUrls: ["www.aninews.in"] },
236
+ { company: "Outlook India", baseUrls: ["www.outlookindia.com"] },
237
+ { company: "Business Standard", baseUrls: ["www.business-standard.com"] },
238
+ { company: "Mint", baseUrls: ["www.livemint.com"] },
239
+ { company: "OneIndia", baseUrls: ["www.oneindia.com"] },
240
+ { company: "Quint", baseUrls: ["www.thequint.com"] },
241
+ { company: "Free Press Journal", baseUrls: ["www.freepressjournal.in"] }
242
+ ];
243
+ export const CHINESE_NEWS = [
244
+ { company: "Xinhua News Agency", baseUrls: ["www.xinhuanet.com"] },
245
+ { company: "China Central Television (CCTV)", baseUrls: ["www.cctv.com"] },
246
+ { company: "China Daily", baseUrls: ["www.chinadaily.com.cn"] },
247
+ { company: "CGTN (China Global Television Network)", baseUrls: ["www.cgtn.com"] },
248
+ { company: "People's Daily", baseUrls: ["www.people.cn"] },
249
+ { company: "Global Times", baseUrls: ["www.globaltimes.cn"] },
250
+ { company: "South China Morning Post", baseUrls: ["www.scmp.com"] },
251
+ { company: "Shanghai Daily", baseUrls: ["www.shanghaidaily.com"] },
252
+ { company: "China News Service", baseUrls: ["www.ecns.cn"] },
253
+ { company: "Caixin", baseUrls: ["www.caixinglobal.com"] },
254
+ { company: "The Paper", baseUrls: ["www.thepaper.cn"] },
255
+ { company: "Yicai Global", baseUrls: ["www.yicaiglobal.com"] },
256
+ { company: "Economic Daily", baseUrls: ["www.ce.cn"] },
257
+ { company: "21st Century Business Herald", baseUrls: ["www.21jingji.com"] },
258
+ { company: "Beijing Review", baseUrls: ["www.bjreview.com"] },
259
+ { company: "China Economic Net", baseUrls: ["www.ce.cn"] },
260
+ { company: "Tencent News", baseUrls: ["news.qq.com"] },
261
+ { company: "Sina News", baseUrls: ["news.sina.com.cn"] },
262
+ { company: "NetEase News", baseUrls: ["news.163.com"] },
263
+ { company: "Phoenix TV", baseUrls: ["www.ifeng.com"] }
264
+ ];
265
+ /** news sites in Denmark */
266
+ export const DANISH_NEWS = [
267
+ { company: "Politiken", baseUrls: ["www.politiken.dk"] },
268
+ { company: "Berlingske", baseUrls: ["www.berlingske.dk"] },
269
+ { company: "Jyllands-Posten", baseUrls: ["jyllands-posten.dk"] },
270
+ { company: "Ekstra Bladet", baseUrls: ["ekstrabladet.dk"] },
271
+ { company: "Information", baseUrls: ["www.information.dk"] },
272
+ { company: "BT", baseUrls: ["www.bt.dk"] },
273
+ { company: "Weekendavisen", baseUrls: ["www.weekendavisen.dk"] },
274
+ { company: "Fyens Stiftstidende", baseUrls: ["fyens.dk"] },
275
+ { company: "Kristeligt Dagblad", baseUrls: ["www.kristeligt-dagblad.dk"] },
276
+ { company: "Copenhagen Post", baseUrls: ["cphpost.dk"] },
277
+ { company: "Nordjyske Stiftstidende", baseUrls: ["nordjyske.dk"] },
278
+ { company: "Århus Stiftstidende", baseUrls: ["stiften.dk"] },
279
+ { company: "Dagbladet Børsen", baseUrls: ["borsen.dk"] },
280
+ { company: "Lokalavisen", baseUrls: ["lokalavisen.dk"] },
281
+ { company: "TV2 Nyheder", baseUrls: ["tv2.dk"] },
282
+ { company: "DR Nyheder", baseUrls: ["dr.dk"] },
283
+ { company: "Avisen Danmark", baseUrls: ["avisen.dk"] },
284
+ { company: "Fagbladet 3F", baseUrls: ["fagbladet3f.dk"] },
285
+ { company: "Herning Folkeblad", baseUrls: ["herningfolkeblad.dk"] },
286
+ { company: "Midtjyllands Avis", baseUrls: ["midtjyllandsavis.dk"] }
287
+ ];
288
+ export const SWISS_NEWS = [
289
+ { company: "Neue Zürcher Zeitung (NZZ)", baseUrls: ["www.nzz.ch"], type: ["newspaper", "digital"] },
290
+ { company: "Swissinfo", baseUrls: ["www.swissinfo.ch"], type: ["digital-first"] },
291
+ { company: "20 Minuten", baseUrls: ["www.20min.ch"], type: ["newspaper", "digital"] },
292
+ { company: "Blick", baseUrls: ["www.blick.ch"], type: ["newspaper", "digital"] },
293
+ { company: "Le Temps", baseUrls: ["www.letemps.ch"], type: ["newspaper", "digital"] },
294
+ { company: "Tages-Anzeiger", baseUrls: ["www.tagesanzeiger.ch"], type: ["newspaper", "digital"] },
295
+ { company: "SRF News", baseUrls: ["www.srf.ch"], type: ["television", "radio", "digital"] },
296
+ { company: "Luzerner Zeitung", baseUrls: ["www.luzernerzeitung.ch"], type: ["newspaper", "digital"] },
297
+ { company: "La Tribune de Genève", baseUrls: ["www.tdg.ch"], type: ["newspaper", "digital"] },
298
+ { company: "Aargauer Zeitung", baseUrls: ["www.aargauerzeitung.ch"], type: ["newspaper", "digital"] },
299
+ { company: "24 Heures", baseUrls: ["www.24heures.ch"], type: ["newspaper", "digital"] },
300
+ { company: "Radio Télévision Suisse (RTS)", baseUrls: ["www.rts.ch"], type: ["television", "radio", "digital"] },
301
+ { company: "Der Bund", baseUrls: ["www.derbund.ch"], type: ["newspaper", "digital"] },
302
+ { company: "Schweizer Radio und Fernsehen (SRF)", baseUrls: ["www.srf.ch"], type: ["television", "radio", "digital"] },
303
+ { company: "Basler Zeitung", baseUrls: ["www.bazonline.ch"], type: ["newspaper", "digital"] },
304
+ { company: "Handelszeitung", baseUrls: ["www.handelszeitung.ch"], type: ["newspaper", "digital"] },
305
+ { company: "Watson", baseUrls: ["www.watson.ch"], type: ["digital-first"] },
306
+ { company: "Le Matin", baseUrls: ["www.lematin.ch"], type: ["newspaper", "digital"] },
307
+ { company: "La Liberté", baseUrls: ["www.laliberte.ch"], type: ["newspaper", "digital"] },
308
+ { company: "The Swiss Times", baseUrls: ["www.theswisstimes.ch"], type: ["digital-first"] }
309
+ ];
310
+ export const AUSTRALIAN_NEWS = [
311
+ { company: "ABC News", baseUrls: ["www.abc.net.au"], type: ["television", "radio", "digital"] },
312
+ { company: "The Sydney Morning Herald", baseUrls: ["www.smh.com.au"], type: ["newspaper", "digital"] },
313
+ { company: "The Australian", baseUrls: ["www.theaustralian.com.au"], type: ["newspaper", "digital"] },
314
+ { company: "Herald Sun", baseUrls: ["www.heraldsun.com.au"], type: ["newspaper", "digital"] },
315
+ { company: "9News", baseUrls: ["www.9news.com.au"], type: ["television", "digital"] },
316
+ { company: "SBS News", baseUrls: ["www.sbs.com.au"], type: ["television", "digital", "multicultural"] },
317
+ { company: "The Age", baseUrls: ["www.theage.com.au"], type: ["newspaper", "digital"] },
318
+ { company: "Sky News Australia", baseUrls: ["www.skynews.com.au"], type: ["television", "digital"] },
319
+ { company: "Australian Financial Review", baseUrls: ["www.afr.com"], type: ["newspaper", "digital"] },
320
+ { company: "news.com.au", baseUrls: ["www.news.com.au"], type: ["digital-first"] },
321
+ { company: "The Courier-Mail", baseUrls: ["www.couriermail.com.au"], type: ["newspaper", "digital"] },
322
+ { company: "7NEWS", baseUrls: ["7news.com.au"], type: ["television", "digital"] },
323
+ { company: "The West Australian", baseUrls: ["www.thewest.com.au"], type: ["newspaper", "digital"] },
324
+ { company: "Daily Telegraph", baseUrls: ["www.dailytelegraph.com.au"], type: ["newspaper", "digital"] },
325
+ { company: "Guardian Australia", baseUrls: ["www.theguardian.com/au"], type: ["digital-first"] },
326
+ { company: "Crikey", baseUrls: ["www.crikey.com.au"], type: ["digital-first", "independent"] },
327
+ { company: "AAP (Australian Associated Press)", baseUrls: ["www.aap.com.au"], type: ["news agency", "digital"] },
328
+ { company: "NT News", baseUrls: ["www.ntnews.com.au"], type: ["newspaper", "digital"] },
329
+ { company: "The Canberra Times", baseUrls: ["www.canberratimes.com.au"], type: ["newspaper", "digital"] },
330
+ { company: "Brisbane Times", baseUrls: ["www.brisbanetimes.com.au"], type: ["digital-first"] }
331
+ ];
332
+ export const JAPANESE_NEWS = [
333
+ { company: "The Asahi Shimbun", baseUrls: ["www.asahi.com"], type: ["newspaper", "digital"] },
334
+ { company: "Yomiuri Shimbun", baseUrls: ["www.yomiuri.co.jp"], type: ["newspaper", "digital"] },
335
+ { company: "Nikkei", baseUrls: ["www.nikkei.com"], type: ["newspaper", "digital"] },
336
+ { company: "Mainichi Shimbun", baseUrls: ["mainichi.jp"], type: ["newspaper", "digital"] },
337
+ { company: "Kyodo News", baseUrls: ["www.kyodonews.jp"], type: ["news agency", "digital"] },
338
+ { company: "Japan Times", baseUrls: ["www.japantimes.co.jp"], type: ["newspaper", "digital"] },
339
+ { company: "NHK", baseUrls: ["www.nhk.or.jp"], type: ["television", "radio", "digital"] },
340
+ { company: "Fuji News Network (FNN)", baseUrls: ["www.fnn.jp"], type: ["television", "digital"] },
341
+ { company: "Sankei Shimbun", baseUrls: ["www.sankei.com"], type: ["newspaper", "digital"] },
342
+ { company: "Toyo Keizai", baseUrls: ["www.toyokeizai.net"], type: ["digital", "business magazine"] },
343
+ { company: "Hokkaido Shimbun", baseUrls: ["www.hokkaido-np.co.jp"], type: ["newspaper", "digital"] },
344
+ { company: "Shizuoka Shimbun", baseUrls: ["www.at-s.com"], type: ["newspaper", "digital"] },
345
+ { company: "Tokyo Shimbun", baseUrls: ["www.tokyo-np.co.jp"], type: ["newspaper", "digital"] },
346
+ { company: "Yahoo Japan News", baseUrls: ["news.yahoo.co.jp"], type: ["digital-first"] },
347
+ { company: "TBS News", baseUrls: ["news.tbs.co.jp"], type: ["television", "digital"] },
348
+ { company: "Nippon TV News 24 Japan", baseUrls: ["www.news24.jp"], type: ["television", "digital"] },
349
+ { company: "Jiji Press", baseUrls: ["www.jiji.com"], type: ["news agency", "digital"] },
350
+ { company: "TV Asahi News", baseUrls: ["news.tv-asahi.co.jp"], type: ["television", "digital"] },
351
+ { company: "WOWOW Prime News", baseUrls: ["www.wowow.co.jp"], type: ["television", "digital"] },
352
+ { company: "Kansai Telecasting Corporation (KTV)", baseUrls: ["www.ktv.jp"], type: ["television", "digital"] }
353
+ ];
354
+ export const SOUTH_KOREAN_NEWS = [
355
+ { company: "Yonhap News Agency", baseUrls: ["www.yonhapnews.co.kr"], type: ["news agency", "digital"] },
356
+ { company: "The Korea Herald", baseUrls: ["www.koreaherald.com"], type: ["newspaper", "digital"] },
357
+ { company: "The Korea Times", baseUrls: ["www.koreatimes.co.kr"], type: ["newspaper", "digital"] },
358
+ { company: "Chosun Ilbo", baseUrls: ["www.chosun.com"], type: ["newspaper", "digital"] },
359
+ { company: "JoongAng Ilbo", baseUrls: ["www.joongang.co.kr"], type: ["newspaper", "digital"] },
360
+ { company: "Dong-A Ilbo", baseUrls: ["www.donga.com"], type: ["newspaper", "digital"] },
361
+ { company: "MBC News", baseUrls: ["www.imnews.imbc.com"], type: ["television", "digital"] },
362
+ { company: "SBS News", baseUrls: ["news.sbs.co.kr"], type: ["television", "digital"] },
363
+ { company: "KBS News", baseUrls: ["news.kbs.co.kr"], type: ["television", "radio", "digital"] },
364
+ { company: "Hankyoreh", baseUrls: ["english.hani.co.kr"], type: ["newspaper", "digital"] },
365
+ { company: "Maeil Business Newspaper", baseUrls: ["www.mk.co.kr"], type: ["newspaper", "digital"] },
366
+ { company: "MoneyToday", baseUrls: ["www.mt.co.kr"], type: ["digital-first", "business"] },
367
+ { company: "Seoul Shinmun", baseUrls: ["www.seoul.co.kr"], type: ["newspaper", "digital"] },
368
+ { company: "OhmyNews", baseUrls: ["www.ohmynews.com"], type: ["digital-first"] },
369
+ { company: "News1 Korea", baseUrls: ["www.news1.kr"], type: ["news agency", "digital"] },
370
+ { company: "Asia Business Daily", baseUrls: ["www.asiae.co.kr"], type: ["newspaper", "digital"] },
371
+ { company: "Herald Business", baseUrls: ["biz.heraldcorp.com"], type: ["newspaper", "digital"] },
372
+ { company: "eDaily", baseUrls: ["www.edaily.co.kr"], type: ["digital-first", "business"] },
373
+ { company: "Seoul Economic Daily", baseUrls: ["www.sedaily.com"], type: ["newspaper", "digital"] },
374
+ { company: "JTBC News", baseUrls: ["news.jtbc.co.kr"], type: ["television", "digital"] }
375
+ ];
376
+ export const TURKISH_NEWS = [
377
+ { company: "Anadolu Agency (AA)", baseUrls: ["www.aa.com.tr"], type: ["news agency", "digital"] },
378
+ { company: "Hürriyet", baseUrls: ["www.hurriyet.com.tr"], type: ["newspaper", "digital"] },
379
+ { company: "Sabah", baseUrls: ["www.sabah.com.tr"], type: ["newspaper", "digital"] },
380
+ { company: "Milliyet", baseUrls: ["www.milliyet.com.tr"], type: ["newspaper", "digital"] },
381
+ { company: "TRT World", baseUrls: ["www.trtworld.com"], type: ["television", "digital"] },
382
+ { company: "CNN Türk", baseUrls: ["www.cnnturk.com"], type: ["television", "digital"] },
383
+ { company: "Sozcu", baseUrls: ["www.sozcu.com.tr"], type: ["newspaper", "digital"] },
384
+ { company: "Daily Sabah", baseUrls: ["www.dailysabah.com"], type: ["newspaper", "digital"] },
385
+ { company: "Yeni Şafak", baseUrls: ["www.yenisafak.com"], type: ["newspaper", "digital"] },
386
+ { company: "Habertürk", baseUrls: ["www.haberturk.com"], type: ["television", "digital"] },
387
+ { company: "BirGün", baseUrls: ["www.birgun.net"], type: ["newspaper", "digital"] },
388
+ { company: "Türkiye Gazetesi", baseUrls: ["www.turkiyegazetesi.com.tr"], type: ["newspaper", "digital"] },
389
+ { company: "Cumhuriyet", baseUrls: ["www.cumhuriyet.com.tr"], type: ["newspaper", "digital"] },
390
+ { company: "Diken", baseUrls: ["www.diken.com.tr"], type: ["digital-first"] },
391
+ { company: "NTV", baseUrls: ["www.ntv.com.tr"], type: ["television", "digital"] },
392
+ { company: "Ensonhaber", baseUrls: ["www.ensonhaber.com"], type: ["digital-first"] },
393
+ { company: "T24", baseUrls: ["www.t24.com.tr"], type: ["digital-first"] },
394
+ { company: "Karar", baseUrls: ["www.karar.com"], type: ["newspaper", "digital"] },
395
+ { company: "Gazete Duvar", baseUrls: ["www.gazeteduvar.com.tr"], type: ["digital-first"] },
396
+ { company: "Bloomberg HT", baseUrls: ["www.bloomberght.com"], type: ["television", "digital"] }
397
+ ];
398
+ export const NORWEGIAN_NEWS = [
399
+ { company: "Aftenposten", baseUrls: ["www.aftenposten.no"], type: ["newspaper", "digital"] },
400
+ { company: "Verdens Gang (VG)", baseUrls: ["www.vg.no"], type: ["newspaper", "digital"] },
401
+ { company: "Dagbladet", baseUrls: ["www.dagbladet.no"], type: ["newspaper", "digital"] },
402
+ { company: "NRK", baseUrls: ["www.nrk.no"], type: ["television", "radio", "digital"] },
403
+ { company: "Dagens Næringsliv", baseUrls: ["www.dn.no"], type: ["newspaper", "digital"] },
404
+ { company: "Nettavisen", baseUrls: ["www.nettavisen.no"], type: ["digital-first"] },
405
+ { company: "Klassekampen", baseUrls: ["www.klassekampen.no"], type: ["newspaper", "digital"] },
406
+ { company: "Morgenbladet", baseUrls: ["www.morgenbladet.no"], type: ["newspaper", "digital"] },
407
+ { company: "E24", baseUrls: ["www.e24.no"], type: ["digital-first", "business"] },
408
+ { company: "TV2", baseUrls: ["www.tv2.no"], type: ["television", "digital"] },
409
+ { company: "Bergens Tidende", baseUrls: ["www.bt.no"], type: ["newspaper", "digital"] },
410
+ { company: "Adresseavisen", baseUrls: ["www.adressa.no"], type: ["newspaper", "digital"] },
411
+ { company: "Stavanger Aftenblad", baseUrls: ["www.aftenbladet.no"], type: ["newspaper", "digital"] },
412
+ { company: "Fædrelandsvennen", baseUrls: ["www.fvn.no"], type: ["newspaper", "digital"] },
413
+ { company: "ABC Nyheter", baseUrls: ["www.abcnyheter.no"], type: ["digital-first"] },
414
+ { company: "Romerikes Blad", baseUrls: ["www.rb.no"], type: ["newspaper", "digital"] },
415
+ { company: "Sunnmørsposten", baseUrls: ["www.smp.no"], type: ["newspaper", "digital"] },
416
+ { company: "Finansavisen", baseUrls: ["www.finansavisen.no"], type: ["newspaper", "digital"] },
417
+ { company: "Nordlys", baseUrls: ["www.nordlys.no"], type: ["newspaper", "digital"] },
418
+ { company: "Hamar Arbeiderblad", baseUrls: ["www.h-a.no"], type: ["newspaper", "digital"] }
419
+ ];
@@ -0,0 +1,11 @@
1
+ /**
2
+ * A constant which indicates that a particular
3
+ * type/property was not given a _default value_.
4
+ */
5
+ export declare const NO_DEFAULT_VALUE: import("./Constant").Constant<"no-default-value">;
6
+ /**
7
+ * A unique symbol which indicates that a particular
8
+ * type was not given a "default value".
9
+ */
10
+ export type NoDefaultValue = typeof NO_DEFAULT_VALUE;
11
+ //# sourceMappingURL=NoDefaultValue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NoDefaultValue.d.ts","sourceRoot":"","sources":["../../src/constants/NoDefaultValue.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,eAAO,MAAM,gBAAgB,mDAAqC,CAAC;AAEnE;;;GAGG;AACH,MAAM,MAAM,cAAc,GAAG,OAAO,gBAAgB,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { createConstant } from "./createConstant";
2
+ /**
3
+ * A constant which indicates that a particular
4
+ * type/property was not given a _default value_.
5
+ */
6
+ export const NO_DEFAULT_VALUE = createConstant("no-default-value");
@@ -0,0 +1,11 @@
1
+ export declare const NOT_APPLICABLE: unique symbol;
2
+ /**
3
+ * A unique symbol which indicates that a particular
4
+ * type was "not applicable".
5
+ */
6
+ export type NotApplicable<Why extends string> = [
7
+ kind: "not-applicable",
8
+ reason: Why,
9
+ uniqueness: typeof NOT_APPLICABLE
10
+ ];
11
+ //# sourceMappingURL=NotApplicable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NotApplicable.d.ts","sourceRoot":"","sources":["../../src/constants/NotApplicable.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,eAA2B,CAAC;AACvD;;;GAGG;AAEH,MAAM,MAAM,aAAa,CAAC,GAAG,SAAS,MAAM,IAAI;IAC9C,IAAI,EAAE,gBAAgB;IACtB,MAAM,EAAE,GAAG;IACX,UAAU,EAAE,OAAO,cAAc;CAClC,CAAC"}
@@ -0,0 +1 @@
1
+ export const NOT_APPLICABLE = Symbol("not applicable");
@@ -0,0 +1,8 @@
1
+ /**
2
+ * **NOT_DEFINED**
3
+ *
4
+ * A runtime constant which indicates that some value has not been defined (yet).
5
+ */
6
+ export declare const NOT_DEFINED: import("inferred-types/dist/constants/index").Constant<"not-defined">;
7
+ export type NotDefined = typeof NOT_DEFINED;
8
+ //# sourceMappingURL=NotDefined.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NotDefined.d.ts","sourceRoot":"","sources":["../../src/constants/NotDefined.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,eAAO,MAAM,WAAW,uEAAgC,CAAC;AAEzD,MAAM,MAAM,UAAU,GAAG,OAAO,WAAW,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { createConstant } from "inferred-types/dist/constants/index";
2
+ /**
3
+ * **NOT_DEFINED**
4
+ *
5
+ * A runtime constant which indicates that some value has not been defined (yet).
6
+ */
7
+ export const NOT_DEFINED = createConstant("not-defined");
@@ -0,0 +1,10 @@
1
+ /**
2
+ * **NUMERIC_CHAR**
3
+ *
4
+ * A tuple containing all numeric characters.
5
+ *
6
+ * **Related:** `NumericChar`
7
+ */
8
+ export declare const NUMERIC_CHAR: readonly ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"];
9
+ export declare const NON_ZERO_NUMERIC_CHAR: readonly ["1", "2", "3", "4", "5", "6", "7", "8", "9"];
10
+ //# sourceMappingURL=NumericChar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NumericChar.d.ts","sourceRoot":"","sources":["../../src/constants/NumericChar.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,eAAO,MAAM,YAAY,6DAEf,CAAC;AAEX,eAAO,MAAM,qBAAqB,wDAExB,CAAC"}
@@ -0,0 +1,13 @@
1
+ /**
2
+ * **NUMERIC_CHAR**
3
+ *
4
+ * A tuple containing all numeric characters.
5
+ *
6
+ * **Related:** `NumericChar`
7
+ */
8
+ export const NUMERIC_CHAR = [
9
+ "0", "1", "2", "3", "4", "5", "6", "7", "8", "9"
10
+ ];
11
+ export const NON_ZERO_NUMERIC_CHAR = [
12
+ "1", "2", "3", "4", "5", "6", "7", "8", "9"
13
+ ];
@@ -0,0 +1,9 @@
1
+ /**
2
+ * **NUMERIC_DIGIT**
3
+ *
4
+ * A tuple of all numeric digits.
5
+ *
6
+ * **Related:** `Digit`
7
+ */
8
+ export declare const NUMERIC_DIGIT: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9];
9
+ //# sourceMappingURL=NumericDigit.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NumericDigit.d.ts","sourceRoot":"","sources":["../../src/constants/NumericDigit.ts"],"names":[],"mappings":"AACA;;;;;;GAMG;AACH,eAAO,MAAM,aAAa,yCAEhB,CAAC"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * **NUMERIC_DIGIT**
3
+ *
4
+ * A tuple of all numeric digits.
5
+ *
6
+ * **Related:** `Digit`
7
+ */
8
+ export const NUMERIC_DIGIT = [
9
+ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
10
+ ];
@@ -0,0 +1,8 @@
1
+ export 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)"];
2
+ /**
3
+ * **PHONE_COUNTRY_CODES**
4
+ *
5
+ * `[code, 3 letter country code, 2 letter country code]`
6
+ */
7
+ export 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"]];
8
+ //# sourceMappingURL=Phone.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Phone.d.ts","sourceRoot":"","sources":["../../src/constants/Phone.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,mJAKf,CAAC;AAEX;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,yiPA0PtB,CAAC"}