inferred-types 0.42.1 → 0.43.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1491) hide show
  1. package/dist/constants/Comma.d.ts +1 -1
  2. package/dist/constants/Comma.d.ts.map +1 -1
  3. package/dist/constants/Comma.js +1 -1
  4. package/dist/constants/Functional.d.ts +19 -0
  5. package/dist/constants/Functional.d.ts.map +1 -0
  6. package/dist/constants/Functional.js +18 -0
  7. package/dist/constants/Geo.d.ts +386 -0
  8. package/dist/constants/Geo.d.ts.map +1 -0
  9. package/dist/constants/Geo.js +95 -0
  10. package/dist/constants/HashTable.d.ts +199 -0
  11. package/dist/constants/HashTable.d.ts.map +1 -0
  12. package/dist/constants/HashTable.js +121 -0
  13. package/dist/constants/Marked.d.ts +2 -0
  14. package/dist/constants/Marked.d.ts.map +1 -0
  15. package/dist/constants/Marked.js +2 -0
  16. package/dist/constants/Shape.d.ts +3 -0
  17. package/dist/constants/Shape.d.ts.map +1 -0
  18. package/dist/constants/Shape.js +15 -0
  19. package/dist/constants/TCP_IP.d.ts +11 -0
  20. package/dist/constants/TCP_IP.d.ts.map +1 -0
  21. package/dist/constants/TCP_IP.js +10 -0
  22. package/dist/constants/TypeTokens.d.ts +23 -0
  23. package/dist/constants/TypeTokens.d.ts.map +1 -1
  24. package/dist/constants/TypeTokens.js +47 -0
  25. package/dist/constants/index.d.ts +6 -0
  26. package/dist/constants/index.d.ts.map +1 -1
  27. package/dist/constants/index.js +6 -0
  28. package/dist/constants/tsconfig.tsbuildinfo +1 -1
  29. package/dist/inferred-types/tsconfig.tsbuildinfo +1 -1
  30. package/dist/runtime/boolean-logic/handleDoneFn.d.ts +12 -0
  31. package/dist/runtime/boolean-logic/handleDoneFn.d.ts.map +1 -0
  32. package/dist/runtime/boolean-logic/handleDoneFn.js +22 -0
  33. package/dist/runtime/boolean-logic/ifArray.d.ts +2 -2
  34. package/dist/runtime/boolean-logic/ifArray.d.ts.map +1 -1
  35. package/dist/runtime/boolean-logic/ifArrayPartial.d.ts +1 -1
  36. package/dist/runtime/boolean-logic/ifArrayPartial.d.ts.map +1 -1
  37. package/dist/runtime/boolean-logic/ifBoolean.d.ts +2 -2
  38. package/dist/runtime/boolean-logic/ifBoolean.d.ts.map +1 -1
  39. package/dist/runtime/boolean-logic/ifChar.d.ts +2 -2
  40. package/dist/runtime/boolean-logic/ifChar.d.ts.map +1 -1
  41. package/dist/runtime/boolean-logic/ifContainer.d.ts +2 -2
  42. package/dist/runtime/boolean-logic/ifContainer.d.ts.map +1 -1
  43. package/dist/runtime/boolean-logic/ifContainer.js +1 -1
  44. package/dist/runtime/boolean-logic/ifFalse.d.ts +2 -2
  45. package/dist/runtime/boolean-logic/ifFalse.d.ts.map +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 +0 -1
  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/ifLength.d.ts +2 -2
  52. package/dist/runtime/boolean-logic/ifLength.d.ts.map +1 -1
  53. package/dist/runtime/boolean-logic/ifLength.js +0 -1
  54. package/dist/runtime/boolean-logic/ifNotNull.d.ts +2 -2
  55. package/dist/runtime/boolean-logic/ifNotNull.d.ts.map +1 -1
  56. package/dist/runtime/boolean-logic/ifNull.d.ts.map +1 -1
  57. package/dist/runtime/boolean-logic/ifNumber.d.ts +2 -2
  58. package/dist/runtime/boolean-logic/ifNumber.d.ts.map +1 -1
  59. package/dist/runtime/boolean-logic/ifObject.d.ts +2 -2
  60. package/dist/runtime/boolean-logic/ifObject.d.ts.map +1 -1
  61. package/dist/runtime/boolean-logic/ifSameType.d.ts +3 -3
  62. package/dist/runtime/boolean-logic/ifSameType.d.ts.map +1 -1
  63. package/dist/runtime/boolean-logic/ifSameType.js +6 -6
  64. package/dist/runtime/boolean-logic/ifScalar.d.ts +2 -2
  65. package/dist/runtime/boolean-logic/ifScalar.d.ts.map +1 -1
  66. package/dist/runtime/boolean-logic/ifString.d.ts +2 -2
  67. package/dist/runtime/boolean-logic/ifString.d.ts.map +1 -1
  68. package/dist/runtime/boolean-logic/ifTrue.d.ts +2 -2
  69. package/dist/runtime/boolean-logic/ifTrue.d.ts.map +1 -1
  70. package/dist/runtime/boolean-logic/ifUndefined.d.ts.map +1 -1
  71. package/dist/runtime/boolean-logic/ifUndefined.js +1 -1
  72. package/dist/runtime/boolean-logic/index.d.ts +1 -1
  73. package/dist/runtime/boolean-logic/index.d.ts.map +1 -1
  74. package/dist/runtime/boolean-logic/index.js +1 -3
  75. package/dist/runtime/combinators/and.d.ts +1 -1
  76. package/dist/runtime/combinators/and.d.ts.map +1 -1
  77. package/dist/runtime/combinators/index.d.ts +0 -1
  78. package/dist/runtime/combinators/index.d.ts.map +1 -1
  79. package/dist/runtime/combinators/index.js +0 -1
  80. package/dist/runtime/combinators/or.d.ts.map +1 -1
  81. package/dist/runtime/combinators/or.js +2 -1
  82. package/dist/runtime/dictionary/entries.d.ts.map +1 -1
  83. package/dist/runtime/dictionary/entries.js +1 -1
  84. package/dist/runtime/dictionary/get.d.ts.map +1 -1
  85. package/dist/runtime/dictionary/get.js +8 -8
  86. package/dist/runtime/dictionary/index.d.ts +3 -2
  87. package/dist/runtime/dictionary/index.d.ts.map +1 -1
  88. package/dist/runtime/dictionary/index.js +3 -3
  89. package/dist/runtime/dictionary/keysOf.d.ts +2 -2
  90. package/dist/runtime/dictionary/keysOf.d.ts.map +1 -1
  91. package/dist/runtime/dictionary/keysOf.js +3 -2
  92. package/dist/runtime/dictionary/omit.d.ts +2 -7
  93. package/dist/runtime/dictionary/omit.d.ts.map +1 -1
  94. package/dist/runtime/dictionary/omit.js +2 -2
  95. package/dist/runtime/dictionary/retain.d.ts +9 -7
  96. package/dist/runtime/dictionary/retain.d.ts.map +1 -1
  97. package/dist/runtime/dictionary/sharedKeys.d.ts +2 -2
  98. package/dist/runtime/dictionary/sharedKeys.d.ts.map +1 -1
  99. package/dist/runtime/dictionary/takeProp.d.ts +12 -0
  100. package/dist/runtime/dictionary/takeProp.d.ts.map +1 -0
  101. package/dist/runtime/dictionary/takeProp.js +15 -0
  102. package/dist/runtime/dictionary/valuesOf.d.ts +10 -0
  103. package/dist/runtime/dictionary/valuesOf.d.ts.map +1 -0
  104. package/dist/runtime/dictionary/valuesOf.js +14 -0
  105. package/dist/runtime/dictionary/withDefaults.d.ts +9 -0
  106. package/dist/runtime/dictionary/withDefaults.d.ts.map +1 -0
  107. package/dist/runtime/dictionary/withDefaults.js +13 -0
  108. package/dist/runtime/dictionary/withKeys.d.ts +9 -7
  109. package/dist/runtime/dictionary/withKeys.d.ts.map +1 -1
  110. package/dist/runtime/dictionary/withKeys.js +1 -1
  111. package/dist/runtime/dictionary/withoutKeys.d.ts +13 -6
  112. package/dist/runtime/dictionary/withoutKeys.d.ts.map +1 -1
  113. package/dist/runtime/dictionary/withoutValue.d.ts.map +1 -1
  114. package/dist/runtime/errors/KindError.d.ts +27 -0
  115. package/dist/runtime/errors/KindError.d.ts.map +1 -0
  116. package/dist/runtime/errors/KindError.js +33 -0
  117. package/dist/runtime/errors/TypedError.d.ts.map +1 -1
  118. package/dist/runtime/errors/createErrorCondition.d.ts +3 -5
  119. package/dist/runtime/errors/createErrorCondition.d.ts.map +1 -1
  120. package/dist/runtime/errors/createErrorCondition.js +5 -5
  121. package/dist/runtime/errors/index.d.ts +1 -0
  122. package/dist/runtime/errors/index.d.ts.map +1 -1
  123. package/dist/runtime/errors/index.js +1 -0
  124. package/dist/runtime/errors/kindedError.d.ts +27 -0
  125. package/dist/runtime/errors/kindedError.d.ts.map +1 -0
  126. package/dist/runtime/errors/kindedError.js +33 -0
  127. package/dist/runtime/functional/index.d.ts +1 -2
  128. package/dist/runtime/functional/index.d.ts.map +1 -1
  129. package/dist/runtime/functional/index.js +1 -2
  130. package/dist/runtime/functional/result.d.ts +2 -0
  131. package/dist/runtime/functional/result.d.ts.map +1 -0
  132. package/dist/runtime/functional/result.js +286 -0
  133. package/dist/runtime/functions/fnMeta.d.ts +5 -9
  134. package/dist/runtime/functions/fnMeta.d.ts.map +1 -1
  135. package/dist/runtime/index.d.ts +1 -1
  136. package/dist/runtime/index.d.ts.map +1 -1
  137. package/dist/runtime/index.js +1 -1
  138. package/dist/runtime/initializers/addFnToProps.d.ts +2 -2
  139. package/dist/runtime/initializers/addFnToProps.d.ts.map +1 -1
  140. package/dist/runtime/initializers/addPropsToFn.d.ts +2 -2
  141. package/dist/runtime/initializers/addPropsToFn.d.ts.map +1 -1
  142. package/dist/runtime/initializers/addPropsToFn.js +1 -2
  143. package/dist/runtime/initializers/createFnWithProps.d.ts +4 -21
  144. package/dist/runtime/initializers/createFnWithProps.d.ts.map +1 -1
  145. package/dist/runtime/initializers/createFnWithProps.js +12 -20
  146. package/dist/runtime/initializers/defineObj.d.ts +2 -2
  147. package/dist/runtime/initializers/defineObj.d.ts.map +1 -1
  148. package/dist/runtime/initializers/defineObj.js +4 -2
  149. package/dist/runtime/initializers/defineTuple.d.ts +3 -3
  150. package/dist/runtime/initializers/defineTuple.d.ts.map +1 -1
  151. package/dist/runtime/initializers/defineTuple.js +7 -2
  152. package/dist/runtime/initializers/index.d.ts +0 -3
  153. package/dist/runtime/initializers/index.d.ts.map +1 -1
  154. package/dist/runtime/initializers/index.js +0 -3
  155. package/dist/runtime/lists/asArray.d.ts.map +1 -1
  156. package/dist/runtime/lists/asArray.js +0 -1
  157. package/dist/runtime/lists/createComparison.d.ts +10 -0
  158. package/dist/runtime/lists/createComparison.d.ts.map +1 -0
  159. package/dist/runtime/lists/createComparison.js +9 -0
  160. package/dist/runtime/lists/createConverter.d.ts +2 -2
  161. package/dist/runtime/lists/createConverter.d.ts.map +1 -1
  162. package/dist/runtime/lists/createConverter.js +12 -12
  163. package/dist/runtime/lists/filter.d.ts +1 -2
  164. package/dist/runtime/lists/filter.d.ts.map +1 -1
  165. package/dist/runtime/lists/filter.js +55 -19
  166. package/dist/runtime/lists/find.d.ts +2 -2
  167. package/dist/runtime/lists/find.d.ts.map +1 -1
  168. package/dist/runtime/lists/find.js +3 -4
  169. package/dist/runtime/lists/getEach.d.ts +1 -1
  170. package/dist/runtime/lists/getEach.d.ts.map +1 -1
  171. package/dist/runtime/lists/getEach.js +5 -8
  172. package/dist/runtime/lists/indexOf.d.ts.map +1 -1
  173. package/dist/runtime/lists/indexOf.js +1 -1
  174. package/dist/runtime/lists/intersection.d.ts +1 -1
  175. package/dist/runtime/lists/intersection.d.ts.map +1 -1
  176. package/dist/runtime/lists/intersection.js +3 -3
  177. package/dist/runtime/lists/last.d.ts.map +1 -1
  178. package/dist/runtime/lists/logicalReturns.d.ts +2 -2
  179. package/dist/runtime/lists/logicalReturns.d.ts.map +1 -1
  180. package/dist/runtime/lists/logicalReturns.js +8 -3
  181. package/dist/runtime/lists/pop.d.ts +6 -3
  182. package/dist/runtime/lists/pop.d.ts.map +1 -1
  183. package/dist/runtime/lists/reverse.d.ts.map +1 -1
  184. package/dist/runtime/lists/shift.d.ts +2 -2
  185. package/dist/runtime/lists/shift.d.ts.map +1 -1
  186. package/dist/runtime/lists/slice.d.ts.map +1 -1
  187. package/dist/runtime/lists/unique.d.ts +2 -2
  188. package/dist/runtime/lists/unique.d.ts.map +1 -1
  189. package/dist/runtime/lists/unique.js +0 -1
  190. package/dist/runtime/literals/box.js +1 -3
  191. package/dist/runtime/literals/ensureLeading.d.ts +2 -2
  192. package/dist/runtime/literals/ensureLeading.d.ts.map +1 -1
  193. package/dist/runtime/literals/ensureSurround.d.ts +2 -4
  194. package/dist/runtime/literals/ensureSurround.d.ts.map +1 -1
  195. package/dist/runtime/literals/ensureSurround.js +6 -3
  196. package/dist/runtime/literals/ensureTrailing.d.ts.map +1 -1
  197. package/dist/runtime/literals/identity.d.ts.map +1 -1
  198. package/dist/runtime/literals/ifLowercase.d.ts +3 -3
  199. package/dist/runtime/literals/ifLowercase.d.ts.map +1 -1
  200. package/dist/runtime/literals/ifLowercase.js +0 -1
  201. package/dist/runtime/literals/ifUppercase.d.ts +5 -5
  202. package/dist/runtime/literals/ifUppercase.d.ts.map +1 -1
  203. package/dist/runtime/literals/ifUppercase.js +2 -3
  204. package/dist/runtime/literals/index.d.ts +1 -0
  205. package/dist/runtime/literals/index.d.ts.map +1 -1
  206. package/dist/runtime/literals/index.js +1 -0
  207. package/dist/runtime/literals/narrow.d.ts +2 -2
  208. package/dist/runtime/literals/narrow.d.ts.map +1 -1
  209. package/dist/runtime/literals/pathJoin.d.ts +1 -1
  210. package/dist/runtime/literals/pathJoin.d.ts.map +1 -1
  211. package/dist/runtime/literals/pathJoin.js +7 -9
  212. package/dist/runtime/literals/pluralize.d.ts.map +1 -1
  213. package/dist/runtime/literals/pluralize.js +4 -5
  214. package/dist/runtime/literals/split.d.ts +2 -2
  215. package/dist/runtime/literals/split.d.ts.map +1 -1
  216. package/dist/runtime/literals/stripTrailing.d.ts +1 -1
  217. package/dist/runtime/literals/stripTrailing.d.ts.map +1 -1
  218. package/dist/runtime/literals/stripTrailing.js +8 -1
  219. package/dist/runtime/literals/toLowercase.js +1 -1
  220. package/dist/runtime/literals/toNumericArray.d.ts.map +1 -1
  221. package/dist/runtime/literals/toPascalCase.d.ts.map +1 -1
  222. package/dist/runtime/literals/toSnakeCase.d.ts +2 -1
  223. package/dist/runtime/literals/toSnakeCase.d.ts.map +1 -1
  224. package/dist/runtime/literals/truncate.d.ts +3 -0
  225. package/dist/runtime/literals/truncate.d.ts.map +1 -0
  226. package/dist/runtime/literals/truncate.js +8 -0
  227. package/dist/runtime/literals/tuple.d.ts +2 -2
  228. package/dist/runtime/literals/tuple.d.ts.map +1 -1
  229. package/dist/runtime/runtime-types/choices.d.ts +2 -0
  230. package/dist/runtime/runtime-types/choices.d.ts.map +1 -0
  231. package/dist/runtime/runtime-types/choices.js +76 -0
  232. package/dist/runtime/runtime-types/dict.d.ts +10 -0
  233. package/dist/runtime/runtime-types/dict.d.ts.map +1 -0
  234. package/dist/runtime/runtime-types/dict.js +11 -0
  235. package/dist/runtime/runtime-types/index.d.ts +6 -6
  236. package/dist/runtime/runtime-types/index.d.ts.map +1 -1
  237. package/dist/runtime/runtime-types/index.js +6 -7
  238. package/dist/runtime/runtime-types/ip6Prefix.d.ts +3 -0
  239. package/dist/runtime/runtime-types/ip6Prefix.d.ts.map +1 -0
  240. package/dist/runtime/runtime-types/ip6Prefix.js +17 -0
  241. package/dist/runtime/runtime-types/list.d.ts +31 -0
  242. package/dist/runtime/runtime-types/list.d.ts.map +1 -0
  243. package/dist/runtime/runtime-types/list.js +36 -0
  244. package/dist/runtime/runtime-types/parse.d.ts +25 -0
  245. package/dist/runtime/runtime-types/parse.d.ts.map +1 -0
  246. package/dist/runtime/runtime-types/parse.js +29 -0
  247. package/dist/runtime/runtime-types/rec.d.ts +3 -0
  248. package/dist/runtime/runtime-types/rec.d.ts.map +1 -0
  249. package/dist/runtime/runtime-types/rec.js +3 -0
  250. package/dist/runtime/runtime-types/shape-helpers/addToken.d.ts +7 -0
  251. package/dist/runtime/runtime-types/shape-helpers/addToken.d.ts.map +1 -0
  252. package/dist/runtime/runtime-types/shape-helpers/addToken.js +5 -0
  253. package/dist/runtime/runtime-types/shape-helpers/atomics.d.ts +7 -0
  254. package/dist/runtime/runtime-types/shape-helpers/atomics.d.ts.map +1 -0
  255. package/dist/runtime/runtime-types/shape-helpers/atomics.js +13 -0
  256. package/dist/runtime/runtime-types/shape-helpers/functions.d.ts +9 -0
  257. package/dist/runtime/runtime-types/shape-helpers/functions.d.ts.map +1 -0
  258. package/dist/runtime/runtime-types/shape-helpers/functions.js +15 -0
  259. package/dist/runtime/runtime-types/shape-helpers/getTokenData.d.ts +8 -0
  260. package/dist/runtime/runtime-types/shape-helpers/getTokenData.d.ts.map +1 -0
  261. package/dist/runtime/runtime-types/shape-helpers/getTokenData.js +11 -0
  262. package/dist/runtime/runtime-types/shape-helpers/getTokenName.d.ts +7 -0
  263. package/dist/runtime/runtime-types/shape-helpers/getTokenName.d.ts.map +1 -0
  264. package/dist/runtime/runtime-types/shape-helpers/getTokenName.js +10 -0
  265. package/dist/runtime/runtime-types/shape-helpers/literal-containers.d.ts +4 -0
  266. package/dist/runtime/runtime-types/shape-helpers/literal-containers.d.ts.map +1 -0
  267. package/dist/runtime/runtime-types/shape-helpers/literal-containers.js +9 -0
  268. package/dist/runtime/runtime-types/shape-helpers/singletons.d.ts +4 -0
  269. package/dist/runtime/runtime-types/shape-helpers/singletons.d.ts.map +1 -0
  270. package/dist/runtime/runtime-types/shape-helpers/singletons.js +32 -0
  271. package/dist/runtime/runtime-types/shape-helpers/union.d.ts +3 -0
  272. package/dist/runtime/runtime-types/shape-helpers/union.d.ts.map +1 -0
  273. package/dist/runtime/runtime-types/shape-helpers/union.js +6 -0
  274. package/dist/runtime/runtime-types/shape-helpers/wide-containers.d.ts +7 -0
  275. package/dist/runtime/runtime-types/shape-helpers/wide-containers.d.ts.map +1 -0
  276. package/dist/runtime/runtime-types/shape-helpers/wide-containers.js +19 -0
  277. package/dist/runtime/runtime-types/shape.d.ts +18 -0
  278. package/dist/runtime/runtime-types/shape.d.ts.map +1 -0
  279. package/dist/runtime/runtime-types/shape.js +69 -0
  280. package/dist/runtime/sets/uniqueKeys.d.ts.map +1 -1
  281. package/dist/runtime/sets/uniqueKeys.js +14 -9
  282. package/dist/runtime/tsconfig.tsbuildinfo +1 -1
  283. package/dist/runtime/type-conversion/asRecord.d.ts +10 -0
  284. package/dist/runtime/type-conversion/asRecord.d.ts.map +1 -0
  285. package/dist/runtime/type-conversion/asRecord.js +10 -0
  286. package/dist/runtime/type-conversion/asString.d.ts +14 -0
  287. package/dist/runtime/type-conversion/asString.d.ts.map +1 -0
  288. package/dist/runtime/type-conversion/asString.js +21 -0
  289. package/dist/runtime/type-conversion/index.d.ts +2 -0
  290. package/dist/runtime/type-conversion/index.d.ts.map +1 -1
  291. package/dist/runtime/type-conversion/index.js +2 -0
  292. package/dist/runtime/type-conversion/mergeObjects.d.ts +2 -2
  293. package/dist/runtime/type-conversion/mergeObjects.d.ts.map +1 -1
  294. package/dist/runtime/type-conversion/mergeObjects.js +4 -2
  295. package/dist/runtime/type-conversion/mergeScalars.d.ts.map +1 -1
  296. package/dist/runtime/type-conversion/mergeScalars.js +1 -1
  297. package/dist/runtime/type-conversion/union.d.ts.map +1 -1
  298. package/dist/runtime/type-guards/hasDefaultValue.d.ts.map +1 -1
  299. package/dist/runtime/type-guards/hasDefaultValue.js +1 -1
  300. package/dist/runtime/type-guards/hasErrorConditions.d.ts +4 -2
  301. package/dist/runtime/type-guards/hasErrorConditions.d.ts.map +1 -1
  302. package/dist/runtime/type-guards/hasErrorConditions.js +1 -1
  303. package/dist/runtime/type-guards/hasIndexOf.d.ts +2 -2
  304. package/dist/runtime/type-guards/hasIndexOf.d.ts.map +1 -1
  305. package/dist/runtime/type-guards/hasIndexOf.js +9 -2
  306. package/dist/runtime/type-guards/hasKeys.d.ts +15 -0
  307. package/dist/runtime/type-guards/hasKeys.d.ts.map +1 -0
  308. package/dist/runtime/type-guards/hasKeys.js +26 -0
  309. package/dist/runtime/type-guards/higher-order/endsWith.d.ts.map +1 -1
  310. package/dist/runtime/type-guards/higher-order/endsWith.js +2 -1
  311. package/dist/runtime/type-guards/higher-order/index.d.ts +1 -0
  312. package/dist/runtime/type-guards/higher-order/index.d.ts.map +1 -1
  313. package/dist/runtime/type-guards/higher-order/index.js +1 -0
  314. package/dist/runtime/type-guards/higher-order/isEqual.d.ts.map +1 -1
  315. package/dist/runtime/type-guards/higher-order/isEqual.js +1 -1
  316. package/dist/runtime/type-guards/higher-order/isLength.d.ts.map +1 -1
  317. package/dist/runtime/type-guards/higher-order/isLength.js +5 -1
  318. package/dist/runtime/type-guards/higher-order/isSameTypeOf.d.ts +2 -0
  319. package/dist/runtime/type-guards/higher-order/isSameTypeOf.d.ts.map +1 -1
  320. package/dist/runtime/type-guards/higher-order/isSameTypeOf.js +3 -2
  321. package/dist/runtime/type-guards/higher-order/isTuple.d.ts +8 -0
  322. package/dist/runtime/type-guards/higher-order/isTuple.d.ts.map +1 -0
  323. package/dist/runtime/type-guards/higher-order/isTuple.js +13 -0
  324. package/dist/runtime/type-guards/higher-order/isTypeOf.d.ts.map +1 -1
  325. package/dist/runtime/type-guards/higher-order/startsWith.d.ts +13 -2
  326. package/dist/runtime/type-guards/higher-order/startsWith.d.ts.map +1 -1
  327. package/dist/runtime/type-guards/higher-order/startsWith.js +15 -3
  328. package/dist/runtime/type-guards/index.d.ts +4 -1
  329. package/dist/runtime/type-guards/index.d.ts.map +1 -1
  330. package/dist/runtime/type-guards/index.js +4 -1
  331. package/dist/runtime/type-guards/isAlpha.d.ts.map +1 -1
  332. package/dist/runtime/type-guards/isConstant.js +1 -1
  333. package/dist/runtime/type-guards/isContainer.d.ts.map +1 -1
  334. package/dist/runtime/type-guards/isDoneFn.d.ts +9 -0
  335. package/dist/runtime/type-guards/isDoneFn.d.ts.map +1 -0
  336. package/dist/runtime/type-guards/isDoneFn.js +10 -0
  337. package/dist/runtime/type-guards/isErrorCondition.d.ts +1 -3
  338. package/dist/runtime/type-guards/isErrorCondition.d.ts.map +1 -1
  339. package/dist/runtime/type-guards/isErrorCondition.js +6 -4
  340. package/dist/runtime/type-guards/isFalsy.d.ts.map +1 -1
  341. package/dist/runtime/type-guards/isFunction.d.ts +2 -2
  342. package/dist/runtime/type-guards/isFunction.d.ts.map +1 -1
  343. package/dist/runtime/type-guards/isIndexable.d.ts.map +1 -1
  344. package/dist/runtime/type-guards/isLeftRight.d.ts.map +1 -1
  345. package/dist/runtime/type-guards/isLeftRight.js +0 -1
  346. package/dist/runtime/type-guards/isNever.d.ts +8 -0
  347. package/dist/runtime/type-guards/isNever.d.ts.map +1 -0
  348. package/dist/runtime/type-guards/isNever.js +10 -0
  349. package/dist/runtime/type-guards/isNumericString.d.ts.map +1 -1
  350. package/dist/runtime/type-guards/isNumericString.js +1 -2
  351. package/dist/runtime/type-guards/isObject.d.ts +2 -2
  352. package/dist/runtime/type-guards/isObject.d.ts.map +1 -1
  353. package/dist/runtime/type-guards/isRef.d.ts +1 -1
  354. package/dist/runtime/type-guards/isRef.d.ts.map +1 -1
  355. package/dist/runtime/type-guards/isRef.js +4 -2
  356. package/dist/runtime/type-guards/isRuntimeUnion.d.ts +8 -0
  357. package/dist/runtime/type-guards/isRuntimeUnion.d.ts.map +1 -0
  358. package/dist/runtime/type-guards/isRuntimeUnion.js +8 -0
  359. package/dist/runtime/type-guards/isScalar.d.ts.map +1 -1
  360. package/dist/runtime/type-guards/isScalar.js +4 -1
  361. package/dist/runtime/type-guards/isSpecificConstant.d.ts.map +1 -1
  362. package/dist/runtime/type-guards/isSpecificConstant.js +2 -1
  363. package/dist/runtime/type-guards/isTruthy.d.ts.map +1 -1
  364. package/dist/runtime/type-guards/isTypeToken.d.ts.map +1 -1
  365. package/dist/runtime/type-guards/isTypeToken.js +2 -5
  366. package/dist/runtime/vuejs/asVueRef.d.ts +15 -0
  367. package/dist/runtime/vuejs/asVueRef.d.ts.map +1 -0
  368. package/dist/runtime/vuejs/asVueRef.js +16 -0
  369. package/dist/runtime/vuejs/index.d.ts +2 -0
  370. package/dist/runtime/vuejs/index.d.ts.map +1 -0
  371. package/dist/runtime/vuejs/index.js +1 -0
  372. package/dist/types/base-types/AnyObject.d.ts +3 -2
  373. package/dist/types/base-types/AnyObject.d.ts.map +1 -1
  374. package/dist/types/base-types/AnyObject.js +0 -1
  375. package/dist/types/base-types/Container.d.ts +7 -3
  376. package/dist/types/base-types/Container.d.ts.map +1 -1
  377. package/dist/types/base-types/Dictionary.d.ts +11 -0
  378. package/dist/types/base-types/Dictionary.d.ts.map +1 -0
  379. package/dist/types/base-types/EmptyObject.d.ts +11 -3
  380. package/dist/types/base-types/EmptyObject.d.ts.map +1 -1
  381. package/dist/types/base-types/IndexableObject.d.ts +15 -9
  382. package/dist/types/base-types/IndexableObject.d.ts.map +1 -1
  383. package/dist/types/base-types/List.d.ts +319 -0
  384. package/dist/types/base-types/List.d.ts.map +1 -0
  385. package/dist/types/base-types/NarrowObject.d.ts +5 -0
  386. package/dist/types/base-types/NarrowObject.d.ts.map +1 -1
  387. package/dist/types/base-types/NonArray.d.ts +8 -0
  388. package/dist/types/base-types/NonArray.d.ts.map +1 -0
  389. package/dist/types/base-types/Tuple.d.ts +6 -3
  390. package/dist/types/base-types/Tuple.d.ts.map +1 -1
  391. package/dist/types/base-types/fns/AnyFnWithDict.d.ts +9 -0
  392. package/dist/types/base-types/fns/AnyFnWithDict.d.ts.map +1 -0
  393. package/dist/types/base-types/fns/AnyFunction.d.ts +8 -0
  394. package/dist/types/base-types/fns/AnyFunction.d.ts.map +1 -0
  395. package/dist/types/base-types/fns/AnyFunction.js +2 -0
  396. package/dist/types/base-types/fns/FnWithDict.d.ts +2 -17
  397. package/dist/types/base-types/fns/FnWithDict.d.ts.map +1 -1
  398. package/dist/types/base-types/fns/IdentityFunction.d.ts.map +1 -0
  399. package/dist/types/base-types/fns/JustFunction.d.ts +9 -0
  400. package/dist/types/base-types/fns/JustFunction.d.ts.map +1 -0
  401. package/dist/types/base-types/fns/TypedFunction.d.ts +9 -0
  402. package/dist/types/base-types/fns/TypedFunction.d.ts.map +1 -0
  403. package/dist/types/base-types/fns/index.d.ts +5 -1
  404. package/dist/types/base-types/fns/index.d.ts.map +1 -1
  405. package/dist/types/base-types/fns/index.js +5 -1
  406. package/dist/types/base-types/functional/LeftRight.d.ts +3 -3
  407. package/dist/types/base-types/functional/LeftRight.d.ts.map +1 -1
  408. package/dist/types/base-types/index.d.ts +3 -4
  409. package/dist/types/base-types/index.d.ts.map +1 -1
  410. package/dist/types/base-types/index.js +3 -4
  411. package/dist/types/boolean-logic/branching/Default.d.ts +11 -0
  412. package/dist/types/boolean-logic/branching/Default.d.ts.map +1 -0
  413. package/dist/types/boolean-logic/branching/Fail.d.ts +21 -0
  414. package/dist/types/boolean-logic/branching/Fail.d.ts.map +1 -0
  415. package/dist/types/boolean-logic/branching/Handle.d.ts +17 -0
  416. package/dist/types/boolean-logic/branching/Handle.d.ts.map +1 -0
  417. package/dist/types/boolean-logic/branching/If.d.ts +14 -0
  418. package/dist/types/boolean-logic/branching/If.d.ts.map +1 -0
  419. package/dist/types/boolean-logic/branching/IfErrorCondition.d.ts +2 -2
  420. package/dist/types/boolean-logic/branching/IfErrorCondition.d.ts.map +1 -1
  421. package/dist/types/boolean-logic/branching/IfLength.d.ts +2 -2
  422. package/dist/types/boolean-logic/branching/IfLength.d.ts.map +1 -1
  423. package/dist/types/boolean-logic/branching/IfNever.d.ts +1 -1
  424. package/dist/types/boolean-logic/branching/IfNever.d.ts.map +1 -1
  425. package/dist/types/boolean-logic/branching/Iff.d.ts +24 -0
  426. package/dist/types/boolean-logic/branching/Iff.d.ts.map +1 -0
  427. package/dist/types/boolean-logic/branching/Passthrough.d.ts +11 -0
  428. package/dist/types/boolean-logic/branching/Passthrough.d.ts.map +1 -0
  429. package/dist/types/boolean-logic/branching/index.d.ts +6 -63
  430. package/dist/types/boolean-logic/branching/index.d.ts.map +1 -1
  431. package/dist/types/boolean-logic/branching/index.js +6 -63
  432. package/dist/types/boolean-logic/combinators/And.d.ts +4 -8
  433. package/dist/types/boolean-logic/combinators/And.d.ts.map +1 -1
  434. package/dist/types/boolean-logic/combinators/Compare.d.ts +47 -0
  435. package/dist/types/boolean-logic/combinators/Compare.d.ts.map +1 -0
  436. package/dist/types/boolean-logic/combinators/Not.d.ts +7 -6
  437. package/dist/types/boolean-logic/combinators/Not.d.ts.map +1 -1
  438. package/dist/types/boolean-logic/combinators/Or.d.ts +16 -5
  439. package/dist/types/boolean-logic/combinators/Or.d.ts.map +1 -1
  440. package/dist/types/boolean-logic/combinators/index.d.ts +1 -0
  441. package/dist/types/boolean-logic/combinators/index.d.ts.map +1 -1
  442. package/dist/types/boolean-logic/combinators/index.js +1 -0
  443. package/dist/types/boolean-logic/narrowing/As.d.ts +7 -0
  444. package/dist/types/boolean-logic/narrowing/As.d.ts.map +1 -0
  445. package/dist/types/boolean-logic/narrowing/AsDoneFn.d.ts +12 -0
  446. package/dist/types/boolean-logic/narrowing/AsDoneFn.d.ts.map +1 -0
  447. package/dist/types/boolean-logic/narrowing/AsIndexOf.d.ts +2 -6
  448. package/dist/types/boolean-logic/narrowing/AsIndexOf.d.ts.map +1 -1
  449. package/dist/types/boolean-logic/narrowing/AsSomething.d.ts +20 -0
  450. package/dist/types/boolean-logic/narrowing/AsSomething.d.ts.map +1 -0
  451. package/dist/types/boolean-logic/narrowing/index.d.ts +3 -0
  452. package/dist/types/boolean-logic/narrowing/index.d.ts.map +1 -1
  453. package/dist/types/boolean-logic/narrowing/index.js +3 -0
  454. package/dist/types/boolean-logic/operators/AllExtend.d.ts +2 -2
  455. package/dist/types/boolean-logic/operators/AllExtend.d.ts.map +1 -1
  456. package/dist/types/boolean-logic/operators/AllLiteral.d.ts +4 -4
  457. package/dist/types/boolean-logic/operators/AllLiteral.d.ts.map +1 -1
  458. package/dist/types/boolean-logic/operators/AllNumericLiterals.d.ts +12 -0
  459. package/dist/types/boolean-logic/operators/AllNumericLiterals.d.ts.map +1 -0
  460. package/dist/types/boolean-logic/operators/AllStringLiterals.d.ts +12 -0
  461. package/dist/types/boolean-logic/operators/AllStringLiterals.d.ts.map +1 -0
  462. package/dist/types/boolean-logic/operators/AreSameLength.d.ts +9 -0
  463. package/dist/types/boolean-logic/operators/AreSameLength.d.ts.map +1 -0
  464. package/dist/types/boolean-logic/operators/AreSameType.d.ts +18 -0
  465. package/dist/types/boolean-logic/operators/AreSameType.d.ts.map +1 -0
  466. package/dist/types/boolean-logic/operators/Contains.d.ts +19 -4
  467. package/dist/types/boolean-logic/operators/Contains.d.ts.map +1 -1
  468. package/dist/types/boolean-logic/operators/DoesExtend.d.ts +2 -1
  469. package/dist/types/boolean-logic/operators/DoesExtend.d.ts.map +1 -1
  470. package/dist/types/boolean-logic/operators/EndsWith.d.ts +16 -15
  471. package/dist/types/boolean-logic/operators/EndsWith.d.ts.map +1 -1
  472. package/dist/types/boolean-logic/operators/Extends.d.ts +9 -0
  473. package/dist/types/boolean-logic/operators/Extends.d.ts.map +1 -0
  474. package/dist/types/boolean-logic/operators/HasCharacters.d.ts +14 -9
  475. package/dist/types/boolean-logic/operators/HasCharacters.d.ts.map +1 -1
  476. package/dist/types/boolean-logic/operators/HasIndex.d.ts +9 -0
  477. package/dist/types/boolean-logic/operators/HasIndex.d.ts.map +1 -0
  478. package/dist/types/boolean-logic/operators/HasOtherCharacters.d.ts +16 -0
  479. package/dist/types/boolean-logic/operators/HasOtherCharacters.d.ts.map +1 -0
  480. package/dist/types/boolean-logic/operators/HasParameters.d.ts +2 -2
  481. package/dist/types/boolean-logic/operators/HasParameters.d.ts.map +1 -1
  482. package/dist/types/boolean-logic/operators/HasProp.d.ts +11 -0
  483. package/dist/types/boolean-logic/operators/HasProp.d.ts.map +1 -0
  484. package/dist/types/boolean-logic/operators/HasRequiredProps.d.ts +10 -0
  485. package/dist/types/boolean-logic/operators/HasRequiredProps.d.ts.map +1 -0
  486. package/dist/types/boolean-logic/operators/HasSameKeys.d.ts +13 -0
  487. package/dist/types/boolean-logic/operators/HasSameKeys.d.ts.map +1 -0
  488. package/dist/types/boolean-logic/operators/HasSameValues.d.ts +8 -4
  489. package/dist/types/boolean-logic/operators/HasSameValues.d.ts.map +1 -1
  490. package/dist/types/boolean-logic/operators/HasUnionType.d.ts +2 -2
  491. package/dist/types/boolean-logic/operators/HasUnionType.d.ts.map +1 -1
  492. package/dist/types/boolean-logic/operators/HasWideValues.d.ts +2 -2
  493. package/dist/types/boolean-logic/operators/HasWideValues.d.ts.map +1 -1
  494. package/dist/types/boolean-logic/operators/IsAllLowercase.d.ts +2 -2
  495. package/dist/types/boolean-logic/operators/IsAllLowercase.d.ts.map +1 -1
  496. package/dist/types/boolean-logic/operators/IsAny.d.ts +2 -2
  497. package/dist/types/boolean-logic/operators/IsAny.d.ts.map +1 -1
  498. package/dist/types/boolean-logic/operators/IsBooleanLiteral.d.ts +2 -2
  499. package/dist/types/boolean-logic/operators/IsBooleanLiteral.d.ts.map +1 -1
  500. package/dist/types/boolean-logic/operators/IsContainer.d.ts +2 -4
  501. package/dist/types/boolean-logic/operators/IsContainer.d.ts.map +1 -1
  502. package/dist/types/boolean-logic/operators/IsDotPath.d.ts +5 -3
  503. package/dist/types/boolean-logic/operators/IsDotPath.d.ts.map +1 -1
  504. package/dist/types/boolean-logic/operators/IsEmptyObject.d.ts +3 -2
  505. package/dist/types/boolean-logic/operators/IsEmptyObject.d.ts.map +1 -1
  506. package/dist/types/boolean-logic/operators/IsEqual.d.ts +1 -1
  507. package/dist/types/boolean-logic/operators/IsEqual.d.ts.map +1 -1
  508. package/dist/types/boolean-logic/operators/IsErrorCondition.d.ts +2 -2
  509. package/dist/types/boolean-logic/operators/IsErrorCondition.d.ts.map +1 -1
  510. package/dist/types/boolean-logic/operators/IsFalsy.d.ts +7 -2
  511. package/dist/types/boolean-logic/operators/IsFalsy.d.ts.map +1 -1
  512. package/dist/types/boolean-logic/operators/IsFloat.d.ts +13 -0
  513. package/dist/types/boolean-logic/operators/IsFloat.d.ts.map +1 -0
  514. package/dist/types/boolean-logic/operators/IsFnWithParams.d.ts +3 -3
  515. package/dist/types/boolean-logic/operators/IsFnWithParams.d.ts.map +1 -1
  516. package/dist/types/boolean-logic/operators/IsFunction.d.ts.map +1 -1
  517. package/dist/types/boolean-logic/operators/IsGreaterThan.d.ts +6 -2
  518. package/dist/types/boolean-logic/operators/IsGreaterThan.d.ts.map +1 -1
  519. package/dist/types/boolean-logic/operators/IsHexadecimal.d.ts +9 -0
  520. package/dist/types/boolean-logic/operators/IsHexadecimal.d.ts.map +1 -0
  521. package/dist/types/boolean-logic/operators/IsInteger.d.ts +9 -0
  522. package/dist/types/boolean-logic/operators/IsInteger.d.ts.map +1 -0
  523. package/dist/types/boolean-logic/operators/IsIterable.d.ts +10 -0
  524. package/dist/types/boolean-logic/operators/IsIterable.d.ts.map +1 -0
  525. package/dist/types/boolean-logic/operators/IsLiteral.d.ts +14 -27
  526. package/dist/types/boolean-logic/operators/IsLiteral.d.ts.map +1 -1
  527. package/dist/types/boolean-logic/operators/IsLiteralFn.d.ts +16 -0
  528. package/dist/types/boolean-logic/operators/IsLiteralFn.d.ts.map +1 -0
  529. package/dist/types/boolean-logic/operators/IsLiteralUnion.d.ts +13 -0
  530. package/dist/types/boolean-logic/operators/IsLiteralUnion.d.ts.map +1 -0
  531. package/dist/types/boolean-logic/operators/IsNarrowingFn.d.ts +12 -0
  532. package/dist/types/boolean-logic/operators/IsNarrowingFn.d.ts.map +1 -0
  533. package/dist/types/boolean-logic/operators/IsNegativeNumber.d.ts +4 -2
  534. package/dist/types/boolean-logic/operators/IsNegativeNumber.d.ts.map +1 -1
  535. package/dist/types/boolean-logic/operators/IsNonLiteralUnion.d.ts +13 -0
  536. package/dist/types/boolean-logic/operators/IsNonLiteralUnion.d.ts.map +1 -0
  537. package/dist/types/boolean-logic/operators/IsNothing.d.ts +9 -0
  538. package/dist/types/boolean-logic/operators/IsNothing.d.ts.map +1 -0
  539. package/dist/types/boolean-logic/operators/IsNull.d.ts +5 -1
  540. package/dist/types/boolean-logic/operators/IsNull.d.ts.map +1 -1
  541. package/dist/types/boolean-logic/operators/IsNumber.d.ts +2 -1
  542. package/dist/types/boolean-logic/operators/IsNumber.d.ts.map +1 -1
  543. package/dist/types/boolean-logic/operators/IsObject.d.ts +4 -4
  544. package/dist/types/boolean-logic/operators/IsObject.d.ts.map +1 -1
  545. package/dist/types/boolean-logic/operators/IsObjectLiteral.d.ts +7 -4
  546. package/dist/types/boolean-logic/operators/IsObjectLiteral.d.ts.map +1 -1
  547. package/dist/types/boolean-logic/operators/IsOptionalScalar.d.ts +4 -5
  548. package/dist/types/boolean-logic/operators/IsOptionalScalar.d.ts.map +1 -1
  549. package/dist/types/boolean-logic/operators/IsReadonlyObject.d.ts +2 -2
  550. package/dist/types/boolean-logic/operators/IsReadonlyObject.d.ts.map +1 -1
  551. package/dist/types/boolean-logic/operators/IsScalar.d.ts +2 -8
  552. package/dist/types/boolean-logic/operators/IsScalar.d.ts.map +1 -1
  553. package/dist/types/boolean-logic/operators/IsSingleChar.d.ts +8 -0
  554. package/dist/types/boolean-logic/operators/IsSingleChar.d.ts.map +1 -0
  555. package/dist/types/boolean-logic/operators/IsSingularNoun.d.ts +2 -2
  556. package/dist/types/boolean-logic/operators/IsSingularNoun.d.ts.map +1 -1
  557. package/dist/types/boolean-logic/operators/IsString.d.ts +2 -1
  558. package/dist/types/boolean-logic/operators/IsString.d.ts.map +1 -1
  559. package/dist/types/boolean-logic/operators/IsStringLiteral.d.ts +2 -4
  560. package/dist/types/boolean-logic/operators/IsStringLiteral.d.ts.map +1 -1
  561. package/dist/types/boolean-logic/operators/IsTrue.d.ts +4 -2
  562. package/dist/types/boolean-logic/operators/IsTrue.d.ts.map +1 -1
  563. package/dist/types/boolean-logic/operators/IsTruthy.d.ts +5 -3
  564. package/dist/types/boolean-logic/operators/IsTruthy.d.ts.map +1 -1
  565. package/dist/types/boolean-logic/operators/IsTuple.d.ts +4 -2
  566. package/dist/types/boolean-logic/operators/IsTuple.d.ts.map +1 -1
  567. package/dist/types/boolean-logic/operators/IsUnion.d.ts +2 -2
  568. package/dist/types/boolean-logic/operators/IsUnion.d.ts.map +1 -1
  569. package/dist/types/boolean-logic/operators/IsValidDotPath.d.ts +11 -16
  570. package/dist/types/boolean-logic/operators/IsValidDotPath.d.ts.map +1 -1
  571. package/dist/types/boolean-logic/operators/IsValidIndex.d.ts +11 -0
  572. package/dist/types/boolean-logic/operators/IsValidIndex.d.ts.map +1 -0
  573. package/dist/types/boolean-logic/operators/IsVueRef.d.ts +14 -0
  574. package/dist/types/boolean-logic/operators/IsVueRef.d.ts.map +1 -0
  575. package/dist/types/boolean-logic/operators/IsWideType.d.ts +47 -4
  576. package/dist/types/boolean-logic/operators/IsWideType.d.ts.map +1 -1
  577. package/dist/types/boolean-logic/operators/IsWideUnion.d.ts +15 -0
  578. package/dist/types/boolean-logic/operators/IsWideUnion.d.ts.map +1 -0
  579. package/dist/types/boolean-logic/operators/NotLength.d.ts +2 -2
  580. package/dist/types/boolean-logic/operators/NotLength.d.ts.map +1 -1
  581. package/dist/types/boolean-logic/operators/Returns.d.ts +2 -2
  582. package/dist/types/boolean-logic/operators/Returns.d.ts.map +1 -1
  583. package/dist/types/boolean-logic/operators/ReturnsBoolean.d.ts +2 -2
  584. package/dist/types/boolean-logic/operators/ReturnsBoolean.d.ts.map +1 -1
  585. package/dist/types/boolean-logic/operators/ReturnsFalse.d.ts +2 -2
  586. package/dist/types/boolean-logic/operators/ReturnsFalse.d.ts.map +1 -1
  587. package/dist/types/boolean-logic/operators/ReturnsTrue.d.ts +2 -2
  588. package/dist/types/boolean-logic/operators/ReturnsTrue.d.ts.map +1 -1
  589. package/dist/types/boolean-logic/operators/SomeEqual.d.ts +2 -2
  590. package/dist/types/boolean-logic/operators/SomeEqual.d.ts.map +1 -1
  591. package/dist/types/boolean-logic/operators/SomeExtend.d.ts +2 -2
  592. package/dist/types/boolean-logic/operators/SomeExtend.d.ts.map +1 -1
  593. package/dist/types/boolean-logic/operators/StartsWith.d.ts +20 -7
  594. package/dist/types/boolean-logic/operators/StartsWith.d.ts.map +1 -1
  595. package/dist/types/boolean-logic/operators/Validate.d.ts +20 -0
  596. package/dist/types/boolean-logic/operators/Validate.d.ts.map +1 -0
  597. package/dist/types/boolean-logic/operators/index.d.ts +24 -11
  598. package/dist/types/boolean-logic/operators/index.d.ts.map +1 -1
  599. package/dist/types/boolean-logic/operators/index.js +24 -11
  600. package/dist/types/classes/Constructor.d.ts +1 -1
  601. package/dist/types/classes/Constructor.d.ts.map +1 -1
  602. package/dist/types/classes/KlassMeta.d.ts +21 -0
  603. package/dist/types/classes/KlassMeta.d.ts.map +1 -0
  604. package/dist/types/classes/index.d.ts +1 -0
  605. package/dist/types/classes/index.d.ts.map +1 -1
  606. package/dist/types/classes/index.js +1 -0
  607. package/dist/types/containers/IsEmptyContainer.d.ts +11 -0
  608. package/dist/types/containers/IsEmptyContainer.d.ts.map +1 -0
  609. package/dist/types/containers/IsNonEmptyContainer.d.ts +12 -0
  610. package/dist/types/containers/IsNonEmptyContainer.d.ts.map +1 -0
  611. package/dist/types/containers/RemoveMarked.d.ts +13 -0
  612. package/dist/types/containers/RemoveMarked.d.ts.map +1 -0
  613. package/dist/types/containers/RemoveNever.d.ts +18 -0
  614. package/dist/types/containers/RemoveNever.d.ts.map +1 -0
  615. package/dist/types/containers/RemoveUndefined.d.ts +17 -0
  616. package/dist/types/containers/RemoveUndefined.d.ts.map +1 -0
  617. package/dist/types/containers/index.d.ts +5 -3
  618. package/dist/types/containers/index.d.ts.map +1 -1
  619. package/dist/types/containers/index.js +5 -3
  620. package/dist/types/dictionary/AddKeyValue.d.ts +2 -2
  621. package/dist/types/dictionary/AddKeyValue.d.ts.map +1 -1
  622. package/dist/types/dictionary/CombinedKeys.d.ts +4 -6
  623. package/dist/types/dictionary/CombinedKeys.d.ts.map +1 -1
  624. package/dist/types/dictionary/CreateKV.d.ts +15 -0
  625. package/dist/types/dictionary/CreateKV.d.ts.map +1 -0
  626. package/dist/types/dictionary/CreateLookup.d.ts +13 -0
  627. package/dist/types/dictionary/CreateLookup.d.ts.map +1 -0
  628. package/dist/types/dictionary/EnsureKeys.d.ts +19 -0
  629. package/dist/types/dictionary/EnsureKeys.d.ts.map +1 -0
  630. package/dist/types/dictionary/FromMaybeRef.d.ts +2 -2
  631. package/dist/types/dictionary/FromMaybeRef.d.ts.map +1 -1
  632. package/dist/types/dictionary/Get.d.ts +4 -25
  633. package/dist/types/dictionary/Get.d.ts.map +1 -1
  634. package/dist/types/dictionary/Get.js +0 -1
  635. package/dist/types/dictionary/Keys.d.ts +8 -2
  636. package/dist/types/dictionary/Keys.d.ts.map +1 -1
  637. package/dist/types/dictionary/KeysWithValue.d.ts +5 -5
  638. package/dist/types/dictionary/KeysWithValue.d.ts.map +1 -1
  639. package/dist/types/dictionary/KvFn.d.ts +15 -0
  640. package/dist/types/dictionary/KvFn.d.ts.map +1 -0
  641. package/dist/types/dictionary/MakeKeysOptional.d.ts +15 -0
  642. package/dist/types/dictionary/MakeKeysOptional.d.ts.map +1 -0
  643. package/dist/types/dictionary/MakePropsMutable.d.ts +1 -1
  644. package/dist/types/dictionary/MakePropsMutable.d.ts.map +1 -1
  645. package/dist/types/dictionary/MapTo.d.ts +2 -2
  646. package/dist/types/dictionary/MapTo.d.ts.map +1 -1
  647. package/dist/types/dictionary/MergeKVs.d.ts +20 -0
  648. package/dist/types/dictionary/MergeKVs.d.ts.map +1 -0
  649. package/dist/types/dictionary/MutableProps.d.ts +2 -2
  650. package/dist/types/dictionary/MutableProps.d.ts.map +1 -1
  651. package/dist/types/dictionary/OptionalProps.d.ts +2 -2
  652. package/dist/types/dictionary/OptionalProps.d.ts.map +1 -1
  653. package/dist/types/dictionary/RemoveIndexKeys.d.ts +3 -2
  654. package/dist/types/dictionary/RemoveIndexKeys.d.ts.map +1 -1
  655. package/dist/types/dictionary/SharedKeys.d.ts +3 -3
  656. package/dist/types/dictionary/SharedKeys.d.ts.map +1 -1
  657. package/dist/types/dictionary/TakeProp.d.ts +9 -0
  658. package/dist/types/dictionary/TakeProp.d.ts.map +1 -0
  659. package/dist/types/dictionary/UpsertKeyValue.d.ts +4 -2
  660. package/dist/types/dictionary/UpsertKeyValue.d.ts.map +1 -1
  661. package/dist/types/dictionary/Values.d.ts +18 -0
  662. package/dist/types/dictionary/Values.d.ts.map +1 -0
  663. package/dist/types/dictionary/WithKeys.d.ts +3 -2
  664. package/dist/types/dictionary/WithKeys.d.ts.map +1 -1
  665. package/dist/types/dictionary/WithValue.d.ts +8 -3
  666. package/dist/types/dictionary/WithValue.d.ts.map +1 -1
  667. package/dist/types/dictionary/WithoutKeys.d.ts +4 -2
  668. package/dist/types/dictionary/WithoutKeys.d.ts.map +1 -1
  669. package/dist/types/dictionary/index.d.ts +8 -2
  670. package/dist/types/dictionary/index.d.ts.map +1 -1
  671. package/dist/types/dictionary/index.js +8 -2
  672. package/dist/types/errors/AsError.d.ts +6 -21
  673. package/dist/types/errors/AsError.d.ts.map +1 -1
  674. package/dist/types/errors/CompleteError.d.ts +22 -0
  675. package/dist/types/errors/CompleteError.d.ts.map +1 -0
  676. package/dist/types/errors/ErrorCondition.d.ts +70 -33
  677. package/dist/types/errors/ErrorCondition.d.ts.map +1 -1
  678. package/dist/types/errors/KindError.d.ts +39 -0
  679. package/dist/types/errors/KindError.d.ts.map +1 -0
  680. package/dist/types/errors/MapError.d.ts +15 -0
  681. package/dist/types/errors/MapError.d.ts.map +1 -0
  682. package/dist/types/errors/PartialError.d.ts +19 -0
  683. package/dist/types/errors/PartialError.d.ts.map +1 -0
  684. package/dist/types/errors/ProxyError.d.ts +22 -0
  685. package/dist/types/errors/ProxyError.d.ts.map +1 -0
  686. package/dist/types/errors/StackTrace.d.ts +13 -0
  687. package/dist/types/errors/StackTrace.d.ts.map +1 -0
  688. package/dist/types/errors/Throw.d.ts +21 -0
  689. package/dist/types/errors/Throw.d.ts.map +1 -0
  690. package/dist/types/errors/index.d.ts +7 -1
  691. package/dist/types/errors/index.d.ts.map +1 -1
  692. package/dist/types/errors/index.js +7 -1
  693. package/dist/types/functional/Option.d.ts +1 -0
  694. package/dist/types/functional/Option.d.ts.map +1 -0
  695. package/dist/types/functional/Result.d.ts +238 -0
  696. package/dist/types/functional/Result.d.ts.map +1 -0
  697. package/dist/types/functional/Result.js +2 -0
  698. package/dist/types/functional/index.d.ts +1 -0
  699. package/dist/types/functional/index.d.ts.map +1 -1
  700. package/dist/types/functional/index.js +1 -0
  701. package/dist/types/functions/AsFnMeta.d.ts +3 -4
  702. package/dist/types/functions/AsFnMeta.d.ts.map +1 -1
  703. package/dist/types/functions/Fn.d.ts +9 -0
  704. package/dist/types/functions/Fn.d.ts.map +1 -0
  705. package/dist/types/functions/FnFrom.d.ts +3 -0
  706. package/dist/types/functions/FnFrom.d.ts.map +1 -0
  707. package/dist/types/functions/FnMeta.d.ts +6 -2
  708. package/dist/types/functions/FnMeta.d.ts.map +1 -1
  709. package/dist/types/functions/FnProps.d.ts +4 -2
  710. package/dist/types/functions/FnProps.d.ts.map +1 -1
  711. package/dist/types/functions/HandleDoneFn.d.ts +12 -0
  712. package/dist/types/functions/HandleDoneFn.d.ts.map +1 -0
  713. package/dist/types/functions/IdentityFn.d.ts +11 -0
  714. package/dist/types/functions/IdentityFn.d.ts.map +1 -0
  715. package/dist/types/functions/LiteralFn.d.ts +20 -0
  716. package/dist/types/functions/LiteralFn.d.ts.map +1 -0
  717. package/dist/types/functions/LogicFunction.d.ts +1 -1
  718. package/dist/types/functions/LogicFunction.d.ts.map +1 -1
  719. package/dist/types/functions/NarrowingFn.d.ts +32 -0
  720. package/dist/types/functions/NarrowingFn.d.ts.map +1 -0
  721. package/dist/types/functions/OnlyFnProps.d.ts +9 -0
  722. package/dist/types/functions/OnlyFnProps.d.ts.map +1 -0
  723. package/dist/types/functions/RemoveFnProps.d.ts.map +1 -1
  724. package/dist/types/functions/ToFn.d.ts +2 -2
  725. package/dist/types/functions/ToFn.d.ts.map +1 -1
  726. package/dist/types/functions/TypeGuard.d.ts +1 -1
  727. package/dist/types/functions/TypeGuard.d.ts.map +1 -1
  728. package/dist/types/functions/index.d.ts +6 -0
  729. package/dist/types/functions/index.d.ts.map +1 -1
  730. package/dist/types/functions/index.js +6 -0
  731. package/dist/types/lists/ArrayElementType.d.ts +2 -2
  732. package/dist/types/lists/ArrayElementType.d.ts.map +1 -1
  733. package/dist/types/lists/AsArray.d.ts +2 -2
  734. package/dist/types/lists/AsArray.d.ts.map +1 -1
  735. package/dist/types/lists/AsTuple.d.ts +2 -2
  736. package/dist/types/lists/AsTuple.d.ts.map +1 -1
  737. package/dist/types/lists/BeforeLast.d.ts +10 -3
  738. package/dist/types/lists/BeforeLast.d.ts.map +1 -1
  739. package/dist/types/lists/Filter.d.ts +19 -8
  740. package/dist/types/lists/Filter.d.ts.map +1 -1
  741. package/dist/types/lists/FilterLiterals.d.ts +19 -0
  742. package/dist/types/lists/FilterLiterals.d.ts.map +1 -0
  743. package/dist/types/lists/FilterWideTypes.d.ts +18 -0
  744. package/dist/types/lists/FilterWideTypes.d.ts.map +1 -0
  745. package/dist/types/lists/Find.d.ts +3 -3
  746. package/dist/types/lists/Find.d.ts.map +1 -1
  747. package/dist/types/lists/First.d.ts +7 -3
  748. package/dist/types/lists/First.d.ts.map +1 -1
  749. package/dist/types/lists/Flatten.d.ts +31 -8
  750. package/dist/types/lists/Flatten.d.ts.map +1 -1
  751. package/dist/types/lists/GetEach.d.ts +10 -9
  752. package/dist/types/lists/GetEach.d.ts.map +1 -1
  753. package/dist/types/lists/IndexOf.d.ts +47 -10
  754. package/dist/types/lists/IndexOf.d.ts.map +1 -1
  755. package/dist/types/lists/Last.d.ts +5 -3
  756. package/dist/types/lists/Last.d.ts.map +1 -1
  757. package/dist/types/lists/Length.d.ts +13 -2
  758. package/dist/types/lists/Length.d.ts.map +1 -1
  759. package/dist/types/lists/LogicalReturns.d.ts +6 -13
  760. package/dist/types/lists/LogicalReturns.d.ts.map +1 -1
  761. package/dist/types/lists/NumericKeys.d.ts +4 -3
  762. package/dist/types/lists/NumericKeys.d.ts.map +1 -1
  763. package/dist/types/lists/Pop.d.ts +2 -2
  764. package/dist/types/lists/Pop.d.ts.map +1 -1
  765. package/dist/types/lists/Push.d.ts +15 -0
  766. package/dist/types/lists/Push.d.ts.map +1 -0
  767. package/dist/types/lists/Retain.d.ts +13 -7
  768. package/dist/types/lists/Retain.d.ts.map +1 -1
  769. package/dist/types/lists/RetainLiterals.d.ts +20 -0
  770. package/dist/types/lists/RetainLiterals.d.ts.map +1 -0
  771. package/dist/types/lists/RetainWideTypes.d.ts +21 -0
  772. package/dist/types/lists/RetainWideTypes.d.ts.map +1 -0
  773. package/dist/types/lists/ReturnTypes.d.ts +2 -2
  774. package/dist/types/lists/ReturnTypes.d.ts.map +1 -1
  775. package/dist/types/lists/Reverse.d.ts +4 -1
  776. package/dist/types/lists/Reverse.d.ts.map +1 -1
  777. package/dist/types/lists/Second.d.ts +13 -0
  778. package/dist/types/lists/Second.d.ts.map +1 -0
  779. package/dist/types/lists/Shift.d.ts +2 -2
  780. package/dist/types/lists/Shift.d.ts.map +1 -1
  781. package/dist/types/lists/Slice.d.ts +2 -2
  782. package/dist/types/lists/Slice.d.ts.map +1 -1
  783. package/dist/types/lists/TruthyReturns.d.ts +2 -2
  784. package/dist/types/lists/TruthyReturns.d.ts.map +1 -1
  785. package/dist/types/lists/index.d.ts +7 -1
  786. package/dist/types/lists/index.d.ts.map +1 -1
  787. package/dist/types/lists/index.js +7 -1
  788. package/dist/types/literals/Box.d.ts +2 -2
  789. package/dist/types/literals/Box.d.ts.map +1 -1
  790. package/dist/types/literals/Choices.d.ts +102 -0
  791. package/dist/types/literals/Choices.d.ts.map +1 -0
  792. package/dist/types/literals/DoneFnTuple.d.ts +28 -0
  793. package/dist/types/literals/DoneFnTuple.d.ts.map +1 -0
  794. package/dist/types/literals/ExpandRecursively.d.ts +13 -6
  795. package/dist/types/literals/ExpandRecursively.d.ts.map +1 -1
  796. package/dist/types/literals/FromDefn.d.ts +55 -0
  797. package/dist/types/literals/FromDefn.d.ts.map +1 -0
  798. package/dist/types/literals/FromTokenNames.d.ts +19 -0
  799. package/dist/types/literals/FromTokenNames.d.ts.map +1 -0
  800. package/dist/types/literals/Narrow.d.ts +10 -0
  801. package/dist/types/literals/Narrow.d.ts.map +1 -0
  802. package/dist/types/literals/RuntimeUnion.d.ts +14 -0
  803. package/dist/types/literals/RuntimeUnion.d.ts.map +1 -0
  804. package/dist/types/literals/Shape.d.ts +222 -0
  805. package/dist/types/literals/Shape.d.ts.map +1 -0
  806. package/dist/types/literals/VueComputedRef.d.ts +35 -0
  807. package/dist/types/literals/VueComputedRef.d.ts.map +1 -0
  808. package/dist/types/literals/VueComputedRef.js +11 -0
  809. package/dist/types/literals/VueRef.d.ts +13 -2
  810. package/dist/types/literals/VueRef.d.ts.map +1 -1
  811. package/dist/types/literals/index.d.ts +8 -0
  812. package/dist/types/literals/index.d.ts.map +1 -1
  813. package/dist/types/literals/index.js +8 -0
  814. package/dist/types/numeric-literals/Abs.d.ts +4 -4
  815. package/dist/types/numeric-literals/Abs.d.ts.map +1 -1
  816. package/dist/types/numeric-literals/AbsMaybe.d.ts +2 -2
  817. package/dist/types/numeric-literals/AbsMaybe.d.ts.map +1 -1
  818. package/dist/types/numeric-literals/Add.d.ts +12 -16
  819. package/dist/types/numeric-literals/Add.d.ts.map +1 -1
  820. package/dist/types/numeric-literals/AsNumberWhenPossible.d.ts +3 -3
  821. package/dist/types/numeric-literals/AsNumberWhenPossible.d.ts.map +1 -1
  822. package/dist/types/numeric-literals/Decrement.d.ts +2 -2
  823. package/dist/types/numeric-literals/Decrement.d.ts.map +1 -1
  824. package/dist/types/numeric-literals/Digitize.d.ts +10 -3
  825. package/dist/types/numeric-literals/Digitize.d.ts.map +1 -1
  826. package/dist/types/numeric-literals/Increment.d.ts +2 -2
  827. package/dist/types/numeric-literals/Increment.d.ts.map +1 -1
  828. package/dist/types/numeric-literals/Negative.d.ts +2 -2
  829. package/dist/types/numeric-literals/Negative.d.ts.map +1 -1
  830. package/dist/types/numeric-literals/NextDigit.d.ts +2 -2
  831. package/dist/types/numeric-literals/NextDigit.d.ts.map +1 -1
  832. package/dist/types/numeric-literals/PriorDigit.d.ts +2 -2
  833. package/dist/types/numeric-literals/Subtract.d.ts +3 -3
  834. package/dist/types/numeric-literals/Subtract.d.ts.map +1 -1
  835. package/dist/types/numeric-literals/ToInteger.d.ts +2 -2
  836. package/dist/types/numeric-literals/ToInteger.d.ts.map +1 -1
  837. package/dist/types/numeric-literals/ToNumericArray.d.ts +6 -6
  838. package/dist/types/numeric-literals/ToNumericArray.d.ts.map +1 -1
  839. package/dist/types/numeric-literals/ValueCallback.d.ts +87 -0
  840. package/dist/types/numeric-literals/ValueCallback.d.ts.map +1 -1
  841. package/dist/types/numeric-literals/index.d.ts +0 -2
  842. package/dist/types/numeric-literals/index.d.ts.map +1 -1
  843. package/dist/types/numeric-literals/index.js +0 -2
  844. package/dist/types/runtime-types/DescribeType.d.ts +31 -23
  845. package/dist/types/runtime-types/DescribeType.d.ts.map +1 -1
  846. package/dist/types/runtime-types/DescribeType.js +1 -0
  847. package/dist/types/runtime-types/Dict.d.ts +24 -0
  848. package/dist/types/runtime-types/Dict.d.ts.map +1 -0
  849. package/dist/types/runtime-types/Dict.js +2 -0
  850. package/dist/types/runtime-types/FromLiteralTokens.d.ts +3 -3
  851. package/dist/types/runtime-types/FromLiteralTokens.d.ts.map +1 -1
  852. package/dist/types/runtime-types/Rec.d.ts +15 -0
  853. package/dist/types/runtime-types/Rec.d.ts.map +1 -0
  854. package/dist/types/runtime-types/Rec.js +2 -0
  855. package/dist/types/runtime-types/TokenizeStringLiteral.d.ts +3 -3
  856. package/dist/types/runtime-types/TokenizeStringLiteral.d.ts.map +1 -1
  857. package/dist/types/runtime-types/Type.d.ts +12 -12
  858. package/dist/types/runtime-types/Type.d.ts.map +1 -1
  859. package/dist/types/runtime-types/TypeOf.d.ts +1 -1
  860. package/dist/types/runtime-types/TypeOf.d.ts.map +1 -1
  861. package/dist/types/runtime-types/TypeToken.d.ts +61 -26
  862. package/dist/types/runtime-types/TypeToken.d.ts.map +1 -1
  863. package/dist/types/runtime-types/index.d.ts +1 -2
  864. package/dist/types/runtime-types/index.d.ts.map +1 -1
  865. package/dist/types/runtime-types/index.js +1 -2
  866. package/dist/types/sets/IntersectingKeys.d.ts +5 -3
  867. package/dist/types/sets/IntersectingKeys.d.ts.map +1 -1
  868. package/dist/types/sets/Intersection.d.ts +43 -21
  869. package/dist/types/sets/Intersection.d.ts.map +1 -1
  870. package/dist/types/sets/Relate.d.ts.map +1 -1
  871. package/dist/types/sets/Unique.d.ts +18 -33
  872. package/dist/types/sets/Unique.d.ts.map +1 -1
  873. package/dist/types/sets/index.d.ts +0 -3
  874. package/dist/types/sets/index.d.ts.map +1 -1
  875. package/dist/types/sets/index.js +0 -3
  876. package/dist/types/string-literals/{RemainingChars.d.ts → AfterFirstChar.d.ts} +4 -4
  877. package/dist/types/string-literals/AfterFirstChar.d.ts.map +1 -0
  878. package/dist/types/string-literals/Chars.d.ts +7 -2
  879. package/dist/types/string-literals/Chars.d.ts.map +1 -1
  880. package/dist/types/string-literals/Concat.d.ts +3 -3
  881. package/dist/types/string-literals/Concat.d.ts.map +1 -1
  882. package/dist/types/string-literals/Date.d.ts +7 -12
  883. package/dist/types/string-literals/Date.d.ts.map +1 -1
  884. package/dist/types/string-literals/DateTime.d.ts +12 -5
  885. package/dist/types/string-literals/DateTime.d.ts.map +1 -1
  886. package/dist/types/string-literals/EnsureLeading.d.ts +17 -8
  887. package/dist/types/string-literals/EnsureLeading.d.ts.map +1 -1
  888. package/dist/types/string-literals/EnsureSurround.d.ts +10 -0
  889. package/dist/types/string-literals/EnsureSurround.d.ts.map +1 -0
  890. package/dist/types/string-literals/EnsureTrailing.d.ts +9 -3
  891. package/dist/types/string-literals/EnsureTrailing.d.ts.map +1 -1
  892. package/dist/types/string-literals/FirstChar.d.ts +14 -17
  893. package/dist/types/string-literals/FirstChar.d.ts.map +1 -1
  894. package/dist/types/string-literals/Join.d.ts +3 -4
  895. package/dist/types/string-literals/Join.d.ts.map +1 -1
  896. package/dist/types/string-literals/LastChar.d.ts +14 -16
  897. package/dist/types/string-literals/LastChar.d.ts.map +1 -1
  898. package/dist/types/string-literals/PathJoin.d.ts +9 -3
  899. package/dist/types/string-literals/PathJoin.d.ts.map +1 -1
  900. package/dist/types/string-literals/Pluralize.d.ts +3 -3
  901. package/dist/types/string-literals/Pluralize.d.ts.map +1 -1
  902. package/dist/types/string-literals/Split.d.ts +22 -41
  903. package/dist/types/string-literals/Split.d.ts.map +1 -1
  904. package/dist/types/string-literals/StripAfter.d.ts +2 -2
  905. package/dist/types/string-literals/StripAfter.d.ts.map +1 -1
  906. package/dist/types/string-literals/StripBefore.d.ts +2 -2
  907. package/dist/types/string-literals/StripBefore.d.ts.map +1 -1
  908. package/dist/types/string-literals/StripLeading.d.ts +6 -7
  909. package/dist/types/string-literals/StripLeading.d.ts.map +1 -1
  910. package/dist/types/string-literals/StripTrailing.d.ts +9 -9
  911. package/dist/types/string-literals/StripTrailing.d.ts.map +1 -1
  912. package/dist/types/string-literals/Suggest.d.ts +4 -2
  913. package/dist/types/string-literals/Suggest.d.ts.map +1 -1
  914. package/dist/types/string-literals/Surround.d.ts +6 -6
  915. package/dist/types/string-literals/Surround.d.ts.map +1 -1
  916. package/dist/types/string-literals/Time.d.ts +87 -30
  917. package/dist/types/string-literals/Time.d.ts.map +1 -1
  918. package/dist/types/string-literals/Truncate.d.ts +3 -3
  919. package/dist/types/string-literals/Truncate.d.ts.map +1 -1
  920. package/dist/types/string-literals/casing/AllCaps.d.ts +2 -2
  921. package/dist/types/string-literals/casing/AllCaps.d.ts.map +1 -1
  922. package/dist/types/string-literals/casing/CamelCase.d.ts +2 -2
  923. package/dist/types/string-literals/casing/CamelCase.d.ts.map +1 -1
  924. package/dist/types/string-literals/casing/KebabCase.d.ts +1 -1
  925. package/dist/types/string-literals/casing/KebabCase.d.ts.map +1 -1
  926. package/dist/types/string-literals/casing/KebabCase.js +0 -1
  927. package/dist/types/string-literals/casing/SnakeCase.d.ts +4 -4
  928. package/dist/types/string-literals/casing/SnakeCase.d.ts.map +1 -1
  929. package/dist/types/string-literals/casing/index.d.ts +0 -1
  930. package/dist/types/string-literals/casing/index.d.ts.map +1 -1
  931. package/dist/types/string-literals/casing/index.js +0 -1
  932. package/dist/types/string-literals/character-sets/Alpha.d.ts +2 -2
  933. package/dist/types/string-literals/character-sets/Alpha.d.ts.map +1 -1
  934. package/dist/types/string-literals/character-sets/BCP.d.ts +12 -0
  935. package/dist/types/string-literals/character-sets/BCP.d.ts.map +1 -0
  936. package/dist/types/string-literals/character-sets/DomainName.d.ts +3 -3
  937. package/dist/types/string-literals/character-sets/DomainName.d.ts.map +1 -1
  938. package/dist/types/string-literals/character-sets/DotPathFor.d.ts +6 -17
  939. package/dist/types/string-literals/character-sets/DotPathFor.d.ts.map +1 -1
  940. package/dist/types/string-literals/character-sets/Hexadecimal.d.ts +7 -5
  941. package/dist/types/string-literals/character-sets/Hexadecimal.d.ts.map +1 -1
  942. package/dist/types/string-literals/character-sets/IpAddress.d.ts +51 -5
  943. package/dist/types/string-literals/character-sets/IpAddress.d.ts.map +1 -1
  944. package/dist/types/string-literals/character-sets/LowerAlpha.d.ts +2 -2
  945. package/dist/types/string-literals/character-sets/LowerAlpha.d.ts.map +1 -1
  946. package/dist/types/string-literals/character-sets/NumericChar.d.ts +9 -0
  947. package/dist/types/string-literals/character-sets/NumericChar.d.ts.map +1 -1
  948. package/dist/types/string-literals/character-sets/SingularNoun.d.ts +5 -3
  949. package/dist/types/string-literals/character-sets/SingularNoun.d.ts.map +1 -1
  950. package/dist/types/string-literals/character-sets/Url.d.ts +2 -2
  951. package/dist/types/string-literals/character-sets/Url.d.ts.map +1 -1
  952. package/dist/types/string-literals/character-sets/ValueAtDotPath.d.ts +3 -8
  953. package/dist/types/string-literals/character-sets/ValueAtDotPath.d.ts.map +1 -1
  954. package/dist/types/string-literals/character-sets/index.d.ts +0 -1
  955. package/dist/types/string-literals/character-sets/index.d.ts.map +1 -1
  956. package/dist/types/string-literals/character-sets/index.js +0 -1
  957. package/dist/types/string-literals/geo/index.d.ts +3 -0
  958. package/dist/types/string-literals/geo/index.d.ts.map +1 -0
  959. package/dist/types/string-literals/geo/index.js +2 -0
  960. package/dist/types/string-literals/geo/state.d.ts +47 -0
  961. package/dist/types/string-literals/geo/state.d.ts.map +1 -0
  962. package/dist/types/string-literals/geo/zip.d.ts +24 -0
  963. package/dist/types/string-literals/geo/zip.d.ts.map +1 -0
  964. package/dist/types/string-literals/index.d.ts +3 -2
  965. package/dist/types/string-literals/index.d.ts.map +1 -1
  966. package/dist/types/string-literals/index.js +3 -2
  967. package/dist/types/string-literals/options/DropChars.d.ts +24 -0
  968. package/dist/types/string-literals/options/DropChars.d.ts.map +1 -0
  969. package/dist/types/string-literals/options/index.d.ts +1 -0
  970. package/dist/types/string-literals/options/index.d.ts.map +1 -1
  971. package/dist/types/string-literals/options/index.js +1 -0
  972. package/dist/types/tsconfig.tsbuildinfo +1 -1
  973. package/dist/types/tuples/FirstKey.d.ts +2 -2
  974. package/dist/types/tuples/FirstKey.d.ts.map +1 -1
  975. package/dist/types/tuples/FirstKeyValue.d.ts +2 -2
  976. package/dist/types/tuples/FirstKeyValue.d.ts.map +1 -1
  977. package/dist/types/tuples/FirstOfEach.d.ts +2 -2
  978. package/dist/types/tuples/FixedLengthArray.d.ts +2 -1
  979. package/dist/types/tuples/FixedLengthArray.d.ts.map +1 -1
  980. package/dist/types/tuples/LastOfEach.d.ts +6 -4
  981. package/dist/types/tuples/LastOfEach.d.ts.map +1 -1
  982. package/dist/types/tuples/index.d.ts +1 -0
  983. package/dist/types/tuples/index.d.ts.map +1 -1
  984. package/dist/types/tuples/index.js +1 -0
  985. package/dist/types/type-conversion/AsBoolean.d.ts +3 -5
  986. package/dist/types/type-conversion/AsBoolean.d.ts.map +1 -1
  987. package/dist/types/type-conversion/AsContainer.d.ts +9 -0
  988. package/dist/types/type-conversion/AsContainer.d.ts.map +1 -0
  989. package/dist/types/type-conversion/AsDefined.d.ts +8 -0
  990. package/dist/types/type-conversion/AsDefined.d.ts.map +1 -0
  991. package/dist/types/type-conversion/AsDictionary.d.ts +3 -0
  992. package/dist/types/type-conversion/AsDictionary.d.ts.map +1 -0
  993. package/dist/types/type-conversion/AsFunction.d.ts +2 -3
  994. package/dist/types/type-conversion/AsFunction.d.ts.map +1 -1
  995. package/dist/types/type-conversion/AsNonNull.d.ts +21 -0
  996. package/dist/types/type-conversion/AsNonNull.d.ts.map +1 -0
  997. package/dist/types/type-conversion/AsNumber.d.ts +1 -1
  998. package/dist/types/type-conversion/AsNumber.d.ts.map +1 -1
  999. package/dist/types/type-conversion/AsObject.d.ts +2 -0
  1000. package/dist/types/type-conversion/AsObject.d.ts.map +1 -0
  1001. package/dist/types/type-conversion/AsObjectKeys.d.ts +15 -0
  1002. package/dist/types/type-conversion/AsObjectKeys.d.ts.map +1 -0
  1003. package/dist/types/type-conversion/AsPropertyKey.d.ts +1 -6
  1004. package/dist/types/type-conversion/AsPropertyKey.d.ts.map +1 -1
  1005. package/dist/types/type-conversion/AsRecord.d.ts +10 -0
  1006. package/dist/types/type-conversion/AsRecord.d.ts.map +1 -0
  1007. package/dist/types/type-conversion/AsRef.d.ts +5 -0
  1008. package/dist/types/type-conversion/AsRef.d.ts.map +1 -0
  1009. package/dist/types/type-conversion/AsString.d.ts +1 -1
  1010. package/dist/types/type-conversion/AsString.d.ts.map +1 -1
  1011. package/dist/types/type-conversion/Awaited.d.ts +1 -1
  1012. package/dist/types/type-conversion/Awaited.d.ts.map +1 -1
  1013. package/dist/types/type-conversion/Break.d.ts +2 -0
  1014. package/dist/types/type-conversion/Break.d.ts.map +1 -1
  1015. package/dist/types/type-conversion/IntersectWithAll.d.ts +3 -3
  1016. package/dist/types/type-conversion/IntersectWithAll.d.ts.map +1 -1
  1017. package/dist/types/type-conversion/LeftWhitespace.d.ts +1 -1
  1018. package/dist/types/type-conversion/LeftWhitespace.d.ts.map +1 -1
  1019. package/dist/types/type-conversion/Merge.d.ts +42 -15
  1020. package/dist/types/type-conversion/Merge.d.ts.map +1 -1
  1021. package/dist/types/type-conversion/MergeObjects.d.ts +3 -3
  1022. package/dist/types/type-conversion/MergeObjects.d.ts.map +1 -1
  1023. package/dist/types/type-conversion/Mutable.d.ts +14 -5
  1024. package/dist/types/type-conversion/Mutable.d.ts.map +1 -1
  1025. package/dist/types/type-conversion/ObjectToKvDict.d.ts.map +1 -1
  1026. package/dist/types/type-conversion/RemoveIndex.js +0 -1
  1027. package/dist/types/type-conversion/ReplaceAll.d.ts +7 -4
  1028. package/dist/types/type-conversion/ReplaceAll.d.ts.map +1 -1
  1029. package/dist/types/type-conversion/ReturnValues.d.ts +2 -2
  1030. package/dist/types/type-conversion/ReturnValues.d.ts.map +1 -1
  1031. package/dist/types/type-conversion/ToBoolean.d.ts +2 -2
  1032. package/dist/types/type-conversion/ToBoolean.d.ts.map +1 -1
  1033. package/dist/types/type-conversion/ToNumber.d.ts +5 -4
  1034. package/dist/types/type-conversion/ToNumber.d.ts.map +1 -1
  1035. package/dist/types/type-conversion/ToString.d.ts +6 -4
  1036. package/dist/types/type-conversion/ToString.d.ts.map +1 -1
  1037. package/dist/types/type-conversion/ToStringArray.d.ts +12 -0
  1038. package/dist/types/type-conversion/ToStringArray.d.ts.map +1 -0
  1039. package/dist/types/type-conversion/ToUnion.js +0 -1
  1040. package/dist/types/type-conversion/UnionFilter.d.ts +27 -0
  1041. package/dist/types/type-conversion/UnionFilter.d.ts.map +1 -0
  1042. package/dist/types/type-conversion/UnionShift.d.ts +22 -0
  1043. package/dist/types/type-conversion/UnionShift.d.ts.map +1 -0
  1044. package/dist/types/type-conversion/UnionToTuple.d.ts +1 -1
  1045. package/dist/types/type-conversion/UnionToTuple.d.ts.map +1 -1
  1046. package/dist/types/type-conversion/ValueOrReturnValue.d.ts +2 -2
  1047. package/dist/types/type-conversion/ValueOrReturnValue.d.ts.map +1 -1
  1048. package/dist/types/type-conversion/Widen.d.ts +43 -7
  1049. package/dist/types/type-conversion/Widen.d.ts.map +1 -1
  1050. package/dist/types/type-conversion/Widen.js +1 -0
  1051. package/dist/types/type-conversion/WidenValues.d.ts +16 -0
  1052. package/dist/types/type-conversion/WidenValues.d.ts.map +1 -0
  1053. package/dist/types/type-conversion/WithDefault.d.ts +2 -2
  1054. package/dist/types/type-conversion/WithDefault.d.ts.map +1 -1
  1055. package/dist/types/type-conversion/form-fields.d.ts +0 -8
  1056. package/dist/types/type-conversion/form-fields.d.ts.map +1 -1
  1057. package/dist/types/type-conversion/index.d.ts +13 -4
  1058. package/dist/types/type-conversion/index.d.ts.map +1 -1
  1059. package/dist/types/type-conversion/index.js +13 -4
  1060. package/package.json +26 -26
  1061. package/dist/runtime/boolean-logic/ifRef.d.ts +0 -13
  1062. package/dist/runtime/boolean-logic/ifRef.d.ts.map +0 -1
  1063. package/dist/runtime/boolean-logic/ifRef.js +0 -18
  1064. package/dist/runtime/combinators/filter.d.ts +0 -85
  1065. package/dist/runtime/combinators/filter.d.ts.map +0 -1
  1066. package/dist/runtime/combinators/filter.js +0 -118
  1067. package/dist/runtime/dictionary/arrayToKeyLookup.d.ts +0 -12
  1068. package/dist/runtime/dictionary/arrayToKeyLookup.d.ts.map +0 -1
  1069. package/dist/runtime/dictionary/arrayToKeyLookup.js +0 -17
  1070. package/dist/runtime/dictionary/mapValues.d.ts +0 -14
  1071. package/dist/runtime/dictionary/mapValues.d.ts.map +0 -1
  1072. package/dist/runtime/dictionary/mapValues.js +0 -17
  1073. package/dist/runtime/functional/left.d.ts +0 -8
  1074. package/dist/runtime/functional/left.d.ts.map +0 -1
  1075. package/dist/runtime/functional/left.js +0 -6
  1076. package/dist/runtime/functional/right.d.ts +0 -8
  1077. package/dist/runtime/functional/right.d.ts.map +0 -1
  1078. package/dist/runtime/functional/right.js +0 -6
  1079. package/dist/runtime/initializers/createTypeGuard.d.ts +0 -3
  1080. package/dist/runtime/initializers/createTypeGuard.d.ts.map +0 -1
  1081. package/dist/runtime/initializers/createTypeGuard.js +0 -14
  1082. package/dist/runtime/initializers/createTypeTuple.d.ts +0 -8
  1083. package/dist/runtime/initializers/createTypeTuple.d.ts.map +0 -1
  1084. package/dist/runtime/initializers/createTypeTuple.js +0 -8
  1085. package/dist/runtime/initializers/createValidator.d.ts +0 -6
  1086. package/dist/runtime/initializers/createValidator.d.ts.map +0 -1
  1087. package/dist/runtime/initializers/createValidator.js +0 -20
  1088. package/dist/runtime/runtime-types/createType.d.ts +0 -40
  1089. package/dist/runtime/runtime-types/createType.d.ts.map +0 -1
  1090. package/dist/runtime/runtime-types/createType.js +0 -116
  1091. package/dist/runtime/runtime-types/describeType.d.ts +0 -13
  1092. package/dist/runtime/runtime-types/describeType.d.ts.map +0 -1
  1093. package/dist/runtime/runtime-types/describeType.js +0 -32
  1094. package/dist/runtime/runtime-types/determineIdentity.d.ts +0 -3
  1095. package/dist/runtime/runtime-types/determineIdentity.d.ts.map +0 -1
  1096. package/dist/runtime/runtime-types/determineIdentity.js +0 -13
  1097. package/dist/runtime/runtime-types/determineType.d.ts +0 -3
  1098. package/dist/runtime/runtime-types/determineType.d.ts.map +0 -1
  1099. package/dist/runtime/runtime-types/determineType.js +0 -50
  1100. package/dist/runtime/runtime-types/kind.d.ts +0 -99
  1101. package/dist/runtime/runtime-types/kind.d.ts.map +0 -1
  1102. package/dist/runtime/runtime-types/kind.js +0 -108
  1103. package/dist/runtime/runtime-types/typeTuples.d.ts +0 -11
  1104. package/dist/runtime/runtime-types/typeTuples.d.ts.map +0 -1
  1105. package/dist/runtime/runtime-types/typeTuples.js +0 -34
  1106. package/dist/runtime/runtime-types/valueTypes.d.ts +0 -28
  1107. package/dist/runtime/runtime-types/valueTypes.d.ts.map +0 -1
  1108. package/dist/runtime/runtime-types/valueTypes.js +0 -20
  1109. package/dist/runtime/state/Configurator.d.ts +0 -39
  1110. package/dist/runtime/state/Configurator.d.ts.map +0 -1
  1111. package/dist/runtime/state/Configurator.js +0 -55
  1112. package/dist/runtime/state/FluentConfigurator.d.ts +0 -28
  1113. package/dist/runtime/state/FluentConfigurator.d.ts.map +0 -1
  1114. package/dist/runtime/state/FluentConfigurator.js +0 -29
  1115. package/dist/runtime/state/index.d.ts +0 -3
  1116. package/dist/runtime/state/index.d.ts.map +0 -1
  1117. package/dist/runtime/state/index.js +0 -10
  1118. package/dist/runtime/type-guards/runtime-type-guards.d.ts +0 -46
  1119. package/dist/runtime/type-guards/runtime-type-guards.d.ts.map +0 -1
  1120. package/dist/runtime/type-guards/runtime-type-guards.js +0 -76
  1121. package/dist/types/base-types/AnyFunction.d.ts +0 -13
  1122. package/dist/types/base-types/AnyFunction.d.ts.map +0 -1
  1123. package/dist/types/base-types/CouldHaveValue.d.ts +0 -14
  1124. package/dist/types/base-types/CouldHaveValue.d.ts.map +0 -1
  1125. package/dist/types/base-types/IdentityFunction.d.ts.map +0 -1
  1126. package/dist/types/base-types/IndexedObject.d.ts +0 -3
  1127. package/dist/types/base-types/IndexedObject.d.ts.map +0 -1
  1128. package/dist/types/base-types/fns/NarrowingFn.d.ts +0 -10
  1129. package/dist/types/base-types/fns/NarrowingFn.d.ts.map +0 -1
  1130. package/dist/types/boolean-logic/branching/IfAnd.d.ts +0 -14
  1131. package/dist/types/boolean-logic/branching/IfAnd.d.ts.map +0 -1
  1132. package/dist/types/boolean-logic/branching/IfArray.d.ts +0 -8
  1133. package/dist/types/boolean-logic/branching/IfArray.d.ts.map +0 -1
  1134. package/dist/types/boolean-logic/branching/IfBoolean.d.ts +0 -3
  1135. package/dist/types/boolean-logic/branching/IfBoolean.d.ts.map +0 -1
  1136. package/dist/types/boolean-logic/branching/IfBooleanLiteral.d.ts +0 -8
  1137. package/dist/types/boolean-logic/branching/IfBooleanLiteral.d.ts.map +0 -1
  1138. package/dist/types/boolean-logic/branching/IfChar.d.ts +0 -11
  1139. package/dist/types/boolean-logic/branching/IfChar.d.ts.map +0 -1
  1140. package/dist/types/boolean-logic/branching/IfContainer.d.ts +0 -9
  1141. package/dist/types/boolean-logic/branching/IfContainer.d.ts.map +0 -1
  1142. package/dist/types/boolean-logic/branching/IfContains.d.ts +0 -10
  1143. package/dist/types/boolean-logic/branching/IfContains.d.ts.map +0 -1
  1144. package/dist/types/boolean-logic/branching/IfDefined.d.ts +0 -12
  1145. package/dist/types/boolean-logic/branching/IfDefined.d.ts.map +0 -1
  1146. package/dist/types/boolean-logic/branching/IfDoesNotExtend.d.ts +0 -10
  1147. package/dist/types/boolean-logic/branching/IfDoesNotExtend.d.ts.map +0 -1
  1148. package/dist/types/boolean-logic/branching/IfDotPath.d.ts +0 -14
  1149. package/dist/types/boolean-logic/branching/IfDotPath.d.ts.map +0 -1
  1150. package/dist/types/boolean-logic/branching/IfEmptyContainer.d.ts +0 -12
  1151. package/dist/types/boolean-logic/branching/IfEmptyContainer.d.ts.map +0 -1
  1152. package/dist/types/boolean-logic/branching/IfEmptyObject.d.ts +0 -9
  1153. package/dist/types/boolean-logic/branching/IfEmptyObject.d.ts.map +0 -1
  1154. package/dist/types/boolean-logic/branching/IfEqualLength.d.ts +0 -8
  1155. package/dist/types/boolean-logic/branching/IfEqualLength.d.ts.map +0 -1
  1156. package/dist/types/boolean-logic/branching/IfError.d.ts +0 -15
  1157. package/dist/types/boolean-logic/branching/IfError.d.ts.map +0 -1
  1158. package/dist/types/boolean-logic/branching/IfExtends.d.ts +0 -9
  1159. package/dist/types/boolean-logic/branching/IfExtends.d.ts.map +0 -1
  1160. package/dist/types/boolean-logic/branching/IfExtendsAll.d.ts +0 -11
  1161. package/dist/types/boolean-logic/branching/IfExtendsAll.d.ts.map +0 -1
  1162. package/dist/types/boolean-logic/branching/IfExtendsSome.d.ts +0 -9
  1163. package/dist/types/boolean-logic/branching/IfExtendsSome.d.ts.map +0 -1
  1164. package/dist/types/boolean-logic/branching/IfFalse.d.ts +0 -11
  1165. package/dist/types/boolean-logic/branching/IfFalse.d.ts.map +0 -1
  1166. package/dist/types/boolean-logic/branching/IfFalsy.d.ts +0 -11
  1167. package/dist/types/boolean-logic/branching/IfFalsy.d.ts.map +0 -1
  1168. package/dist/types/boolean-logic/branching/IfFnWithParams.d.ts +0 -14
  1169. package/dist/types/boolean-logic/branching/IfFnWithParams.d.ts.map +0 -1
  1170. package/dist/types/boolean-logic/branching/IfFnWithoutParams.d.ts +0 -16
  1171. package/dist/types/boolean-logic/branching/IfFnWithoutParams.d.ts.map +0 -1
  1172. package/dist/types/boolean-logic/branching/IfFunction.d.ts +0 -14
  1173. package/dist/types/boolean-logic/branching/IfFunction.d.ts.map +0 -1
  1174. package/dist/types/boolean-logic/branching/IfGreaterThan.d.ts +0 -9
  1175. package/dist/types/boolean-logic/branching/IfGreaterThan.d.ts.map +0 -1
  1176. package/dist/types/boolean-logic/branching/IfHasCharacters.d.ts +0 -9
  1177. package/dist/types/boolean-logic/branching/IfHasCharacters.d.ts.map +0 -1
  1178. package/dist/types/boolean-logic/branching/IfIndexAt.d.ts +0 -62
  1179. package/dist/types/boolean-logic/branching/IfIndexAt.d.ts.map +0 -1
  1180. package/dist/types/boolean-logic/branching/IfIndexable.d.ts +0 -11
  1181. package/dist/types/boolean-logic/branching/IfIndexable.d.ts.map +0 -1
  1182. package/dist/types/boolean-logic/branching/IfLessThan.d.ts +0 -10
  1183. package/dist/types/boolean-logic/branching/IfLessThan.d.ts.map +0 -1
  1184. package/dist/types/boolean-logic/branching/IfLiteral.d.ts +0 -8
  1185. package/dist/types/boolean-logic/branching/IfLiteral.d.ts.map +0 -1
  1186. package/dist/types/boolean-logic/branching/IfMaybeFalse.d.ts +0 -13
  1187. package/dist/types/boolean-logic/branching/IfMaybeFalse.d.ts.map +0 -1
  1188. package/dist/types/boolean-logic/branching/IfMaybeTrue.d.ts +0 -13
  1189. package/dist/types/boolean-logic/branching/IfMaybeTrue.d.ts.map +0 -1
  1190. package/dist/types/boolean-logic/branching/IfNarrowlyContains.d.ts +0 -10
  1191. package/dist/types/boolean-logic/branching/IfNarrowlyContains.d.ts.map +0 -1
  1192. package/dist/types/boolean-logic/branching/IfNegativeNumber.d.ts +0 -10
  1193. package/dist/types/boolean-logic/branching/IfNegativeNumber.d.ts.map +0 -1
  1194. package/dist/types/boolean-logic/branching/IfNotEqual.d.ts +0 -9
  1195. package/dist/types/boolean-logic/branching/IfNotEqual.d.ts.map +0 -1
  1196. package/dist/types/boolean-logic/branching/IfNotError.d.ts +0 -15
  1197. package/dist/types/boolean-logic/branching/IfNotError.d.ts.map +0 -1
  1198. package/dist/types/boolean-logic/branching/IfNotLiteral.d.ts +0 -8
  1199. package/dist/types/boolean-logic/branching/IfNotLiteral.d.ts.map +0 -1
  1200. package/dist/types/boolean-logic/branching/IfNotNever.d.ts +0 -8
  1201. package/dist/types/boolean-logic/branching/IfNotNever.d.ts.map +0 -1
  1202. package/dist/types/boolean-logic/branching/IfNotTuple.d.ts +0 -8
  1203. package/dist/types/boolean-logic/branching/IfNotTuple.d.ts.map +0 -1
  1204. package/dist/types/boolean-logic/branching/IfNull.d.ts +0 -9
  1205. package/dist/types/boolean-logic/branching/IfNull.d.ts.map +0 -1
  1206. package/dist/types/boolean-logic/branching/IfNumber.d.ts +0 -9
  1207. package/dist/types/boolean-logic/branching/IfNumber.d.ts.map +0 -1
  1208. package/dist/types/boolean-logic/branching/IfNumericLiteral.d.ts +0 -9
  1209. package/dist/types/boolean-logic/branching/IfNumericLiteral.d.ts.map +0 -1
  1210. package/dist/types/boolean-logic/branching/IfObject.d.ts +0 -9
  1211. package/dist/types/boolean-logic/branching/IfObject.d.ts.map +0 -1
  1212. package/dist/types/boolean-logic/branching/IfObjectLiteral.d.ts +0 -9
  1213. package/dist/types/boolean-logic/branching/IfObjectLiteral.d.ts.map +0 -1
  1214. package/dist/types/boolean-logic/branching/IfOptionalScalar.d.ts +0 -9
  1215. package/dist/types/boolean-logic/branching/IfOptionalScalar.d.ts.map +0 -1
  1216. package/dist/types/boolean-logic/branching/IfOr.d.ts +0 -12
  1217. package/dist/types/boolean-logic/branching/IfOr.d.ts.map +0 -1
  1218. package/dist/types/boolean-logic/branching/IfPositive.d.ts +0 -10
  1219. package/dist/types/boolean-logic/branching/IfPositive.d.ts.map +0 -1
  1220. package/dist/types/boolean-logic/branching/IfReadonlyArray.d.ts +0 -8
  1221. package/dist/types/boolean-logic/branching/IfReadonlyArray.d.ts.map +0 -1
  1222. package/dist/types/boolean-logic/branching/IfReadonlyObject.d.ts +0 -3
  1223. package/dist/types/boolean-logic/branching/IfReadonlyObject.d.ts.map +0 -1
  1224. package/dist/types/boolean-logic/branching/IfRef.d.ts +0 -9
  1225. package/dist/types/boolean-logic/branching/IfRef.d.ts.map +0 -1
  1226. package/dist/types/boolean-logic/branching/IfReturns.d.ts +0 -9
  1227. package/dist/types/boolean-logic/branching/IfReturns.d.ts.map +0 -1
  1228. package/dist/types/boolean-logic/branching/IfScalar.d.ts +0 -9
  1229. package/dist/types/boolean-logic/branching/IfScalar.d.ts.map +0 -1
  1230. package/dist/types/boolean-logic/branching/IfSingularNoun.d.ts +0 -8
  1231. package/dist/types/boolean-logic/branching/IfSingularNoun.d.ts.map +0 -1
  1232. package/dist/types/boolean-logic/branching/IfSomeEqual.d.ts +0 -9
  1233. package/dist/types/boolean-logic/branching/IfSomeEqual.d.ts.map +0 -1
  1234. package/dist/types/boolean-logic/branching/IfSomeExtend.d.ts +0 -12
  1235. package/dist/types/boolean-logic/branching/IfSomeExtend.d.ts.map +0 -1
  1236. package/dist/types/boolean-logic/branching/IfSomeTruthy.d.ts +0 -11
  1237. package/dist/types/boolean-logic/branching/IfSomeTruthy.d.ts.map +0 -1
  1238. package/dist/types/boolean-logic/branching/IfStartsWith.d.ts +0 -13
  1239. package/dist/types/boolean-logic/branching/IfStartsWith.d.ts.map +0 -1
  1240. package/dist/types/boolean-logic/branching/IfString.d.ts +0 -10
  1241. package/dist/types/boolean-logic/branching/IfString.d.ts.map +0 -1
  1242. package/dist/types/boolean-logic/branching/IfStringLiteral.d.ts +0 -20
  1243. package/dist/types/boolean-logic/branching/IfStringLiteral.d.ts.map +0 -1
  1244. package/dist/types/boolean-logic/branching/IfSymbol.d.ts +0 -9
  1245. package/dist/types/boolean-logic/branching/IfSymbol.d.ts.map +0 -1
  1246. package/dist/types/boolean-logic/branching/IfTrue.d.ts +0 -12
  1247. package/dist/types/boolean-logic/branching/IfTrue.d.ts.map +0 -1
  1248. package/dist/types/boolean-logic/branching/IfTruthy.d.ts +0 -11
  1249. package/dist/types/boolean-logic/branching/IfTruthy.d.ts.map +0 -1
  1250. package/dist/types/boolean-logic/branching/IfTuple.d.ts +0 -9
  1251. package/dist/types/boolean-logic/branching/IfTuple.d.ts.map +0 -1
  1252. package/dist/types/boolean-logic/branching/IfUndefined.d.ts +0 -12
  1253. package/dist/types/boolean-logic/branching/IfUndefined.d.ts.map +0 -1
  1254. package/dist/types/boolean-logic/branching/IfUnion.d.ts +0 -8
  1255. package/dist/types/boolean-logic/branching/IfUnion.d.ts.map +0 -1
  1256. package/dist/types/boolean-logic/branching/IfValidDotPath.d.ts +0 -13
  1257. package/dist/types/boolean-logic/branching/IfValidDotPath.d.ts.map +0 -1
  1258. package/dist/types/boolean-logic/branching/IfValidKey.d.ts +0 -32
  1259. package/dist/types/boolean-logic/branching/IfValidKey.d.ts.map +0 -1
  1260. package/dist/types/boolean-logic/branching/IfWide.d.ts +0 -9
  1261. package/dist/types/boolean-logic/branching/IfWide.d.ts.map +0 -1
  1262. package/dist/types/boolean-logic/operators/Includes.d.ts +0 -13
  1263. package/dist/types/boolean-logic/operators/Includes.d.ts.map +0 -1
  1264. package/dist/types/boolean-logic/operators/IsChar.d.ts +0 -8
  1265. package/dist/types/boolean-logic/operators/IsChar.d.ts.map +0 -1
  1266. package/dist/types/boolean-logic/operators/IsError.d.ts +0 -32
  1267. package/dist/types/boolean-logic/operators/IsError.d.ts.map +0 -1
  1268. package/dist/types/boolean-logic/operators/IsIndexable.d.ts +0 -10
  1269. package/dist/types/boolean-logic/operators/IsIndexable.d.ts.map +0 -1
  1270. package/dist/types/boolean-logic/operators/IsMaybeTrue.d.ts +0 -14
  1271. package/dist/types/boolean-logic/operators/IsMaybeTrue.d.ts.map +0 -1
  1272. package/dist/types/boolean-logic/operators/IsRef.d.ts +0 -15
  1273. package/dist/types/boolean-logic/operators/IsRef.d.ts.map +0 -1
  1274. package/dist/types/boolean-logic/operators/IsValidKey.d.ts +0 -10
  1275. package/dist/types/boolean-logic/operators/IsValidKey.d.ts.map +0 -1
  1276. package/dist/types/boolean-logic/operators/NotCharacters.d.ts +0 -11
  1277. package/dist/types/boolean-logic/operators/NotCharacters.d.ts.map +0 -1
  1278. package/dist/types/boolean-logic/operators/OfSameLength.d.ts +0 -28
  1279. package/dist/types/boolean-logic/operators/OfSameLength.d.ts.map +0 -1
  1280. package/dist/types/containers/EmptyContainer.d.ts +0 -11
  1281. package/dist/types/containers/EmptyContainer.d.ts.map +0 -1
  1282. package/dist/types/containers/NonEmptyContainer.d.ts +0 -11
  1283. package/dist/types/containers/NonEmptyContainer.d.ts.map +0 -1
  1284. package/dist/types/containers/WithKey.d.ts +0 -32
  1285. package/dist/types/containers/WithKey.d.ts.map +0 -1
  1286. package/dist/types/dictionary/ExplicitKeys.d.ts +0 -13
  1287. package/dist/types/dictionary/ExplicitKeys.d.ts.map +0 -1
  1288. package/dist/types/dictionary/SameKeys.d.ts +0 -12
  1289. package/dist/types/dictionary/SameKeys.d.ts.map +0 -1
  1290. package/dist/types/errors/ReportError.d.ts +0 -9
  1291. package/dist/types/errors/ReportError.d.ts.map +0 -1
  1292. package/dist/types/errors/ReportError.js +0 -12
  1293. package/dist/types/lists/Append.d.ts +0 -1
  1294. package/dist/types/lists/Append.d.ts.map +0 -1
  1295. package/dist/types/lists/extractors/2nd-order/RemoveEquals.d.ts +0 -9
  1296. package/dist/types/lists/extractors/2nd-order/RemoveEquals.d.ts.map +0 -1
  1297. package/dist/types/lists/extractors/2nd-order/RemoveErrors.d.ts +0 -11
  1298. package/dist/types/lists/extractors/2nd-order/RemoveErrors.d.ts.map +0 -1
  1299. package/dist/types/lists/extractors/2nd-order/RemoveExtends.d.ts +0 -9
  1300. package/dist/types/lists/extractors/2nd-order/RemoveExtends.d.ts.map +0 -1
  1301. package/dist/types/lists/extractors/2nd-order/RemoveNever.d.ts +0 -11
  1302. package/dist/types/lists/extractors/2nd-order/RemoveNever.d.ts.map +0 -1
  1303. package/dist/types/lists/extractors/2nd-order/RemoveNotExtends.d.ts +0 -9
  1304. package/dist/types/lists/extractors/2nd-order/RemoveNotExtends.d.ts.map +0 -1
  1305. package/dist/types/lists/extractors/2nd-order/RemoveStrings.d.ts +0 -8
  1306. package/dist/types/lists/extractors/2nd-order/RemoveStrings.d.ts.map +0 -1
  1307. package/dist/types/lists/extractors/2nd-order/RemoveWide.d.ts +0 -10
  1308. package/dist/types/lists/extractors/2nd-order/RemoveWide.d.ts.map +0 -1
  1309. package/dist/types/lists/extractors/2nd-order/RetainEquals.d.ts +0 -9
  1310. package/dist/types/lists/extractors/2nd-order/RetainEquals.d.ts.map +0 -1
  1311. package/dist/types/lists/extractors/2nd-order/RetainExtends.d.ts +0 -9
  1312. package/dist/types/lists/extractors/2nd-order/RetainExtends.d.ts.map +0 -1
  1313. package/dist/types/lists/extractors/2nd-order/RetainNotExtends.d.ts +0 -9
  1314. package/dist/types/lists/extractors/2nd-order/RetainNotExtends.d.ts.map +0 -1
  1315. package/dist/types/lists/extractors/2nd-order/RetainStrings.d.ts +0 -8
  1316. package/dist/types/lists/extractors/2nd-order/RetainStrings.d.ts.map +0 -1
  1317. package/dist/types/lists/extractors/2nd-order/index.d.ts +0 -12
  1318. package/dist/types/lists/extractors/2nd-order/index.d.ts.map +0 -1
  1319. package/dist/types/lists/extractors/2nd-order/index.js +0 -11
  1320. package/dist/types/lists/extractors/ExtractorOp.d.ts +0 -5
  1321. package/dist/types/lists/extractors/ExtractorOp.d.ts.map +0 -1
  1322. package/dist/types/lists/extractors/RemoveFromList.d.ts +0 -36
  1323. package/dist/types/lists/extractors/RemoveFromList.d.ts.map +0 -1
  1324. package/dist/types/lists/extractors/RetainFromList.d.ts +0 -43
  1325. package/dist/types/lists/extractors/RetainFromList.d.ts.map +0 -1
  1326. package/dist/types/lists/extractors/index.d.ts +0 -5
  1327. package/dist/types/lists/extractors/index.d.ts.map +0 -1
  1328. package/dist/types/lists/extractors/index.js +0 -4
  1329. package/dist/types/numeric-literals/Float.d.ts +0 -8
  1330. package/dist/types/numeric-literals/Float.d.ts.map +0 -1
  1331. package/dist/types/numeric-literals/Float.js +0 -1
  1332. package/dist/types/numeric-literals/GreaterThan.d.ts +0 -13
  1333. package/dist/types/numeric-literals/GreaterThan.d.ts.map +0 -1
  1334. package/dist/types/numeric-literals/GreaterThan.js +0 -1
  1335. package/dist/types/runtime-types/LiteralType.d.ts +0 -3
  1336. package/dist/types/runtime-types/LiteralType.d.ts.map +0 -1
  1337. package/dist/types/runtime-types/LiteralType.js +0 -1
  1338. package/dist/types/runtime-types/api/boolean.d.ts +0 -9
  1339. package/dist/types/runtime-types/api/boolean.d.ts.map +0 -1
  1340. package/dist/types/runtime-types/api/boolean.js +0 -1
  1341. package/dist/types/runtime-types/api/index.d.ts +0 -7
  1342. package/dist/types/runtime-types/api/index.d.ts.map +0 -1
  1343. package/dist/types/runtime-types/api/index.js +0 -1
  1344. package/dist/types/runtime-types/api/number.d.ts +0 -4
  1345. package/dist/types/runtime-types/api/number.d.ts.map +0 -1
  1346. package/dist/types/runtime-types/api/number.js +0 -1
  1347. package/dist/types/runtime-types/api/numericLiteral.d.ts +0 -1
  1348. package/dist/types/runtime-types/api/numericLiteral.d.ts.map +0 -1
  1349. package/dist/types/runtime-types/api/numericLiteral.js +0 -22
  1350. package/dist/types/runtime-types/api/string.d.ts +0 -4
  1351. package/dist/types/runtime-types/api/string.d.ts.map +0 -1
  1352. package/dist/types/runtime-types/api/string.js +0 -1
  1353. package/dist/types/runtime-types/api/stringLiteral.d.ts +0 -21
  1354. package/dist/types/runtime-types/api/stringLiteral.d.ts.map +0 -1
  1355. package/dist/types/runtime-types/api/stringLiteral.js +0 -1
  1356. package/dist/types/sets/AllKeys.d.ts +0 -11
  1357. package/dist/types/sets/AllKeys.d.ts.map +0 -1
  1358. package/dist/types/sets/AllKeys.js +0 -1
  1359. package/dist/types/sets/Dedupe.d.ts +0 -18
  1360. package/dist/types/sets/Dedupe.d.ts.map +0 -1
  1361. package/dist/types/sets/Dedupe.js +0 -1
  1362. package/dist/types/sets/SetRemoval.d.ts +0 -13
  1363. package/dist/types/sets/SetRemoval.d.ts.map +0 -1
  1364. package/dist/types/sets/SetRemoval.js +0 -1
  1365. package/dist/types/string-literals/DropChars.d.ts +0 -13
  1366. package/dist/types/string-literals/DropChars.d.ts.map +0 -1
  1367. package/dist/types/string-literals/IndexesOfStr.d.ts +0 -46
  1368. package/dist/types/string-literals/IndexesOfStr.d.ts.map +0 -1
  1369. package/dist/types/string-literals/IndexesOfStr.js +0 -1
  1370. package/dist/types/string-literals/RemainingChars.d.ts.map +0 -1
  1371. package/dist/types/string-literals/RemainingChars.js +0 -1
  1372. package/dist/types/string-literals/casing/NamingModifier.d.ts +0 -12
  1373. package/dist/types/string-literals/casing/NamingModifier.d.ts.map +0 -1
  1374. package/dist/types/string-literals/casing/NamingModifier.js +0 -1
  1375. package/dist/types/string-literals/character-sets/DotPath.d.ts +0 -22
  1376. package/dist/types/string-literals/character-sets/DotPath.d.ts.map +0 -1
  1377. package/dist/types/string-literals/character-sets/DotPath.js +0 -1
  1378. package/dist/types/type-conversion/ArrConcat.d.ts +0 -10
  1379. package/dist/types/type-conversion/ArrConcat.d.ts.map +0 -1
  1380. package/dist/types/type-conversion/ArrConcat.js +0 -1
  1381. package/dist/types/type-conversion/KvDict.d.ts +0 -10
  1382. package/dist/types/type-conversion/KvDict.d.ts.map +0 -1
  1383. package/dist/types/type-conversion/KvDict.js +0 -1
  1384. package/dist/types/type-conversion/ObjValues.d.ts +0 -21
  1385. package/dist/types/type-conversion/ObjValues.d.ts.map +0 -1
  1386. package/dist/types/type-conversion/ObjValues.js +0 -1
  1387. package/dist/types/type-conversion/WidenProps.d.ts +0 -11
  1388. package/dist/types/type-conversion/WidenProps.d.ts.map +0 -1
  1389. package/dist/types/type-conversion/WidenProps.js +0 -1
  1390. /package/dist/types/base-types/{AnyFunction.js → Dictionary.js} +0 -0
  1391. /package/dist/types/base-types/{CouldHaveValue.js → List.js} +0 -0
  1392. /package/dist/types/base-types/{IdentityFunction.js → NonArray.js} +0 -0
  1393. /package/dist/types/base-types/{IndexedObject.js → fns/AnyFnWithDict.js} +0 -0
  1394. /package/dist/types/base-types/{IdentityFunction.d.ts → fns/IdentityFunction.d.ts} +0 -0
  1395. /package/dist/types/base-types/fns/{NarrowingFn.js → IdentityFunction.js} +0 -0
  1396. /package/dist/types/{boolean-logic/branching/IfAnd.js → base-types/fns/JustFunction.js} +0 -0
  1397. /package/dist/types/{boolean-logic/branching/IfArray.js → base-types/fns/TypedFunction.js} +0 -0
  1398. /package/dist/types/boolean-logic/branching/{IfBoolean.js → Default.js} +0 -0
  1399. /package/dist/types/boolean-logic/branching/{IfBooleanLiteral.js → Fail.js} +0 -0
  1400. /package/dist/types/boolean-logic/branching/{IfChar.js → Handle.js} +0 -0
  1401. /package/dist/types/boolean-logic/branching/{IfContainer.js → If.js} +0 -0
  1402. /package/dist/types/boolean-logic/branching/{IfContains.js → Iff.js} +0 -0
  1403. /package/dist/types/boolean-logic/branching/{IfDefined.js → Passthrough.js} +0 -0
  1404. /package/dist/types/boolean-logic/{branching/IfDoesNotExtend.js → combinators/Compare.js} +0 -0
  1405. /package/dist/types/boolean-logic/{branching/IfDotPath.js → narrowing/As.js} +0 -0
  1406. /package/dist/types/boolean-logic/{branching/IfEmptyContainer.js → narrowing/AsDoneFn.js} +0 -0
  1407. /package/dist/types/boolean-logic/{branching/IfEmptyObject.js → narrowing/AsSomething.js} +0 -0
  1408. /package/dist/types/boolean-logic/{branching/IfEqualLength.js → operators/AllNumericLiterals.js} +0 -0
  1409. /package/dist/types/boolean-logic/{branching/IfError.js → operators/AllStringLiterals.js} +0 -0
  1410. /package/dist/types/boolean-logic/{branching/IfExtends.js → operators/AreSameLength.js} +0 -0
  1411. /package/dist/types/boolean-logic/{branching/IfExtendsAll.js → operators/AreSameType.js} +0 -0
  1412. /package/dist/types/boolean-logic/{branching/IfExtendsSome.js → operators/Extends.js} +0 -0
  1413. /package/dist/types/boolean-logic/{branching/IfFalse.js → operators/HasIndex.js} +0 -0
  1414. /package/dist/types/boolean-logic/{branching/IfFalsy.js → operators/HasOtherCharacters.js} +0 -0
  1415. /package/dist/types/boolean-logic/{branching/IfFnWithParams.js → operators/HasProp.js} +0 -0
  1416. /package/dist/types/boolean-logic/{branching/IfFnWithoutParams.js → operators/HasRequiredProps.js} +0 -0
  1417. /package/dist/types/boolean-logic/{branching/IfFunction.js → operators/HasSameKeys.js} +0 -0
  1418. /package/dist/types/boolean-logic/{branching/IfGreaterThan.js → operators/IsFloat.js} +0 -0
  1419. /package/dist/types/boolean-logic/{branching/IfHasCharacters.js → operators/IsHexadecimal.js} +0 -0
  1420. /package/dist/types/boolean-logic/{branching/IfIndexAt.js → operators/IsInteger.js} +0 -0
  1421. /package/dist/types/boolean-logic/{branching/IfIndexable.js → operators/IsIterable.js} +0 -0
  1422. /package/dist/types/boolean-logic/{branching/IfLessThan.js → operators/IsLiteralFn.js} +0 -0
  1423. /package/dist/types/boolean-logic/{branching/IfLiteral.js → operators/IsLiteralUnion.js} +0 -0
  1424. /package/dist/types/boolean-logic/{branching/IfMaybeFalse.js → operators/IsNarrowingFn.js} +0 -0
  1425. /package/dist/types/boolean-logic/{branching/IfMaybeTrue.js → operators/IsNonLiteralUnion.js} +0 -0
  1426. /package/dist/types/boolean-logic/{branching/IfNarrowlyContains.js → operators/IsNothing.js} +0 -0
  1427. /package/dist/types/boolean-logic/{branching/IfNegativeNumber.js → operators/IsSingleChar.js} +0 -0
  1428. /package/dist/types/boolean-logic/{branching/IfNotEqual.js → operators/IsValidIndex.js} +0 -0
  1429. /package/dist/types/boolean-logic/{branching/IfNotError.js → operators/IsVueRef.js} +0 -0
  1430. /package/dist/types/boolean-logic/{branching/IfNotLiteral.js → operators/IsWideUnion.js} +0 -0
  1431. /package/dist/types/boolean-logic/{branching/IfNotNever.js → operators/Validate.js} +0 -0
  1432. /package/dist/types/{boolean-logic/branching/IfNotTuple.js → classes/KlassMeta.js} +0 -0
  1433. /package/dist/types/{boolean-logic/branching/IfNull.js → containers/IsEmptyContainer.js} +0 -0
  1434. /package/dist/types/{boolean-logic/branching/IfNumber.js → containers/IsNonEmptyContainer.js} +0 -0
  1435. /package/dist/types/{boolean-logic/branching/IfNumericLiteral.js → containers/RemoveMarked.js} +0 -0
  1436. /package/dist/types/{lists/extractors/2nd-order → containers}/RemoveNever.js +0 -0
  1437. /package/dist/types/{boolean-logic/branching/IfObject.js → containers/RemoveUndefined.js} +0 -0
  1438. /package/dist/types/{boolean-logic/branching/IfObjectLiteral.js → dictionary/CreateKV.js} +0 -0
  1439. /package/dist/types/{boolean-logic/branching/IfOptionalScalar.js → dictionary/CreateLookup.js} +0 -0
  1440. /package/dist/types/{boolean-logic/branching/IfOr.js → dictionary/EnsureKeys.js} +0 -0
  1441. /package/dist/types/{boolean-logic/branching/IfPositive.js → dictionary/KvFn.js} +0 -0
  1442. /package/dist/types/{boolean-logic/branching/IfReadonlyArray.js → dictionary/MakeKeysOptional.js} +0 -0
  1443. /package/dist/types/{boolean-logic/branching/IfReadonlyObject.js → dictionary/MergeKVs.js} +0 -0
  1444. /package/dist/types/{boolean-logic/branching/IfRef.js → dictionary/TakeProp.js} +0 -0
  1445. /package/dist/types/{boolean-logic/branching/IfReturns.js → dictionary/Values.js} +0 -0
  1446. /package/dist/types/{boolean-logic/branching/IfScalar.js → errors/CompleteError.js} +0 -0
  1447. /package/dist/types/{boolean-logic/branching/IfSingularNoun.js → errors/KindError.js} +0 -0
  1448. /package/dist/types/{boolean-logic/branching/IfSomeEqual.js → errors/MapError.js} +0 -0
  1449. /package/dist/types/{boolean-logic/branching/IfSomeExtend.js → errors/PartialError.js} +0 -0
  1450. /package/dist/types/{boolean-logic/branching/IfSomeTruthy.js → errors/ProxyError.js} +0 -0
  1451. /package/dist/types/{boolean-logic/branching/IfStartsWith.js → errors/StackTrace.js} +0 -0
  1452. /package/dist/types/{boolean-logic/branching/IfString.js → errors/Throw.js} +0 -0
  1453. /package/dist/types/{lists/Append.js → functional/Option.js} +0 -0
  1454. /package/dist/types/{boolean-logic/branching/IfStringLiteral.js → functions/Fn.js} +0 -0
  1455. /package/dist/types/{boolean-logic/branching/IfSymbol.js → functions/FnFrom.js} +0 -0
  1456. /package/dist/types/{boolean-logic/branching/IfTrue.js → functions/HandleDoneFn.js} +0 -0
  1457. /package/dist/types/{boolean-logic/branching/IfTruthy.js → functions/IdentityFn.js} +0 -0
  1458. /package/dist/types/{boolean-logic/branching/IfTuple.js → functions/LiteralFn.js} +0 -0
  1459. /package/dist/types/{boolean-logic/branching/IfUndefined.js → functions/NarrowingFn.js} +0 -0
  1460. /package/dist/types/{boolean-logic/branching/IfUnion.js → functions/OnlyFnProps.js} +0 -0
  1461. /package/dist/types/{boolean-logic/branching/IfValidDotPath.js → lists/FilterLiterals.js} +0 -0
  1462. /package/dist/types/{boolean-logic/branching/IfValidKey.js → lists/FilterWideTypes.js} +0 -0
  1463. /package/dist/types/{boolean-logic/branching/IfWide.js → lists/Push.js} +0 -0
  1464. /package/dist/types/{boolean-logic/operators/Includes.js → lists/RetainLiterals.js} +0 -0
  1465. /package/dist/types/{boolean-logic/operators/IsChar.js → lists/RetainWideTypes.js} +0 -0
  1466. /package/dist/types/{boolean-logic/operators/IsError.js → lists/Second.js} +0 -0
  1467. /package/dist/types/{boolean-logic/operators/IsIndexable.js → literals/Choices.js} +0 -0
  1468. /package/dist/types/{boolean-logic/operators/IsMaybeTrue.js → literals/DoneFnTuple.js} +0 -0
  1469. /package/dist/types/{boolean-logic/operators/IsRef.js → literals/FromDefn.js} +0 -0
  1470. /package/dist/types/{boolean-logic/operators/IsValidKey.js → literals/FromTokenNames.js} +0 -0
  1471. /package/dist/types/{boolean-logic/operators/NotCharacters.js → literals/Narrow.js} +0 -0
  1472. /package/dist/types/{boolean-logic/operators/OfSameLength.js → literals/RuntimeUnion.js} +0 -0
  1473. /package/dist/types/{lists/extractors/RetainFromList.js → literals/Shape.js} +0 -0
  1474. /package/dist/types/{containers/EmptyContainer.js → string-literals/AfterFirstChar.js} +0 -0
  1475. /package/dist/types/{containers/NonEmptyContainer.js → string-literals/EnsureSurround.js} +0 -0
  1476. /package/dist/types/{containers/WithKey.js → string-literals/character-sets/BCP.js} +0 -0
  1477. /package/dist/types/{dictionary/ExplicitKeys.js → string-literals/geo/state.js} +0 -0
  1478. /package/dist/types/{dictionary/SameKeys.js → string-literals/geo/zip.js} +0 -0
  1479. /package/dist/types/string-literals/{DropChars.js → options/DropChars.js} +0 -0
  1480. /package/dist/types/{lists/extractors/2nd-order/RemoveEquals.js → type-conversion/AsContainer.js} +0 -0
  1481. /package/dist/types/{lists/extractors/2nd-order/RemoveErrors.js → type-conversion/AsDefined.js} +0 -0
  1482. /package/dist/types/{lists/extractors/2nd-order/RemoveExtends.js → type-conversion/AsDictionary.js} +0 -0
  1483. /package/dist/types/{lists/extractors/2nd-order/RemoveNotExtends.js → type-conversion/AsNonNull.js} +0 -0
  1484. /package/dist/types/{lists/extractors/2nd-order/RemoveStrings.js → type-conversion/AsObject.js} +0 -0
  1485. /package/dist/types/{lists/extractors/2nd-order/RemoveWide.js → type-conversion/AsObjectKeys.js} +0 -0
  1486. /package/dist/types/{lists/extractors/2nd-order/RetainEquals.js → type-conversion/AsRecord.js} +0 -0
  1487. /package/dist/types/{lists/extractors/2nd-order/RetainExtends.js → type-conversion/AsRef.js} +0 -0
  1488. /package/dist/types/{lists/extractors/2nd-order/RetainNotExtends.js → type-conversion/ToStringArray.js} +0 -0
  1489. /package/dist/types/{lists/extractors/2nd-order/RetainStrings.js → type-conversion/UnionFilter.js} +0 -0
  1490. /package/dist/types/{lists/extractors/ExtractorOp.js → type-conversion/UnionShift.js} +0 -0
  1491. /package/dist/types/{lists/extractors/RemoveFromList.js → type-conversion/WidenValues.js} +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"withKeys.d.ts","sourceRoot":"","sources":["../../../src/runtime/dictionary/withKeys.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,0BAAwB;AAG7D;;;;;;;GAOG;AACH,eAAO,MAAM,QAAQ;;;;;sdAOK,CAAC"}
1
+ {"version":3,"file":"withKeys.d.ts","sourceRoot":"","sources":["../../../src/runtime/dictionary/withKeys.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,UAAU,EAAE,SAAS,EAAE,0BAAwB;AAIzE;;;;;;;GAOG;AACH,eAAO,MAAM,QAAQ,+HAKb,IAAI,WACD,KAAK;;;;;;;8sBACU,CAAC"}
@@ -1,4 +1,4 @@
1
- import { retain } from "../index.js";
1
+ import { retain } from "./retain.js";
2
2
  /**
3
3
  * **withKeys**(obj,keys)
4
4
  *
@@ -9,10 +9,17 @@ import type { NarrowObject, Narrowable } from "../../types/index";
9
9
  *
10
10
  * **Related**: `omit`, `createOmission`
11
11
  */
12
- export declare const withoutKeys: <TObj extends NarrowObject<N>, N extends Narrowable, TKeys extends readonly (string & keyof TObj)[]>(dict: TObj, ...exclude: TKeys) => ([] extends [...TKeys] ? false : import("../../types/index").IfUnion<import("../../types/index").First<[...TKeys]>, true, [] extends import("../../types/index").AfterFirst<[...TKeys]> ? false : import("../../types/index").IfUnion<import("../../types/index").First<import("../../types/index").AfterFirst<[...TKeys]>>, true, [] extends import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<[...TKeys]>> ? false : import("../../types/index").IfUnion<import("../../types/index").First<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<[...TKeys]>>>, true, [] extends import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<[...TKeys]>>> ? false : import("../../types/index").IfUnion<import("../../types/index").First<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<[...TKeys]>>>>, true, [] extends import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<[...TKeys]>>>> ? false : import("../../types/index").IfUnion<import("../../types/index").First<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<[...TKeys]>>>>>, true, [] extends import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<[...TKeys]>>>>> ? false : import("../../types/index").IfUnion<import("../../types/index").First<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<[...TKeys]>>>>>>, true, [] extends import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<[...TKeys]>>>>>> ? false : import("../../types/index").IfUnion<import("../../types/index").First<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<[...TKeys]>>>>>>>, true, [] extends import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<[...TKeys]>>>>>>> ? false : import("../../types/index").IfUnion<import("../../types/index").First<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<[...TKeys]>>>>>>>>, true, [] extends import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<[...TKeys]>>>>>>>> ? false : import("../../types/index").IfUnion<import("../../types/index").First<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<[...TKeys]>>>>>>>>>, true, [] extends import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<[...TKeys]>>>>>>>>> ? false : import("../../types/index").IfUnion<import("../../types/index").First<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<[...TKeys]>>>>>>>>>>, true, [] extends import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<[...TKeys]>>>>>>>>>> ? false : import("../../types/index").IfUnion<import("../../types/index").First<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<import("../../types/index").AfterFirst<[...TKeys]>>>>>>>>>>>, true, any>>>>>>>>>>>) extends true ? import("../../types/index").ErrorCondition<"invalid-union", "the omit(obj, keys) function was called with keys which included a value which was a union type; this would make the typing inconsistent with the runtime type and should be avoided. Note that at runtime this will not produce an error but rather produce the valid runtime value.", {
13
- context: {
14
- keys: [...TKeys];
15
- };
16
- library: "omit";
17
- }> : import("../../types/index").IfLength<import("../../types/index").AsArray<[...TKeys]>, 0, TObj, import("../../types/index").ExpandRecursively<Omit<TObj, import("../../types/index").TupleToUnion<import("../../types/index").AsArray<[...TKeys]>>>> extends import("../../types/index").EmptyObject ? import("../../types/index").EmptyObject : import("../../types/index").ExpandRecursively<Omit<TObj, import("../../types/index").TupleToUnion<import("../../types/index").AsArray<[...TKeys]>>>>, TObj | (import("../../types/index").ExpandRecursively<Omit<TObj, import("../../types/index").TupleToUnion<import("../../types/index").AsArray<[...TKeys]>>>> extends import("../../types/index").EmptyObject ? import("../../types/index").EmptyObject : import("../../types/index").ExpandRecursively<Omit<TObj, import("../../types/index").TupleToUnion<import("../../types/index").AsArray<[...TKeys]>>>>)>;
12
+ export declare const withoutKeys: <TObj extends NarrowObject<N>, N extends Narrowable, TKeys extends readonly (string & keyof TObj)[]>(dict: TObj, ...exclude: TKeys) => import("../../types/index").ExpandRecursively<import("../../types/index").RemoveIndexKeys<import("../../types/index").IfLength<import("../../types/index").AsArray<[...TKeys]>, 0, TObj, import("../../types/index").ExpandRecursively<Omit<TObj, import("../../types/index").TupleToUnion<import("../../types/index").AsArray<[...TKeys]>>>> extends {
13
+ [x: string]: never;
14
+ [x: symbol]: never;
15
+ } ? {
16
+ [x: string]: never;
17
+ [x: symbol]: never;
18
+ } : import("../../types/index").ExpandRecursively<Omit<TObj, import("../../types/index").TupleToUnion<import("../../types/index").AsArray<[...TKeys]>>>>, TObj | (import("../../types/index").ExpandRecursively<Omit<TObj, import("../../types/index").TupleToUnion<import("../../types/index").AsArray<[...TKeys]>>>> extends {
19
+ [x: string]: never;
20
+ [x: symbol]: never;
21
+ } ? {
22
+ [x: string]: never;
23
+ [x: symbol]: never;
24
+ } : import("../../types/index").ExpandRecursively<Omit<TObj, import("../../types/index").TupleToUnion<import("../../types/index").AsArray<[...TKeys]>>>>)>>>;
18
25
  //# sourceMappingURL=withoutKeys.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"withoutKeys.d.ts","sourceRoot":"","sources":["../../../src/runtime/dictionary/withoutKeys.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,UAAU,EAAE,0BAAwB;AAGhE;;;;;;;;;GASG;AACH,eAAO,MAAM,WAAW;;;;;03BAOG,CAAC"}
1
+ {"version":3,"file":"withoutKeys.d.ts","sourceRoot":"","sources":["../../../src/runtime/dictionary/withoutKeys.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,UAAU,EAAE,0BAAwB;AAIhE;;;;;;;;;GASG;AACH,eAAO,MAAM,WAAW,6GAKhB,IAAI,cACE,KAAK;;;;;;;;;;;;4JACQ,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"withoutValue.d.ts","sourceRoot":"","sources":["../../../src/runtime/dictionary/withoutValue.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,YAAY,EAAE,0BAAwB;AAEtE;;;;;;;;;;;;;GAaG;AACH,wBAAgB,YAAY,CAAC,IAAI,SAAS,UAAU,EAAE,GAAG,EAAE,IAAI,mEAS9D"}
1
+ {"version":3,"file":"withoutValue.d.ts","sourceRoot":"","sources":["../../../src/runtime/dictionary/withoutValue.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,YAAY,EAAE,0BAAwB;AAEtE;;;;;;;;;;;;;GAaG;AACH,wBAAgB,YAAY,CAAC,IAAI,SAAS,UAAU,EAAE,GAAG,EAAE,IAAI,iCACxB,IAAI,KAAG,aAAa,IAAI,EAAC,IAAI,CAAC,CAQpE"}
@@ -0,0 +1,27 @@
1
+ import { KindErrorDefn } from "../../types/index";
2
+ /**
3
+ * **KindError**
4
+ *
5
+ * An error which:
6
+ *
7
+ * - must have a "kind" type defined which can be used to categorize the error
8
+ * - is allowed to express other key/value pairs in the `context` property
9
+ *
10
+ * This error is generated with the `kindError(kind, _defineContext) => (msg, ctx)`
11
+ * higher order function.
12
+ *
13
+ * ```ts
14
+ * // Defines the Error
15
+ * const BadJuju = kindError("bad-juju", { flavor?: "" });
16
+ * // BadJuju {
17
+ * // name: BadJuju;
18
+ * // kind: "bad-juju";
19
+ * // msg: "oh my god!";
20
+ * // context: { flavor?: string}
21
+ * // }
22
+ * BadJuju("oh my god!");
23
+ * BadJuju("oh my god!", { flavor: "strawberry"})
24
+ * ```
25
+ */
26
+ export declare const kindError: <K extends string, C extends Record<string, unknown> = {}>(kind: K, _defineContext?: C) => KindErrorDefn<K, C>;
27
+ //# sourceMappingURL=KindError.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"KindError.d.ts","sourceRoot":"","sources":["../../../src/runtime/errors/KindError.ts"],"names":[],"mappings":"AAAA,OAAO,EAA2C,aAAa,EAAE,0BAAwB;AAGzF;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,eAAO,MAAM,SAAS,mEAId,CAAC,mBACU,CAAC,KACjB,cAAc,CAAC,EAAC,CAAC,CAkBnB,CAAA"}
@@ -0,0 +1,33 @@
1
+ import { toKebabCase, toPascalCase } from "../index.js";
2
+ /**
3
+ * **KindError**
4
+ *
5
+ * An error which:
6
+ *
7
+ * - must have a "kind" type defined which can be used to categorize the error
8
+ * - is allowed to express other key/value pairs in the `context` property
9
+ *
10
+ * This error is generated with the `kindError(kind, _defineContext) => (msg, ctx)`
11
+ * higher order function.
12
+ *
13
+ * ```ts
14
+ * // Defines the Error
15
+ * const BadJuju = kindError("bad-juju", { flavor?: "" });
16
+ * // BadJuju {
17
+ * // name: BadJuju;
18
+ * // kind: "bad-juju";
19
+ * // msg: "oh my god!";
20
+ * // context: { flavor?: string}
21
+ * // }
22
+ * BadJuju("oh my god!");
23
+ * BadJuju("oh my god!", { flavor: "strawberry"})
24
+ * ```
25
+ */
26
+ export const kindError = (kind, _defineContext) => (msg, context) => {
27
+ const err = new Error(msg);
28
+ err.name = toPascalCase(kind);
29
+ err.kind = toKebabCase(kind);
30
+ err.__kind = "KindError";
31
+ err.context = context;
32
+ return err;
33
+ };
@@ -1 +1 @@
1
- {"version":3,"file":"TypedError.d.ts","sourceRoot":"","sources":["../../../src/runtime/errors/TypedError.ts"],"names":[],"mappings":"AAEA,OAAO,EAAI,SAAS,EAAkB,UAAU,EAAI,0BAAwB;AAE5E,MAAM,WAAW,UAAU,CACzB,KAAK,SAAS,MAAM,GAAG,MAAM,EAC7B,IAAI,SAAS,MAAM,GAAG,MAAM,EAC5B,QAAQ,SAAS,SAAS,GAAG,SAAS,CACtC,SAAQ,KAAK;IACb,IAAI,EAAE,KAAK,CAAC;IACZ,GAAG,EAAE,IAAI,CAAC;IACV,OAAO,EAAE,QAAQ,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;;;GAIG;AACH,MAAM,MAAM,SAAS,CAAC,KAAK,SAAS,MAAM,IAAI,CAC5C,IAAI,SAAS,MAAM,EACnB,CAAC,SAAS,WAAW,EACrB,CAAC,SAAS,UAAU,EACpB,QAAQ,SAAS,MAAM,CAAC,CAAC,EAAC,CAAC,CAAC,EAC5B,GAAG,EAAE,IAAI,EAAE,OAAO,CAAC,EAAE,QAAQ,KAAK,UAAU,CAAC,KAAK,EAAC,IAAI,EAAC,QAAQ,CAAC,CAAC;AAEpE,MAAM,MAAM,QAAQ,GAAG;IACrB;;OAEG;IACH,MAAM,CAAC,KAAK,SAAS,MAAM,EAAE,IAAI,SAAS,MAAM,EAC9C,IAAI,EAAE,KAAK,EACX,GAAG,EAAE,IAAI,GAAG,UAAU,CAAC,IAAI,EAAC,KAAK,CAAC,CAAC;IAErC;;;;OAIG;IACH,MAAM,CAAC,KAAK,SAAS,MAAM,EAAE,IAAI,EAAE,KAAK,GAAG,SAAS,CAAC,KAAK,CAAC,CAAC;CAC7D,CAAC;AAyBF,eAAO,MAAM,UAAU;;;;aAA2B,CAAC"}
1
+ {"version":3,"file":"TypedError.d.ts","sourceRoot":"","sources":["../../../src/runtime/errors/TypedError.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAe,UAAU,EAAG,0BAAwB;AAGtE,MAAM,WAAW,UAAU,CACzB,KAAK,SAAS,MAAM,GAAG,MAAM,EAC7B,IAAI,SAAS,MAAM,GAAG,MAAM,EAC5B,QAAQ,SAAS,SAAS,GAAG,SAAS,CACtC,SAAQ,KAAK;IACb,IAAI,EAAE,KAAK,CAAC;IACZ,GAAG,EAAE,IAAI,CAAC;IACV,OAAO,EAAE,QAAQ,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;;;GAIG;AACH,MAAM,MAAM,SAAS,CAAC,KAAK,SAAS,MAAM,IAAI,CAC5C,IAAI,SAAS,MAAM,EACnB,CAAC,SAAS,WAAW,EACrB,CAAC,SAAS,UAAU,EACpB,QAAQ,SAAS,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,EAC7B,GAAG,EAAE,IAAI,EAAE,OAAO,CAAC,EAAE,QAAQ,KAAK,UAAU,CAAC,KAAK,EAAE,IAAI,EAAE,QAAQ,CAAC,CAAC;AAEtE,MAAM,MAAM,QAAQ,GAAG;IACrB;;OAEG;IACH,MAAM,CAAC,KAAK,SAAS,MAAM,EAAE,IAAI,SAAS,MAAM,EAC9C,IAAI,EAAE,KAAK,EACX,GAAG,EAAE,IAAI,GAAG,UAAU,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;IAEtC;;;;OAIG;IACH,MAAM,CAAC,KAAK,SAAS,MAAM,EAAE,IAAI,EAAE,KAAK,GAAG,SAAS,CAAC,KAAK,CAAC,CAAC;CAC7D,CAAC;AAyBF,eAAO,MAAM,UAAU,8BAPkB,IAAI;;;;aAOK,CAAC"}
@@ -1,11 +1,9 @@
1
- import { ErrorCondition } from "../../types/index";
1
+ import { Throw } from "../../types/index";
2
2
  /**
3
- * **createErrorConditionTemplate**(domain) => (kind) => (msg) => ErrorCondition
3
+ * **createErrorConditionTemplate**`(kind,[msg],[utility]) => ErrorCondition`
4
4
  *
5
5
  * A higher order runtime utility for generating reusable `ErrorCondition`'s at
6
6
  * runtime.
7
7
  */
8
- export declare const createErrorCondition: <TLibrary extends string = "undefined">(library?: TLibrary | undefined) => <TKind extends string>(kind: TKind) => <TMsg extends string = "">(message: TMsg) => ErrorCondition<TKind, TMsg, {
9
- library: TLibrary;
10
- }>;
8
+ export declare const createErrorCondition: <TKind extends string, TMsg extends string = never, TUtility extends string = never>(kind: TKind, msg?: TMsg, utility?: TUtility) => Throw<TKind, TMsg, TUtility>;
11
9
  //# sourceMappingURL=createErrorCondition.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"createErrorCondition.d.ts","sourceRoot":"","sources":["../../../src/runtime/errors/createErrorCondition.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,0BAAwB;AAEjD;;;;;GAKG;AACH,eAAO,MAAM,oBAAoB;;EAahC,CAAC"}
1
+ {"version":3,"file":"createErrorCondition.d.ts","sourceRoot":"","sources":["../../../src/runtime/errors/createErrorCondition.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,0BAAwB;AAGxC;;;;;GAKG;AACH,eAAO,MAAM,oBAAoB,6FAKzB,KAAK,QACN,IAAI,YACA,QAAQ,iCAQlB,CAAC"}
@@ -1,14 +1,14 @@
1
1
  /**
2
- * **createErrorConditionTemplate**(domain) => (kind) => (msg) => ErrorCondition
2
+ * **createErrorConditionTemplate**`(kind,[msg],[utility]) => ErrorCondition`
3
3
  *
4
4
  * A higher order runtime utility for generating reusable `ErrorCondition`'s at
5
5
  * runtime.
6
6
  */
7
- export const createErrorCondition = (library) => (kind) => (message) => {
7
+ export const createErrorCondition = (kind, msg = "", utility = "") => {
8
8
  return {
9
- _type: "ErrorCondition",
10
- library,
9
+ __kind: "ErrorCondition",
11
10
  kind,
12
- message: message || ""
11
+ msg,
12
+ utility,
13
13
  };
14
14
  };
@@ -1,2 +1,3 @@
1
1
  export * from "./createErrorCondition";
2
+ export * from "./kindedError";
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/runtime/errors/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/runtime/errors/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC"}
@@ -1 +1,2 @@
1
1
  export * from "./createErrorCondition.js";
2
+ export * from "./kindedError.js";
@@ -0,0 +1,27 @@
1
+ import { KindErrorDefn } from "../../types/index";
2
+ /**
3
+ * **KindError**
4
+ *
5
+ * An error which:
6
+ *
7
+ * - must have a "kind" type defined which can be used to categorize the error
8
+ * - is allowed to express other key/value pairs in the `context` property
9
+ *
10
+ * This error is generated with the `kindError(kind, _defineContext) => (msg, ctx)`
11
+ * higher order function.
12
+ *
13
+ * ```ts
14
+ * // Defines the Error
15
+ * const BadJuju = kindError("bad-juju", { flavor?: "" });
16
+ * // BadJuju {
17
+ * // name: BadJuju;
18
+ * // kind: "bad-juju";
19
+ * // msg: "oh my god!";
20
+ * // context: { flavor?: string}
21
+ * // }
22
+ * BadJuju("oh my god!");
23
+ * BadJuju("oh my god!", { flavor: "strawberry"})
24
+ * ```
25
+ */
26
+ export declare const kindError: <K extends string, C extends Record<string, unknown> = {}>(kind: K, _defineContext?: C) => KindErrorDefn<K, C>;
27
+ //# sourceMappingURL=kindedError.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"kindedError.d.ts","sourceRoot":"","sources":["../../../src/runtime/errors/kindedError.ts"],"names":[],"mappings":"AACA,OAAO,EAIL,aAAa,EACd,0BAAwB;AAEzB;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,eAAO,MAAM,SAAS,mEAId,CAAC,mBACU,CAAC,KACjB,cAAc,CAAC,EAAC,CAAC,CAkBnB,CAAA"}
@@ -0,0 +1,33 @@
1
+ import { toKebabCase, toPascalCase } from "../literals/index.js";
2
+ /**
3
+ * **KindError**
4
+ *
5
+ * An error which:
6
+ *
7
+ * - must have a "kind" type defined which can be used to categorize the error
8
+ * - is allowed to express other key/value pairs in the `context` property
9
+ *
10
+ * This error is generated with the `kindError(kind, _defineContext) => (msg, ctx)`
11
+ * higher order function.
12
+ *
13
+ * ```ts
14
+ * // Defines the Error
15
+ * const BadJuju = kindError("bad-juju", { flavor?: "" });
16
+ * // BadJuju {
17
+ * // name: BadJuju;
18
+ * // kind: "bad-juju";
19
+ * // msg: "oh my god!";
20
+ * // context: { flavor?: string}
21
+ * // }
22
+ * BadJuju("oh my god!");
23
+ * BadJuju("oh my god!", { flavor: "strawberry"})
24
+ * ```
25
+ */
26
+ export const kindError = (kind, _defineContext) => (msg, context) => {
27
+ const err = new Error(msg);
28
+ err.name = toPascalCase(kind);
29
+ err.kind = toKebabCase(kind);
30
+ err.__kind = "KindError";
31
+ err.context = context;
32
+ return err;
33
+ };
@@ -1,3 +1,2 @@
1
- export * from "./left";
2
- export * from "./right";
1
+ export * from "./result";
3
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/runtime/functional/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/runtime/functional/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC"}
@@ -1,2 +1 @@
1
- export * from "./left.js";
2
- export * from "./right.js";
1
+ export * from "./result.js";
@@ -0,0 +1,2 @@
1
+ export declare const result = "NOT READY";
2
+ //# sourceMappingURL=result.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"result.d.ts","sourceRoot":"","sources":["../../../src/runtime/functional/result.ts"],"names":[],"mappings":"AAoTA,eAAO,MAAM,MAAM,cAAc,CAAA"}
@@ -0,0 +1,286 @@
1
+ // /* eslint-disable @typescript-eslint/no-explicit-any */
2
+ // /* eslint-disable no-use-before-define */
3
+ // import { RESULT } from "src/constants/Functional"
4
+ // import {
5
+ // Ok,
6
+ // Result,
7
+ // AsFunction,
8
+ // Narrowable,
9
+ // Err,
10
+ // ResultErr,
11
+ // ObjectKey,
12
+ // ResultTuple,
13
+ // TupleToUnion,
14
+ // ResultApi,
15
+ // IfEqual,
16
+ // IsOk,
17
+ // IsErr,
18
+ // ErrInput,
19
+ // IsFunction,
20
+ // If,
21
+ // } from "src/types/index"
22
+ // import { Never } from "src/constants/index";
23
+ // import { isFunction, isObject, isString } from "../type-guards/index";
24
+ // import { toKebabCase } from "../literals/toKebabCase";
25
+ // import { asUnion } from "../type-conversion/asUnion";
26
+ // import { isRuntimeUnion } from "../type-guards/isRuntimeUnion";
27
+ // import { takeProp } from "../dictionary";
28
+ // import { kindError } from "../errors";
29
+ // import { toPascalCase } from "../literals";
30
+ // const errInputs: ErrInput = "undefined" as const;
31
+ // export const isResult = (val: unknown): val is Result => {
32
+ // return typeof val === "object" &&
33
+ // "__kind" in (val as object) &&
34
+ // "state" in (val as object) &&
35
+ // [RESULT.Err, RESULT.Ok].includes((val as any).state)
36
+ // }
37
+ // function resultTuple<
38
+ // T,
39
+ // E extends ErrInput
40
+ // >(val: T, err: E) {
41
+ // return {
42
+ // __kind: ["Result", val, err]
43
+ // } as ResultTuple<T,E>;
44
+ // }
45
+ // export const asResult = <
46
+ // T,
47
+ // E extends ErrInput
48
+ // >(val: T, err: E): ResultApi<T,E> => ({
49
+ // kind: "Result API",
50
+ // result: null as unknown as Result<T,E>,
51
+ // ok: (v) => {
52
+ // return {
53
+ // ...resultTuple(val,err), state: RESULT.Ok, val: v
54
+ // } as Ok<T>
55
+ // },
56
+ // err: (e) => {
57
+ // return {
58
+ // ...resultTuple(val,err),
59
+ // state: RESULT.Err,
60
+ // err: transformErrInput(e)
61
+ // } as unknown as Err<E>
62
+ // },
63
+ // isErr: (v) => {
64
+ // return isResult(v) && v.state === RESULT.Err;
65
+ // },
66
+ // isOk: (v) => {
67
+ // return isResult(v) && v.state === RESULT.Ok;
68
+ // },
69
+ // okOrElse: (result, otherwise) => {
70
+ // return result.state === RESULT.Ok
71
+ // ? result.val
72
+ // : typeof otherwise === "function"
73
+ // ? otherwise(result)
74
+ // : otherwise
75
+ // },
76
+ // okOrThrow: (result) => {
77
+ // if (isErr(result)) {
78
+ // const { msg, kind, context } = result.err;
79
+ // throw kindError(kind)(msg, context);
80
+ // }
81
+ // }
82
+ // }) as ResultApi<T,E>;
83
+ // /**
84
+ // * **ok**(val)
85
+ // *
86
+ // * Places a value into the `Ok` state of a `Result` structure.
87
+ // *
88
+ // * Note: if you need/want the value to be narrowly typed then use `okN()` instead.
89
+ // */
90
+ // export function ok<
91
+ // T,
92
+ // E extends ErrInput
93
+ // >(val: T, _err: E = errInputs as E): IfEqual<E, ErrInput, Ok<T>, Ok<T,E>> {
94
+ // const tuple = resultTuple(val, _err) as unknown as ResultTuple<T,E>;
95
+ // return { ...tuple, state: RESULT.Ok, val }
96
+ // }
97
+ // /**
98
+ // * **ok**(val)
99
+ // *
100
+ // * Places a value into the `Ok` state of a `Result` structure.
101
+ // *
102
+ // * Note: this can only receive _narrowable_ types in order to provide the
103
+ // * narrowest type possible for `T` but if you don't need this then use the
104
+ // * `ok(val)` function instead.
105
+ // */
106
+ // export function okN<
107
+ // T extends Narrowable,
108
+ // E extends ErrInput
109
+ // >(val: T, _err: E = errInputs as E): Ok<T> {
110
+ // const tuple = resultTuple(val, "unknown") as unknown as ResultTuple<T,E>;
111
+ // return { ...tuple, state: RESULT.Ok, val }
112
+ // }
113
+ // /**
114
+ // * Used to convert an `ErrInput` into `ResultErr[]`
115
+ // */
116
+ // const transformErrInput = <
117
+ // T extends ErrInput
118
+ // >(input: T): TupleToUnion<Err<T>> => {
119
+ // const members = (
120
+ // isRuntimeUnion(input)
121
+ // ? input.members
122
+ // : typeof input === "string"
123
+ // ? [{ msg: input, kind: toKebabCase(input as string), context: {} }]
124
+ // : typeof input === "object"
125
+ // ? [{
126
+ // msg: takeProp((input as Record<ObjectKey, unknown>), "msg", "" as string),
127
+ // kind: toKebabCase(takeProp((input as Record<ObjectKey, unknown>), "kind", "unspecified-kind") as string),
128
+ // context: takeProp((input as Record<ObjectKey, unknown>), "context", {} as NonNullable<unknown>),
129
+ // trace: takeProp((input as Record<ObjectKey, unknown>), "trace", false),
130
+ // }]
131
+ // : Array.isArray(input)
132
+ // ? input
133
+ // : Never
134
+ // ) as ResultErr[];
135
+ // const union = asUnion(...members);
136
+ // return union as unknown as TupleToUnion<Err<T>>;
137
+ // }
138
+ // /**
139
+ // * **createErr**(e) → `<ResultErr>`
140
+ // *
141
+ // * Creates a reusable error template which will allow for:
142
+ // *
143
+ // * - a strict `kind` definition
144
+ // * - a _shape_ and default values for the `context` property
145
+ // * - a strict `stack` definition (default is false)
146
+ // *
147
+ // * The `msg` property will be left as `string` allowing each variant of
148
+ // * this type of error to add their own.
149
+ // */
150
+ // export const createErr = <
151
+ // TKind extends string,
152
+ // TContextDefn extends Record<string, unknown> = NonNullable<unknown>
153
+ // >(kind: TKind, contextDefn?: TContextDefn) => {
154
+ // return {
155
+ // msg: "" as string,
156
+ // kind,
157
+ // context: (contextDefn || {}) as TContextDefn
158
+ // } as ResultErr<TKind, TContextDefn>
159
+ // }
160
+ // /**
161
+ // * **err**(input) -> Err`<E>`
162
+ // *
163
+ // * Creates a `Err` error for use inside a `Result<T,E>` block.
164
+ // */
165
+ // export function err<
166
+ // TErr extends string | ResultErr<any, any>,
167
+ // TVal = unknown
168
+ // >(
169
+ // err: TErr,
170
+ // _val: TVal = null as unknown as ErrInput as TVal
171
+ // ): IfEqual<TVal, unknown, Err<TErr>, Err<TErr,TVal>> {
172
+ // return {
173
+ // ...(resultTuple(_val, err)),
174
+ // state: RESULT.Err,
175
+ // err: transformErrInput(err)
176
+ // } as unknown as IfEqual<TVal, unknown, Err<TErr>, Err<TErr,TVal>>
177
+ // }
178
+ // /**
179
+ // * **isOk**(result)
180
+ // *
181
+ // * Type guard which tests whether the `Result<T,E>` is in the **Ok** state.
182
+ // */
183
+ // export const isOk = <
184
+ // T,
185
+ // >(result: Result<T>): result is T & Ok<T> => {
186
+ // return result.state === RESULT.Ok;
187
+ // }
188
+ // /**
189
+ // * **okOrThrow**(result)
190
+ // *
191
+ // * Returns the Ok _value_ if it's in the Ok status; otherwise throws
192
+ // * an error.
193
+ // */
194
+ // export function okOrThrow<
195
+ // R extends Result<T,E>,
196
+ // T = undefined,
197
+ // E extends ErrInput = ErrInput
198
+ // >(result: R): IsOk<R> extends true ? T : never {
199
+ // if(result.state === RESULT.Err) {
200
+ // if (typeof result.err === "string") {
201
+ // throw new Error(result.err);
202
+ // } else {
203
+ // let e = new Error(result.err.msg);
204
+ // for (const key of Object.keys(result.err)) {
205
+ // if(key !== "msg") {
206
+ // e = {...e, [key]: result.err[key as keyof typeof result.err]}
207
+ // }
208
+ // }
209
+ // throw e;
210
+ // }
211
+ // }
212
+ // return result.val as IsOk<R> extends true ? T : never;
213
+ // }
214
+ // /**
215
+ // * **okOrElse**(result, els)
216
+ // *
217
+ // * Returns the _value_ of the `Result<T,E>` if in the **Ok** state, otherwise
218
+ // * returns `els`.
219
+ // *
220
+ // * - **Note:** if `els` is a function it will be called while passing the error
221
+ // * object to the function.
222
+ // */
223
+ // export function okOrElse<
224
+ // R extends Result<T,E>,
225
+ // T,
226
+ // E extends ResultErr,
227
+ // Els
228
+ // >(
229
+ // result: R,
230
+ // els: Els
231
+ // ): IsOk<R> extends true ? T : If<IsFunction<Els>, ReturnType<AsFunction<Els>>, Els> {
232
+ // return result.state === RESULT.Err
233
+ // ? isFunction(els)
234
+ // ? els(result.err)
235
+ // : els
236
+ // : result.val;
237
+ // }
238
+ // export function isErr<
239
+ // T,
240
+ // E extends ErrInput
241
+ // >(result: Result<T,E>): result is Err<E,T> {
242
+ // return (
243
+ // isString(result)
244
+ // ? {
245
+ // state: RESULT.Err,
246
+ // err:{
247
+ // msg: result,
248
+ // kind: toPascalCase(result),
249
+ // context: {},
250
+ // stack: false
251
+ // }
252
+ // }
253
+ // : isObject(result)
254
+ // ? {
255
+ // state: RESULT.Err,
256
+ // err: {
257
+ // msg: result.err.msg || "no message",
258
+ // kind: takeProp(result, "kind", "no-kind"),
259
+ // context: takeProp(result, "context", {}),
260
+ // stack: takeProp(result, "stack", false)
261
+ // }
262
+ // }
263
+ // : false
264
+ // )
265
+ // ? true
266
+ // : false
267
+ // }
268
+ // /**
269
+ // * **assertErr**(result)
270
+ // *
271
+ // * Asserts that a _result_ is of the `Err` type.
272
+ // */
273
+ // export function assertErr<
274
+ // T
275
+ // >(result: T): IsErr<T> {
276
+ // return (
277
+ // typeof result === "object" &&
278
+ // (result as any).state === RESULT.Err && "err" in (result as object) && (
279
+ // typeof (result as any).err === "string" ||
280
+ // typeof (result as any).err === "object"
281
+ // )
282
+ // ? true
283
+ // : false
284
+ // ) as IsErr<typeof result>;
285
+ // }
286
+ export const result = "NOT READY";
@@ -1,4 +1,5 @@
1
- import { AnyFunction } from "../../types/index";
1
+ import { AnyFunction, AsFnMeta } from "../../types/index";
2
+ type _Props<TFn extends AnyFunction> = AsFnMeta<TFn>["props"];
2
3
  /**
3
4
  * **fnMeta**(func)
4
5
  *
@@ -8,13 +9,8 @@ import { AnyFunction } from "../../types/index";
8
9
  * - the `fn` is a clone of the underlying function
9
10
  */
10
11
  export declare const fnMeta: <TFn extends AnyFunction>(func: TFn) => {
11
- fn: <A extends Parameters<TFn>>(...args: A) => any;
12
- props: import("../../types/index").IfNever<import("../../types/index").ExpandRecursively<keyof TFn>, {}, import("../../types/index").ExpandRecursively<Pick<TFn, import("../../types/index").ExpandRecursively<keyof TFn>>>> extends {
13
- [x: string]: unknown;
14
- [x: symbol]: unknown;
15
- } ? {
16
- [x: string]: unknown;
17
- [x: symbol]: unknown;
18
- } & import("../../types/index").IfNever<import("../../types/index").ExpandRecursively<keyof TFn>, {}, import("../../types/index").ExpandRecursively<Pick<TFn, import("../../types/index").ExpandRecursively<keyof TFn>>>> : never;
12
+ fn: <A extends AsFnMeta<TFn>["args"]>(...args: A) => any;
13
+ props: _Props<TFn>;
19
14
  };
15
+ export {};
20
16
  //# sourceMappingURL=fnMeta.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"fnMeta.d.ts","sourceRoot":"","sources":["../../../src/runtime/functions/fnMeta.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAa,0BAAwB;AAIzD;;;;;;;GAOG;AACH,eAAO,MAAM,MAAM;;;;;;;;;CAclB,CAAC"}
1
+ {"version":3,"file":"fnMeta.d.ts","sourceRoot":"","sources":["../../../src/runtime/functions/fnMeta.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAG,QAAQ,EAAE,0BAAwB;AAEzD,KAAK,MAAM,CAAC,GAAG,SAAS,WAAW,IAAI,QAAQ,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC;AAE9D;;;;;;;GAOG;AACH,eAAO,MAAM,MAAM,kCAAmC,GAAG;mDAG3C,CAAC;;CAWd,CAAC"}
@@ -9,7 +9,7 @@ export * from "./lists/index";
9
9
  export * from "./literals/index";
10
10
  export * from "./runtime-types/index";
11
11
  export * from "./sets/index";
12
- export * from "./state/index";
13
12
  export * from "./type-conversion/index";
14
13
  export * from "./type-guards/index";
14
+ export * from "./vuejs/index";
15
15
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/runtime/index.ts"],"names":[],"mappings":"AASA,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/runtime/index.ts"],"names":[],"mappings":"AASA,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,cAAc,CAAC;AAC7B,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAA"}
@@ -15,9 +15,9 @@ export * from "./lists/index.js";
15
15
  export * from "./literals/index.js";
16
16
  export * from "./runtime-types/index.js";
17
17
  export * from "./sets/index.js";
18
- export * from "./state/index.js";
19
18
  export * from "./type-conversion/index.js";
20
19
  export * from "./type-guards/index.js";
20
+ export * from "./vuejs/index.js";
21
21
  // #endregion auto-indexed files
22
22
  // see https://github.com/inocan-group/do-devops/docs/autoindex.md
23
23
  // for more info