inferred-types 0.42.1 → 0.43.0

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 (1512) hide show
  1. package/dist/constants/Functional.d.ts +19 -0
  2. package/dist/constants/Functional.d.ts.map +1 -0
  3. package/dist/constants/Functional.js +18 -0
  4. package/dist/constants/Geo.d.ts +386 -0
  5. package/dist/constants/Geo.d.ts.map +1 -0
  6. package/dist/constants/Geo.js +95 -0
  7. package/dist/constants/HashTable.d.ts +199 -0
  8. package/dist/constants/HashTable.d.ts.map +1 -0
  9. package/dist/constants/HashTable.js +121 -0
  10. package/dist/constants/Marked.d.ts +2 -0
  11. package/dist/constants/Marked.d.ts.map +1 -0
  12. package/dist/constants/Marked.js +2 -0
  13. package/dist/constants/Shape.d.ts +3 -0
  14. package/dist/constants/Shape.d.ts.map +1 -0
  15. package/dist/constants/Shape.js +15 -0
  16. package/dist/constants/TCP_IP.d.ts +11 -0
  17. package/dist/constants/TCP_IP.d.ts.map +1 -0
  18. package/dist/constants/TCP_IP.js +10 -0
  19. package/dist/constants/TypeTokens.d.ts +23 -0
  20. package/dist/constants/TypeTokens.d.ts.map +1 -1
  21. package/dist/constants/TypeTokens.js +47 -0
  22. package/dist/constants/index.d.ts +6 -0
  23. package/dist/constants/index.d.ts.map +1 -1
  24. package/dist/constants/index.js +6 -0
  25. package/dist/constants/tsconfig.tsbuildinfo +1 -1
  26. package/dist/inferred-types/tsconfig.tsbuildinfo +1 -1
  27. package/dist/runtime/boolean-logic/handleDoneFn.d.ts +12 -0
  28. package/dist/runtime/boolean-logic/handleDoneFn.d.ts.map +1 -0
  29. package/dist/runtime/boolean-logic/handleDoneFn.js +24 -0
  30. package/dist/runtime/boolean-logic/ifArray.d.ts +2 -2
  31. package/dist/runtime/boolean-logic/ifArray.d.ts.map +1 -1
  32. package/dist/runtime/boolean-logic/ifArrayPartial.d.ts +1 -1
  33. package/dist/runtime/boolean-logic/ifArrayPartial.d.ts.map +1 -1
  34. package/dist/runtime/boolean-logic/ifArrayPartial.js +1 -1
  35. package/dist/runtime/boolean-logic/ifBoolean.d.ts +2 -2
  36. package/dist/runtime/boolean-logic/ifBoolean.d.ts.map +1 -1
  37. package/dist/runtime/boolean-logic/ifBoolean.js +1 -1
  38. package/dist/runtime/boolean-logic/ifChar.d.ts +2 -2
  39. package/dist/runtime/boolean-logic/ifChar.d.ts.map +1 -1
  40. package/dist/runtime/boolean-logic/ifContainer.d.ts +2 -2
  41. package/dist/runtime/boolean-logic/ifContainer.d.ts.map +1 -1
  42. package/dist/runtime/boolean-logic/ifContainer.js +2 -1
  43. package/dist/runtime/boolean-logic/ifFalse.d.ts +2 -2
  44. package/dist/runtime/boolean-logic/ifFalse.d.ts.map +1 -1
  45. package/dist/runtime/boolean-logic/ifFalse.js +1 -1
  46. package/dist/runtime/boolean-logic/ifFunction.d.ts +2 -2
  47. package/dist/runtime/boolean-logic/ifFunction.d.ts.map +1 -1
  48. package/dist/runtime/boolean-logic/ifFunction.js +1 -2
  49. package/dist/runtime/boolean-logic/ifHasKey.d.ts +2 -2
  50. package/dist/runtime/boolean-logic/ifHasKey.d.ts.map +1 -1
  51. package/dist/runtime/boolean-logic/ifHasKey.js +1 -1
  52. package/dist/runtime/boolean-logic/ifLength.d.ts +2 -2
  53. package/dist/runtime/boolean-logic/ifLength.d.ts.map +1 -1
  54. package/dist/runtime/boolean-logic/ifLength.js +0 -1
  55. package/dist/runtime/boolean-logic/ifNotNull.d.ts +2 -2
  56. package/dist/runtime/boolean-logic/ifNotNull.d.ts.map +1 -1
  57. package/dist/runtime/boolean-logic/ifNotNull.js +1 -1
  58. package/dist/runtime/boolean-logic/ifNull.d.ts.map +1 -1
  59. package/dist/runtime/boolean-logic/ifNull.js +1 -1
  60. package/dist/runtime/boolean-logic/ifNumber.d.ts +2 -2
  61. package/dist/runtime/boolean-logic/ifNumber.d.ts.map +1 -1
  62. package/dist/runtime/boolean-logic/ifNumber.js +1 -1
  63. package/dist/runtime/boolean-logic/ifObject.d.ts +2 -2
  64. package/dist/runtime/boolean-logic/ifObject.d.ts.map +1 -1
  65. package/dist/runtime/boolean-logic/ifObject.js +1 -1
  66. package/dist/runtime/boolean-logic/ifSameType.d.ts +3 -3
  67. package/dist/runtime/boolean-logic/ifSameType.d.ts.map +1 -1
  68. package/dist/runtime/boolean-logic/ifSameType.js +6 -6
  69. package/dist/runtime/boolean-logic/ifScalar.d.ts +2 -2
  70. package/dist/runtime/boolean-logic/ifScalar.d.ts.map +1 -1
  71. package/dist/runtime/boolean-logic/ifScalar.js +1 -1
  72. package/dist/runtime/boolean-logic/ifString.d.ts +2 -2
  73. package/dist/runtime/boolean-logic/ifString.d.ts.map +1 -1
  74. package/dist/runtime/boolean-logic/ifString.js +1 -1
  75. package/dist/runtime/boolean-logic/ifTrue.d.ts +2 -2
  76. package/dist/runtime/boolean-logic/ifTrue.d.ts.map +1 -1
  77. package/dist/runtime/boolean-logic/ifTrue.js +1 -1
  78. package/dist/runtime/boolean-logic/ifUndefined.d.ts.map +1 -1
  79. package/dist/runtime/boolean-logic/ifUndefined.js +1 -1
  80. package/dist/runtime/boolean-logic/index.d.ts +1 -1
  81. package/dist/runtime/boolean-logic/index.d.ts.map +1 -1
  82. package/dist/runtime/boolean-logic/index.js +1 -3
  83. package/dist/runtime/combinators/and.d.ts +1 -1
  84. package/dist/runtime/combinators/and.d.ts.map +1 -1
  85. package/dist/runtime/combinators/index.d.ts +0 -1
  86. package/dist/runtime/combinators/index.d.ts.map +1 -1
  87. package/dist/runtime/combinators/index.js +0 -1
  88. package/dist/runtime/combinators/or.d.ts.map +1 -1
  89. package/dist/runtime/combinators/or.js +2 -1
  90. package/dist/runtime/dictionary/entries.d.ts.map +1 -1
  91. package/dist/runtime/dictionary/entries.js +1 -1
  92. package/dist/runtime/dictionary/get.d.ts.map +1 -1
  93. package/dist/runtime/dictionary/get.js +8 -8
  94. package/dist/runtime/dictionary/index.d.ts +3 -2
  95. package/dist/runtime/dictionary/index.d.ts.map +1 -1
  96. package/dist/runtime/dictionary/index.js +3 -3
  97. package/dist/runtime/dictionary/keysOf.d.ts +2 -2
  98. package/dist/runtime/dictionary/keysOf.d.ts.map +1 -1
  99. package/dist/runtime/dictionary/keysOf.js +4 -2
  100. package/dist/runtime/dictionary/omit.d.ts +2 -7
  101. package/dist/runtime/dictionary/omit.d.ts.map +1 -1
  102. package/dist/runtime/dictionary/omit.js +2 -2
  103. package/dist/runtime/dictionary/retain.d.ts +9 -7
  104. package/dist/runtime/dictionary/retain.d.ts.map +1 -1
  105. package/dist/runtime/dictionary/sharedKeys.d.ts +2 -2
  106. package/dist/runtime/dictionary/sharedKeys.d.ts.map +1 -1
  107. package/dist/runtime/dictionary/takeProp.d.ts +12 -0
  108. package/dist/runtime/dictionary/takeProp.d.ts.map +1 -0
  109. package/dist/runtime/dictionary/takeProp.js +15 -0
  110. package/dist/runtime/dictionary/valuesOf.d.ts +10 -0
  111. package/dist/runtime/dictionary/valuesOf.d.ts.map +1 -0
  112. package/dist/runtime/dictionary/valuesOf.js +14 -0
  113. package/dist/runtime/dictionary/withDefaults.d.ts +9 -0
  114. package/dist/runtime/dictionary/withDefaults.d.ts.map +1 -0
  115. package/dist/runtime/dictionary/withDefaults.js +13 -0
  116. package/dist/runtime/dictionary/withKeys.d.ts +9 -7
  117. package/dist/runtime/dictionary/withKeys.d.ts.map +1 -1
  118. package/dist/runtime/dictionary/withKeys.js +1 -1
  119. package/dist/runtime/dictionary/withoutKeys.d.ts +13 -6
  120. package/dist/runtime/dictionary/withoutKeys.d.ts.map +1 -1
  121. package/dist/runtime/dictionary/withoutKeys.js +1 -1
  122. package/dist/runtime/dictionary/withoutValue.d.ts.map +1 -1
  123. package/dist/runtime/errors/KindError.d.ts +27 -0
  124. package/dist/runtime/errors/KindError.d.ts.map +1 -0
  125. package/dist/runtime/errors/KindError.js +33 -0
  126. package/dist/runtime/errors/TypedError.d.ts.map +1 -1
  127. package/dist/runtime/errors/TypedError.js +1 -1
  128. package/dist/runtime/errors/createErrorCondition.d.ts +3 -5
  129. package/dist/runtime/errors/createErrorCondition.d.ts.map +1 -1
  130. package/dist/runtime/errors/createErrorCondition.js +5 -5
  131. package/dist/runtime/errors/index.d.ts +1 -0
  132. package/dist/runtime/errors/index.d.ts.map +1 -1
  133. package/dist/runtime/errors/index.js +1 -0
  134. package/dist/runtime/errors/kindedError.d.ts +27 -0
  135. package/dist/runtime/errors/kindedError.d.ts.map +1 -0
  136. package/dist/runtime/errors/kindedError.js +33 -0
  137. package/dist/runtime/functional/index.d.ts +1 -2
  138. package/dist/runtime/functional/index.d.ts.map +1 -1
  139. package/dist/runtime/functional/index.js +1 -2
  140. package/dist/runtime/functional/result.d.ts +2 -0
  141. package/dist/runtime/functional/result.d.ts.map +1 -0
  142. package/dist/runtime/functional/result.js +286 -0
  143. package/dist/runtime/functions/fnMeta.d.ts +5 -9
  144. package/dist/runtime/functions/fnMeta.d.ts.map +1 -1
  145. package/dist/runtime/index.d.ts +1 -1
  146. package/dist/runtime/index.d.ts.map +1 -1
  147. package/dist/runtime/index.js +1 -1
  148. package/dist/runtime/initializers/addFnToProps.d.ts +2 -2
  149. package/dist/runtime/initializers/addFnToProps.d.ts.map +1 -1
  150. package/dist/runtime/initializers/addPropsToFn.d.ts +2 -2
  151. package/dist/runtime/initializers/addPropsToFn.d.ts.map +1 -1
  152. package/dist/runtime/initializers/addPropsToFn.js +1 -2
  153. package/dist/runtime/initializers/createFnWithProps.d.ts +4 -21
  154. package/dist/runtime/initializers/createFnWithProps.d.ts.map +1 -1
  155. package/dist/runtime/initializers/createFnWithProps.js +13 -20
  156. package/dist/runtime/initializers/defineObj.d.ts +2 -2
  157. package/dist/runtime/initializers/defineObj.d.ts.map +1 -1
  158. package/dist/runtime/initializers/defineObj.js +4 -2
  159. package/dist/runtime/initializers/defineTuple.d.ts +3 -3
  160. package/dist/runtime/initializers/defineTuple.d.ts.map +1 -1
  161. package/dist/runtime/initializers/defineTuple.js +9 -2
  162. package/dist/runtime/initializers/index.d.ts +0 -3
  163. package/dist/runtime/initializers/index.d.ts.map +1 -1
  164. package/dist/runtime/initializers/index.js +0 -3
  165. package/dist/runtime/lists/asArray.d.ts.map +1 -1
  166. package/dist/runtime/lists/asArray.js +0 -1
  167. package/dist/runtime/lists/createComparison.d.ts +10 -0
  168. package/dist/runtime/lists/createComparison.d.ts.map +1 -0
  169. package/dist/runtime/lists/createComparison.js +9 -0
  170. package/dist/runtime/lists/createConverter.d.ts +2 -2
  171. package/dist/runtime/lists/createConverter.d.ts.map +1 -1
  172. package/dist/runtime/lists/createConverter.js +13 -12
  173. package/dist/runtime/lists/filter.d.ts +1 -2
  174. package/dist/runtime/lists/filter.d.ts.map +1 -1
  175. package/dist/runtime/lists/filter.js +55 -19
  176. package/dist/runtime/lists/find.d.ts +2 -2
  177. package/dist/runtime/lists/find.d.ts.map +1 -1
  178. package/dist/runtime/lists/find.js +3 -4
  179. package/dist/runtime/lists/getEach.d.ts +1 -1
  180. package/dist/runtime/lists/getEach.d.ts.map +1 -1
  181. package/dist/runtime/lists/getEach.js +5 -8
  182. package/dist/runtime/lists/indexOf.d.ts.map +1 -1
  183. package/dist/runtime/lists/indexOf.js +1 -1
  184. package/dist/runtime/lists/intersection.d.ts +1 -1
  185. package/dist/runtime/lists/intersection.d.ts.map +1 -1
  186. package/dist/runtime/lists/intersection.js +6 -3
  187. package/dist/runtime/lists/last.d.ts.map +1 -1
  188. package/dist/runtime/lists/logicalReturns.d.ts +2 -2
  189. package/dist/runtime/lists/logicalReturns.d.ts.map +1 -1
  190. package/dist/runtime/lists/logicalReturns.js +9 -3
  191. package/dist/runtime/lists/pop.d.ts +6 -3
  192. package/dist/runtime/lists/pop.d.ts.map +1 -1
  193. package/dist/runtime/lists/pop.js +2 -1
  194. package/dist/runtime/lists/reverse.d.ts.map +1 -1
  195. package/dist/runtime/lists/shift.d.ts +2 -2
  196. package/dist/runtime/lists/shift.d.ts.map +1 -1
  197. package/dist/runtime/lists/slice.d.ts.map +1 -1
  198. package/dist/runtime/lists/unique.d.ts +2 -2
  199. package/dist/runtime/lists/unique.d.ts.map +1 -1
  200. package/dist/runtime/lists/unique.js +0 -1
  201. package/dist/runtime/literals/box.js +1 -3
  202. package/dist/runtime/literals/ensureLeading.d.ts +2 -2
  203. package/dist/runtime/literals/ensureLeading.d.ts.map +1 -1
  204. package/dist/runtime/literals/ensureSurround.d.ts +2 -4
  205. package/dist/runtime/literals/ensureSurround.d.ts.map +1 -1
  206. package/dist/runtime/literals/ensureSurround.js +5 -1
  207. package/dist/runtime/literals/ensureTrailing.d.ts.map +1 -1
  208. package/dist/runtime/literals/identity.d.ts.map +1 -1
  209. package/dist/runtime/literals/ifLowercase.d.ts +3 -3
  210. package/dist/runtime/literals/ifLowercase.d.ts.map +1 -1
  211. package/dist/runtime/literals/ifLowercase.js +0 -1
  212. package/dist/runtime/literals/ifUppercase.d.ts +5 -5
  213. package/dist/runtime/literals/ifUppercase.d.ts.map +1 -1
  214. package/dist/runtime/literals/ifUppercase.js +2 -3
  215. package/dist/runtime/literals/index.d.ts +1 -0
  216. package/dist/runtime/literals/index.d.ts.map +1 -1
  217. package/dist/runtime/literals/index.js +1 -0
  218. package/dist/runtime/literals/narrow.d.ts +2 -2
  219. package/dist/runtime/literals/narrow.d.ts.map +1 -1
  220. package/dist/runtime/literals/pathJoin.d.ts +1 -1
  221. package/dist/runtime/literals/pathJoin.d.ts.map +1 -1
  222. package/dist/runtime/literals/pathJoin.js +8 -9
  223. package/dist/runtime/literals/pluralize.d.ts.map +1 -1
  224. package/dist/runtime/literals/pluralize.js +5 -5
  225. package/dist/runtime/literals/split.d.ts +2 -2
  226. package/dist/runtime/literals/split.d.ts.map +1 -1
  227. package/dist/runtime/literals/stripTrailing.d.ts +1 -1
  228. package/dist/runtime/literals/stripTrailing.d.ts.map +1 -1
  229. package/dist/runtime/literals/stripTrailing.js +8 -1
  230. package/dist/runtime/literals/toCamelCase.js +1 -1
  231. package/dist/runtime/literals/toLowercase.d.ts.map +1 -1
  232. package/dist/runtime/literals/toLowercase.js +2 -1
  233. package/dist/runtime/literals/toNumericArray.d.ts.map +1 -1
  234. package/dist/runtime/literals/toPascalCase.d.ts.map +1 -1
  235. package/dist/runtime/literals/toPascalCase.js +1 -1
  236. package/dist/runtime/literals/toSnakeCase.d.ts +2 -1
  237. package/dist/runtime/literals/toSnakeCase.d.ts.map +1 -1
  238. package/dist/runtime/literals/toUppercase.d.ts.map +1 -1
  239. package/dist/runtime/literals/toUppercase.js +2 -1
  240. package/dist/runtime/literals/truncate.d.ts +3 -0
  241. package/dist/runtime/literals/truncate.d.ts.map +1 -0
  242. package/dist/runtime/literals/truncate.js +8 -0
  243. package/dist/runtime/literals/tuple.d.ts +2 -2
  244. package/dist/runtime/literals/tuple.d.ts.map +1 -1
  245. package/dist/runtime/literals/tuple.js +1 -1
  246. package/dist/runtime/runtime-types/choices.d.ts +2 -0
  247. package/dist/runtime/runtime-types/choices.d.ts.map +1 -0
  248. package/dist/runtime/runtime-types/choices.js +76 -0
  249. package/dist/runtime/runtime-types/dict.d.ts +10 -0
  250. package/dist/runtime/runtime-types/dict.d.ts.map +1 -0
  251. package/dist/runtime/runtime-types/dict.js +11 -0
  252. package/dist/runtime/runtime-types/index.d.ts +6 -6
  253. package/dist/runtime/runtime-types/index.d.ts.map +1 -1
  254. package/dist/runtime/runtime-types/index.js +6 -7
  255. package/dist/runtime/runtime-types/ip6Prefix.d.ts +3 -0
  256. package/dist/runtime/runtime-types/ip6Prefix.d.ts.map +1 -0
  257. package/dist/runtime/runtime-types/ip6Prefix.js +17 -0
  258. package/dist/runtime/runtime-types/list.d.ts +31 -0
  259. package/dist/runtime/runtime-types/list.d.ts.map +1 -0
  260. package/dist/runtime/runtime-types/list.js +36 -0
  261. package/dist/runtime/runtime-types/parse.d.ts +25 -0
  262. package/dist/runtime/runtime-types/parse.d.ts.map +1 -0
  263. package/dist/runtime/runtime-types/parse.js +29 -0
  264. package/dist/runtime/runtime-types/rec.d.ts +3 -0
  265. package/dist/runtime/runtime-types/rec.d.ts.map +1 -0
  266. package/dist/runtime/runtime-types/rec.js +3 -0
  267. package/dist/runtime/runtime-types/shape-helpers/addToken.d.ts +7 -0
  268. package/dist/runtime/runtime-types/shape-helpers/addToken.d.ts.map +1 -0
  269. package/dist/runtime/runtime-types/shape-helpers/addToken.js +5 -0
  270. package/dist/runtime/runtime-types/shape-helpers/atomics.d.ts +7 -0
  271. package/dist/runtime/runtime-types/shape-helpers/atomics.d.ts.map +1 -0
  272. package/dist/runtime/runtime-types/shape-helpers/atomics.js +13 -0
  273. package/dist/runtime/runtime-types/shape-helpers/functions.d.ts +9 -0
  274. package/dist/runtime/runtime-types/shape-helpers/functions.d.ts.map +1 -0
  275. package/dist/runtime/runtime-types/shape-helpers/functions.js +15 -0
  276. package/dist/runtime/runtime-types/shape-helpers/getTokenData.d.ts +8 -0
  277. package/dist/runtime/runtime-types/shape-helpers/getTokenData.d.ts.map +1 -0
  278. package/dist/runtime/runtime-types/shape-helpers/getTokenData.js +11 -0
  279. package/dist/runtime/runtime-types/shape-helpers/getTokenName.d.ts +7 -0
  280. package/dist/runtime/runtime-types/shape-helpers/getTokenName.d.ts.map +1 -0
  281. package/dist/runtime/runtime-types/shape-helpers/getTokenName.js +10 -0
  282. package/dist/runtime/runtime-types/shape-helpers/literal-containers.d.ts +4 -0
  283. package/dist/runtime/runtime-types/shape-helpers/literal-containers.d.ts.map +1 -0
  284. package/dist/runtime/runtime-types/shape-helpers/literal-containers.js +9 -0
  285. package/dist/runtime/runtime-types/shape-helpers/singletons.d.ts +4 -0
  286. package/dist/runtime/runtime-types/shape-helpers/singletons.d.ts.map +1 -0
  287. package/dist/runtime/runtime-types/shape-helpers/singletons.js +32 -0
  288. package/dist/runtime/runtime-types/shape-helpers/union.d.ts +3 -0
  289. package/dist/runtime/runtime-types/shape-helpers/union.d.ts.map +1 -0
  290. package/dist/runtime/runtime-types/shape-helpers/union.js +6 -0
  291. package/dist/runtime/runtime-types/shape-helpers/wide-containers.d.ts +7 -0
  292. package/dist/runtime/runtime-types/shape-helpers/wide-containers.d.ts.map +1 -0
  293. package/dist/runtime/runtime-types/shape-helpers/wide-containers.js +19 -0
  294. package/dist/runtime/runtime-types/shape.d.ts +18 -0
  295. package/dist/runtime/runtime-types/shape.d.ts.map +1 -0
  296. package/dist/runtime/runtime-types/shape.js +71 -0
  297. package/dist/runtime/sets/uniqueKeys.d.ts.map +1 -1
  298. package/dist/runtime/sets/uniqueKeys.js +14 -9
  299. package/dist/runtime/tsconfig.tsbuildinfo +1 -1
  300. package/dist/runtime/type-conversion/asRecord.d.ts +10 -0
  301. package/dist/runtime/type-conversion/asRecord.d.ts.map +1 -0
  302. package/dist/runtime/type-conversion/asRecord.js +10 -0
  303. package/dist/runtime/type-conversion/asString.d.ts +14 -0
  304. package/dist/runtime/type-conversion/asString.d.ts.map +1 -0
  305. package/dist/runtime/type-conversion/asString.js +21 -0
  306. package/dist/runtime/type-conversion/index.d.ts +2 -0
  307. package/dist/runtime/type-conversion/index.d.ts.map +1 -1
  308. package/dist/runtime/type-conversion/index.js +2 -0
  309. package/dist/runtime/type-conversion/mergeObjects.d.ts +2 -2
  310. package/dist/runtime/type-conversion/mergeObjects.d.ts.map +1 -1
  311. package/dist/runtime/type-conversion/mergeObjects.js +4 -2
  312. package/dist/runtime/type-conversion/mergeScalars.d.ts.map +1 -1
  313. package/dist/runtime/type-conversion/mergeScalars.js +1 -1
  314. package/dist/runtime/type-conversion/union.d.ts.map +1 -1
  315. package/dist/runtime/type-guards/hasDefaultValue.d.ts.map +1 -1
  316. package/dist/runtime/type-guards/hasDefaultValue.js +1 -1
  317. package/dist/runtime/type-guards/hasErrorConditions.d.ts +4 -2
  318. package/dist/runtime/type-guards/hasErrorConditions.d.ts.map +1 -1
  319. package/dist/runtime/type-guards/hasErrorConditions.js +1 -1
  320. package/dist/runtime/type-guards/hasIndexOf.d.ts +2 -2
  321. package/dist/runtime/type-guards/hasIndexOf.d.ts.map +1 -1
  322. package/dist/runtime/type-guards/hasIndexOf.js +9 -2
  323. package/dist/runtime/type-guards/hasKeys.d.ts +15 -0
  324. package/dist/runtime/type-guards/hasKeys.d.ts.map +1 -0
  325. package/dist/runtime/type-guards/hasKeys.js +26 -0
  326. package/dist/runtime/type-guards/higher-order/endsWith.d.ts.map +1 -1
  327. package/dist/runtime/type-guards/higher-order/endsWith.js +2 -1
  328. package/dist/runtime/type-guards/higher-order/index.d.ts +1 -0
  329. package/dist/runtime/type-guards/higher-order/index.d.ts.map +1 -1
  330. package/dist/runtime/type-guards/higher-order/index.js +1 -0
  331. package/dist/runtime/type-guards/higher-order/isEqual.d.ts.map +1 -1
  332. package/dist/runtime/type-guards/higher-order/isEqual.js +1 -1
  333. package/dist/runtime/type-guards/higher-order/isLength.d.ts.map +1 -1
  334. package/dist/runtime/type-guards/higher-order/isLength.js +5 -1
  335. package/dist/runtime/type-guards/higher-order/isSameTypeOf.d.ts +2 -0
  336. package/dist/runtime/type-guards/higher-order/isSameTypeOf.d.ts.map +1 -1
  337. package/dist/runtime/type-guards/higher-order/isSameTypeOf.js +3 -2
  338. package/dist/runtime/type-guards/higher-order/isTuple.d.ts +8 -0
  339. package/dist/runtime/type-guards/higher-order/isTuple.d.ts.map +1 -0
  340. package/dist/runtime/type-guards/higher-order/isTuple.js +13 -0
  341. package/dist/runtime/type-guards/higher-order/isTypeOf.d.ts.map +1 -1
  342. package/dist/runtime/type-guards/higher-order/startsWith.d.ts +13 -2
  343. package/dist/runtime/type-guards/higher-order/startsWith.d.ts.map +1 -1
  344. package/dist/runtime/type-guards/higher-order/startsWith.js +15 -3
  345. package/dist/runtime/type-guards/index.d.ts +4 -1
  346. package/dist/runtime/type-guards/index.d.ts.map +1 -1
  347. package/dist/runtime/type-guards/index.js +4 -1
  348. package/dist/runtime/type-guards/isAlpha.d.ts.map +1 -1
  349. package/dist/runtime/type-guards/isAlpha.js +2 -1
  350. package/dist/runtime/type-guards/isConstant.d.ts.map +1 -1
  351. package/dist/runtime/type-guards/isConstant.js +3 -1
  352. package/dist/runtime/type-guards/isContainer.d.ts.map +1 -1
  353. package/dist/runtime/type-guards/isContainer.js +1 -1
  354. package/dist/runtime/type-guards/isDoneFn.d.ts +9 -0
  355. package/dist/runtime/type-guards/isDoneFn.d.ts.map +1 -0
  356. package/dist/runtime/type-guards/isDoneFn.js +10 -0
  357. package/dist/runtime/type-guards/isErrorCondition.d.ts +1 -3
  358. package/dist/runtime/type-guards/isErrorCondition.d.ts.map +1 -1
  359. package/dist/runtime/type-guards/isErrorCondition.js +7 -5
  360. package/dist/runtime/type-guards/isFalsy.d.ts.map +1 -1
  361. package/dist/runtime/type-guards/isFunction.d.ts +2 -2
  362. package/dist/runtime/type-guards/isFunction.d.ts.map +1 -1
  363. package/dist/runtime/type-guards/isIndexable.d.ts.map +1 -1
  364. package/dist/runtime/type-guards/isIndexable.js +1 -1
  365. package/dist/runtime/type-guards/isLeftRight.d.ts.map +1 -1
  366. package/dist/runtime/type-guards/isLeftRight.js +1 -2
  367. package/dist/runtime/type-guards/isNever.d.ts +8 -0
  368. package/dist/runtime/type-guards/isNever.d.ts.map +1 -0
  369. package/dist/runtime/type-guards/isNever.js +10 -0
  370. package/dist/runtime/type-guards/isNumericString.d.ts.map +1 -1
  371. package/dist/runtime/type-guards/isNumericString.js +1 -2
  372. package/dist/runtime/type-guards/isObject.d.ts +2 -2
  373. package/dist/runtime/type-guards/isObject.d.ts.map +1 -1
  374. package/dist/runtime/type-guards/isRef.d.ts +1 -1
  375. package/dist/runtime/type-guards/isRef.d.ts.map +1 -1
  376. package/dist/runtime/type-guards/isRef.js +4 -2
  377. package/dist/runtime/type-guards/isRuntimeUnion.d.ts +8 -0
  378. package/dist/runtime/type-guards/isRuntimeUnion.d.ts.map +1 -0
  379. package/dist/runtime/type-guards/isRuntimeUnion.js +8 -0
  380. package/dist/runtime/type-guards/isScalar.d.ts.map +1 -1
  381. package/dist/runtime/type-guards/isScalar.js +4 -1
  382. package/dist/runtime/type-guards/isSpecificConstant.d.ts.map +1 -1
  383. package/dist/runtime/type-guards/isSpecificConstant.js +2 -1
  384. package/dist/runtime/type-guards/isTruthy.d.ts.map +1 -1
  385. package/dist/runtime/type-guards/isTypeToken.d.ts.map +1 -1
  386. package/dist/runtime/type-guards/isTypeToken.js +2 -5
  387. package/dist/runtime/vuejs/asVueRef.d.ts +15 -0
  388. package/dist/runtime/vuejs/asVueRef.d.ts.map +1 -0
  389. package/dist/runtime/vuejs/asVueRef.js +16 -0
  390. package/dist/runtime/vuejs/index.d.ts +2 -0
  391. package/dist/runtime/vuejs/index.d.ts.map +1 -0
  392. package/dist/runtime/vuejs/index.js +1 -0
  393. package/dist/types/base-types/AnyObject.d.ts +3 -2
  394. package/dist/types/base-types/AnyObject.d.ts.map +1 -1
  395. package/dist/types/base-types/AnyObject.js +0 -1
  396. package/dist/types/base-types/Container.d.ts +7 -3
  397. package/dist/types/base-types/Container.d.ts.map +1 -1
  398. package/dist/types/base-types/Dictionary.d.ts +11 -0
  399. package/dist/types/base-types/Dictionary.d.ts.map +1 -0
  400. package/dist/types/base-types/EmptyObject.d.ts +11 -3
  401. package/dist/types/base-types/EmptyObject.d.ts.map +1 -1
  402. package/dist/types/base-types/IndexableObject.d.ts +15 -9
  403. package/dist/types/base-types/IndexableObject.d.ts.map +1 -1
  404. package/dist/types/base-types/List.d.ts +319 -0
  405. package/dist/types/base-types/List.d.ts.map +1 -0
  406. package/dist/types/base-types/NarrowObject.d.ts +5 -0
  407. package/dist/types/base-types/NarrowObject.d.ts.map +1 -1
  408. package/dist/types/base-types/NonArray.d.ts +8 -0
  409. package/dist/types/base-types/NonArray.d.ts.map +1 -0
  410. package/dist/types/base-types/Tuple.d.ts +6 -3
  411. package/dist/types/base-types/Tuple.d.ts.map +1 -1
  412. package/dist/types/base-types/fns/AnyFnWithDict.d.ts +9 -0
  413. package/dist/types/base-types/fns/AnyFnWithDict.d.ts.map +1 -0
  414. package/dist/types/base-types/fns/AnyFunction.d.ts +8 -0
  415. package/dist/types/base-types/fns/AnyFunction.d.ts.map +1 -0
  416. package/dist/types/base-types/fns/AnyFunction.js +2 -0
  417. package/dist/types/base-types/fns/FnWithDict.d.ts +2 -17
  418. package/dist/types/base-types/fns/FnWithDict.d.ts.map +1 -1
  419. package/dist/types/base-types/fns/IdentityFunction.d.ts.map +1 -0
  420. package/dist/types/base-types/fns/JustFunction.d.ts +9 -0
  421. package/dist/types/base-types/fns/JustFunction.d.ts.map +1 -0
  422. package/dist/types/base-types/fns/TypedFunction.d.ts +9 -0
  423. package/dist/types/base-types/fns/TypedFunction.d.ts.map +1 -0
  424. package/dist/types/base-types/fns/index.d.ts +5 -1
  425. package/dist/types/base-types/fns/index.d.ts.map +1 -1
  426. package/dist/types/base-types/fns/index.js +5 -1
  427. package/dist/types/base-types/functional/LeftRight.d.ts +3 -3
  428. package/dist/types/base-types/functional/LeftRight.d.ts.map +1 -1
  429. package/dist/types/base-types/index.d.ts +3 -4
  430. package/dist/types/base-types/index.d.ts.map +1 -1
  431. package/dist/types/base-types/index.js +3 -4
  432. package/dist/types/boolean-logic/branching/Default.d.ts +11 -0
  433. package/dist/types/boolean-logic/branching/Default.d.ts.map +1 -0
  434. package/dist/types/boolean-logic/branching/Fail.d.ts +21 -0
  435. package/dist/types/boolean-logic/branching/Fail.d.ts.map +1 -0
  436. package/dist/types/boolean-logic/branching/Handle.d.ts +17 -0
  437. package/dist/types/boolean-logic/branching/Handle.d.ts.map +1 -0
  438. package/dist/types/boolean-logic/branching/If.d.ts +14 -0
  439. package/dist/types/boolean-logic/branching/If.d.ts.map +1 -0
  440. package/dist/types/boolean-logic/branching/IfErrorCondition.d.ts +2 -2
  441. package/dist/types/boolean-logic/branching/IfErrorCondition.d.ts.map +1 -1
  442. package/dist/types/boolean-logic/branching/IfLength.d.ts +2 -2
  443. package/dist/types/boolean-logic/branching/IfLength.d.ts.map +1 -1
  444. package/dist/types/boolean-logic/branching/IfNever.d.ts +1 -1
  445. package/dist/types/boolean-logic/branching/IfNever.d.ts.map +1 -1
  446. package/dist/types/boolean-logic/branching/Iff.d.ts +24 -0
  447. package/dist/types/boolean-logic/branching/Iff.d.ts.map +1 -0
  448. package/dist/types/boolean-logic/branching/Passthrough.d.ts +11 -0
  449. package/dist/types/boolean-logic/branching/Passthrough.d.ts.map +1 -0
  450. package/dist/types/boolean-logic/branching/index.d.ts +6 -63
  451. package/dist/types/boolean-logic/branching/index.d.ts.map +1 -1
  452. package/dist/types/boolean-logic/branching/index.js +6 -63
  453. package/dist/types/boolean-logic/combinators/And.d.ts +4 -8
  454. package/dist/types/boolean-logic/combinators/And.d.ts.map +1 -1
  455. package/dist/types/boolean-logic/combinators/Compare.d.ts +47 -0
  456. package/dist/types/boolean-logic/combinators/Compare.d.ts.map +1 -0
  457. package/dist/types/boolean-logic/combinators/Not.d.ts +7 -6
  458. package/dist/types/boolean-logic/combinators/Not.d.ts.map +1 -1
  459. package/dist/types/boolean-logic/combinators/Or.d.ts +16 -5
  460. package/dist/types/boolean-logic/combinators/Or.d.ts.map +1 -1
  461. package/dist/types/boolean-logic/combinators/index.d.ts +1 -0
  462. package/dist/types/boolean-logic/combinators/index.d.ts.map +1 -1
  463. package/dist/types/boolean-logic/combinators/index.js +1 -0
  464. package/dist/types/boolean-logic/narrowing/As.d.ts +7 -0
  465. package/dist/types/boolean-logic/narrowing/As.d.ts.map +1 -0
  466. package/dist/types/boolean-logic/narrowing/AsDoneFn.d.ts +12 -0
  467. package/dist/types/boolean-logic/narrowing/AsDoneFn.d.ts.map +1 -0
  468. package/dist/types/boolean-logic/narrowing/AsIndexOf.d.ts +2 -6
  469. package/dist/types/boolean-logic/narrowing/AsIndexOf.d.ts.map +1 -1
  470. package/dist/types/boolean-logic/narrowing/AsSomething.d.ts +20 -0
  471. package/dist/types/boolean-logic/narrowing/AsSomething.d.ts.map +1 -0
  472. package/dist/types/boolean-logic/narrowing/index.d.ts +3 -0
  473. package/dist/types/boolean-logic/narrowing/index.d.ts.map +1 -1
  474. package/dist/types/boolean-logic/narrowing/index.js +3 -0
  475. package/dist/types/boolean-logic/operators/AllExtend.d.ts +2 -2
  476. package/dist/types/boolean-logic/operators/AllExtend.d.ts.map +1 -1
  477. package/dist/types/boolean-logic/operators/AllLiteral.d.ts +4 -4
  478. package/dist/types/boolean-logic/operators/AllLiteral.d.ts.map +1 -1
  479. package/dist/types/boolean-logic/operators/AllNumericLiterals.d.ts +12 -0
  480. package/dist/types/boolean-logic/operators/AllNumericLiterals.d.ts.map +1 -0
  481. package/dist/types/boolean-logic/operators/AllStringLiterals.d.ts +12 -0
  482. package/dist/types/boolean-logic/operators/AllStringLiterals.d.ts.map +1 -0
  483. package/dist/types/boolean-logic/operators/AreSameLength.d.ts +9 -0
  484. package/dist/types/boolean-logic/operators/AreSameLength.d.ts.map +1 -0
  485. package/dist/types/boolean-logic/operators/AreSameType.d.ts +18 -0
  486. package/dist/types/boolean-logic/operators/AreSameType.d.ts.map +1 -0
  487. package/dist/types/boolean-logic/operators/Contains.d.ts +19 -4
  488. package/dist/types/boolean-logic/operators/Contains.d.ts.map +1 -1
  489. package/dist/types/boolean-logic/operators/DoesExtend.d.ts +2 -1
  490. package/dist/types/boolean-logic/operators/DoesExtend.d.ts.map +1 -1
  491. package/dist/types/boolean-logic/operators/EndsWith.d.ts +16 -15
  492. package/dist/types/boolean-logic/operators/EndsWith.d.ts.map +1 -1
  493. package/dist/types/boolean-logic/operators/Extends.d.ts +9 -0
  494. package/dist/types/boolean-logic/operators/Extends.d.ts.map +1 -0
  495. package/dist/types/boolean-logic/operators/HasCharacters.d.ts +14 -9
  496. package/dist/types/boolean-logic/operators/HasCharacters.d.ts.map +1 -1
  497. package/dist/types/boolean-logic/operators/HasIndex.d.ts +9 -0
  498. package/dist/types/boolean-logic/operators/HasIndex.d.ts.map +1 -0
  499. package/dist/types/boolean-logic/operators/HasOtherCharacters.d.ts +16 -0
  500. package/dist/types/boolean-logic/operators/HasOtherCharacters.d.ts.map +1 -0
  501. package/dist/types/boolean-logic/operators/HasParameters.d.ts +2 -2
  502. package/dist/types/boolean-logic/operators/HasParameters.d.ts.map +1 -1
  503. package/dist/types/boolean-logic/operators/HasProp.d.ts +11 -0
  504. package/dist/types/boolean-logic/operators/HasProp.d.ts.map +1 -0
  505. package/dist/types/boolean-logic/operators/HasRequiredProps.d.ts +10 -0
  506. package/dist/types/boolean-logic/operators/HasRequiredProps.d.ts.map +1 -0
  507. package/dist/types/boolean-logic/operators/HasSameKeys.d.ts +13 -0
  508. package/dist/types/boolean-logic/operators/HasSameKeys.d.ts.map +1 -0
  509. package/dist/types/boolean-logic/operators/HasSameValues.d.ts +8 -4
  510. package/dist/types/boolean-logic/operators/HasSameValues.d.ts.map +1 -1
  511. package/dist/types/boolean-logic/operators/HasUnionType.d.ts +2 -2
  512. package/dist/types/boolean-logic/operators/HasUnionType.d.ts.map +1 -1
  513. package/dist/types/boolean-logic/operators/HasWideValues.d.ts +2 -2
  514. package/dist/types/boolean-logic/operators/HasWideValues.d.ts.map +1 -1
  515. package/dist/types/boolean-logic/operators/IsAllLowercase.d.ts +2 -2
  516. package/dist/types/boolean-logic/operators/IsAllLowercase.d.ts.map +1 -1
  517. package/dist/types/boolean-logic/operators/IsAny.d.ts +2 -2
  518. package/dist/types/boolean-logic/operators/IsAny.d.ts.map +1 -1
  519. package/dist/types/boolean-logic/operators/IsBooleanLiteral.d.ts +2 -2
  520. package/dist/types/boolean-logic/operators/IsBooleanLiteral.d.ts.map +1 -1
  521. package/dist/types/boolean-logic/operators/IsContainer.d.ts +2 -4
  522. package/dist/types/boolean-logic/operators/IsContainer.d.ts.map +1 -1
  523. package/dist/types/boolean-logic/operators/IsDotPath.d.ts +5 -3
  524. package/dist/types/boolean-logic/operators/IsDotPath.d.ts.map +1 -1
  525. package/dist/types/boolean-logic/operators/IsEmptyObject.d.ts +3 -2
  526. package/dist/types/boolean-logic/operators/IsEmptyObject.d.ts.map +1 -1
  527. package/dist/types/boolean-logic/operators/IsEqual.d.ts +1 -1
  528. package/dist/types/boolean-logic/operators/IsEqual.d.ts.map +1 -1
  529. package/dist/types/boolean-logic/operators/IsErrorCondition.d.ts +2 -2
  530. package/dist/types/boolean-logic/operators/IsErrorCondition.d.ts.map +1 -1
  531. package/dist/types/boolean-logic/operators/IsFalsy.d.ts +7 -2
  532. package/dist/types/boolean-logic/operators/IsFalsy.d.ts.map +1 -1
  533. package/dist/types/boolean-logic/operators/IsFloat.d.ts +13 -0
  534. package/dist/types/boolean-logic/operators/IsFloat.d.ts.map +1 -0
  535. package/dist/types/boolean-logic/operators/IsFnWithParams.d.ts +3 -3
  536. package/dist/types/boolean-logic/operators/IsFnWithParams.d.ts.map +1 -1
  537. package/dist/types/boolean-logic/operators/IsFunction.d.ts.map +1 -1
  538. package/dist/types/boolean-logic/operators/IsGreaterThan.d.ts +6 -2
  539. package/dist/types/boolean-logic/operators/IsGreaterThan.d.ts.map +1 -1
  540. package/dist/types/boolean-logic/operators/IsHexadecimal.d.ts +9 -0
  541. package/dist/types/boolean-logic/operators/IsHexadecimal.d.ts.map +1 -0
  542. package/dist/types/boolean-logic/operators/IsInteger.d.ts +9 -0
  543. package/dist/types/boolean-logic/operators/IsInteger.d.ts.map +1 -0
  544. package/dist/types/boolean-logic/operators/IsIterable.d.ts +10 -0
  545. package/dist/types/boolean-logic/operators/IsIterable.d.ts.map +1 -0
  546. package/dist/types/boolean-logic/operators/IsLiteral.d.ts +14 -27
  547. package/dist/types/boolean-logic/operators/IsLiteral.d.ts.map +1 -1
  548. package/dist/types/boolean-logic/operators/IsLiteralFn.d.ts +16 -0
  549. package/dist/types/boolean-logic/operators/IsLiteralFn.d.ts.map +1 -0
  550. package/dist/types/boolean-logic/operators/IsLiteralUnion.d.ts +13 -0
  551. package/dist/types/boolean-logic/operators/IsLiteralUnion.d.ts.map +1 -0
  552. package/dist/types/boolean-logic/operators/IsNarrowingFn.d.ts +12 -0
  553. package/dist/types/boolean-logic/operators/IsNarrowingFn.d.ts.map +1 -0
  554. package/dist/types/boolean-logic/operators/IsNegativeNumber.d.ts +4 -2
  555. package/dist/types/boolean-logic/operators/IsNegativeNumber.d.ts.map +1 -1
  556. package/dist/types/boolean-logic/operators/IsNonLiteralUnion.d.ts +13 -0
  557. package/dist/types/boolean-logic/operators/IsNonLiteralUnion.d.ts.map +1 -0
  558. package/dist/types/boolean-logic/operators/IsNothing.d.ts +9 -0
  559. package/dist/types/boolean-logic/operators/IsNothing.d.ts.map +1 -0
  560. package/dist/types/boolean-logic/operators/IsNull.d.ts +5 -1
  561. package/dist/types/boolean-logic/operators/IsNull.d.ts.map +1 -1
  562. package/dist/types/boolean-logic/operators/IsNumber.d.ts +2 -1
  563. package/dist/types/boolean-logic/operators/IsNumber.d.ts.map +1 -1
  564. package/dist/types/boolean-logic/operators/IsObject.d.ts +4 -4
  565. package/dist/types/boolean-logic/operators/IsObject.d.ts.map +1 -1
  566. package/dist/types/boolean-logic/operators/IsObjectLiteral.d.ts +7 -4
  567. package/dist/types/boolean-logic/operators/IsObjectLiteral.d.ts.map +1 -1
  568. package/dist/types/boolean-logic/operators/IsOptionalScalar.d.ts +4 -5
  569. package/dist/types/boolean-logic/operators/IsOptionalScalar.d.ts.map +1 -1
  570. package/dist/types/boolean-logic/operators/IsReadonlyObject.d.ts +2 -2
  571. package/dist/types/boolean-logic/operators/IsReadonlyObject.d.ts.map +1 -1
  572. package/dist/types/boolean-logic/operators/IsScalar.d.ts +2 -8
  573. package/dist/types/boolean-logic/operators/IsScalar.d.ts.map +1 -1
  574. package/dist/types/boolean-logic/operators/IsSingleChar.d.ts +8 -0
  575. package/dist/types/boolean-logic/operators/IsSingleChar.d.ts.map +1 -0
  576. package/dist/types/boolean-logic/operators/IsSingularNoun.d.ts +2 -2
  577. package/dist/types/boolean-logic/operators/IsSingularNoun.d.ts.map +1 -1
  578. package/dist/types/boolean-logic/operators/IsString.d.ts +2 -1
  579. package/dist/types/boolean-logic/operators/IsString.d.ts.map +1 -1
  580. package/dist/types/boolean-logic/operators/IsStringLiteral.d.ts +2 -4
  581. package/dist/types/boolean-logic/operators/IsStringLiteral.d.ts.map +1 -1
  582. package/dist/types/boolean-logic/operators/IsTrue.d.ts +4 -2
  583. package/dist/types/boolean-logic/operators/IsTrue.d.ts.map +1 -1
  584. package/dist/types/boolean-logic/operators/IsTruthy.d.ts +5 -3
  585. package/dist/types/boolean-logic/operators/IsTruthy.d.ts.map +1 -1
  586. package/dist/types/boolean-logic/operators/IsTuple.d.ts +4 -2
  587. package/dist/types/boolean-logic/operators/IsTuple.d.ts.map +1 -1
  588. package/dist/types/boolean-logic/operators/IsUnion.d.ts +2 -2
  589. package/dist/types/boolean-logic/operators/IsUnion.d.ts.map +1 -1
  590. package/dist/types/boolean-logic/operators/IsValidDotPath.d.ts +11 -16
  591. package/dist/types/boolean-logic/operators/IsValidDotPath.d.ts.map +1 -1
  592. package/dist/types/boolean-logic/operators/IsValidIndex.d.ts +11 -0
  593. package/dist/types/boolean-logic/operators/IsValidIndex.d.ts.map +1 -0
  594. package/dist/types/boolean-logic/operators/IsVueRef.d.ts +14 -0
  595. package/dist/types/boolean-logic/operators/IsVueRef.d.ts.map +1 -0
  596. package/dist/types/boolean-logic/operators/IsWideType.d.ts +47 -4
  597. package/dist/types/boolean-logic/operators/IsWideType.d.ts.map +1 -1
  598. package/dist/types/boolean-logic/operators/IsWideUnion.d.ts +15 -0
  599. package/dist/types/boolean-logic/operators/IsWideUnion.d.ts.map +1 -0
  600. package/dist/types/boolean-logic/operators/NotLength.d.ts +2 -2
  601. package/dist/types/boolean-logic/operators/NotLength.d.ts.map +1 -1
  602. package/dist/types/boolean-logic/operators/Returns.d.ts +2 -2
  603. package/dist/types/boolean-logic/operators/Returns.d.ts.map +1 -1
  604. package/dist/types/boolean-logic/operators/ReturnsBoolean.d.ts +2 -2
  605. package/dist/types/boolean-logic/operators/ReturnsBoolean.d.ts.map +1 -1
  606. package/dist/types/boolean-logic/operators/ReturnsFalse.d.ts +2 -2
  607. package/dist/types/boolean-logic/operators/ReturnsFalse.d.ts.map +1 -1
  608. package/dist/types/boolean-logic/operators/ReturnsTrue.d.ts +2 -2
  609. package/dist/types/boolean-logic/operators/ReturnsTrue.d.ts.map +1 -1
  610. package/dist/types/boolean-logic/operators/SomeEqual.d.ts +2 -2
  611. package/dist/types/boolean-logic/operators/SomeEqual.d.ts.map +1 -1
  612. package/dist/types/boolean-logic/operators/SomeExtend.d.ts +2 -2
  613. package/dist/types/boolean-logic/operators/SomeExtend.d.ts.map +1 -1
  614. package/dist/types/boolean-logic/operators/StartsWith.d.ts +20 -7
  615. package/dist/types/boolean-logic/operators/StartsWith.d.ts.map +1 -1
  616. package/dist/types/boolean-logic/operators/Validate.d.ts +20 -0
  617. package/dist/types/boolean-logic/operators/Validate.d.ts.map +1 -0
  618. package/dist/types/boolean-logic/operators/index.d.ts +24 -11
  619. package/dist/types/boolean-logic/operators/index.d.ts.map +1 -1
  620. package/dist/types/boolean-logic/operators/index.js +24 -11
  621. package/dist/types/classes/Constructor.d.ts +1 -1
  622. package/dist/types/classes/Constructor.d.ts.map +1 -1
  623. package/dist/types/classes/KlassMeta.d.ts +21 -0
  624. package/dist/types/classes/KlassMeta.d.ts.map +1 -0
  625. package/dist/types/classes/index.d.ts +1 -0
  626. package/dist/types/classes/index.d.ts.map +1 -1
  627. package/dist/types/classes/index.js +1 -0
  628. package/dist/types/containers/IsEmptyContainer.d.ts +11 -0
  629. package/dist/types/containers/IsEmptyContainer.d.ts.map +1 -0
  630. package/dist/types/containers/IsNonEmptyContainer.d.ts +12 -0
  631. package/dist/types/containers/IsNonEmptyContainer.d.ts.map +1 -0
  632. package/dist/types/containers/RemoveMarked.d.ts +13 -0
  633. package/dist/types/containers/RemoveMarked.d.ts.map +1 -0
  634. package/dist/types/containers/RemoveNever.d.ts +18 -0
  635. package/dist/types/containers/RemoveNever.d.ts.map +1 -0
  636. package/dist/types/containers/RemoveUndefined.d.ts +17 -0
  637. package/dist/types/containers/RemoveUndefined.d.ts.map +1 -0
  638. package/dist/types/containers/index.d.ts +5 -3
  639. package/dist/types/containers/index.d.ts.map +1 -1
  640. package/dist/types/containers/index.js +5 -3
  641. package/dist/types/dictionary/AddKeyValue.d.ts +2 -2
  642. package/dist/types/dictionary/AddKeyValue.d.ts.map +1 -1
  643. package/dist/types/dictionary/CombinedKeys.d.ts +4 -6
  644. package/dist/types/dictionary/CombinedKeys.d.ts.map +1 -1
  645. package/dist/types/dictionary/CreateKV.d.ts +15 -0
  646. package/dist/types/dictionary/CreateKV.d.ts.map +1 -0
  647. package/dist/types/dictionary/CreateLookup.d.ts +13 -0
  648. package/dist/types/dictionary/CreateLookup.d.ts.map +1 -0
  649. package/dist/types/dictionary/EnsureKeys.d.ts +19 -0
  650. package/dist/types/dictionary/EnsureKeys.d.ts.map +1 -0
  651. package/dist/types/dictionary/FromMaybeRef.d.ts +2 -2
  652. package/dist/types/dictionary/FromMaybeRef.d.ts.map +1 -1
  653. package/dist/types/dictionary/Get.d.ts +4 -25
  654. package/dist/types/dictionary/Get.d.ts.map +1 -1
  655. package/dist/types/dictionary/Get.js +0 -1
  656. package/dist/types/dictionary/Keys.d.ts +8 -2
  657. package/dist/types/dictionary/Keys.d.ts.map +1 -1
  658. package/dist/types/dictionary/KeysWithValue.d.ts +5 -5
  659. package/dist/types/dictionary/KeysWithValue.d.ts.map +1 -1
  660. package/dist/types/dictionary/KvFn.d.ts +15 -0
  661. package/dist/types/dictionary/KvFn.d.ts.map +1 -0
  662. package/dist/types/dictionary/MakeKeysOptional.d.ts +15 -0
  663. package/dist/types/dictionary/MakeKeysOptional.d.ts.map +1 -0
  664. package/dist/types/dictionary/MakePropsMutable.d.ts +1 -1
  665. package/dist/types/dictionary/MakePropsMutable.d.ts.map +1 -1
  666. package/dist/types/dictionary/MapTo.d.ts +2 -2
  667. package/dist/types/dictionary/MapTo.d.ts.map +1 -1
  668. package/dist/types/dictionary/MergeKVs.d.ts +20 -0
  669. package/dist/types/dictionary/MergeKVs.d.ts.map +1 -0
  670. package/dist/types/dictionary/MutableProps.d.ts +2 -2
  671. package/dist/types/dictionary/MutableProps.d.ts.map +1 -1
  672. package/dist/types/dictionary/OptionalProps.d.ts +2 -2
  673. package/dist/types/dictionary/OptionalProps.d.ts.map +1 -1
  674. package/dist/types/dictionary/RemoveIndexKeys.d.ts +3 -2
  675. package/dist/types/dictionary/RemoveIndexKeys.d.ts.map +1 -1
  676. package/dist/types/dictionary/SharedKeys.d.ts +3 -3
  677. package/dist/types/dictionary/SharedKeys.d.ts.map +1 -1
  678. package/dist/types/dictionary/TakeProp.d.ts +9 -0
  679. package/dist/types/dictionary/TakeProp.d.ts.map +1 -0
  680. package/dist/types/dictionary/UpsertKeyValue.d.ts +4 -2
  681. package/dist/types/dictionary/UpsertKeyValue.d.ts.map +1 -1
  682. package/dist/types/dictionary/Values.d.ts +18 -0
  683. package/dist/types/dictionary/Values.d.ts.map +1 -0
  684. package/dist/types/dictionary/WithKeys.d.ts +3 -2
  685. package/dist/types/dictionary/WithKeys.d.ts.map +1 -1
  686. package/dist/types/dictionary/WithValue.d.ts +8 -3
  687. package/dist/types/dictionary/WithValue.d.ts.map +1 -1
  688. package/dist/types/dictionary/WithoutKeys.d.ts +4 -2
  689. package/dist/types/dictionary/WithoutKeys.d.ts.map +1 -1
  690. package/dist/types/dictionary/index.d.ts +8 -2
  691. package/dist/types/dictionary/index.d.ts.map +1 -1
  692. package/dist/types/dictionary/index.js +8 -2
  693. package/dist/types/errors/AsError.d.ts +6 -21
  694. package/dist/types/errors/AsError.d.ts.map +1 -1
  695. package/dist/types/errors/CompleteError.d.ts +22 -0
  696. package/dist/types/errors/CompleteError.d.ts.map +1 -0
  697. package/dist/types/errors/ErrorCondition.d.ts +70 -33
  698. package/dist/types/errors/ErrorCondition.d.ts.map +1 -1
  699. package/dist/types/errors/KindError.d.ts +39 -0
  700. package/dist/types/errors/KindError.d.ts.map +1 -0
  701. package/dist/types/errors/MapError.d.ts +15 -0
  702. package/dist/types/errors/MapError.d.ts.map +1 -0
  703. package/dist/types/errors/PartialError.d.ts +19 -0
  704. package/dist/types/errors/PartialError.d.ts.map +1 -0
  705. package/dist/types/errors/ProxyError.d.ts +22 -0
  706. package/dist/types/errors/ProxyError.d.ts.map +1 -0
  707. package/dist/types/errors/StackTrace.d.ts +13 -0
  708. package/dist/types/errors/StackTrace.d.ts.map +1 -0
  709. package/dist/types/errors/Throw.d.ts +21 -0
  710. package/dist/types/errors/Throw.d.ts.map +1 -0
  711. package/dist/types/errors/index.d.ts +7 -1
  712. package/dist/types/errors/index.d.ts.map +1 -1
  713. package/dist/types/errors/index.js +7 -1
  714. package/dist/types/functional/Option.d.ts +1 -0
  715. package/dist/types/functional/Option.d.ts.map +1 -0
  716. package/dist/types/functional/Result.d.ts +238 -0
  717. package/dist/types/functional/Result.d.ts.map +1 -0
  718. package/dist/types/functional/Result.js +2 -0
  719. package/dist/types/functional/index.d.ts +1 -0
  720. package/dist/types/functional/index.d.ts.map +1 -1
  721. package/dist/types/functional/index.js +1 -0
  722. package/dist/types/functions/AsFnMeta.d.ts +3 -4
  723. package/dist/types/functions/AsFnMeta.d.ts.map +1 -1
  724. package/dist/types/functions/Fn.d.ts +9 -0
  725. package/dist/types/functions/Fn.d.ts.map +1 -0
  726. package/dist/types/functions/FnFrom.d.ts +3 -0
  727. package/dist/types/functions/FnFrom.d.ts.map +1 -0
  728. package/dist/types/functions/FnMeta.d.ts +6 -2
  729. package/dist/types/functions/FnMeta.d.ts.map +1 -1
  730. package/dist/types/functions/FnProps.d.ts +4 -2
  731. package/dist/types/functions/FnProps.d.ts.map +1 -1
  732. package/dist/types/functions/HandleDoneFn.d.ts +12 -0
  733. package/dist/types/functions/HandleDoneFn.d.ts.map +1 -0
  734. package/dist/types/functions/IdentityFn.d.ts +11 -0
  735. package/dist/types/functions/IdentityFn.d.ts.map +1 -0
  736. package/dist/types/functions/LiteralFn.d.ts +20 -0
  737. package/dist/types/functions/LiteralFn.d.ts.map +1 -0
  738. package/dist/types/functions/LogicFunction.d.ts +1 -1
  739. package/dist/types/functions/LogicFunction.d.ts.map +1 -1
  740. package/dist/types/functions/NarrowingFn.d.ts +32 -0
  741. package/dist/types/functions/NarrowingFn.d.ts.map +1 -0
  742. package/dist/types/functions/OnlyFnProps.d.ts +9 -0
  743. package/dist/types/functions/OnlyFnProps.d.ts.map +1 -0
  744. package/dist/types/functions/RemoveFnProps.d.ts.map +1 -1
  745. package/dist/types/functions/ToFn.d.ts +2 -2
  746. package/dist/types/functions/ToFn.d.ts.map +1 -1
  747. package/dist/types/functions/TypeGuard.d.ts +1 -1
  748. package/dist/types/functions/TypeGuard.d.ts.map +1 -1
  749. package/dist/types/functions/index.d.ts +6 -0
  750. package/dist/types/functions/index.d.ts.map +1 -1
  751. package/dist/types/functions/index.js +6 -0
  752. package/dist/types/lists/ArrayElementType.d.ts +2 -2
  753. package/dist/types/lists/ArrayElementType.d.ts.map +1 -1
  754. package/dist/types/lists/AsArray.d.ts +2 -2
  755. package/dist/types/lists/AsArray.d.ts.map +1 -1
  756. package/dist/types/lists/AsTuple.d.ts +2 -2
  757. package/dist/types/lists/AsTuple.d.ts.map +1 -1
  758. package/dist/types/lists/BeforeLast.d.ts +10 -3
  759. package/dist/types/lists/BeforeLast.d.ts.map +1 -1
  760. package/dist/types/lists/Filter.d.ts +19 -8
  761. package/dist/types/lists/Filter.d.ts.map +1 -1
  762. package/dist/types/lists/FilterLiterals.d.ts +19 -0
  763. package/dist/types/lists/FilterLiterals.d.ts.map +1 -0
  764. package/dist/types/lists/FilterWideTypes.d.ts +18 -0
  765. package/dist/types/lists/FilterWideTypes.d.ts.map +1 -0
  766. package/dist/types/lists/Find.d.ts +3 -3
  767. package/dist/types/lists/Find.d.ts.map +1 -1
  768. package/dist/types/lists/First.d.ts +7 -3
  769. package/dist/types/lists/First.d.ts.map +1 -1
  770. package/dist/types/lists/Flatten.d.ts +31 -8
  771. package/dist/types/lists/Flatten.d.ts.map +1 -1
  772. package/dist/types/lists/GetEach.d.ts +10 -9
  773. package/dist/types/lists/GetEach.d.ts.map +1 -1
  774. package/dist/types/lists/IndexOf.d.ts +47 -10
  775. package/dist/types/lists/IndexOf.d.ts.map +1 -1
  776. package/dist/types/lists/Last.d.ts +5 -3
  777. package/dist/types/lists/Last.d.ts.map +1 -1
  778. package/dist/types/lists/Length.d.ts +13 -2
  779. package/dist/types/lists/Length.d.ts.map +1 -1
  780. package/dist/types/lists/LogicalReturns.d.ts +6 -13
  781. package/dist/types/lists/LogicalReturns.d.ts.map +1 -1
  782. package/dist/types/lists/NumericKeys.d.ts +4 -3
  783. package/dist/types/lists/NumericKeys.d.ts.map +1 -1
  784. package/dist/types/lists/Pop.d.ts +2 -2
  785. package/dist/types/lists/Pop.d.ts.map +1 -1
  786. package/dist/types/lists/Push.d.ts +15 -0
  787. package/dist/types/lists/Push.d.ts.map +1 -0
  788. package/dist/types/lists/Retain.d.ts +13 -7
  789. package/dist/types/lists/Retain.d.ts.map +1 -1
  790. package/dist/types/lists/RetainLiterals.d.ts +20 -0
  791. package/dist/types/lists/RetainLiterals.d.ts.map +1 -0
  792. package/dist/types/lists/RetainWideTypes.d.ts +21 -0
  793. package/dist/types/lists/RetainWideTypes.d.ts.map +1 -0
  794. package/dist/types/lists/ReturnTypes.d.ts +2 -2
  795. package/dist/types/lists/ReturnTypes.d.ts.map +1 -1
  796. package/dist/types/lists/Reverse.d.ts +4 -1
  797. package/dist/types/lists/Reverse.d.ts.map +1 -1
  798. package/dist/types/lists/Second.d.ts +13 -0
  799. package/dist/types/lists/Second.d.ts.map +1 -0
  800. package/dist/types/lists/Shift.d.ts +2 -2
  801. package/dist/types/lists/Shift.d.ts.map +1 -1
  802. package/dist/types/lists/Slice.d.ts +2 -2
  803. package/dist/types/lists/Slice.d.ts.map +1 -1
  804. package/dist/types/lists/TruthyReturns.d.ts +2 -2
  805. package/dist/types/lists/TruthyReturns.d.ts.map +1 -1
  806. package/dist/types/lists/index.d.ts +7 -1
  807. package/dist/types/lists/index.d.ts.map +1 -1
  808. package/dist/types/lists/index.js +7 -1
  809. package/dist/types/literals/Box.d.ts +2 -2
  810. package/dist/types/literals/Box.d.ts.map +1 -1
  811. package/dist/types/literals/Choices.d.ts +102 -0
  812. package/dist/types/literals/Choices.d.ts.map +1 -0
  813. package/dist/types/literals/DoneFnTuple.d.ts +28 -0
  814. package/dist/types/literals/DoneFnTuple.d.ts.map +1 -0
  815. package/dist/types/literals/ExpandRecursively.d.ts +13 -6
  816. package/dist/types/literals/ExpandRecursively.d.ts.map +1 -1
  817. package/dist/types/literals/FromDefn.d.ts +55 -0
  818. package/dist/types/literals/FromDefn.d.ts.map +1 -0
  819. package/dist/types/literals/FromTokenNames.d.ts +19 -0
  820. package/dist/types/literals/FromTokenNames.d.ts.map +1 -0
  821. package/dist/types/literals/Narrow.d.ts +10 -0
  822. package/dist/types/literals/Narrow.d.ts.map +1 -0
  823. package/dist/types/literals/RuntimeUnion.d.ts +14 -0
  824. package/dist/types/literals/RuntimeUnion.d.ts.map +1 -0
  825. package/dist/types/literals/Shape.d.ts +222 -0
  826. package/dist/types/literals/Shape.d.ts.map +1 -0
  827. package/dist/types/literals/VueComputedRef.d.ts +35 -0
  828. package/dist/types/literals/VueComputedRef.d.ts.map +1 -0
  829. package/dist/types/literals/VueComputedRef.js +11 -0
  830. package/dist/types/literals/VueRef.d.ts +13 -2
  831. package/dist/types/literals/VueRef.d.ts.map +1 -1
  832. package/dist/types/literals/index.d.ts +8 -0
  833. package/dist/types/literals/index.d.ts.map +1 -1
  834. package/dist/types/literals/index.js +8 -0
  835. package/dist/types/numeric-literals/Abs.d.ts +4 -4
  836. package/dist/types/numeric-literals/Abs.d.ts.map +1 -1
  837. package/dist/types/numeric-literals/AbsMaybe.d.ts +2 -2
  838. package/dist/types/numeric-literals/AbsMaybe.d.ts.map +1 -1
  839. package/dist/types/numeric-literals/Add.d.ts +12 -16
  840. package/dist/types/numeric-literals/Add.d.ts.map +1 -1
  841. package/dist/types/numeric-literals/AsNumberWhenPossible.d.ts +3 -3
  842. package/dist/types/numeric-literals/AsNumberWhenPossible.d.ts.map +1 -1
  843. package/dist/types/numeric-literals/Decrement.d.ts +2 -2
  844. package/dist/types/numeric-literals/Decrement.d.ts.map +1 -1
  845. package/dist/types/numeric-literals/Digitize.d.ts +10 -3
  846. package/dist/types/numeric-literals/Digitize.d.ts.map +1 -1
  847. package/dist/types/numeric-literals/Increment.d.ts +2 -2
  848. package/dist/types/numeric-literals/Increment.d.ts.map +1 -1
  849. package/dist/types/numeric-literals/Negative.d.ts +2 -2
  850. package/dist/types/numeric-literals/Negative.d.ts.map +1 -1
  851. package/dist/types/numeric-literals/NextDigit.d.ts +2 -2
  852. package/dist/types/numeric-literals/NextDigit.d.ts.map +1 -1
  853. package/dist/types/numeric-literals/PriorDigit.d.ts +2 -2
  854. package/dist/types/numeric-literals/Subtract.d.ts +3 -3
  855. package/dist/types/numeric-literals/Subtract.d.ts.map +1 -1
  856. package/dist/types/numeric-literals/ToInteger.d.ts +2 -2
  857. package/dist/types/numeric-literals/ToInteger.d.ts.map +1 -1
  858. package/dist/types/numeric-literals/ToNumericArray.d.ts +6 -6
  859. package/dist/types/numeric-literals/ToNumericArray.d.ts.map +1 -1
  860. package/dist/types/numeric-literals/ValueCallback.d.ts +87 -0
  861. package/dist/types/numeric-literals/ValueCallback.d.ts.map +1 -1
  862. package/dist/types/numeric-literals/index.d.ts +0 -2
  863. package/dist/types/numeric-literals/index.d.ts.map +1 -1
  864. package/dist/types/numeric-literals/index.js +0 -2
  865. package/dist/types/runtime-types/DescribeType.d.ts +31 -23
  866. package/dist/types/runtime-types/DescribeType.d.ts.map +1 -1
  867. package/dist/types/runtime-types/DescribeType.js +1 -0
  868. package/dist/types/runtime-types/Dict.d.ts +24 -0
  869. package/dist/types/runtime-types/Dict.d.ts.map +1 -0
  870. package/dist/types/runtime-types/Dict.js +2 -0
  871. package/dist/types/runtime-types/FromLiteralTokens.d.ts +3 -3
  872. package/dist/types/runtime-types/FromLiteralTokens.d.ts.map +1 -1
  873. package/dist/types/runtime-types/Rec.d.ts +15 -0
  874. package/dist/types/runtime-types/Rec.d.ts.map +1 -0
  875. package/dist/types/runtime-types/Rec.js +2 -0
  876. package/dist/types/runtime-types/TokenizeStringLiteral.d.ts +3 -3
  877. package/dist/types/runtime-types/TokenizeStringLiteral.d.ts.map +1 -1
  878. package/dist/types/runtime-types/Type.d.ts +12 -12
  879. package/dist/types/runtime-types/Type.d.ts.map +1 -1
  880. package/dist/types/runtime-types/TypeOf.d.ts +1 -1
  881. package/dist/types/runtime-types/TypeOf.d.ts.map +1 -1
  882. package/dist/types/runtime-types/TypeToken.d.ts +61 -26
  883. package/dist/types/runtime-types/TypeToken.d.ts.map +1 -1
  884. package/dist/types/runtime-types/index.d.ts +1 -2
  885. package/dist/types/runtime-types/index.d.ts.map +1 -1
  886. package/dist/types/runtime-types/index.js +1 -2
  887. package/dist/types/sets/IntersectingKeys.d.ts +5 -3
  888. package/dist/types/sets/IntersectingKeys.d.ts.map +1 -1
  889. package/dist/types/sets/Intersection.d.ts +43 -21
  890. package/dist/types/sets/Intersection.d.ts.map +1 -1
  891. package/dist/types/sets/Relate.d.ts.map +1 -1
  892. package/dist/types/sets/Unique.d.ts +18 -33
  893. package/dist/types/sets/Unique.d.ts.map +1 -1
  894. package/dist/types/sets/index.d.ts +0 -3
  895. package/dist/types/sets/index.d.ts.map +1 -1
  896. package/dist/types/sets/index.js +0 -3
  897. package/dist/types/string-literals/{RemainingChars.d.ts → AfterFirstChar.d.ts} +4 -4
  898. package/dist/types/string-literals/AfterFirstChar.d.ts.map +1 -0
  899. package/dist/types/string-literals/Chars.d.ts +7 -2
  900. package/dist/types/string-literals/Chars.d.ts.map +1 -1
  901. package/dist/types/string-literals/Concat.d.ts +3 -3
  902. package/dist/types/string-literals/Concat.d.ts.map +1 -1
  903. package/dist/types/string-literals/Date.d.ts +7 -12
  904. package/dist/types/string-literals/Date.d.ts.map +1 -1
  905. package/dist/types/string-literals/DateTime.d.ts +12 -5
  906. package/dist/types/string-literals/DateTime.d.ts.map +1 -1
  907. package/dist/types/string-literals/EnsureLeading.d.ts +17 -8
  908. package/dist/types/string-literals/EnsureLeading.d.ts.map +1 -1
  909. package/dist/types/string-literals/EnsureSurround.d.ts +10 -0
  910. package/dist/types/string-literals/EnsureSurround.d.ts.map +1 -0
  911. package/dist/types/string-literals/EnsureTrailing.d.ts +9 -3
  912. package/dist/types/string-literals/EnsureTrailing.d.ts.map +1 -1
  913. package/dist/types/string-literals/FirstChar.d.ts +14 -17
  914. package/dist/types/string-literals/FirstChar.d.ts.map +1 -1
  915. package/dist/types/string-literals/Join.d.ts +3 -4
  916. package/dist/types/string-literals/Join.d.ts.map +1 -1
  917. package/dist/types/string-literals/LastChar.d.ts +14 -16
  918. package/dist/types/string-literals/LastChar.d.ts.map +1 -1
  919. package/dist/types/string-literals/PathJoin.d.ts +9 -3
  920. package/dist/types/string-literals/PathJoin.d.ts.map +1 -1
  921. package/dist/types/string-literals/Pluralize.d.ts +3 -3
  922. package/dist/types/string-literals/Pluralize.d.ts.map +1 -1
  923. package/dist/types/string-literals/Split.d.ts +22 -41
  924. package/dist/types/string-literals/Split.d.ts.map +1 -1
  925. package/dist/types/string-literals/StripAfter.d.ts +2 -2
  926. package/dist/types/string-literals/StripAfter.d.ts.map +1 -1
  927. package/dist/types/string-literals/StripBefore.d.ts +2 -2
  928. package/dist/types/string-literals/StripBefore.d.ts.map +1 -1
  929. package/dist/types/string-literals/StripLeading.d.ts +6 -7
  930. package/dist/types/string-literals/StripLeading.d.ts.map +1 -1
  931. package/dist/types/string-literals/StripTrailing.d.ts +9 -9
  932. package/dist/types/string-literals/StripTrailing.d.ts.map +1 -1
  933. package/dist/types/string-literals/Suggest.d.ts +4 -2
  934. package/dist/types/string-literals/Suggest.d.ts.map +1 -1
  935. package/dist/types/string-literals/Surround.d.ts +6 -6
  936. package/dist/types/string-literals/Surround.d.ts.map +1 -1
  937. package/dist/types/string-literals/Time.d.ts +87 -30
  938. package/dist/types/string-literals/Time.d.ts.map +1 -1
  939. package/dist/types/string-literals/Truncate.d.ts +3 -3
  940. package/dist/types/string-literals/Truncate.d.ts.map +1 -1
  941. package/dist/types/string-literals/casing/AllCaps.d.ts +2 -2
  942. package/dist/types/string-literals/casing/AllCaps.d.ts.map +1 -1
  943. package/dist/types/string-literals/casing/CamelCase.d.ts +2 -2
  944. package/dist/types/string-literals/casing/CamelCase.d.ts.map +1 -1
  945. package/dist/types/string-literals/casing/KebabCase.d.ts +1 -1
  946. package/dist/types/string-literals/casing/KebabCase.d.ts.map +1 -1
  947. package/dist/types/string-literals/casing/KebabCase.js +0 -1
  948. package/dist/types/string-literals/casing/SnakeCase.d.ts +4 -4
  949. package/dist/types/string-literals/casing/SnakeCase.d.ts.map +1 -1
  950. package/dist/types/string-literals/casing/index.d.ts +0 -1
  951. package/dist/types/string-literals/casing/index.d.ts.map +1 -1
  952. package/dist/types/string-literals/casing/index.js +0 -1
  953. package/dist/types/string-literals/character-sets/Alpha.d.ts +2 -2
  954. package/dist/types/string-literals/character-sets/Alpha.d.ts.map +1 -1
  955. package/dist/types/string-literals/character-sets/BCP.d.ts +12 -0
  956. package/dist/types/string-literals/character-sets/BCP.d.ts.map +1 -0
  957. package/dist/types/string-literals/character-sets/DomainName.d.ts +3 -3
  958. package/dist/types/string-literals/character-sets/DomainName.d.ts.map +1 -1
  959. package/dist/types/string-literals/character-sets/DotPathFor.d.ts +6 -17
  960. package/dist/types/string-literals/character-sets/DotPathFor.d.ts.map +1 -1
  961. package/dist/types/string-literals/character-sets/Hexadecimal.d.ts +7 -5
  962. package/dist/types/string-literals/character-sets/Hexadecimal.d.ts.map +1 -1
  963. package/dist/types/string-literals/character-sets/IpAddress.d.ts +51 -5
  964. package/dist/types/string-literals/character-sets/IpAddress.d.ts.map +1 -1
  965. package/dist/types/string-literals/character-sets/LowerAlpha.d.ts +2 -2
  966. package/dist/types/string-literals/character-sets/LowerAlpha.d.ts.map +1 -1
  967. package/dist/types/string-literals/character-sets/NumericChar.d.ts +9 -0
  968. package/dist/types/string-literals/character-sets/NumericChar.d.ts.map +1 -1
  969. package/dist/types/string-literals/character-sets/SingularNoun.d.ts +5 -3
  970. package/dist/types/string-literals/character-sets/SingularNoun.d.ts.map +1 -1
  971. package/dist/types/string-literals/character-sets/Url.d.ts +2 -2
  972. package/dist/types/string-literals/character-sets/Url.d.ts.map +1 -1
  973. package/dist/types/string-literals/character-sets/ValueAtDotPath.d.ts +3 -8
  974. package/dist/types/string-literals/character-sets/ValueAtDotPath.d.ts.map +1 -1
  975. package/dist/types/string-literals/character-sets/index.d.ts +0 -1
  976. package/dist/types/string-literals/character-sets/index.d.ts.map +1 -1
  977. package/dist/types/string-literals/character-sets/index.js +0 -1
  978. package/dist/types/string-literals/geo/index.d.ts +3 -0
  979. package/dist/types/string-literals/geo/index.d.ts.map +1 -0
  980. package/dist/types/string-literals/geo/index.js +2 -0
  981. package/dist/types/string-literals/geo/state.d.ts +47 -0
  982. package/dist/types/string-literals/geo/state.d.ts.map +1 -0
  983. package/dist/types/string-literals/geo/zip.d.ts +24 -0
  984. package/dist/types/string-literals/geo/zip.d.ts.map +1 -0
  985. package/dist/types/string-literals/index.d.ts +3 -2
  986. package/dist/types/string-literals/index.d.ts.map +1 -1
  987. package/dist/types/string-literals/index.js +3 -2
  988. package/dist/types/string-literals/options/DropChars.d.ts +24 -0
  989. package/dist/types/string-literals/options/DropChars.d.ts.map +1 -0
  990. package/dist/types/string-literals/options/index.d.ts +1 -0
  991. package/dist/types/string-literals/options/index.d.ts.map +1 -1
  992. package/dist/types/string-literals/options/index.js +1 -0
  993. package/dist/types/tsconfig.tsbuildinfo +1 -1
  994. package/dist/types/tuples/FirstKey.d.ts +2 -2
  995. package/dist/types/tuples/FirstKey.d.ts.map +1 -1
  996. package/dist/types/tuples/FirstKeyValue.d.ts +2 -2
  997. package/dist/types/tuples/FirstKeyValue.d.ts.map +1 -1
  998. package/dist/types/tuples/FirstOfEach.d.ts +2 -2
  999. package/dist/types/tuples/FixedLengthArray.d.ts +2 -1
  1000. package/dist/types/tuples/FixedLengthArray.d.ts.map +1 -1
  1001. package/dist/types/tuples/LastOfEach.d.ts +6 -4
  1002. package/dist/types/tuples/LastOfEach.d.ts.map +1 -1
  1003. package/dist/types/tuples/index.d.ts +1 -0
  1004. package/dist/types/tuples/index.d.ts.map +1 -1
  1005. package/dist/types/tuples/index.js +1 -0
  1006. package/dist/types/type-conversion/AsBoolean.d.ts +3 -5
  1007. package/dist/types/type-conversion/AsBoolean.d.ts.map +1 -1
  1008. package/dist/types/type-conversion/AsContainer.d.ts +9 -0
  1009. package/dist/types/type-conversion/AsContainer.d.ts.map +1 -0
  1010. package/dist/types/type-conversion/AsDefined.d.ts +8 -0
  1011. package/dist/types/type-conversion/AsDefined.d.ts.map +1 -0
  1012. package/dist/types/type-conversion/AsDictionary.d.ts +3 -0
  1013. package/dist/types/type-conversion/AsDictionary.d.ts.map +1 -0
  1014. package/dist/types/type-conversion/AsFunction.d.ts +2 -3
  1015. package/dist/types/type-conversion/AsFunction.d.ts.map +1 -1
  1016. package/dist/types/type-conversion/AsNonNull.d.ts +21 -0
  1017. package/dist/types/type-conversion/AsNonNull.d.ts.map +1 -0
  1018. package/dist/types/type-conversion/AsNumber.d.ts +1 -1
  1019. package/dist/types/type-conversion/AsNumber.d.ts.map +1 -1
  1020. package/dist/types/type-conversion/AsObject.d.ts +2 -0
  1021. package/dist/types/type-conversion/AsObject.d.ts.map +1 -0
  1022. package/dist/types/type-conversion/AsObjectKeys.d.ts +15 -0
  1023. package/dist/types/type-conversion/AsObjectKeys.d.ts.map +1 -0
  1024. package/dist/types/type-conversion/AsPropertyKey.d.ts +1 -6
  1025. package/dist/types/type-conversion/AsPropertyKey.d.ts.map +1 -1
  1026. package/dist/types/type-conversion/AsRecord.d.ts +10 -0
  1027. package/dist/types/type-conversion/AsRecord.d.ts.map +1 -0
  1028. package/dist/types/type-conversion/AsRef.d.ts +5 -0
  1029. package/dist/types/type-conversion/AsRef.d.ts.map +1 -0
  1030. package/dist/types/type-conversion/AsString.d.ts +1 -1
  1031. package/dist/types/type-conversion/AsString.d.ts.map +1 -1
  1032. package/dist/types/type-conversion/Awaited.d.ts +1 -1
  1033. package/dist/types/type-conversion/Awaited.d.ts.map +1 -1
  1034. package/dist/types/type-conversion/Break.d.ts +2 -0
  1035. package/dist/types/type-conversion/Break.d.ts.map +1 -1
  1036. package/dist/types/type-conversion/IntersectWithAll.d.ts +3 -3
  1037. package/dist/types/type-conversion/IntersectWithAll.d.ts.map +1 -1
  1038. package/dist/types/type-conversion/LeftWhitespace.d.ts +1 -1
  1039. package/dist/types/type-conversion/LeftWhitespace.d.ts.map +1 -1
  1040. package/dist/types/type-conversion/Merge.d.ts +42 -15
  1041. package/dist/types/type-conversion/Merge.d.ts.map +1 -1
  1042. package/dist/types/type-conversion/MergeObjects.d.ts +3 -3
  1043. package/dist/types/type-conversion/MergeObjects.d.ts.map +1 -1
  1044. package/dist/types/type-conversion/Mutable.d.ts +14 -5
  1045. package/dist/types/type-conversion/Mutable.d.ts.map +1 -1
  1046. package/dist/types/type-conversion/ObjectToKvDict.d.ts.map +1 -1
  1047. package/dist/types/type-conversion/RemoveIndex.js +0 -1
  1048. package/dist/types/type-conversion/ReplaceAll.d.ts +7 -4
  1049. package/dist/types/type-conversion/ReplaceAll.d.ts.map +1 -1
  1050. package/dist/types/type-conversion/ReturnValues.d.ts +2 -2
  1051. package/dist/types/type-conversion/ReturnValues.d.ts.map +1 -1
  1052. package/dist/types/type-conversion/ToBoolean.d.ts +2 -2
  1053. package/dist/types/type-conversion/ToBoolean.d.ts.map +1 -1
  1054. package/dist/types/type-conversion/ToNumber.d.ts +5 -4
  1055. package/dist/types/type-conversion/ToNumber.d.ts.map +1 -1
  1056. package/dist/types/type-conversion/ToString.d.ts +6 -4
  1057. package/dist/types/type-conversion/ToString.d.ts.map +1 -1
  1058. package/dist/types/type-conversion/ToStringArray.d.ts +12 -0
  1059. package/dist/types/type-conversion/ToStringArray.d.ts.map +1 -0
  1060. package/dist/types/type-conversion/ToUnion.js +0 -1
  1061. package/dist/types/type-conversion/UnionFilter.d.ts +27 -0
  1062. package/dist/types/type-conversion/UnionFilter.d.ts.map +1 -0
  1063. package/dist/types/type-conversion/UnionShift.d.ts +22 -0
  1064. package/dist/types/type-conversion/UnionShift.d.ts.map +1 -0
  1065. package/dist/types/type-conversion/UnionToTuple.d.ts +1 -1
  1066. package/dist/types/type-conversion/UnionToTuple.d.ts.map +1 -1
  1067. package/dist/types/type-conversion/ValueOrReturnValue.d.ts +2 -2
  1068. package/dist/types/type-conversion/ValueOrReturnValue.d.ts.map +1 -1
  1069. package/dist/types/type-conversion/Widen.d.ts +43 -7
  1070. package/dist/types/type-conversion/Widen.d.ts.map +1 -1
  1071. package/dist/types/type-conversion/Widen.js +1 -0
  1072. package/dist/types/type-conversion/WidenValues.d.ts +16 -0
  1073. package/dist/types/type-conversion/WidenValues.d.ts.map +1 -0
  1074. package/dist/types/type-conversion/WithDefault.d.ts +2 -2
  1075. package/dist/types/type-conversion/WithDefault.d.ts.map +1 -1
  1076. package/dist/types/type-conversion/form-fields.d.ts +0 -8
  1077. package/dist/types/type-conversion/form-fields.d.ts.map +1 -1
  1078. package/dist/types/type-conversion/index.d.ts +13 -4
  1079. package/dist/types/type-conversion/index.d.ts.map +1 -1
  1080. package/dist/types/type-conversion/index.js +13 -4
  1081. package/package.json +26 -26
  1082. package/dist/runtime/boolean-logic/ifRef.d.ts +0 -13
  1083. package/dist/runtime/boolean-logic/ifRef.d.ts.map +0 -1
  1084. package/dist/runtime/boolean-logic/ifRef.js +0 -18
  1085. package/dist/runtime/combinators/filter.d.ts +0 -85
  1086. package/dist/runtime/combinators/filter.d.ts.map +0 -1
  1087. package/dist/runtime/combinators/filter.js +0 -118
  1088. package/dist/runtime/dictionary/arrayToKeyLookup.d.ts +0 -12
  1089. package/dist/runtime/dictionary/arrayToKeyLookup.d.ts.map +0 -1
  1090. package/dist/runtime/dictionary/arrayToKeyLookup.js +0 -17
  1091. package/dist/runtime/dictionary/mapValues.d.ts +0 -14
  1092. package/dist/runtime/dictionary/mapValues.d.ts.map +0 -1
  1093. package/dist/runtime/dictionary/mapValues.js +0 -17
  1094. package/dist/runtime/functional/left.d.ts +0 -8
  1095. package/dist/runtime/functional/left.d.ts.map +0 -1
  1096. package/dist/runtime/functional/left.js +0 -6
  1097. package/dist/runtime/functional/right.d.ts +0 -8
  1098. package/dist/runtime/functional/right.d.ts.map +0 -1
  1099. package/dist/runtime/functional/right.js +0 -6
  1100. package/dist/runtime/initializers/createTypeGuard.d.ts +0 -3
  1101. package/dist/runtime/initializers/createTypeGuard.d.ts.map +0 -1
  1102. package/dist/runtime/initializers/createTypeGuard.js +0 -14
  1103. package/dist/runtime/initializers/createTypeTuple.d.ts +0 -8
  1104. package/dist/runtime/initializers/createTypeTuple.d.ts.map +0 -1
  1105. package/dist/runtime/initializers/createTypeTuple.js +0 -8
  1106. package/dist/runtime/initializers/createValidator.d.ts +0 -6
  1107. package/dist/runtime/initializers/createValidator.d.ts.map +0 -1
  1108. package/dist/runtime/initializers/createValidator.js +0 -20
  1109. package/dist/runtime/runtime-types/createType.d.ts +0 -40
  1110. package/dist/runtime/runtime-types/createType.d.ts.map +0 -1
  1111. package/dist/runtime/runtime-types/createType.js +0 -116
  1112. package/dist/runtime/runtime-types/describeType.d.ts +0 -13
  1113. package/dist/runtime/runtime-types/describeType.d.ts.map +0 -1
  1114. package/dist/runtime/runtime-types/describeType.js +0 -32
  1115. package/dist/runtime/runtime-types/determineIdentity.d.ts +0 -3
  1116. package/dist/runtime/runtime-types/determineIdentity.d.ts.map +0 -1
  1117. package/dist/runtime/runtime-types/determineIdentity.js +0 -13
  1118. package/dist/runtime/runtime-types/determineType.d.ts +0 -3
  1119. package/dist/runtime/runtime-types/determineType.d.ts.map +0 -1
  1120. package/dist/runtime/runtime-types/determineType.js +0 -50
  1121. package/dist/runtime/runtime-types/kind.d.ts +0 -99
  1122. package/dist/runtime/runtime-types/kind.d.ts.map +0 -1
  1123. package/dist/runtime/runtime-types/kind.js +0 -108
  1124. package/dist/runtime/runtime-types/typeTuples.d.ts +0 -11
  1125. package/dist/runtime/runtime-types/typeTuples.d.ts.map +0 -1
  1126. package/dist/runtime/runtime-types/typeTuples.js +0 -34
  1127. package/dist/runtime/runtime-types/valueTypes.d.ts +0 -28
  1128. package/dist/runtime/runtime-types/valueTypes.d.ts.map +0 -1
  1129. package/dist/runtime/runtime-types/valueTypes.js +0 -20
  1130. package/dist/runtime/state/Configurator.d.ts +0 -39
  1131. package/dist/runtime/state/Configurator.d.ts.map +0 -1
  1132. package/dist/runtime/state/Configurator.js +0 -55
  1133. package/dist/runtime/state/FluentConfigurator.d.ts +0 -28
  1134. package/dist/runtime/state/FluentConfigurator.d.ts.map +0 -1
  1135. package/dist/runtime/state/FluentConfigurator.js +0 -29
  1136. package/dist/runtime/state/index.d.ts +0 -3
  1137. package/dist/runtime/state/index.d.ts.map +0 -1
  1138. package/dist/runtime/state/index.js +0 -10
  1139. package/dist/runtime/type-guards/runtime-type-guards.d.ts +0 -46
  1140. package/dist/runtime/type-guards/runtime-type-guards.d.ts.map +0 -1
  1141. package/dist/runtime/type-guards/runtime-type-guards.js +0 -76
  1142. package/dist/types/base-types/AnyFunction.d.ts +0 -13
  1143. package/dist/types/base-types/AnyFunction.d.ts.map +0 -1
  1144. package/dist/types/base-types/CouldHaveValue.d.ts +0 -14
  1145. package/dist/types/base-types/CouldHaveValue.d.ts.map +0 -1
  1146. package/dist/types/base-types/IdentityFunction.d.ts.map +0 -1
  1147. package/dist/types/base-types/IndexedObject.d.ts +0 -3
  1148. package/dist/types/base-types/IndexedObject.d.ts.map +0 -1
  1149. package/dist/types/base-types/fns/NarrowingFn.d.ts +0 -10
  1150. package/dist/types/base-types/fns/NarrowingFn.d.ts.map +0 -1
  1151. package/dist/types/boolean-logic/branching/IfAnd.d.ts +0 -14
  1152. package/dist/types/boolean-logic/branching/IfAnd.d.ts.map +0 -1
  1153. package/dist/types/boolean-logic/branching/IfArray.d.ts +0 -8
  1154. package/dist/types/boolean-logic/branching/IfArray.d.ts.map +0 -1
  1155. package/dist/types/boolean-logic/branching/IfBoolean.d.ts +0 -3
  1156. package/dist/types/boolean-logic/branching/IfBoolean.d.ts.map +0 -1
  1157. package/dist/types/boolean-logic/branching/IfBooleanLiteral.d.ts +0 -8
  1158. package/dist/types/boolean-logic/branching/IfBooleanLiteral.d.ts.map +0 -1
  1159. package/dist/types/boolean-logic/branching/IfChar.d.ts +0 -11
  1160. package/dist/types/boolean-logic/branching/IfChar.d.ts.map +0 -1
  1161. package/dist/types/boolean-logic/branching/IfContainer.d.ts +0 -9
  1162. package/dist/types/boolean-logic/branching/IfContainer.d.ts.map +0 -1
  1163. package/dist/types/boolean-logic/branching/IfContains.d.ts +0 -10
  1164. package/dist/types/boolean-logic/branching/IfContains.d.ts.map +0 -1
  1165. package/dist/types/boolean-logic/branching/IfDefined.d.ts +0 -12
  1166. package/dist/types/boolean-logic/branching/IfDefined.d.ts.map +0 -1
  1167. package/dist/types/boolean-logic/branching/IfDoesNotExtend.d.ts +0 -10
  1168. package/dist/types/boolean-logic/branching/IfDoesNotExtend.d.ts.map +0 -1
  1169. package/dist/types/boolean-logic/branching/IfDotPath.d.ts +0 -14
  1170. package/dist/types/boolean-logic/branching/IfDotPath.d.ts.map +0 -1
  1171. package/dist/types/boolean-logic/branching/IfEmptyContainer.d.ts +0 -12
  1172. package/dist/types/boolean-logic/branching/IfEmptyContainer.d.ts.map +0 -1
  1173. package/dist/types/boolean-logic/branching/IfEmptyObject.d.ts +0 -9
  1174. package/dist/types/boolean-logic/branching/IfEmptyObject.d.ts.map +0 -1
  1175. package/dist/types/boolean-logic/branching/IfEqualLength.d.ts +0 -8
  1176. package/dist/types/boolean-logic/branching/IfEqualLength.d.ts.map +0 -1
  1177. package/dist/types/boolean-logic/branching/IfError.d.ts +0 -15
  1178. package/dist/types/boolean-logic/branching/IfError.d.ts.map +0 -1
  1179. package/dist/types/boolean-logic/branching/IfExtends.d.ts +0 -9
  1180. package/dist/types/boolean-logic/branching/IfExtends.d.ts.map +0 -1
  1181. package/dist/types/boolean-logic/branching/IfExtendsAll.d.ts +0 -11
  1182. package/dist/types/boolean-logic/branching/IfExtendsAll.d.ts.map +0 -1
  1183. package/dist/types/boolean-logic/branching/IfExtendsSome.d.ts +0 -9
  1184. package/dist/types/boolean-logic/branching/IfExtendsSome.d.ts.map +0 -1
  1185. package/dist/types/boolean-logic/branching/IfFalse.d.ts +0 -11
  1186. package/dist/types/boolean-logic/branching/IfFalse.d.ts.map +0 -1
  1187. package/dist/types/boolean-logic/branching/IfFalsy.d.ts +0 -11
  1188. package/dist/types/boolean-logic/branching/IfFalsy.d.ts.map +0 -1
  1189. package/dist/types/boolean-logic/branching/IfFnWithParams.d.ts +0 -14
  1190. package/dist/types/boolean-logic/branching/IfFnWithParams.d.ts.map +0 -1
  1191. package/dist/types/boolean-logic/branching/IfFnWithoutParams.d.ts +0 -16
  1192. package/dist/types/boolean-logic/branching/IfFnWithoutParams.d.ts.map +0 -1
  1193. package/dist/types/boolean-logic/branching/IfFunction.d.ts +0 -14
  1194. package/dist/types/boolean-logic/branching/IfFunction.d.ts.map +0 -1
  1195. package/dist/types/boolean-logic/branching/IfGreaterThan.d.ts +0 -9
  1196. package/dist/types/boolean-logic/branching/IfGreaterThan.d.ts.map +0 -1
  1197. package/dist/types/boolean-logic/branching/IfHasCharacters.d.ts +0 -9
  1198. package/dist/types/boolean-logic/branching/IfHasCharacters.d.ts.map +0 -1
  1199. package/dist/types/boolean-logic/branching/IfIndexAt.d.ts +0 -62
  1200. package/dist/types/boolean-logic/branching/IfIndexAt.d.ts.map +0 -1
  1201. package/dist/types/boolean-logic/branching/IfIndexable.d.ts +0 -11
  1202. package/dist/types/boolean-logic/branching/IfIndexable.d.ts.map +0 -1
  1203. package/dist/types/boolean-logic/branching/IfLessThan.d.ts +0 -10
  1204. package/dist/types/boolean-logic/branching/IfLessThan.d.ts.map +0 -1
  1205. package/dist/types/boolean-logic/branching/IfLiteral.d.ts +0 -8
  1206. package/dist/types/boolean-logic/branching/IfLiteral.d.ts.map +0 -1
  1207. package/dist/types/boolean-logic/branching/IfMaybeFalse.d.ts +0 -13
  1208. package/dist/types/boolean-logic/branching/IfMaybeFalse.d.ts.map +0 -1
  1209. package/dist/types/boolean-logic/branching/IfMaybeTrue.d.ts +0 -13
  1210. package/dist/types/boolean-logic/branching/IfMaybeTrue.d.ts.map +0 -1
  1211. package/dist/types/boolean-logic/branching/IfNarrowlyContains.d.ts +0 -10
  1212. package/dist/types/boolean-logic/branching/IfNarrowlyContains.d.ts.map +0 -1
  1213. package/dist/types/boolean-logic/branching/IfNegativeNumber.d.ts +0 -10
  1214. package/dist/types/boolean-logic/branching/IfNegativeNumber.d.ts.map +0 -1
  1215. package/dist/types/boolean-logic/branching/IfNotEqual.d.ts +0 -9
  1216. package/dist/types/boolean-logic/branching/IfNotEqual.d.ts.map +0 -1
  1217. package/dist/types/boolean-logic/branching/IfNotError.d.ts +0 -15
  1218. package/dist/types/boolean-logic/branching/IfNotError.d.ts.map +0 -1
  1219. package/dist/types/boolean-logic/branching/IfNotLiteral.d.ts +0 -8
  1220. package/dist/types/boolean-logic/branching/IfNotLiteral.d.ts.map +0 -1
  1221. package/dist/types/boolean-logic/branching/IfNotNever.d.ts +0 -8
  1222. package/dist/types/boolean-logic/branching/IfNotNever.d.ts.map +0 -1
  1223. package/dist/types/boolean-logic/branching/IfNotTuple.d.ts +0 -8
  1224. package/dist/types/boolean-logic/branching/IfNotTuple.d.ts.map +0 -1
  1225. package/dist/types/boolean-logic/branching/IfNull.d.ts +0 -9
  1226. package/dist/types/boolean-logic/branching/IfNull.d.ts.map +0 -1
  1227. package/dist/types/boolean-logic/branching/IfNumber.d.ts +0 -9
  1228. package/dist/types/boolean-logic/branching/IfNumber.d.ts.map +0 -1
  1229. package/dist/types/boolean-logic/branching/IfNumericLiteral.d.ts +0 -9
  1230. package/dist/types/boolean-logic/branching/IfNumericLiteral.d.ts.map +0 -1
  1231. package/dist/types/boolean-logic/branching/IfObject.d.ts +0 -9
  1232. package/dist/types/boolean-logic/branching/IfObject.d.ts.map +0 -1
  1233. package/dist/types/boolean-logic/branching/IfObjectLiteral.d.ts +0 -9
  1234. package/dist/types/boolean-logic/branching/IfObjectLiteral.d.ts.map +0 -1
  1235. package/dist/types/boolean-logic/branching/IfOptionalScalar.d.ts +0 -9
  1236. package/dist/types/boolean-logic/branching/IfOptionalScalar.d.ts.map +0 -1
  1237. package/dist/types/boolean-logic/branching/IfOr.d.ts +0 -12
  1238. package/dist/types/boolean-logic/branching/IfOr.d.ts.map +0 -1
  1239. package/dist/types/boolean-logic/branching/IfPositive.d.ts +0 -10
  1240. package/dist/types/boolean-logic/branching/IfPositive.d.ts.map +0 -1
  1241. package/dist/types/boolean-logic/branching/IfReadonlyArray.d.ts +0 -8
  1242. package/dist/types/boolean-logic/branching/IfReadonlyArray.d.ts.map +0 -1
  1243. package/dist/types/boolean-logic/branching/IfReadonlyObject.d.ts +0 -3
  1244. package/dist/types/boolean-logic/branching/IfReadonlyObject.d.ts.map +0 -1
  1245. package/dist/types/boolean-logic/branching/IfRef.d.ts +0 -9
  1246. package/dist/types/boolean-logic/branching/IfRef.d.ts.map +0 -1
  1247. package/dist/types/boolean-logic/branching/IfReturns.d.ts +0 -9
  1248. package/dist/types/boolean-logic/branching/IfReturns.d.ts.map +0 -1
  1249. package/dist/types/boolean-logic/branching/IfScalar.d.ts +0 -9
  1250. package/dist/types/boolean-logic/branching/IfScalar.d.ts.map +0 -1
  1251. package/dist/types/boolean-logic/branching/IfSingularNoun.d.ts +0 -8
  1252. package/dist/types/boolean-logic/branching/IfSingularNoun.d.ts.map +0 -1
  1253. package/dist/types/boolean-logic/branching/IfSomeEqual.d.ts +0 -9
  1254. package/dist/types/boolean-logic/branching/IfSomeEqual.d.ts.map +0 -1
  1255. package/dist/types/boolean-logic/branching/IfSomeExtend.d.ts +0 -12
  1256. package/dist/types/boolean-logic/branching/IfSomeExtend.d.ts.map +0 -1
  1257. package/dist/types/boolean-logic/branching/IfSomeTruthy.d.ts +0 -11
  1258. package/dist/types/boolean-logic/branching/IfSomeTruthy.d.ts.map +0 -1
  1259. package/dist/types/boolean-logic/branching/IfStartsWith.d.ts +0 -13
  1260. package/dist/types/boolean-logic/branching/IfStartsWith.d.ts.map +0 -1
  1261. package/dist/types/boolean-logic/branching/IfString.d.ts +0 -10
  1262. package/dist/types/boolean-logic/branching/IfString.d.ts.map +0 -1
  1263. package/dist/types/boolean-logic/branching/IfStringLiteral.d.ts +0 -20
  1264. package/dist/types/boolean-logic/branching/IfStringLiteral.d.ts.map +0 -1
  1265. package/dist/types/boolean-logic/branching/IfSymbol.d.ts +0 -9
  1266. package/dist/types/boolean-logic/branching/IfSymbol.d.ts.map +0 -1
  1267. package/dist/types/boolean-logic/branching/IfTrue.d.ts +0 -12
  1268. package/dist/types/boolean-logic/branching/IfTrue.d.ts.map +0 -1
  1269. package/dist/types/boolean-logic/branching/IfTruthy.d.ts +0 -11
  1270. package/dist/types/boolean-logic/branching/IfTruthy.d.ts.map +0 -1
  1271. package/dist/types/boolean-logic/branching/IfTuple.d.ts +0 -9
  1272. package/dist/types/boolean-logic/branching/IfTuple.d.ts.map +0 -1
  1273. package/dist/types/boolean-logic/branching/IfUndefined.d.ts +0 -12
  1274. package/dist/types/boolean-logic/branching/IfUndefined.d.ts.map +0 -1
  1275. package/dist/types/boolean-logic/branching/IfUnion.d.ts +0 -8
  1276. package/dist/types/boolean-logic/branching/IfUnion.d.ts.map +0 -1
  1277. package/dist/types/boolean-logic/branching/IfValidDotPath.d.ts +0 -13
  1278. package/dist/types/boolean-logic/branching/IfValidDotPath.d.ts.map +0 -1
  1279. package/dist/types/boolean-logic/branching/IfValidKey.d.ts +0 -32
  1280. package/dist/types/boolean-logic/branching/IfValidKey.d.ts.map +0 -1
  1281. package/dist/types/boolean-logic/branching/IfWide.d.ts +0 -9
  1282. package/dist/types/boolean-logic/branching/IfWide.d.ts.map +0 -1
  1283. package/dist/types/boolean-logic/operators/Includes.d.ts +0 -13
  1284. package/dist/types/boolean-logic/operators/Includes.d.ts.map +0 -1
  1285. package/dist/types/boolean-logic/operators/IsChar.d.ts +0 -8
  1286. package/dist/types/boolean-logic/operators/IsChar.d.ts.map +0 -1
  1287. package/dist/types/boolean-logic/operators/IsError.d.ts +0 -32
  1288. package/dist/types/boolean-logic/operators/IsError.d.ts.map +0 -1
  1289. package/dist/types/boolean-logic/operators/IsIndexable.d.ts +0 -10
  1290. package/dist/types/boolean-logic/operators/IsIndexable.d.ts.map +0 -1
  1291. package/dist/types/boolean-logic/operators/IsMaybeTrue.d.ts +0 -14
  1292. package/dist/types/boolean-logic/operators/IsMaybeTrue.d.ts.map +0 -1
  1293. package/dist/types/boolean-logic/operators/IsRef.d.ts +0 -15
  1294. package/dist/types/boolean-logic/operators/IsRef.d.ts.map +0 -1
  1295. package/dist/types/boolean-logic/operators/IsValidKey.d.ts +0 -10
  1296. package/dist/types/boolean-logic/operators/IsValidKey.d.ts.map +0 -1
  1297. package/dist/types/boolean-logic/operators/NotCharacters.d.ts +0 -11
  1298. package/dist/types/boolean-logic/operators/NotCharacters.d.ts.map +0 -1
  1299. package/dist/types/boolean-logic/operators/OfSameLength.d.ts +0 -28
  1300. package/dist/types/boolean-logic/operators/OfSameLength.d.ts.map +0 -1
  1301. package/dist/types/containers/EmptyContainer.d.ts +0 -11
  1302. package/dist/types/containers/EmptyContainer.d.ts.map +0 -1
  1303. package/dist/types/containers/NonEmptyContainer.d.ts +0 -11
  1304. package/dist/types/containers/NonEmptyContainer.d.ts.map +0 -1
  1305. package/dist/types/containers/WithKey.d.ts +0 -32
  1306. package/dist/types/containers/WithKey.d.ts.map +0 -1
  1307. package/dist/types/dictionary/ExplicitKeys.d.ts +0 -13
  1308. package/dist/types/dictionary/ExplicitKeys.d.ts.map +0 -1
  1309. package/dist/types/dictionary/SameKeys.d.ts +0 -12
  1310. package/dist/types/dictionary/SameKeys.d.ts.map +0 -1
  1311. package/dist/types/errors/ReportError.d.ts +0 -9
  1312. package/dist/types/errors/ReportError.d.ts.map +0 -1
  1313. package/dist/types/errors/ReportError.js +0 -12
  1314. package/dist/types/lists/Append.d.ts +0 -1
  1315. package/dist/types/lists/Append.d.ts.map +0 -1
  1316. package/dist/types/lists/extractors/2nd-order/RemoveEquals.d.ts +0 -9
  1317. package/dist/types/lists/extractors/2nd-order/RemoveEquals.d.ts.map +0 -1
  1318. package/dist/types/lists/extractors/2nd-order/RemoveErrors.d.ts +0 -11
  1319. package/dist/types/lists/extractors/2nd-order/RemoveErrors.d.ts.map +0 -1
  1320. package/dist/types/lists/extractors/2nd-order/RemoveExtends.d.ts +0 -9
  1321. package/dist/types/lists/extractors/2nd-order/RemoveExtends.d.ts.map +0 -1
  1322. package/dist/types/lists/extractors/2nd-order/RemoveNever.d.ts +0 -11
  1323. package/dist/types/lists/extractors/2nd-order/RemoveNever.d.ts.map +0 -1
  1324. package/dist/types/lists/extractors/2nd-order/RemoveNotExtends.d.ts +0 -9
  1325. package/dist/types/lists/extractors/2nd-order/RemoveNotExtends.d.ts.map +0 -1
  1326. package/dist/types/lists/extractors/2nd-order/RemoveStrings.d.ts +0 -8
  1327. package/dist/types/lists/extractors/2nd-order/RemoveStrings.d.ts.map +0 -1
  1328. package/dist/types/lists/extractors/2nd-order/RemoveWide.d.ts +0 -10
  1329. package/dist/types/lists/extractors/2nd-order/RemoveWide.d.ts.map +0 -1
  1330. package/dist/types/lists/extractors/2nd-order/RetainEquals.d.ts +0 -9
  1331. package/dist/types/lists/extractors/2nd-order/RetainEquals.d.ts.map +0 -1
  1332. package/dist/types/lists/extractors/2nd-order/RetainExtends.d.ts +0 -9
  1333. package/dist/types/lists/extractors/2nd-order/RetainExtends.d.ts.map +0 -1
  1334. package/dist/types/lists/extractors/2nd-order/RetainNotExtends.d.ts +0 -9
  1335. package/dist/types/lists/extractors/2nd-order/RetainNotExtends.d.ts.map +0 -1
  1336. package/dist/types/lists/extractors/2nd-order/RetainStrings.d.ts +0 -8
  1337. package/dist/types/lists/extractors/2nd-order/RetainStrings.d.ts.map +0 -1
  1338. package/dist/types/lists/extractors/2nd-order/index.d.ts +0 -12
  1339. package/dist/types/lists/extractors/2nd-order/index.d.ts.map +0 -1
  1340. package/dist/types/lists/extractors/2nd-order/index.js +0 -11
  1341. package/dist/types/lists/extractors/ExtractorOp.d.ts +0 -5
  1342. package/dist/types/lists/extractors/ExtractorOp.d.ts.map +0 -1
  1343. package/dist/types/lists/extractors/RemoveFromList.d.ts +0 -36
  1344. package/dist/types/lists/extractors/RemoveFromList.d.ts.map +0 -1
  1345. package/dist/types/lists/extractors/RetainFromList.d.ts +0 -43
  1346. package/dist/types/lists/extractors/RetainFromList.d.ts.map +0 -1
  1347. package/dist/types/lists/extractors/index.d.ts +0 -5
  1348. package/dist/types/lists/extractors/index.d.ts.map +0 -1
  1349. package/dist/types/lists/extractors/index.js +0 -4
  1350. package/dist/types/numeric-literals/Float.d.ts +0 -8
  1351. package/dist/types/numeric-literals/Float.d.ts.map +0 -1
  1352. package/dist/types/numeric-literals/Float.js +0 -1
  1353. package/dist/types/numeric-literals/GreaterThan.d.ts +0 -13
  1354. package/dist/types/numeric-literals/GreaterThan.d.ts.map +0 -1
  1355. package/dist/types/numeric-literals/GreaterThan.js +0 -1
  1356. package/dist/types/runtime-types/LiteralType.d.ts +0 -3
  1357. package/dist/types/runtime-types/LiteralType.d.ts.map +0 -1
  1358. package/dist/types/runtime-types/LiteralType.js +0 -1
  1359. package/dist/types/runtime-types/api/boolean.d.ts +0 -9
  1360. package/dist/types/runtime-types/api/boolean.d.ts.map +0 -1
  1361. package/dist/types/runtime-types/api/boolean.js +0 -1
  1362. package/dist/types/runtime-types/api/index.d.ts +0 -7
  1363. package/dist/types/runtime-types/api/index.d.ts.map +0 -1
  1364. package/dist/types/runtime-types/api/index.js +0 -1
  1365. package/dist/types/runtime-types/api/number.d.ts +0 -4
  1366. package/dist/types/runtime-types/api/number.d.ts.map +0 -1
  1367. package/dist/types/runtime-types/api/number.js +0 -1
  1368. package/dist/types/runtime-types/api/numericLiteral.d.ts +0 -1
  1369. package/dist/types/runtime-types/api/numericLiteral.d.ts.map +0 -1
  1370. package/dist/types/runtime-types/api/numericLiteral.js +0 -22
  1371. package/dist/types/runtime-types/api/string.d.ts +0 -4
  1372. package/dist/types/runtime-types/api/string.d.ts.map +0 -1
  1373. package/dist/types/runtime-types/api/string.js +0 -1
  1374. package/dist/types/runtime-types/api/stringLiteral.d.ts +0 -21
  1375. package/dist/types/runtime-types/api/stringLiteral.d.ts.map +0 -1
  1376. package/dist/types/runtime-types/api/stringLiteral.js +0 -1
  1377. package/dist/types/sets/AllKeys.d.ts +0 -11
  1378. package/dist/types/sets/AllKeys.d.ts.map +0 -1
  1379. package/dist/types/sets/AllKeys.js +0 -1
  1380. package/dist/types/sets/Dedupe.d.ts +0 -18
  1381. package/dist/types/sets/Dedupe.d.ts.map +0 -1
  1382. package/dist/types/sets/Dedupe.js +0 -1
  1383. package/dist/types/sets/SetRemoval.d.ts +0 -13
  1384. package/dist/types/sets/SetRemoval.d.ts.map +0 -1
  1385. package/dist/types/sets/SetRemoval.js +0 -1
  1386. package/dist/types/string-literals/DropChars.d.ts +0 -13
  1387. package/dist/types/string-literals/DropChars.d.ts.map +0 -1
  1388. package/dist/types/string-literals/IndexesOfStr.d.ts +0 -46
  1389. package/dist/types/string-literals/IndexesOfStr.d.ts.map +0 -1
  1390. package/dist/types/string-literals/IndexesOfStr.js +0 -1
  1391. package/dist/types/string-literals/RemainingChars.d.ts.map +0 -1
  1392. package/dist/types/string-literals/RemainingChars.js +0 -1
  1393. package/dist/types/string-literals/casing/NamingModifier.d.ts +0 -12
  1394. package/dist/types/string-literals/casing/NamingModifier.d.ts.map +0 -1
  1395. package/dist/types/string-literals/casing/NamingModifier.js +0 -1
  1396. package/dist/types/string-literals/character-sets/DotPath.d.ts +0 -22
  1397. package/dist/types/string-literals/character-sets/DotPath.d.ts.map +0 -1
  1398. package/dist/types/string-literals/character-sets/DotPath.js +0 -1
  1399. package/dist/types/type-conversion/ArrConcat.d.ts +0 -10
  1400. package/dist/types/type-conversion/ArrConcat.d.ts.map +0 -1
  1401. package/dist/types/type-conversion/ArrConcat.js +0 -1
  1402. package/dist/types/type-conversion/KvDict.d.ts +0 -10
  1403. package/dist/types/type-conversion/KvDict.d.ts.map +0 -1
  1404. package/dist/types/type-conversion/KvDict.js +0 -1
  1405. package/dist/types/type-conversion/ObjValues.d.ts +0 -21
  1406. package/dist/types/type-conversion/ObjValues.d.ts.map +0 -1
  1407. package/dist/types/type-conversion/ObjValues.js +0 -1
  1408. package/dist/types/type-conversion/WidenProps.d.ts +0 -11
  1409. package/dist/types/type-conversion/WidenProps.d.ts.map +0 -1
  1410. package/dist/types/type-conversion/WidenProps.js +0 -1
  1411. /package/dist/types/base-types/{AnyFunction.js → Dictionary.js} +0 -0
  1412. /package/dist/types/base-types/{CouldHaveValue.js → List.js} +0 -0
  1413. /package/dist/types/base-types/{IdentityFunction.js → NonArray.js} +0 -0
  1414. /package/dist/types/base-types/{IndexedObject.js → fns/AnyFnWithDict.js} +0 -0
  1415. /package/dist/types/base-types/{IdentityFunction.d.ts → fns/IdentityFunction.d.ts} +0 -0
  1416. /package/dist/types/base-types/fns/{NarrowingFn.js → IdentityFunction.js} +0 -0
  1417. /package/dist/types/{boolean-logic/branching/IfAnd.js → base-types/fns/JustFunction.js} +0 -0
  1418. /package/dist/types/{boolean-logic/branching/IfArray.js → base-types/fns/TypedFunction.js} +0 -0
  1419. /package/dist/types/boolean-logic/branching/{IfBoolean.js → Default.js} +0 -0
  1420. /package/dist/types/boolean-logic/branching/{IfBooleanLiteral.js → Fail.js} +0 -0
  1421. /package/dist/types/boolean-logic/branching/{IfChar.js → Handle.js} +0 -0
  1422. /package/dist/types/boolean-logic/branching/{IfContainer.js → If.js} +0 -0
  1423. /package/dist/types/boolean-logic/branching/{IfContains.js → Iff.js} +0 -0
  1424. /package/dist/types/boolean-logic/branching/{IfDefined.js → Passthrough.js} +0 -0
  1425. /package/dist/types/boolean-logic/{branching/IfDoesNotExtend.js → combinators/Compare.js} +0 -0
  1426. /package/dist/types/boolean-logic/{branching/IfDotPath.js → narrowing/As.js} +0 -0
  1427. /package/dist/types/boolean-logic/{branching/IfEmptyContainer.js → narrowing/AsDoneFn.js} +0 -0
  1428. /package/dist/types/boolean-logic/{branching/IfEmptyObject.js → narrowing/AsSomething.js} +0 -0
  1429. /package/dist/types/boolean-logic/{branching/IfEqualLength.js → operators/AllNumericLiterals.js} +0 -0
  1430. /package/dist/types/boolean-logic/{branching/IfError.js → operators/AllStringLiterals.js} +0 -0
  1431. /package/dist/types/boolean-logic/{branching/IfExtends.js → operators/AreSameLength.js} +0 -0
  1432. /package/dist/types/boolean-logic/{branching/IfExtendsAll.js → operators/AreSameType.js} +0 -0
  1433. /package/dist/types/boolean-logic/{branching/IfExtendsSome.js → operators/Extends.js} +0 -0
  1434. /package/dist/types/boolean-logic/{branching/IfFalse.js → operators/HasIndex.js} +0 -0
  1435. /package/dist/types/boolean-logic/{branching/IfFalsy.js → operators/HasOtherCharacters.js} +0 -0
  1436. /package/dist/types/boolean-logic/{branching/IfFnWithParams.js → operators/HasProp.js} +0 -0
  1437. /package/dist/types/boolean-logic/{branching/IfFnWithoutParams.js → operators/HasRequiredProps.js} +0 -0
  1438. /package/dist/types/boolean-logic/{branching/IfFunction.js → operators/HasSameKeys.js} +0 -0
  1439. /package/dist/types/boolean-logic/{branching/IfGreaterThan.js → operators/IsFloat.js} +0 -0
  1440. /package/dist/types/boolean-logic/{branching/IfHasCharacters.js → operators/IsHexadecimal.js} +0 -0
  1441. /package/dist/types/boolean-logic/{branching/IfIndexAt.js → operators/IsInteger.js} +0 -0
  1442. /package/dist/types/boolean-logic/{branching/IfIndexable.js → operators/IsIterable.js} +0 -0
  1443. /package/dist/types/boolean-logic/{branching/IfLessThan.js → operators/IsLiteralFn.js} +0 -0
  1444. /package/dist/types/boolean-logic/{branching/IfLiteral.js → operators/IsLiteralUnion.js} +0 -0
  1445. /package/dist/types/boolean-logic/{branching/IfMaybeFalse.js → operators/IsNarrowingFn.js} +0 -0
  1446. /package/dist/types/boolean-logic/{branching/IfMaybeTrue.js → operators/IsNonLiteralUnion.js} +0 -0
  1447. /package/dist/types/boolean-logic/{branching/IfNarrowlyContains.js → operators/IsNothing.js} +0 -0
  1448. /package/dist/types/boolean-logic/{branching/IfNegativeNumber.js → operators/IsSingleChar.js} +0 -0
  1449. /package/dist/types/boolean-logic/{branching/IfNotEqual.js → operators/IsValidIndex.js} +0 -0
  1450. /package/dist/types/boolean-logic/{branching/IfNotError.js → operators/IsVueRef.js} +0 -0
  1451. /package/dist/types/boolean-logic/{branching/IfNotLiteral.js → operators/IsWideUnion.js} +0 -0
  1452. /package/dist/types/boolean-logic/{branching/IfNotNever.js → operators/Validate.js} +0 -0
  1453. /package/dist/types/{boolean-logic/branching/IfNotTuple.js → classes/KlassMeta.js} +0 -0
  1454. /package/dist/types/{boolean-logic/branching/IfNull.js → containers/IsEmptyContainer.js} +0 -0
  1455. /package/dist/types/{boolean-logic/branching/IfNumber.js → containers/IsNonEmptyContainer.js} +0 -0
  1456. /package/dist/types/{boolean-logic/branching/IfNumericLiteral.js → containers/RemoveMarked.js} +0 -0
  1457. /package/dist/types/{lists/extractors/2nd-order → containers}/RemoveNever.js +0 -0
  1458. /package/dist/types/{boolean-logic/branching/IfObject.js → containers/RemoveUndefined.js} +0 -0
  1459. /package/dist/types/{boolean-logic/branching/IfObjectLiteral.js → dictionary/CreateKV.js} +0 -0
  1460. /package/dist/types/{boolean-logic/branching/IfOptionalScalar.js → dictionary/CreateLookup.js} +0 -0
  1461. /package/dist/types/{boolean-logic/branching/IfOr.js → dictionary/EnsureKeys.js} +0 -0
  1462. /package/dist/types/{boolean-logic/branching/IfPositive.js → dictionary/KvFn.js} +0 -0
  1463. /package/dist/types/{boolean-logic/branching/IfReadonlyArray.js → dictionary/MakeKeysOptional.js} +0 -0
  1464. /package/dist/types/{boolean-logic/branching/IfReadonlyObject.js → dictionary/MergeKVs.js} +0 -0
  1465. /package/dist/types/{boolean-logic/branching/IfRef.js → dictionary/TakeProp.js} +0 -0
  1466. /package/dist/types/{boolean-logic/branching/IfReturns.js → dictionary/Values.js} +0 -0
  1467. /package/dist/types/{boolean-logic/branching/IfScalar.js → errors/CompleteError.js} +0 -0
  1468. /package/dist/types/{boolean-logic/branching/IfSingularNoun.js → errors/KindError.js} +0 -0
  1469. /package/dist/types/{boolean-logic/branching/IfSomeEqual.js → errors/MapError.js} +0 -0
  1470. /package/dist/types/{boolean-logic/branching/IfSomeExtend.js → errors/PartialError.js} +0 -0
  1471. /package/dist/types/{boolean-logic/branching/IfSomeTruthy.js → errors/ProxyError.js} +0 -0
  1472. /package/dist/types/{boolean-logic/branching/IfStartsWith.js → errors/StackTrace.js} +0 -0
  1473. /package/dist/types/{boolean-logic/branching/IfString.js → errors/Throw.js} +0 -0
  1474. /package/dist/types/{lists/Append.js → functional/Option.js} +0 -0
  1475. /package/dist/types/{boolean-logic/branching/IfStringLiteral.js → functions/Fn.js} +0 -0
  1476. /package/dist/types/{boolean-logic/branching/IfSymbol.js → functions/FnFrom.js} +0 -0
  1477. /package/dist/types/{boolean-logic/branching/IfTrue.js → functions/HandleDoneFn.js} +0 -0
  1478. /package/dist/types/{boolean-logic/branching/IfTruthy.js → functions/IdentityFn.js} +0 -0
  1479. /package/dist/types/{boolean-logic/branching/IfTuple.js → functions/LiteralFn.js} +0 -0
  1480. /package/dist/types/{boolean-logic/branching/IfUndefined.js → functions/NarrowingFn.js} +0 -0
  1481. /package/dist/types/{boolean-logic/branching/IfUnion.js → functions/OnlyFnProps.js} +0 -0
  1482. /package/dist/types/{boolean-logic/branching/IfValidDotPath.js → lists/FilterLiterals.js} +0 -0
  1483. /package/dist/types/{boolean-logic/branching/IfValidKey.js → lists/FilterWideTypes.js} +0 -0
  1484. /package/dist/types/{boolean-logic/branching/IfWide.js → lists/Push.js} +0 -0
  1485. /package/dist/types/{boolean-logic/operators/Includes.js → lists/RetainLiterals.js} +0 -0
  1486. /package/dist/types/{boolean-logic/operators/IsChar.js → lists/RetainWideTypes.js} +0 -0
  1487. /package/dist/types/{boolean-logic/operators/IsError.js → lists/Second.js} +0 -0
  1488. /package/dist/types/{boolean-logic/operators/IsIndexable.js → literals/Choices.js} +0 -0
  1489. /package/dist/types/{boolean-logic/operators/IsMaybeTrue.js → literals/DoneFnTuple.js} +0 -0
  1490. /package/dist/types/{boolean-logic/operators/IsRef.js → literals/FromDefn.js} +0 -0
  1491. /package/dist/types/{boolean-logic/operators/IsValidKey.js → literals/FromTokenNames.js} +0 -0
  1492. /package/dist/types/{boolean-logic/operators/NotCharacters.js → literals/Narrow.js} +0 -0
  1493. /package/dist/types/{boolean-logic/operators/OfSameLength.js → literals/RuntimeUnion.js} +0 -0
  1494. /package/dist/types/{lists/extractors/RetainFromList.js → literals/Shape.js} +0 -0
  1495. /package/dist/types/{containers/EmptyContainer.js → string-literals/AfterFirstChar.js} +0 -0
  1496. /package/dist/types/{containers/NonEmptyContainer.js → string-literals/EnsureSurround.js} +0 -0
  1497. /package/dist/types/{containers/WithKey.js → string-literals/character-sets/BCP.js} +0 -0
  1498. /package/dist/types/{dictionary/ExplicitKeys.js → string-literals/geo/state.js} +0 -0
  1499. /package/dist/types/{dictionary/SameKeys.js → string-literals/geo/zip.js} +0 -0
  1500. /package/dist/types/string-literals/{DropChars.js → options/DropChars.js} +0 -0
  1501. /package/dist/types/{lists/extractors/2nd-order/RemoveEquals.js → type-conversion/AsContainer.js} +0 -0
  1502. /package/dist/types/{lists/extractors/2nd-order/RemoveErrors.js → type-conversion/AsDefined.js} +0 -0
  1503. /package/dist/types/{lists/extractors/2nd-order/RemoveExtends.js → type-conversion/AsDictionary.js} +0 -0
  1504. /package/dist/types/{lists/extractors/2nd-order/RemoveNotExtends.js → type-conversion/AsNonNull.js} +0 -0
  1505. /package/dist/types/{lists/extractors/2nd-order/RemoveStrings.js → type-conversion/AsObject.js} +0 -0
  1506. /package/dist/types/{lists/extractors/2nd-order/RemoveWide.js → type-conversion/AsObjectKeys.js} +0 -0
  1507. /package/dist/types/{lists/extractors/2nd-order/RetainEquals.js → type-conversion/AsRecord.js} +0 -0
  1508. /package/dist/types/{lists/extractors/2nd-order/RetainExtends.js → type-conversion/AsRef.js} +0 -0
  1509. /package/dist/types/{lists/extractors/2nd-order/RetainNotExtends.js → type-conversion/ToStringArray.js} +0 -0
  1510. /package/dist/types/{lists/extractors/2nd-order/RetainStrings.js → type-conversion/UnionFilter.js} +0 -0
  1511. /package/dist/types/{lists/extractors/ExtractorOp.js → type-conversion/UnionShift.js} +0 -0
  1512. /package/dist/types/{lists/extractors/RemoveFromList.js → type-conversion/WidenValues.js} +0 -0
@@ -1,4 +1,4 @@
1
- import { IfNever, IfStringLiteral, SingularNoun } from "../../index";
1
+ import { If, IfNever, IsStringLiteral, SingularNoun } from "../../index";
2
2
  /**
3
3
  * **IsSingularNoun**`<T>`
4
4
  *
@@ -9,5 +9,5 @@ import { IfNever, IfStringLiteral, SingularNoun } from "../../index";
9
9
  * - `boolean` - if `T` is a wide string type
10
10
  * - `false` - all other conditions
11
11
  */
12
- export type IsSingularNoun<T> = T extends string ? IfStringLiteral<T, IfNever<SingularNoun<T>, false, true>, boolean> : false;
12
+ export type IsSingularNoun<T> = T extends string ? If<IsStringLiteral<T>, IfNever<SingularNoun<T>, false, true>, boolean> : false;
13
13
  //# sourceMappingURL=IsSingularNoun.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IsSingularNoun.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/IsSingularNoun.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,oBAAwB;AAGzE;;;;;;;;;GASG;AACH,MAAM,MAAM,cAAc,CAAC,CAAC,IAAI,CAAC,SAAS,MAAM,GAC5C,eAAe,CAAC,CAAC,EAAE,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,IAAI,CAAC,EAAE,OAAO,CAAC,GAClE,KAAK,CAAC"}
1
+ {"version":3,"file":"IsSingularNoun.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/IsSingularNoun.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,oBAAwB;AAG7E;;;;;;;;;GASG;AACH,MAAM,MAAM,cAAc,CAAC,CAAC,IAAI,CAAC,SAAS,MAAM,GAC5C,EAAE,CACA,eAAe,CAAC,CAAC,CAAC,EAClB,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,IAAI,CAAC,EACrC,OAAO,CACR,GACD,KAAK,CAAC"}
@@ -1,8 +1,9 @@
1
+ import { IsUnion } from "./IsUnion";
1
2
  /**
2
3
  * **IsString**
3
4
  *
4
5
  * Type utility which returns true/false based on whether `T` is a
5
6
  * string (wide or narrow).
6
7
  */
7
- export type IsString<T> = T extends string ? true : false;
8
+ export type IsString<T> = IsUnion<T> extends true ? [string] extends [T] ? boolean : false : [T] extends [string] ? true : false;
8
9
  //# sourceMappingURL=IsString.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IsString.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/IsString.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,MAAM,MAAM,QAAQ,CAAC,CAAC,IAAI,CAAC,SAAS,MAAM,GAAG,IAAI,GAAG,KAAK,CAAC"}
1
+ {"version":3,"file":"IsString.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/IsString.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC;;;;;GAKG;AACH,MAAM,MAAM,QAAQ,CAAC,CAAC,IAAI,OAAO,CAAC,CAAC,CAAC,SAAS,IAAI,GAC/C,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,GAClB,OAAO,GACP,KAAK,GACP,CAAC,CAAC,CAAC,SAAS,CAAC,MAAM,CAAC,GAAG,IAAI,GAAG,KAAK,CAAC"}
@@ -1,11 +1,9 @@
1
- import { IfNever } from "../../index";
1
+ import { IsEqual, IsNever } from "../../index";
2
2
  /**
3
3
  * **IsStringLiteral**`<T>`
4
4
  *
5
5
  * Boolean type utility which detects whether `T` is
6
6
  * a string literal.
7
7
  */
8
- export type IsStringLiteral<T> = IfNever<T, never, [
9
- T
10
- ] extends [string] ? string extends T ? false : true : false>;
8
+ export type IsStringLiteral<T> = IsNever<T> extends true ? false : T extends string ? IsEqual<T, string> extends true ? false : true : false;
11
9
  //# sourceMappingURL=IsStringLiteral.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IsStringLiteral.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/IsStringLiteral.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,oBAAwB;AAE1C;;;;;GAKG;AACH,MAAM,MAAM,eAAe,CAAC,CAAC,IAAI,OAAO,CAAC,CAAC,EAAE,KAAK,EACjD;IAAC,CAAC;CAAC,SAAS,CAAC,MAAM,CAAC,GAChB,MAAM,SAAS,CAAC,GACd,KAAK,GACL,IAAI,GACN,KAAK,CACR,CAAC"}
1
+ {"version":3,"file":"IsStringLiteral.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/IsStringLiteral.ts"],"names":[],"mappings":"AAAA,OAAO,EAAG,OAAO,EAAE,OAAO,EAAE,oBAAwB;AAEpD;;;;;GAKG;AACH,MAAM,MAAM,eAAe,CAAC,CAAC,IAAI,OAAO,CAAC,CAAC,CAAC,SAAS,IAAI,GACpD,KAAK,GACL,CAAC,SAAS,MAAM,GACd,OAAO,CAAC,CAAC,EAAC,MAAM,CAAC,SAAS,IAAI,GAC5B,KAAK,GACL,IAAI,GACN,KAAK,CAAC"}
@@ -1,6 +1,7 @@
1
1
  import { IsEqual, IsNever } from "../../index";
2
+ type Process<T, TNever> = [IsNever<T>] extends [true] ? TNever : [IsEqual<T, true>] extends [true] ? true : false;
2
3
  /**
3
- * **IsTrue**`<T>`
4
+ * **IsTrue**`<T,[TNever]>`
4
5
  *
5
6
  * Type utility which checks for the narrow type of `true`
6
7
  * ```ts
@@ -12,5 +13,6 @@ import { IsEqual, IsNever } from "../../index";
12
13
  * type F2 = IsTrue<"foobar">;
13
14
  * ```
14
15
  */
15
- export type IsTrue<T> = IsNever<T> extends true ? never : IsEqual<T, true> extends true ? true : false;
16
+ export type IsTrue<T, TNever = never> = Process<T, TNever>;
17
+ export {};
16
18
  //# sourceMappingURL=IsTrue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IsTrue.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/IsTrue.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAG,OAAO,EAAE,oBAAwB;AAEpD;;;;;;;;;;;;GAYG;AACH,MAAM,MAAM,MAAM,CAAC,CAAC,IAAI,OAAO,CAAC,CAAC,CAAC,SAAS,IAAI,GAC7C,KAAK,GACL,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,SAAS,IAAI,GAC3B,IAAI,GACJ,KAAK,CAAC"}
1
+ {"version":3,"file":"IsTrue.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/IsTrue.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAG,OAAO,EAAE,oBAAwB;AAEpD,KAAK,OAAO,CAAC,CAAC,EACd,MAAM,IACF,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,GAC7B,MAAM,GACN,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,GACjC,IAAI,GACJ,KAAK,CAAC;AAER;;;;;;;;;;;;GAYG;AACH,MAAM,MAAM,MAAM,CAChB,CAAC,EACD,MAAM,GAAG,KAAK,IACZ,OAAO,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC"}
@@ -1,11 +1,13 @@
1
- import { IfLiteral, IfSomeEqual } from "../../index";
1
+ import { If, IsNumericLiteral, IsStringLiteral, IsFalse, IsTrue, SomeEqual } from "../../index";
2
2
  /**
3
- * **Truthy**`<T>`
3
+ * **IsTruthy**`<T>`
4
4
  *
5
5
  * A type utility which evaluates `T` for _[truthiness](https://frontend.turing.edu/lessons/module-1/js-truthy-falsy-expressions.html)_ and returns `true` or `false`
6
6
  * where the state can be detected at design time; otherwise returns `boolean`.
7
7
  *
8
8
  * **See Also:** `IfTruthy`, `IfSomeTruthy`, `IfAllTruthy`, and `TruthyReturns`
9
9
  */
10
- export type IsTruthy<T> = T extends string ? T extends "" ? false : IfLiteral<T, true, boolean> : T extends number ? IfLiteral<T, IfSomeEqual<T, [0, -0], false, true>, boolean> : T extends boolean ? T extends false ? false : IfLiteral<T, true, boolean> : IfSomeEqual<T, [null, undefined, typeof NaN], false, boolean>;
10
+ export type IsTruthy<T> = [
11
+ T
12
+ ] extends [string] ? T extends "" ? false : If<IsStringLiteral<T>, true, boolean> : [T] extends [number] ? If<IsNumericLiteral<T>, If<SomeEqual<[0, -0], T>, false, true>, boolean> : [T] extends [boolean] ? If<IsFalse<T>, false, If<IsTrue<T>, true, boolean>> : If<SomeEqual<[null, undefined, typeof NaN], T>, false, boolean>;
11
13
  //# sourceMappingURL=IsTruthy.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IsTruthy.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/IsTruthy.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,oBAAwB;AAGzD;;;;;;;GAOG;AACH,MAAM,MAAM,QAAQ,CAAC,CAAC,IACpB,CAAC,SAAS,MAAM,GACZ,CAAC,SAAS,EAAE,GAAG,KAAK,GAAG,SAAS,CAAC,CAAC,EAAE,IAAI,EAAE,OAAO,CAAC,GACpD,CAAC,SAAS,MAAM,GACd,SAAS,CAAC,CAAC,EAAE,WAAW,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,IAAI,CAAC,EAAE,OAAO,CAAC,GAC3D,CAAC,SAAS,OAAO,GACf,CAAC,SAAS,KAAK,GAAG,KAAK,GAAG,SAAS,CAAC,CAAC,EAAE,IAAI,EAAE,OAAO,CAAC,GACrD,WAAW,CAAC,CAAC,EAAE,CAAC,IAAI,EAAE,SAAS,EAAE,OAAO,GAAG,CAAC,EAAE,KAAK,EAAE,OAAO,CAAC,CAAC"}
1
+ {"version":3,"file":"IsTruthy.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/IsTruthy.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,EAAE,EACF,gBAAgB,EAChB,eAAe,EACf,OAAO,EACP,MAAM,EACN,SAAS,EACV,oBAAwB;AAGzB;;;;;;;GAOG;AACH,MAAM,MAAM,QAAQ,CAAC,CAAC,IACpB;IAAC,CAAC;CAAC,SAAS,CAAC,MAAM,CAAC,GAChB,CAAC,SAAS,EAAE,GAAG,KAAK,GAAG,EAAE,CAAC,eAAe,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,OAAO,CAAC,GAC9D,CAAC,CAAC,CAAC,SAAS,CAAC,MAAM,CAAC,GAClB,EAAE,CACA,gBAAgB,CAAC,CAAC,CAAC,EACnB,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAC,CAAC,CAAC,EAAG,KAAK,EAAE,IAAI,CAAC,EAAE,OAAO,CAAC,GAClD,CAAC,CAAC,CAAC,SAAS,CAAC,OAAO,CAAC,GACnB,EAAE,CACA,OAAO,CAAC,CAAC,CAAC,EACV,KAAK,EACL,EAAE,CACA,MAAM,CAAC,CAAC,CAAC,EACT,IAAI,EACJ,OAAO,CACR,CACF,GACH,EAAE,CACA,SAAS,CAAC,CAAC,IAAI,EAAE,SAAS,EAAE,OAAO,GAAG,CAAC,EAAC,CAAC,CAAC,EAC1C,KAAK,EACL,OAAO,CACR,CAAC"}
@@ -1,4 +1,5 @@
1
- import { IfNever } from "../branching/IfNever";
1
+ import { IsNever } from "./IsNever";
2
+ type Process<T> = [IsNever<T>] extends [true] ? false : T extends readonly unknown[] ? number extends T["length"] ? false : true : false;
2
3
  /**
3
4
  * **IfTuple**`<T>`
4
5
  *
@@ -11,5 +12,6 @@ import { IfNever } from "../branching/IfNever";
11
12
  * - types such as `string[]`, etc. are _not_ tuples as they
12
13
  * do not discretely specify a length of elements
13
14
  */
14
- export type IsTuple<T> = IfNever<T, never, T extends readonly unknown[] ? number extends T["length"] ? false : true : false>;
15
+ export type IsTuple<T> = Process<T> extends boolean ? Process<T> : never;
16
+ export {};
15
17
  //# sourceMappingURL=IsTuple.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IsTuple.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/IsTuple.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;AAG9C;;;;;;;;;;;GAWG;AACH,MAAM,MAAM,OAAO,CAAC,CAAC,IAAI,OAAO,CAC9B,CAAC,EACD,KAAK,EACL,CAAC,SAAS,SAAS,OAAO,EAAE,GAC1B,MAAM,SAAS,CAAC,CAAC,QAAQ,CAAC,GACxB,KAAK,GACL,IAAI,GACN,KAAK,CACR,CAAA"}
1
+ {"version":3,"file":"IsTuple.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/IsTuple.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC,KAAK,OAAO,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,GAC3C,KAAK,GACL,CAAC,SAAS,SAAS,OAAO,EAAE,GAC1B,MAAM,SAAS,CAAC,CAAC,QAAQ,CAAC,GACxB,KAAK,GACL,IAAI,GACN,KAAK,CAAC;AAGV;;;;;;;;;;;GAWG;AACH,MAAM,MAAM,OAAO,CAAC,CAAC,IAAI,OAAO,CAAC,CAAC,CAAC,SAAS,OAAO,GACjD,OAAO,CAAC,CAAC,CAAC,GACV,KAAK,CAAC"}
@@ -1,9 +1,9 @@
1
- import { UnionToTuple, IfLength, IfNever } from "../../index";
1
+ import { UnionToTuple, IsNever, IsEqual } from "../../index";
2
2
  /**
3
3
  * **IsUnion**`<T>`
4
4
  *
5
5
  * Type utility which returns a boolean flag indicating whether the
6
6
  * given `T` is typed as a _union_ type.
7
7
  */
8
- export type IsUnion<T> = IfNever<UnionToTuple<T>, false, IfLength<UnionToTuple<T>, 1, false, IfLength<UnionToTuple<T>, 0, false, true>>>;
8
+ export type IsUnion<T> = [IsNever<UnionToTuple<T>>] extends [true] ? false : IsEqual<T, boolean> extends true ? false : UnionToTuple<T>["length"] extends 1 ? false : true;
9
9
  //# sourceMappingURL=IsUnion.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IsUnion.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/IsUnion.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAG,QAAQ,EAAE,OAAO,EAAE,oBAAwB;AAEnE;;;;;GAKG;AACH,MAAM,MAAM,OAAO,CAAC,CAAC,IAAI,OAAO,CAC9B,YAAY,CAAC,CAAC,CAAC,EACf,KAAK,EACL,QAAQ,CACN,YAAY,CAAC,CAAC,CAAC,EACf,CAAC,EACD,KAAK,EACL,QAAQ,CAAC,YAAY,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,KAAK,EAAE,IAAI,CAAC,CAC1C,CACF,CAAC"}
1
+ {"version":3,"file":"IsUnion.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/IsUnion.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAG,OAAO,EAAG,OAAO,EAAE,oBAAwB;AAGnE;;;;;GAKG;AACH,MAAM,MAAM,OAAO,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,GAChE,KAAK,GACL,OAAO,CAAC,CAAC,EAAE,OAAO,CAAC,SAAS,IAAI,GAChC,KAAK,GACL,YAAY,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,SAAS,CAAC,GACjC,KAAK,GACL,IAAI,CAAC"}
@@ -1,20 +1,15 @@
1
- import { Container, DotPathFor, IfNever, IfExtends, IfLiteral, IfStringLiteral } from "../../index";
1
+ import { Contains, DotPathFor, IsContainer, IsDotPath, IsEqual, IsObjectLiteral, IsTuple } from "../../index";
2
2
  /**
3
- * **IsValidDotPath**`<TContainer, TKey>`
3
+ * **IsValidDotPath**`<TContainer,TDotPath>`
4
4
  *
5
- * Boolean operator which detects whether a given key of `TKey` should be considered a
6
- * valid "dot path" for the container `TContainer`. Results based on `TKey` are:
7
- *
8
- * - `false`
9
- * - any non-string type or any string literal in which `DotPath<T>` resolves
10
- * to false (including _never_ value).
11
- * - `boolean`
12
- * - when a `TContainer` maps to a wide container type then we have to return boolean
13
- * as the validity of the key can not be determined at design time
14
- * - the same applies to `TKey` being a wide string type
15
- * - `true` - a string literal value where `DotPath<T>` does not resolve to _never_.
16
- *
17
- * Note: this utility not only validates that `TKey` is a valid key in principle but that it is a valid key for `TContainer`; if you prefer a simpler check then use `IsDotPath<T>` instead.
5
+ * - if `TContainer` is a literal value than it will validate against
6
+ * the _actual_ dot paths which are valid for the container.
7
+ * - if `TContainer` is a wide container type then it will generically validate
8
+ * whether the dot path _could_ be a valid path.
9
+ * - if `TContainer` isn't a container at all then the only valid dot path is
10
+ * an empty string
11
+ * - a DotPath of either "" or null is _always_ valid because these are _identity_
12
+ * paths that simply return the container.
18
13
  */
19
- export type IsValidDotPath<TContainer, TKey> = IfNever<TKey, false, IfNever<TContainer, false, TContainer extends Container ? TKey extends string ? IfLiteral<TContainer, IfStringLiteral<TKey, IfExtends<TKey, DotPathFor<TContainer>, true, false>, boolean>, boolean> : false : false>>;
14
+ export type IsValidDotPath<TContainer, TDotPath extends string | null> = IsEqual<TDotPath, null> extends true ? true : IsObjectLiteral<TContainer> extends true ? IsTuple<TContainer> extends true ? Contains<DotPathFor<TContainer>, TDotPath> : IsContainer<TContainer> extends true ? IsDotPath<TDotPath> : IsEqual<TDotPath, ""> extends true ? true : false : IsContainer<TContainer> extends true ? IsDotPath<TDotPath> : IsEqual<TDotPath, ""> extends true ? true : false;
20
15
  //# sourceMappingURL=IsValidDotPath.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IsValidDotPath.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/IsValidDotPath.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,eAAe,EAAE,oBAAwB;AAExG;;;;;;;;;;;;;;;;GAgBG;AACH,MAAM,MAAM,cAAc,CAAC,UAAU,EAAC,IAAI,IAC1C,OAAO,CACL,IAAI,EACJ,KAAK,EACL,OAAO,CACL,UAAU,EACV,KAAK,EACL,UAAU,SAAS,SAAS,GACxB,IAAI,SAAS,MAAM,GACjB,SAAS,CACP,UAAU,EACV,eAAe,CACb,IAAI,EACJ,SAAS,CACP,IAAI,EAAE,UAAU,CAAC,UAAU,CAAC,EAC5B,IAAI,EACJ,KAAK,CACJ,EACD,OAAO,CACR,EACD,OAAO,CACR,GACD,KAAK,GACT,KAAK,CACV,CACF,CAAC"}
1
+ {"version":3,"file":"IsValidDotPath.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/IsValidDotPath.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EACR,UAAU,EACV,WAAW,EACX,SAAS,EACT,OAAO,EACP,eAAe,EACf,OAAO,EACR,oBAAwB;AAGzB;;;;;;;;;;;GAWG;AACH,MAAM,MAAM,cAAc,CACxB,UAAU,EACV,QAAQ,SAAS,MAAM,GAAG,IAAI,IAC5B,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,SAAS,IAAI,GACtC,IAAI,GACJ,eAAe,CAAC,UAAU,CAAC,SAAS,IAAI,GACxC,OAAO,CAAC,UAAU,CAAC,SAAS,IAAI,GAC9B,QAAQ,CAAC,UAAU,CAAC,UAAU,CAAC,EAAE,QAAQ,CAAC,GAC1C,WAAW,CAAC,UAAU,CAAC,SAAS,IAAI,GAClC,SAAS,CAAC,QAAQ,CAAC,GACnB,OAAO,CAAC,QAAQ,EAAE,EAAE,CAAC,SAAS,IAAI,GAChC,IAAI,GACJ,KAAK,GACT,WAAW,CAAC,UAAU,CAAC,SAAS,IAAI,GACpC,SAAS,CAAC,QAAQ,CAAC,GACnB,OAAO,CAAC,QAAQ,EAAE,EAAE,CAAC,SAAS,IAAI,GAChC,IAAI,GACJ,KAAK,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { Abs, AsNumber, Container, ExplicitlyEmptyObject, IsEqual, IsNegativeNumber, IsStringLiteral, IsObjectLiteral, IsTuple, Dictionary, Tuple, NumericKeys, TupleToUnion } from "../../index";
2
+ /**
3
+ * **IsValidIndex**`<TContainer,TKey>`
4
+ *
5
+ * Provides a boolean check on whether `TKey` is a valid key for `TContainer`.
6
+ *
7
+ * - valid responses are `true` or `false` if literal types found; otherwise `boolean`
8
+ * - negative indexes are allowed when `TContainer` is a tuple
9
+ */
10
+ export type IsValidIndex<TContainer extends Container, TKey extends PropertyKey> = TContainer extends Tuple ? IsTuple<TContainer> extends true ? TKey extends number ? IsNegativeNumber<AsNumber<TKey>> extends true ? Abs<AsNumber<TKey>> extends number ? [Abs<AsNumber<TKey>>] extends [TupleToUnion<NumericKeys<TContainer>>] ? true : false : never : [TKey] extends [TupleToUnion<NumericKeys<TContainer>>] ? true : false : false : boolean : TContainer extends Dictionary ? IsEqual<TContainer, ExplicitlyEmptyObject> extends true ? false : [IsObjectLiteral<TContainer>] extends [true] ? [IsStringLiteral<TKey>] extends [true] ? [TKey] extends [keyof TContainer] ? true : false : [TKey] extends [symbol] ? [TKey] extends [keyof TContainer] ? true : false : false : boolean : false;
11
+ //# sourceMappingURL=IsValidIndex.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IsValidIndex.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/IsValidIndex.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,GAAG,EACH,QAAQ,EACR,SAAS,EACT,qBAAqB,EACrB,OAAO,EACP,gBAAgB,EAChB,eAAe,EACf,eAAe,EACf,OAAO,EACP,UAAU,EACV,KAAK,EACL,WAAW,EACX,YAAY,EACb,oBAAwB;AAEzB;;;;;;;GAOG;AACH,MAAM,MAAM,YAAY,CACtB,UAAU,SAAS,SAAS,EAC5B,IAAI,SAAS,WAAW,IACtB,UAAU,SAAS,KAAK,GAC1B,OAAO,CAAC,UAAU,CAAC,SAAS,IAAI,GAC9B,IAAI,SAAS,MAAM,GACjB,gBAAgB,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,SAAS,IAAI,GAC3C,GAAG,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,SAAS,MAAM,GAChC,CAAC,GAAG,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,YAAY,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC,CAAC,GACnE,IAAI,GACJ,KAAK,GACP,KAAK,GACP,CAAC,IAAI,CAAC,SAAS,CAAC,YAAY,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC,CAAC,GACpD,IAAI,GACJ,KAAK,GACT,KAAK,GACP,OAAO,GAET,UAAU,SAAS,UAAU,GAC3B,OAAO,CAAC,UAAU,EAAE,qBAAqB,CAAC,SAAS,IAAI,GACnD,KAAK,GACL,CAAC,eAAe,CAAC,UAAU,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,GAC5C,CAAC,eAAe,CAAC,IAAI,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,GACpC,CAAC,IAAI,CAAC,SAAS,CAAC,MAAM,UAAU,CAAC,GAC/B,IAAI,GACJ,KAAK,GACP,CAAC,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,GACrB,CAAC,IAAI,CAAC,SAAS,CAAC,MAAM,UAAU,CAAC,GAC/B,IAAI,GACJ,KAAK,GACP,KAAK,GACT,OAAO,GACb,KAAK,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { If, IsEqual, ObjectKey, RemoveIndexKeys, Retain, UnionToTuple } from "../../index";
2
+ type _Keys<T extends object> = UnionToTuple<keyof RemoveIndexKeys<T>> extends readonly ObjectKey[] ? UnionToTuple<keyof RemoveIndexKeys<T>> : never;
3
+ type _Len<T extends object> = _Keys<T> extends ObjectKey[] ? _Keys<T>["length"] : 0;
4
+ type _Validate<T extends object> = "value" extends keyof T ? true : false;
5
+ /**
6
+ * **IsVueRef**`<T>`
7
+ *
8
+ * Boolean type utility that detects whether the type passed in
9
+ * is a VueJS `Ref<...>` type or this library's `VueRef<...>`
10
+ * (which serves as a lightweight proxy type for Vue's `Ref`).
11
+ */
12
+ export type IsVueRef<T> = T extends object ? If<IsEqual<_Len<T>, 0>, false, Retain<_Keys<T>, string>["length"] extends 1 ? _Validate<T> : false> : false;
13
+ export {};
14
+ //# sourceMappingURL=IsVueRef.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IsVueRef.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/IsVueRef.ts"],"names":[],"mappings":"AAAA,OAAO,EAAG,EAAE,EAAG,OAAO,EAAG,SAAS,EAAG,eAAe,EAAI,MAAM,EAAG,YAAY,EAAE,oBAAwB;AAIvG,KAAK,KAAK,CAAC,CAAC,SAAS,MAAM,IAAI,YAAY,CAAC,MAAM,eAAe,CAAC,CAAC,CAAC,CAAC,SACrE,SAAS,SAAS,EAAE,GAChB,YAAY,CAAC,MAAM,eAAe,CAAC,CAAC,CAAC,CAAC,GACtC,KAAK,CAAC;AAEV,KAAK,IAAI,CAAC,CAAC,SAAS,MAAM,IAAI,KAAK,CAAC,CAAC,CAAC,SAAS,SAAS,EAAE,GACtD,KAAK,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,GAClB,CAAC,CAAC;AAEN,KAAK,SAAS,CAAC,CAAC,SAAS,MAAM,IAAI,OAAO,SAAS,MAAM,CAAC,GACxD,IAAI,GACJ,KAAK,CAAA;AAGP;;;;;;GAMG;AACH,MAAM,MAAM,QAAQ,CAAC,CAAC,IAAI,CAAC,SAAS,MAAM,GACxC,EAAE,CACA,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,EACnB,KAAK,EACL,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,QAAQ,CAAC,SAAS,CAAC,GACxC,SAAS,CAAC,CAAC,CAAC,GACZ,KAAK,CACR,GACH,KAAK,CAAC"}
@@ -1,8 +1,51 @@
1
- import { IfLiteral, IfLiteralKind, Type } from "../../index";
2
- type WideLiterals = string | number | boolean | Record<string, any>;
1
+ import { Container, ErrorCondition, IsEqual, IsNever, IsVueRef, IsWideUnion, ObjectKey, ProxyError, RemoveIndexKeys, Scalar, Throw, UnionToTuple } from "../../index";
3
2
  /**
4
- * **IsWideType**`<T>`
3
+ * **IsWideScalar**`<T>`
4
+ *
5
+ * Boolean operator which validates whether or not `T`
6
+ * is considered a "wide type" which extends `Scalar`
5
7
  */
6
- export type IsWideType<T> = T extends WideLiterals ? IfLiteral<T, false, true> : T extends Type<any> ? T extends Type<infer Kind> ? IfLiteralKind<Kind, false, true> : never : never;
8
+ export type IsWideScalar<T> = [T] extends [Scalar] ? [
9
+ IsEqual<T, string, true, false>,
10
+ IsEqual<T, number, true, false>,
11
+ IsEqual<T, boolean, true, false>,
12
+ IsEqual<T, null, true, false>,
13
+ IsEqual<T, symbol, true, false>
14
+ ] extends [
15
+ false,
16
+ false,
17
+ false,
18
+ false,
19
+ false
20
+ ] ? false : true : false;
21
+ type _Keys<T extends object> = UnionToTuple<keyof RemoveIndexKeys<T>>;
22
+ type GetKeys<T extends object> = IsVueRef<T> extends true ? ["value"] : _Keys<T> extends [symbol] ? ObjectKey[] : _Keys<T> extends [] ? UnionToTuple<keyof T> extends [ObjectKey] ? (keyof T)[] : ObjectKey[] : _Keys<T>;
23
+ /**
24
+ * **IsWideContainer**`<T>`
25
+ *
26
+ * Boolean operator which tests wether `T` is a `Container` and
27
+ * also a `wide type` (aka, not a literal).
28
+ */
29
+ export type IsWideContainer<T> = T extends Container ? T extends readonly unknown[] ? "length" extends keyof T ? IsEqual<T["length"], number> extends true ? true : false : false : T extends object ? "length" extends keyof GetKeys<T> ? IsEqual<GetKeys<T>["length"], number> extends true ? true : false : false : false : false;
30
+ type InvalidNever = Throw<"invalid-never", `The value of T when calling IsWideType<T> was "never" which makes the comparison invalid! If you want prefer to instead allow this condition then set the TNever generic to true or false depending on your preferred outcome`, "IsWideType", {
31
+ library: "inferred-types";
32
+ }>;
33
+ /**
34
+ * **IsWideType**`<T, [TNever]>`
35
+ *
36
+ * Identifies types which are "wide" (and have a narrow variant):
37
+ *
38
+ * - string, number, and boolean types
39
+ * - `string[]`, `number[]` array types
40
+ * - wide union types like `string | number`
41
+ *
42
+ * **Note:**
43
+ * - types such as `null` and `undefined` **are** considered wide.
44
+ * - If the `T` passed in is _never_ the result of this operation is
45
+ * ErrorCondition<"invalid-never"> but this can be made into whatever
46
+ * you like by setting the `TNever` generic.
47
+ * - If an ErrorCondition is in `T` then it will be bubbled up
48
+ */
49
+ export type IsWideType<T, TNever = InvalidNever> = [IsNever<T>] extends [true] ? TNever : [T] extends [ErrorCondition] ? ProxyError<T, "IsWideType"> : IsWideScalar<T> extends true ? true : IsWideContainer<T> extends true ? true : IsWideUnion<T> extends true ? true : false;
7
50
  export {};
8
51
  //# sourceMappingURL=IsWideType.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IsWideType.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/IsWideType.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,IAAI,EAAE,oBAAwB;AAGjE,KAAK,YAAY,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC,MAAM,EAAC,GAAG,CAAC,CAAC;AAEnE;;GAEG;AACH,MAAM,MAAM,UAAU,CAAC,CAAC,IAAI,CAAC,SAAS,YAAY,GAC9C,SAAS,CAAC,CAAC,EAAE,KAAK,EAAE,IAAI,CAAC,GACzB,CAAC,SAAS,IAAI,CAAC,GAAG,CAAC,GACjB,CAAC,SAAS,IAAI,CAAC,MAAM,IAAI,CAAC,GACxB,aAAa,CAAC,IAAI,EAAE,KAAK,EAAE,IAAI,CAAC,GAChC,KAAK,GACP,KAAK,CAAC"}
1
+ {"version":3,"file":"IsWideType.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/IsWideType.ts"],"names":[],"mappings":"AACA,OAAO,EACL,SAAS,EACT,cAAc,EACd,OAAO,EACP,OAAO,EACP,QAAQ,EACR,WAAW,EACX,SAAS,EACT,UAAU,EACV,eAAe,EACf,MAAM,EACN,KAAK,EACL,YAAY,EACb,oBAAwB;AAEzB;;;;;GAKG;AACH,MAAM,MAAM,YAAY,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,MAAM,CAAC,GAC9C;IACE,OAAO,CAAC,CAAC,EAAE,MAAM,EAAE,IAAI,EAAC,KAAK,CAAC;IAC9B,OAAO,CAAC,CAAC,EAAE,MAAM,EAAE,IAAI,EAAC,KAAK,CAAC;IAC9B,OAAO,CAAC,CAAC,EAAE,OAAO,EAAE,IAAI,EAAC,KAAK,CAAC;IAC/B,OAAO,CAAC,CAAC,EAAE,IAAI,EAAE,IAAI,EAAC,KAAK,CAAC;IAC5B,OAAO,CAAC,CAAC,EAAE,MAAM,EAAE,IAAI,EAAC,KAAK,CAAC;CAC/B,SAAS;IACR,KAAK;IAAE,KAAK;IAAE,KAAK;IAAE,KAAK;IAAE,KAAK;CAClC,GACG,KAAK,GACL,IAAI,GACV,KAAK,CAAC;AAER,KAAK,KAAK,CACR,CAAC,SAAS,MAAM,IACZ,YAAY,CAAC,MAAM,eAAe,CAAC,CAAC,CAAC,CAAC,CAAC;AAE7C,KAAK,OAAO,CACV,CAAC,SAAS,MAAM,IACd,QAAQ,CAAC,CAAC,CAAC,SAAS,IAAI,GAC1B,CAAC,OAAO,CAAC,GACT,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC,MAAM,CAAC,GACvB,SAAS,EAAE,GACX,KAAK,CAAC,CAAC,CAAC,SAAS,EAAE,GACjB,YAAY,CAAC,MAAM,CAAC,CAAC,SAAS,CAAC,SAAS,CAAC,GACvC,CAAC,MAAM,CAAC,CAAC,EAAE,GACX,SAAS,EAAE,GACb,KAAK,CAAC,CAAC,CAAC,CAAC;AAGf;;;;;GAKG;AACH,MAAM,MAAM,eAAe,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAClD,CAAC,SAAS,SAAS,OAAO,EAAE,GAC1B,QAAQ,SAAS,MAAM,CAAC,GACtB,OAAO,CAAC,CAAC,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC,SAAS,IAAI,GACvC,IAAI,GACJ,KAAK,GACP,KAAK,GACP,CAAC,SAAS,MAAM,GACd,QAAQ,SAAS,MAAM,OAAO,CAAC,CAAC,CAAC,GAC/B,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC,SAAS,IAAI,GAChD,IAAI,GACJ,KAAK,GACP,KAAK,GACP,KAAK,GACT,KAAK,CAAC;AAIR,KAAK,YAAY,GAAG,KAAK,CACvB,eAAe,EACf,+NAA+N,EAC/N,YAAY,EACZ;IAAE,OAAO,EAAE,gBAAgB,CAAA;CAAC,CAC7B,CAAA;AAED;;;;;;;;;;;;;;;GAeG;AACH,MAAM,MAAM,UAAU,CACpB,CAAC,EACD,MAAM,GAAG,YAAY,IACnB,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,GAC7B,MAAM,GACN,CAAC,CAAC,CAAC,SAAS,CAAC,cAAc,CAAC,GAC5B,UAAU,CAAC,CAAC,EAAC,YAAY,CAAC,GAC3B,YAAY,CAAC,CAAC,CAAC,SAAS,IAAI,GAC3B,IAAI,GACJ,eAAe,CAAC,CAAC,CAAC,SAAS,IAAI,GAC/B,IAAI,GACJ,WAAW,CAAC,CAAC,CAAC,SAAS,IAAI,GAC3B,IAAI,GACJ,KAAK,CAAC"}
@@ -0,0 +1,15 @@
1
+ import { IsUnion, IsWideType, UnionToTuple } from "../../index";
2
+ type Process<T extends readonly unknown[]> = {
3
+ [K in keyof T]: IsWideType<T[K]>;
4
+ };
5
+ /**
6
+ * **IsWideUnion**`<T>`
7
+ *
8
+ * Boolean utility which checks whether `T` is both a _union type_
9
+ * and that it's elements are all considered _wide types_.
10
+ *
11
+ * **Related:** `IsNonLiteralUnion`
12
+ */
13
+ export type IsWideUnion<T> = [IsUnion<T>] extends [true] ? [Process<UnionToTuple<T>>] extends [readonly true[]] ? true : false : false;
14
+ export {};
15
+ //# sourceMappingURL=IsWideUnion.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IsWideUnion.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/IsWideUnion.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,EACP,UAAU,EACV,YAAY,EACb,oBAAwB;AAEzB,KAAK,OAAO,CACV,CAAC,SAAS,SAAS,OAAO,EAAE,IAC1B;KACD,CAAC,IAAI,MAAM,CAAC,GAAG,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;CACjC,CAAA;AAED;;;;;;;GAOG;AACH,MAAM,MAAM,WAAW,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,GACtD,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,SAAS,IAAI,EAAE,CAAC,GAClD,IAAI,GACJ,KAAK,GACP,KAAK,CAAC"}
@@ -1,8 +1,8 @@
1
- import { IfNotEqual, Length } from "../../index";
1
+ import { If, IsNotEqual, Length } from "../../index";
2
2
  /**
3
3
  * **NotLength**`<T>`
4
4
  *
5
5
  * Boolean operator which detects whether `T` is _not_ a certain length.
6
6
  */
7
- export type NotLength<T extends readonly unknown[], U extends number> = IfNotEqual<Length<T>, U, true, false>;
7
+ export type NotLength<T extends readonly unknown[], U extends number> = If<IsNotEqual<Length<T>, U>, true, false>;
8
8
  //# sourceMappingURL=NotLength.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NotLength.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/NotLength.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,oBAAwB;AAErD;;;;GAIG;AACH,MAAM,MAAM,SAAS,CAAC,CAAC,SAAS,SAAS,OAAO,EAAE,EAAE,CAAC,SAAS,MAAM,IAAI,UAAU,CAChF,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,EACZ,IAAI,EACJ,KAAK,CACN,CAAC"}
1
+ {"version":3,"file":"NotLength.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/NotLength.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,UAAU,EAAE,MAAM,EAAE,oBAAwB;AAEzD;;;;GAIG;AACH,MAAM,MAAM,SAAS,CAAC,CAAC,SAAS,SAAS,OAAO,EAAE,EAAE,CAAC,SAAS,MAAM,IAAI,EAAE,CACxE,UAAU,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,EACxB,IAAI,EACJ,KAAK,CACN,CAAC"}
@@ -1,9 +1,9 @@
1
- import { AnyFunction } from "../../index";
1
+ import { TypedFunction } from "../../index";
2
2
  /**
3
3
  * **Returns**`<TFn,TExpected>`
4
4
  *
5
5
  * Boolean type utility which detects whether `TFn` is a function
6
6
  * and _extends_ `TExpected` in it's return type.
7
7
  */
8
- export type Returns<TFn, TExpected> = TFn extends AnyFunction ? ReturnType<TFn> extends TExpected ? true : false : false;
8
+ export type Returns<TFn, TExpected> = TFn extends TypedFunction ? ReturnType<TFn> extends TExpected ? true : false : false;
9
9
  //# sourceMappingURL=Returns.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Returns.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/Returns.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,oBAAwB;AAE9C;;;;;GAKG;AACH,MAAM,MAAM,OAAO,CACjB,GAAG,EACH,SAAS,IACP,GAAG,SAAS,WAAW,GACvB,UAAU,CAAC,GAAG,CAAC,SAAS,SAAS,GAC/B,IAAI,GACJ,KAAK,GACP,KAAK,CAAC"}
1
+ {"version":3,"file":"Returns.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/Returns.ts"],"names":[],"mappings":"AAAA,OAAO,EAAG,aAAa,EAAE,oBAAwB;AAEjD;;;;;GAKG;AACH,MAAM,MAAM,OAAO,CACjB,GAAG,EACH,SAAS,IACP,GAAG,SAAS,aAAa,GACzB,UAAU,CAAC,GAAG,CAAC,SAAS,SAAS,GAC/B,IAAI,GACJ,KAAK,GACP,KAAK,CAAC"}
@@ -1,4 +1,4 @@
1
- import { AnyFunction, IfBoolean } from "../../index";
1
+ import { IsBoolean, TypedFunction } from "../../index";
2
2
  /**
3
3
  * **ReturnsBoolean**`<T>`
4
4
  *
@@ -7,5 +7,5 @@ import { AnyFunction, IfBoolean } from "../../index";
7
7
  *
8
8
  * Note: any non-functions passed in as `T` are always a **false** value
9
9
  */
10
- export type ReturnsBoolean<T> = T extends AnyFunction ? IfBoolean<ReturnType<T>, true, false> : false;
10
+ export type ReturnsBoolean<T> = T extends TypedFunction ? IsBoolean<ReturnType<T>> : false;
11
11
  //# sourceMappingURL=ReturnsBoolean.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ReturnsBoolean.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/ReturnsBoolean.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAG,SAAS,EAAE,oBAAwB;AAE1D;;;;;;;GAOG;AACH,MAAM,MAAM,cAAc,CAAC,CAAC,IAAI,CAAC,SAAS,WAAW,GACjD,SAAS,CAAC,UAAU,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,KAAK,CAAC,GACrC,KAAK,CAAC"}
1
+ {"version":3,"file":"ReturnsBoolean.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/ReturnsBoolean.ts"],"names":[],"mappings":"AAAA,OAAO,EAAI,SAAS,EAAE,aAAa,EAAE,oBAAwB;AAE7D;;;;;;;GAOG;AACH,MAAM,MAAM,cAAc,CAAC,CAAC,IAAI,CAAC,SAAS,aAAa,GACnD,SAAS,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,GACxB,KAAK,CAAC"}
@@ -1,4 +1,4 @@
1
- import { AnyFunction, IsEqual } from "../../index";
1
+ import { IsEqual, TypedFunction } from "../../index";
2
2
  /**
3
3
  * **ReturnsTrue**`<T>`
4
4
  *
@@ -7,5 +7,5 @@ import { AnyFunction, IsEqual } from "../../index";
7
7
  *
8
8
  * Note: any non-functions passed in as `T` are removed from the result set
9
9
  */
10
- export type ReturnsFalse<T> = T extends AnyFunction ? ReturnType<T> extends false ? true : IsEqual<ReturnType<T>, boolean> extends true ? boolean : false : false;
10
+ export type ReturnsFalse<T> = T extends TypedFunction ? ReturnType<T> extends false ? true : IsEqual<ReturnType<T>, boolean> extends true ? boolean : false : false;
11
11
  //# sourceMappingURL=ReturnsFalse.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ReturnsFalse.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/ReturnsFalse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAG,OAAO,EAAE,oBAAwB;AAExD;;;;;;;GAOG;AACH,MAAM,MAAM,YAAY,CAAC,CAAC,IAAI,CAAC,SAAS,WAAW,GAC/C,UAAU,CAAC,CAAC,CAAC,SAAS,KAAK,GACzB,IAAI,GACJ,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC,EAAE,OAAO,CAAC,SAAS,IAAI,GAAG,OAAO,GAAG,KAAK,GAChE,KAAK,CAAC"}
1
+ {"version":3,"file":"ReturnsFalse.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/ReturnsFalse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,aAAa,EAAE,oBAAwB;AAEzD;;;;;;;GAOG;AACH,MAAM,MAAM,YAAY,CAAC,CAAC,IAAI,CAAC,SAAS,aAAa,GACjD,UAAU,CAAC,CAAC,CAAC,SAAS,KAAK,GACzB,IAAI,GACJ,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC,EAAE,OAAO,CAAC,SAAS,IAAI,GAAG,OAAO,GAAG,KAAK,GAChE,KAAK,CAAC"}
@@ -1,4 +1,4 @@
1
- import { AnyFunction } from "../../index";
1
+ import { TypedFunction } from "../../index";
2
2
  /**
3
3
  * **ReturnsTrue**`<T>`
4
4
  *
@@ -8,5 +8,5 @@ import { AnyFunction } from "../../index";
8
8
  * Note: any non-functions passed in as `T` are always a **false** value
9
9
  * and so is a `boolean` value
10
10
  */
11
- export type ReturnsTrue<T> = T extends AnyFunction ? ReturnType<T> extends true ? true : false : false;
11
+ export type ReturnsTrue<T> = T extends TypedFunction ? ReturnType<T> extends true ? true : false : false;
12
12
  //# sourceMappingURL=ReturnsTrue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ReturnsTrue.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/ReturnsTrue.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,oBAAwB;AAG9C;;;;;;;;GAQG;AACH,MAAM,MAAM,WAAW,CAAC,CAAC,IAAI,CAAC,SAAS,WAAW,GAC9C,UAAU,CAAC,CAAC,CAAC,SAAS,IAAI,GACxB,IAAI,GACJ,KAAK,GACP,KAAK,CAAC"}
1
+ {"version":3,"file":"ReturnsTrue.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/ReturnsTrue.ts"],"names":[],"mappings":"AAAA,OAAO,EAAG,aAAa,EAAE,oBAAwB;AAGjD;;;;;;;;GAQG;AACH,MAAM,MAAM,WAAW,CAAC,CAAC,IAAI,CAAC,SAAS,aAAa,GAChD,UAAU,CAAC,CAAC,CAAC,SAAS,IAAI,GACxB,IAAI,GACJ,KAAK,GACP,KAAK,CAAC"}
@@ -6,7 +6,7 @@ import { IfEqual, AfterFirst, First } from "../../index";
6
6
  * stored in `TList`. Possible results are `true`, `false`. A wide `boolean` type
7
7
  * is not possible as equality operator can always be evaluated at design time.
8
8
  *
9
- * **See Also:** `SomeExtends` and `IfSomeEqual`
9
+ * **See Also:** `SomeExtend` and `IfSomeEqual`
10
10
  */
11
- export type SomeEqual<TVal, TList extends readonly unknown[]> = [] extends TList ? false : IfEqual<TVal, First<TList>, true, SomeEqual<TVal, AfterFirst<TList>>>;
11
+ export type SomeEqual<TList extends readonly unknown[], TVal> = [] extends TList ? false : IfEqual<TVal, First<TList>, true, SomeEqual<AfterFirst<TList>, TVal>>;
12
12
  //# sourceMappingURL=SomeEqual.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SomeEqual.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/SomeEqual.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAG,UAAU,EAAE,KAAK,EAAE,oBAAwB;AAE9D;;;;;;;;GAQG;AACH,MAAM,MAAM,SAAS,CAAC,IAAI,EAAE,KAAK,SAAS,SAAS,OAAO,EAAE,IAAI,EAAE,SAAS,KAAK,GAC9E,KAAK,GACL,OAAO,CAAC,IAAI,EAAE,KAAK,CAAC,KAAK,CAAC,EAAE,IAAI,EAAE,SAAS,CAAC,IAAI,EAAE,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"SomeEqual.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/SomeEqual.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAG,UAAU,EAAE,KAAK,EAAE,oBAAwB;AAE9D;;;;;;;;GAQG;AACH,MAAM,MAAM,SAAS,CACrB,KAAK,SAAS,SAAS,OAAO,EAAE,EAC9B,IAAI,IACF,EAAE,SAAS,KAAK,GAClB,KAAK,GACL,OAAO,CAAC,IAAI,EAAE,KAAK,CAAC,KAAK,CAAC,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,CAAC,KAAK,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC"}
@@ -1,5 +1,5 @@
1
- import { AfterFirst, First, IfExtends } from "../../index";
2
- type SomeAcc<TList extends readonly unknown[], TExtend> = [] extends TList ? false : IfExtends<First<TList>, TExtend, true, SomeAcc<AfterFirst<TList>, TExtend>>;
1
+ import { AfterFirst, First, If, Extends } from "../../index";
2
+ type SomeAcc<TList extends readonly unknown[], TExtend> = [] extends TList ? false : If<Extends<First<TList>, TExtend>, true, SomeAcc<AfterFirst<TList>, TExtend>>;
3
3
  /**
4
4
  * **SomeExtend**`<TList, TExtend>`
5
5
  *
@@ -1 +1 @@
1
- {"version":3,"file":"SomeExtend.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/SomeExtend.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,KAAK,EAAE,SAAS,EAAE,oBAAwB;AAE/D,KAAK,OAAO,CACV,KAAK,SAAS,SAAS,OAAO,EAAE,EAChC,OAAO,IACL,EAAE,SAAS,KAAK,GAChB,KAAK,GACL,SAAS,CACP,KAAK,CAAC,KAAK,CAAC,EAAE,OAAO,EACrB,IAAI,EACJ,OAAO,CACL,UAAU,CAAC,KAAK,CAAC,EACjB,OAAO,CACR,CACF,CAAC;AAEN;;;;;GAKG;AACH,MAAM,MAAM,UAAU,CACpB,KAAK,SAAS,SAAS,OAAO,EAAE,EAChC,OAAO,IACL,OAAO,CAAC,KAAK,EAAC,OAAO,CAAC,CAAC"}
1
+ {"version":3,"file":"SomeExtend.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/SomeExtend.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,KAAK,EAAE,EAAE,EAAE,OAAO,EAAE,oBAAwB;AAEjE,KAAK,OAAO,CACV,KAAK,SAAS,SAAS,OAAO,EAAE,EAChC,OAAO,IACL,EAAE,SAAS,KAAK,GAChB,KAAK,GACL,EAAE,CACA,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,OAAO,CAAC,EAC9B,IAAI,EACJ,OAAO,CACL,UAAU,CAAC,KAAK,CAAC,EACjB,OAAO,CACR,CACF,CAAC;AAEN;;;;;GAKG;AACH,MAAM,MAAM,UAAU,CACpB,KAAK,SAAS,SAAS,OAAO,EAAE,EAChC,OAAO,IACL,OAAO,CAAC,KAAK,EAAC,OAAO,CAAC,CAAC"}
@@ -1,12 +1,25 @@
1
- import { IfNumericLiteral, IsStringLiteral, IfString, ToString } from "../../index";
1
+ import { AsString, IsFalse, IsEqual, IsUnion, Or } from "../../index";
2
+ type TestThatExtends<TValue extends string, TComparator extends string> = [TValue] extends [`${TComparator}${string}`] ? true : false;
3
+ type Process<TValue extends string, TComparator extends string> = [IsFalse<TestThatExtends<TValue, TComparator>>] extends [true] ? false : true;
4
+ type ProcessEach<TValue extends string, TComparator extends readonly string[]> = {
5
+ [K in keyof TComparator]: Process<TValue, TComparator[K]>;
6
+ };
7
+ type PreProcess<TValue extends string, TComparator extends string | readonly string[]> = TComparator extends readonly string[] ? ProcessEach<TValue, TComparator> extends readonly boolean[] ? Or<ProcessEach<TValue, TComparator>> : never : TComparator extends string ? Process<TValue, AsString<TComparator>> : never;
8
+ type IsWide<TValue extends string | number, TComparator extends string | number | readonly string[]> = [IsEqual<AsString<TValue>, string>] extends [true] ? true : [IsEqual<AsString<TComparator>, string>] extends [true] ? true : false;
2
9
  /**
3
- * **StartsWith**<TValue, TStartsWith>
10
+ * **StartsWith**<TValue, TComparator>
4
11
  *
5
- * A type utility which checks whether `T` _starts with_ the string literal `U`.
12
+ * A type utility which checks whether `TValue` _starts with_ the
13
+ * value of `TComparator`.
6
14
  *
7
- * While `T` _can_ be passed in as a non-string value this almost always resolves
8
- * to false. The one exception is where a numeric literal can be converted to a
9
- * string literal.
15
+ * - numeric values for `TValue` will be converted into string literals
16
+ * prior to comparison
17
+ * - a tuple value in `TComparator` is allowed and will test whether
18
+ * _any_ of the patterns start `TValue`
19
+ * - a union type for `TComparator` is allowed so long as it's only for a single character
20
+ * - this can be much more type efficient for unions with lots of characters
21
+ * - if you need larger pattern matches then use a Tuple for `TComparator`
10
22
  */
11
- export type StartsWith<TValue, TStartsWith extends string | number> = TStartsWith extends number ? StartsWith<TValue, ToString<TStartsWith>> : IfString<TValue, IsStringLiteral<TStartsWith> extends true ? IsStringLiteral<TValue> extends true ? TValue extends `${TStartsWith}${string}` ? true : false : boolean : boolean, IfNumericLiteral<TValue, TValue extends number ? StartsWith<ToString<TValue>, TStartsWith> : never, false>>;
23
+ export type StartsWith<TValue extends string | number, TComparator extends string | number | readonly string[]> = [IsWide<TValue, TComparator>] extends [true] ? boolean : [IsUnion<TComparator>] extends [true] ? IsFalse<PreProcess<`${TValue}`, TComparator extends number ? AsString<TComparator> : TComparator>> extends true ? false : true : PreProcess<AsString<TValue>, TComparator extends number ? `${TComparator}` : TComparator>;
24
+ export {};
12
25
  //# sourceMappingURL=StartsWith.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StartsWith.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/StartsWith.ts"],"names":[],"mappings":"AAAA,OAAO,EAAG,gBAAgB,EAAE,eAAe,EAAG,QAAQ,EAAE,QAAQ,EAAE,oBAAwB;AAC1F;;;;;;;;GAQG;AACH,MAAM,MAAM,UAAU,CACpB,MAAM,EACN,WAAW,SAAS,MAAM,GAAG,MAAM,IACjC,WAAW,SAAS,MAAM,GAC5B,UAAU,CAAC,MAAM,EAAE,QAAQ,CAAC,WAAW,CAAC,CAAC,GACzC,QAAQ,CACR,MAAM,EAEN,eAAe,CAAC,WAAW,CAAC,SAAS,IAAI,GACrC,eAAe,CAAC,MAAM,CAAC,SAAS,IAAI,GAClC,MAAM,SAAS,GAAG,WAAW,GAAG,MAAM,EAAE,GACtC,IAAI,GACJ,KAAK,GACP,OAAO,GACT,OAAO,EAEX,gBAAgB,CACd,MAAM,EACN,MAAM,SAAS,MAAM,GACjB,UAAU,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE,WAAW,CAAC,GACzC,KAAK,EACT,KAAK,CACN,CACF,CAAC"}
1
+ {"version":3,"file":"StartsWith.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/StartsWith.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EACR,OAAO,EACP,OAAO,EACP,OAAO,EACP,EAAE,EACH,oBAAwB;AAEzB,KAAK,eAAe,CAClB,MAAM,SAAS,MAAM,EACrB,WAAW,SAAS,MAAM,IACxB,CAAC,MAAM,CAAC,SAAS,CAAC,GAAG,WAAW,GAAG,MAAM,EAAE,CAAC,GAAG,IAAI,GAAG,KAAK,CAAA;AAE/D,KAAK,OAAO,CACV,MAAM,SAAS,MAAM,EACrB,WAAW,SAAS,MAAM,IACxB,CAAC,OAAO,CAAC,eAAe,CAAC,MAAM,EAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,GAC/D,KAAK,GACL,IAAI,CAAC;AAEP,KAAK,WAAW,CACZ,MAAM,SAAS,MAAM,EACrB,WAAW,SAAS,SAAS,MAAM,EAAE,IACrC;KACD,CAAC,IAAI,MAAM,WAAW,GAAG,OAAO,CAAC,MAAM,EAAC,WAAW,CAAC,CAAC,CAAC,CAAC;CACzD,CAAC;AAIF,KAAK,UAAU,CACb,MAAM,SAAS,MAAM,EACrB,WAAW,SAAS,MAAM,GAAG,SAAS,MAAM,EAAE,IAC5C,WAAW,SAAS,SAAS,MAAM,EAAE,GACrC,WAAW,CAAC,MAAM,EAAE,WAAW,CAAC,SAAS,SAAS,OAAO,EAAE,GACzD,EAAE,CAAC,WAAW,CAAC,MAAM,EAAE,WAAW,CAAC,CAAC,GACpC,KAAK,GACP,WAAW,SAAS,MAAM,GACxB,OAAO,CAAC,MAAM,EAAC,QAAQ,CAAC,WAAW,CAAC,CAAC,GACrC,KAAK,CAAC;AAEZ,KAAK,MAAM,CACT,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,WAAW,SAAS,MAAM,GAAG,MAAM,GAAG,SAAS,MAAM,EAAE,IACrD,CAAC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAC,MAAM,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,GACnD,IAAI,GACJ,CAAC,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAC,EAAC,MAAM,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,GACtD,IAAI,GACJ,KAAK,CAAC;AAER;;;;;;;;;;;;;GAaG;AACH,MAAM,MAAM,UAAU,CACpB,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,WAAW,SAAS,MAAM,GAAG,MAAM,GAAG,SAAS,MAAM,EAAE,IACrD,CAAC,MAAM,CAAC,MAAM,EAAC,WAAW,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,GAC7C,OAAO,GACP,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,GACnC,OAAO,CACL,UAAU,CACR,GAAG,MAAM,EAAE,EACX,WAAW,SAAS,MAAM,GACtB,QAAQ,CAAC,WAAW,CAAC,GACrB,WAAW,CAChB,CACF,SAAS,IAAI,GACZ,KAAK,GACL,IAAI,GACN,UAAU,CACR,QAAQ,CAAC,MAAM,CAAC,EAChB,WAAW,SAAS,MAAM,GACtB,GAAG,WAAW,EAAE,GAChB,WAAW,CAChB,CAAC"}
@@ -0,0 +1,20 @@
1
+ import { AsString, ErrorCondition, IsBoolean, IsFalse, IsTrue, IsWideType, LogicFunction } from "../../index";
2
+ type WideBooleanNotAllowed = ErrorCondition<"wide-boolean-not-allowed", `Call to Validate<T,E> received a wide boolean type for T!`>;
3
+ type WideReturnNotAllowed<T> = ErrorCondition<"wide-return-not-allowed", `Call to Validate<T,E> returned a wide type: ${AsString<T>}!`>;
4
+ /**
5
+ * **Validate**`<T,[E]>`
6
+ *
7
+ * Branching utility which proxies through the value of `T` when it is
8
+ * **not** `false` or _returns_ false, otherwise it passes along `E`.
9
+ *
10
+ * - `E` by default is _never_
11
+ * - if `T` is a wide boolean type an `ErrorCondition<"wide-boolean-not-allowed">`
12
+ * will be returned
13
+ *
14
+ * ```ts
15
+ * const fn = <T extends string>(dp: T & Validate<IsDotPath<T>>) => {}
16
+ * ```
17
+ */
18
+ export type Validate<TTest, TErr = never> = [IsTrue<TTest>] extends [true] ? TTest : [IsFalse<TTest>] extends [true] ? TErr : [IsBoolean<TTest>] extends [true] ? WideBooleanNotAllowed : [TTest] extends [LogicFunction] ? [IsTrue<ReturnType<TTest>>] extends [true] ? TTest : [IsFalse<ReturnType<TTest>>] extends [true] ? TErr : WideBooleanNotAllowed : [IsWideType<TTest>] extends [true] ? WideReturnNotAllowed<TTest> : TTest;
19
+ export {};
20
+ //# sourceMappingURL=Validate.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Validate.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/Validate.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EACR,cAAc,EACd,SAAS,EACT,OAAO,EACP,MAAM,EACN,UAAU,EACV,aAAa,EACd,oBAAwB;AAGzB,KAAK,qBAAqB,GAAG,cAAc,CACzC,0BAA0B,EAC1B,2DAA2D,CAC5D,CAAC;AAEF,KAAK,oBAAoB,CAAC,CAAC,IAAI,cAAc,CAC3C,yBAAyB,EACzB,+CAA+C,QAAQ,CAAC,CAAC,CAAC,GAAG,CAC9D,CAAC;AAGF;;;;;;;;;;;;;GAaG;AACH,MAAM,MAAM,QAAQ,CAClB,KAAK,EACL,IAAI,GAAG,KAAK,IACV,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,GAC9B,KAAK,GACL,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,GAC/B,IAAI,GACJ,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,GACjC,qBAAqB,GACrB,CAAC,KAAK,CAAC,SAAS,CAAC,aAAa,CAAC,GAC7B,CAAC,MAAM,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,GACxC,KAAK,GACP,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,GACzC,IAAI,GACN,qBAAqB,GACvB,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,GAChC,oBAAoB,CAAC,KAAK,CAAC,GAC3B,KAAK,CAAC"}