inferred-types 0.41.0 → 0.41.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1026) hide show
  1. package/dist/constants/Never.js +1 -1
  2. package/dist/constants/NotDefined.d.ts +1 -1
  3. package/dist/constants/NotDefined.d.ts.map +1 -1
  4. package/dist/constants/NotDefined.js +1 -1
  5. package/dist/constants/createConstant.d.ts +1 -1
  6. package/dist/constants/createConstant.d.ts.map +1 -1
  7. package/dist/constants/tsconfig.tsbuildinfo +1 -1
  8. package/dist/inferred-types/tsconfig.tsbuildinfo +1 -1
  9. package/dist/runtime/boolean-logic/ifArray.d.ts +1 -1
  10. package/dist/runtime/boolean-logic/ifArray.d.ts.map +1 -1
  11. package/dist/runtime/boolean-logic/ifArrayPartial.d.ts +2 -2
  12. package/dist/runtime/boolean-logic/ifArrayPartial.d.ts.map +1 -1
  13. package/dist/runtime/boolean-logic/ifArrayPartial.js +1 -1
  14. package/dist/runtime/boolean-logic/ifBoolean.d.ts +1 -1
  15. package/dist/runtime/boolean-logic/ifBoolean.d.ts.map +1 -1
  16. package/dist/runtime/boolean-logic/ifBoolean.js +1 -1
  17. package/dist/runtime/boolean-logic/ifChar.d.ts +1 -1
  18. package/dist/runtime/boolean-logic/ifChar.d.ts.map +1 -1
  19. package/dist/runtime/boolean-logic/ifContainer.d.ts +1 -1
  20. package/dist/runtime/boolean-logic/ifContainer.d.ts.map +1 -1
  21. package/dist/runtime/boolean-logic/ifContainer.js +1 -1
  22. package/dist/runtime/boolean-logic/ifFalse.d.ts +1 -1
  23. package/dist/runtime/boolean-logic/ifFalse.d.ts.map +1 -1
  24. package/dist/runtime/boolean-logic/ifFalse.js +1 -1
  25. package/dist/runtime/boolean-logic/ifFunction.d.ts +1 -1
  26. package/dist/runtime/boolean-logic/ifFunction.d.ts.map +1 -1
  27. package/dist/runtime/boolean-logic/ifFunction.js +1 -1
  28. package/dist/runtime/boolean-logic/ifHasKey.d.ts +1 -1
  29. package/dist/runtime/boolean-logic/ifHasKey.d.ts.map +1 -1
  30. package/dist/runtime/boolean-logic/ifHasKey.js +1 -1
  31. package/dist/runtime/boolean-logic/ifLength.d.ts +1 -1
  32. package/dist/runtime/boolean-logic/ifLength.d.ts.map +1 -1
  33. package/dist/runtime/boolean-logic/ifNotNull.d.ts +1 -1
  34. package/dist/runtime/boolean-logic/ifNotNull.d.ts.map +1 -1
  35. package/dist/runtime/boolean-logic/ifNotNull.js +1 -1
  36. package/dist/runtime/boolean-logic/ifNull.d.ts +1 -1
  37. package/dist/runtime/boolean-logic/ifNull.d.ts.map +1 -1
  38. package/dist/runtime/boolean-logic/ifNull.js +1 -1
  39. package/dist/runtime/boolean-logic/ifNumber.d.ts +1 -1
  40. package/dist/runtime/boolean-logic/ifNumber.d.ts.map +1 -1
  41. package/dist/runtime/boolean-logic/ifNumber.js +1 -1
  42. package/dist/runtime/boolean-logic/ifObject.d.ts +1 -1
  43. package/dist/runtime/boolean-logic/ifObject.d.ts.map +1 -1
  44. package/dist/runtime/boolean-logic/ifObject.js +1 -1
  45. package/dist/runtime/boolean-logic/ifRef.d.ts +1 -1
  46. package/dist/runtime/boolean-logic/ifRef.d.ts.map +1 -1
  47. package/dist/runtime/boolean-logic/ifRef.js +1 -1
  48. package/dist/runtime/boolean-logic/ifSameType.d.ts +1 -1
  49. package/dist/runtime/boolean-logic/ifSameType.d.ts.map +1 -1
  50. package/dist/runtime/boolean-logic/ifScalar.d.ts +1 -1
  51. package/dist/runtime/boolean-logic/ifScalar.d.ts.map +1 -1
  52. package/dist/runtime/boolean-logic/ifScalar.js +1 -1
  53. package/dist/runtime/boolean-logic/ifString.d.ts +1 -1
  54. package/dist/runtime/boolean-logic/ifString.d.ts.map +1 -1
  55. package/dist/runtime/boolean-logic/ifString.js +1 -1
  56. package/dist/runtime/boolean-logic/ifTrue.d.ts +1 -1
  57. package/dist/runtime/boolean-logic/ifTrue.d.ts.map +1 -1
  58. package/dist/runtime/boolean-logic/ifTrue.js +1 -1
  59. package/dist/runtime/boolean-logic/ifUndefined.d.ts +1 -1
  60. package/dist/runtime/boolean-logic/ifUndefined.d.ts.map +1 -1
  61. package/dist/runtime/boolean-logic/ifUndefined.js +1 -1
  62. package/dist/runtime/combinators/and.d.ts +1 -1
  63. package/dist/runtime/combinators/and.d.ts.map +1 -1
  64. package/dist/runtime/combinators/filter.d.ts +1 -1
  65. package/dist/runtime/combinators/filter.d.ts.map +1 -1
  66. package/dist/runtime/combinators/filter.js +1 -1
  67. package/dist/runtime/combinators/or.d.ts +1 -1
  68. package/dist/runtime/combinators/or.d.ts.map +1 -1
  69. package/dist/runtime/dictionary/entries.d.ts +1 -1
  70. package/dist/runtime/dictionary/entries.d.ts.map +1 -1
  71. package/dist/runtime/dictionary/entries.js +1 -1
  72. package/dist/runtime/dictionary/get.d.ts +2 -2
  73. package/dist/runtime/dictionary/get.d.ts.map +1 -1
  74. package/dist/runtime/dictionary/get.js +1 -1
  75. package/dist/runtime/dictionary/keysOf.d.ts +1 -1
  76. package/dist/runtime/dictionary/keysOf.d.ts.map +1 -1
  77. package/dist/runtime/dictionary/keysOf.js +1 -1
  78. package/dist/runtime/dictionary/mapValues.d.ts +1 -1
  79. package/dist/runtime/dictionary/mapValues.d.ts.map +1 -1
  80. package/dist/runtime/dictionary/mapValues.js +1 -1
  81. package/dist/runtime/dictionary/omit.d.ts +1 -1
  82. package/dist/runtime/dictionary/omit.d.ts.map +1 -1
  83. package/dist/runtime/dictionary/omit.js +1 -1
  84. package/dist/runtime/dictionary/retain.d.ts +1 -1
  85. package/dist/runtime/dictionary/retain.d.ts.map +1 -1
  86. package/dist/runtime/dictionary/sharedKeys.d.ts +1 -1
  87. package/dist/runtime/dictionary/sharedKeys.d.ts.map +1 -1
  88. package/dist/runtime/dictionary/withKeys.d.ts +3 -3
  89. package/dist/runtime/dictionary/withKeys.d.ts.map +1 -1
  90. package/dist/runtime/dictionary/withKeys.js +1 -1
  91. package/dist/runtime/dictionary/withoutKeys.d.ts +3 -3
  92. package/dist/runtime/dictionary/withoutKeys.d.ts.map +1 -1
  93. package/dist/runtime/dictionary/withoutKeys.js +1 -1
  94. package/dist/runtime/dictionary/withoutValue.d.ts +1 -1
  95. package/dist/runtime/dictionary/withoutValue.d.ts.map +1 -1
  96. package/dist/runtime/errors/TypedError.d.ts +1 -1
  97. package/dist/runtime/errors/TypedError.d.ts.map +1 -1
  98. package/dist/runtime/errors/TypedError.js +1 -1
  99. package/dist/runtime/errors/createErrorCondition.d.ts +1 -1
  100. package/dist/runtime/errors/createErrorCondition.d.ts.map +1 -1
  101. package/dist/runtime/functional/left.d.ts +1 -1
  102. package/dist/runtime/functional/left.d.ts.map +1 -1
  103. package/dist/runtime/functional/right.d.ts +1 -1
  104. package/dist/runtime/functional/right.d.ts.map +1 -1
  105. package/dist/runtime/functions/fnMeta.d.ts +3 -3
  106. package/dist/runtime/functions/fnMeta.d.ts.map +1 -1
  107. package/dist/runtime/initializers/addFnToProps.d.ts +1 -1
  108. package/dist/runtime/initializers/addFnToProps.d.ts.map +1 -1
  109. package/dist/runtime/initializers/addPropsToFn.d.ts +1 -1
  110. package/dist/runtime/initializers/addPropsToFn.d.ts.map +1 -1
  111. package/dist/runtime/initializers/createFnWithProps.d.ts +1 -1
  112. package/dist/runtime/initializers/createFnWithProps.d.ts.map +1 -1
  113. package/dist/runtime/initializers/createTypeGuard.d.ts +1 -1
  114. package/dist/runtime/initializers/createTypeGuard.d.ts.map +1 -1
  115. package/dist/runtime/initializers/createTypeTuple.d.ts +1 -1
  116. package/dist/runtime/initializers/createTypeTuple.d.ts.map +1 -1
  117. package/dist/runtime/initializers/createValidator.d.ts +1 -1
  118. package/dist/runtime/initializers/createValidator.d.ts.map +1 -1
  119. package/dist/runtime/initializers/defineObj.d.ts +1 -1
  120. package/dist/runtime/initializers/defineObj.d.ts.map +1 -1
  121. package/dist/runtime/initializers/defineTuple.d.ts +1 -1
  122. package/dist/runtime/initializers/defineTuple.d.ts.map +1 -1
  123. package/dist/runtime/lists/asArray.d.ts +1 -1
  124. package/dist/runtime/lists/asArray.d.ts.map +1 -1
  125. package/dist/runtime/lists/createConverter.d.ts +1 -1
  126. package/dist/runtime/lists/createConverter.d.ts.map +1 -1
  127. package/dist/runtime/lists/createConverter.js +1 -1
  128. package/dist/runtime/lists/filter.d.ts +1 -1
  129. package/dist/runtime/lists/filter.d.ts.map +1 -1
  130. package/dist/runtime/lists/filter.js +1 -1
  131. package/dist/runtime/lists/find.d.ts +1 -1
  132. package/dist/runtime/lists/find.d.ts.map +1 -1
  133. package/dist/runtime/lists/find.js +1 -1
  134. package/dist/runtime/lists/getEach.d.ts +1 -1
  135. package/dist/runtime/lists/getEach.d.ts.map +1 -1
  136. package/dist/runtime/lists/getEach.js +1 -1
  137. package/dist/runtime/lists/indexOf.d.ts +1 -1
  138. package/dist/runtime/lists/indexOf.d.ts.map +1 -1
  139. package/dist/runtime/lists/indexOf.js +1 -1
  140. package/dist/runtime/lists/intersection.d.ts +1 -1
  141. package/dist/runtime/lists/intersection.d.ts.map +1 -1
  142. package/dist/runtime/lists/intersection.js +1 -1
  143. package/dist/runtime/lists/join.d.ts +1 -1
  144. package/dist/runtime/lists/join.d.ts.map +1 -1
  145. package/dist/runtime/lists/last.d.ts +1 -1
  146. package/dist/runtime/lists/last.d.ts.map +1 -1
  147. package/dist/runtime/lists/logicalReturns.d.ts +1 -1
  148. package/dist/runtime/lists/logicalReturns.d.ts.map +1 -1
  149. package/dist/runtime/lists/logicalReturns.js +1 -1
  150. package/dist/runtime/lists/pop.d.ts +1 -1
  151. package/dist/runtime/lists/pop.d.ts.map +1 -1
  152. package/dist/runtime/lists/pop.js +1 -1
  153. package/dist/runtime/lists/reverse.d.ts +1 -1
  154. package/dist/runtime/lists/reverse.d.ts.map +1 -1
  155. package/dist/runtime/lists/shift.d.ts +1 -1
  156. package/dist/runtime/lists/shift.d.ts.map +1 -1
  157. package/dist/runtime/lists/slice.d.ts +1 -1
  158. package/dist/runtime/lists/slice.d.ts.map +1 -1
  159. package/dist/runtime/lists/unique.d.ts +1 -1
  160. package/dist/runtime/lists/unique.d.ts.map +1 -1
  161. package/dist/runtime/literals/box.d.ts +1 -1
  162. package/dist/runtime/literals/box.d.ts.map +1 -1
  163. package/dist/runtime/literals/ensureLeading.d.ts +1 -1
  164. package/dist/runtime/literals/ensureLeading.d.ts.map +1 -1
  165. package/dist/runtime/literals/ensureTrailing.d.ts +1 -1
  166. package/dist/runtime/literals/ensureTrailing.d.ts.map +1 -1
  167. package/dist/runtime/literals/ifLowercase.d.ts +1 -1
  168. package/dist/runtime/literals/ifLowercase.d.ts.map +1 -1
  169. package/dist/runtime/literals/ifUppercase.d.ts +1 -1
  170. package/dist/runtime/literals/ifUppercase.d.ts.map +1 -1
  171. package/dist/runtime/literals/literal.d.ts +1 -1
  172. package/dist/runtime/literals/literal.d.ts.map +1 -1
  173. package/dist/runtime/literals/narrow.d.ts +1 -1
  174. package/dist/runtime/literals/narrow.d.ts.map +1 -1
  175. package/dist/runtime/literals/pathJoin.d.ts +1 -1
  176. package/dist/runtime/literals/pathJoin.d.ts.map +1 -1
  177. package/dist/runtime/literals/pathJoin.js +1 -1
  178. package/dist/runtime/literals/pluralize.d.ts +1 -1
  179. package/dist/runtime/literals/pluralize.d.ts.map +1 -1
  180. package/dist/runtime/literals/pluralize.js +1 -1
  181. package/dist/runtime/literals/retainAfter.d.ts +1 -1
  182. package/dist/runtime/literals/retainAfter.d.ts.map +1 -1
  183. package/dist/runtime/literals/split.d.ts +1 -1
  184. package/dist/runtime/literals/split.d.ts.map +1 -1
  185. package/dist/runtime/literals/stripAfter.d.ts +1 -1
  186. package/dist/runtime/literals/stripAfter.d.ts.map +1 -1
  187. package/dist/runtime/literals/stripBefore.d.ts +1 -1
  188. package/dist/runtime/literals/stripBefore.d.ts.map +1 -1
  189. package/dist/runtime/literals/stripLeading.d.ts +1 -1
  190. package/dist/runtime/literals/stripLeading.d.ts.map +1 -1
  191. package/dist/runtime/literals/stripTrailing.d.ts +1 -1
  192. package/dist/runtime/literals/stripTrailing.d.ts.map +1 -1
  193. package/dist/runtime/literals/toCamelCase.d.ts +1 -1
  194. package/dist/runtime/literals/toCamelCase.d.ts.map +1 -1
  195. package/dist/runtime/literals/toCamelCase.js +1 -1
  196. package/dist/runtime/literals/toKebabCase.d.ts +1 -1
  197. package/dist/runtime/literals/toKebabCase.d.ts.map +1 -1
  198. package/dist/runtime/literals/toLowercase.js +1 -1
  199. package/dist/runtime/literals/toNumericArray.d.ts +1 -1
  200. package/dist/runtime/literals/toNumericArray.d.ts.map +1 -1
  201. package/dist/runtime/literals/toPascalCase.d.ts +1 -1
  202. package/dist/runtime/literals/toPascalCase.d.ts.map +1 -1
  203. package/dist/runtime/literals/toPascalCase.js +1 -1
  204. package/dist/runtime/literals/toString.d.ts +1 -1
  205. package/dist/runtime/literals/toString.d.ts.map +1 -1
  206. package/dist/runtime/literals/toUppercase.js +1 -1
  207. package/dist/runtime/literals/trim.d.ts +1 -1
  208. package/dist/runtime/literals/trim.d.ts.map +1 -1
  209. package/dist/runtime/literals/tuple.d.ts +2 -2
  210. package/dist/runtime/literals/tuple.d.ts.map +1 -1
  211. package/dist/runtime/literals/tuple.js +1 -1
  212. package/dist/runtime/literals/widen.d.ts +1 -1
  213. package/dist/runtime/literals/widen.d.ts.map +1 -1
  214. package/dist/runtime/runtime-types/createType.d.ts +3 -3
  215. package/dist/runtime/runtime-types/createType.d.ts.map +1 -1
  216. package/dist/runtime/runtime-types/createType.js +1 -1
  217. package/dist/runtime/runtime-types/describeType.d.ts +1 -1
  218. package/dist/runtime/runtime-types/describeType.d.ts.map +1 -1
  219. package/dist/runtime/runtime-types/describeType.js +1 -1
  220. package/dist/runtime/runtime-types/determineIdentity.d.ts +1 -1
  221. package/dist/runtime/runtime-types/determineIdentity.d.ts.map +1 -1
  222. package/dist/runtime/runtime-types/determineType.d.ts +1 -1
  223. package/dist/runtime/runtime-types/determineType.d.ts.map +1 -1
  224. package/dist/runtime/runtime-types/determineType.js +1 -1
  225. package/dist/runtime/runtime-types/kind.d.ts +4 -4
  226. package/dist/runtime/runtime-types/kind.d.ts.map +1 -1
  227. package/dist/runtime/runtime-types/kind.js +1 -1
  228. package/dist/runtime/runtime-types/typeTuples.d.ts +3 -3
  229. package/dist/runtime/runtime-types/typeTuples.d.ts.map +1 -1
  230. package/dist/runtime/runtime-types/typeTuples.js +1 -1
  231. package/dist/runtime/runtime-types/valueTypes.d.ts +1 -1
  232. package/dist/runtime/runtime-types/valueTypes.d.ts.map +1 -1
  233. package/dist/runtime/sets/uniqueKeys.d.ts +1 -1
  234. package/dist/runtime/sets/uniqueKeys.d.ts.map +1 -1
  235. package/dist/runtime/sets/uniqueKeys.js +1 -1
  236. package/dist/runtime/state/Configurator.d.ts +1 -1
  237. package/dist/runtime/state/Configurator.d.ts.map +1 -1
  238. package/dist/runtime/state/FluentConfigurator.d.ts +1 -1
  239. package/dist/runtime/state/FluentConfigurator.d.ts.map +1 -1
  240. package/dist/runtime/tsconfig.tsbuildinfo +1 -1
  241. package/dist/runtime/type-conversion/mergeObjects.d.ts +2 -2
  242. package/dist/runtime/type-conversion/mergeObjects.d.ts.map +1 -1
  243. package/dist/runtime/type-conversion/mergeObjects.js +1 -1
  244. package/dist/runtime/type-conversion/mergeScalars.d.ts +1 -1
  245. package/dist/runtime/type-conversion/mergeScalars.d.ts.map +1 -1
  246. package/dist/runtime/type-conversion/mergeScalars.js +1 -1
  247. package/dist/runtime/type-conversion/mergeTuples.d.ts +1 -1
  248. package/dist/runtime/type-conversion/mergeTuples.d.ts.map +1 -1
  249. package/dist/runtime/type-conversion/mutable.d.ts +1 -1
  250. package/dist/runtime/type-conversion/mutable.d.ts.map +1 -1
  251. package/dist/runtime/type-conversion/optional.d.ts +1 -1
  252. package/dist/runtime/type-conversion/optional.d.ts.map +1 -1
  253. package/dist/runtime/type-conversion/toNumber.d.ts +1 -1
  254. package/dist/runtime/type-conversion/toNumber.d.ts.map +1 -1
  255. package/dist/runtime/type-conversion/union.d.ts +1 -1
  256. package/dist/runtime/type-conversion/union.d.ts.map +1 -1
  257. package/dist/runtime/type-guards/hasDefaultValue.d.ts +2 -2
  258. package/dist/runtime/type-guards/hasDefaultValue.d.ts.map +1 -1
  259. package/dist/runtime/type-guards/hasDefaultValue.js +1 -1
  260. package/dist/runtime/type-guards/hasErrorConditions.d.ts +2 -2
  261. package/dist/runtime/type-guards/hasErrorConditions.d.ts.map +1 -1
  262. package/dist/runtime/type-guards/hasErrorConditions.js +1 -1
  263. package/dist/runtime/type-guards/hasIndexOf.d.ts +1 -1
  264. package/dist/runtime/type-guards/hasIndexOf.d.ts.map +1 -1
  265. package/dist/runtime/type-guards/hasIndexOf.js +1 -1
  266. package/dist/runtime/type-guards/higher-order/endsWith.d.ts +1 -1
  267. package/dist/runtime/type-guards/higher-order/endsWith.d.ts.map +1 -1
  268. package/dist/runtime/type-guards/higher-order/isEqual.d.ts +1 -1
  269. package/dist/runtime/type-guards/higher-order/isEqual.d.ts.map +1 -1
  270. package/dist/runtime/type-guards/higher-order/isSameTypeOf.d.ts +1 -1
  271. package/dist/runtime/type-guards/higher-order/isSameTypeOf.d.ts.map +1 -1
  272. package/dist/runtime/type-guards/higher-order/isTypeOf.d.ts +1 -1
  273. package/dist/runtime/type-guards/higher-order/isTypeOf.d.ts.map +1 -1
  274. package/dist/runtime/type-guards/higher-order/startsWith.d.ts +1 -1
  275. package/dist/runtime/type-guards/higher-order/startsWith.d.ts.map +1 -1
  276. package/dist/runtime/type-guards/isAlpha.d.ts +1 -1
  277. package/dist/runtime/type-guards/isAlpha.d.ts.map +1 -1
  278. package/dist/runtime/type-guards/isAlpha.js +1 -1
  279. package/dist/runtime/type-guards/isConstant.d.ts +1 -1
  280. package/dist/runtime/type-guards/isConstant.d.ts.map +1 -1
  281. package/dist/runtime/type-guards/isConstant.js +1 -1
  282. package/dist/runtime/type-guards/isContainer.d.ts +1 -1
  283. package/dist/runtime/type-guards/isContainer.d.ts.map +1 -1
  284. package/dist/runtime/type-guards/isContainer.js +1 -1
  285. package/dist/runtime/type-guards/isErrorCondition.d.ts +1 -1
  286. package/dist/runtime/type-guards/isErrorCondition.d.ts.map +1 -1
  287. package/dist/runtime/type-guards/isErrorCondition.js +1 -1
  288. package/dist/runtime/type-guards/isFalsy.d.ts +1 -1
  289. package/dist/runtime/type-guards/isFalsy.d.ts.map +1 -1
  290. package/dist/runtime/type-guards/isFnWithParams.d.ts +1 -1
  291. package/dist/runtime/type-guards/isFnWithParams.d.ts.map +1 -1
  292. package/dist/runtime/type-guards/isFunction.d.ts +1 -1
  293. package/dist/runtime/type-guards/isFunction.d.ts.map +1 -1
  294. package/dist/runtime/type-guards/isIndexable.d.ts +1 -1
  295. package/dist/runtime/type-guards/isIndexable.d.ts.map +1 -1
  296. package/dist/runtime/type-guards/isIndexable.js +1 -1
  297. package/dist/runtime/type-guards/isLeftRight.d.ts +1 -1
  298. package/dist/runtime/type-guards/isLeftRight.d.ts.map +1 -1
  299. package/dist/runtime/type-guards/isLeftRight.js +1 -1
  300. package/dist/runtime/type-guards/isNotNull.d.ts +1 -1
  301. package/dist/runtime/type-guards/isNotNull.d.ts.map +1 -1
  302. package/dist/runtime/type-guards/isNothing.d.ts +1 -1
  303. package/dist/runtime/type-guards/isNothing.d.ts.map +1 -1
  304. package/dist/runtime/type-guards/isNumericString.js +1 -1
  305. package/dist/runtime/type-guards/isObject.d.ts +1 -1
  306. package/dist/runtime/type-guards/isObject.d.ts.map +1 -1
  307. package/dist/runtime/type-guards/isReadonlyArray.d.ts +1 -1
  308. package/dist/runtime/type-guards/isReadonlyArray.d.ts.map +1 -1
  309. package/dist/runtime/type-guards/isRef.d.ts +1 -1
  310. package/dist/runtime/type-guards/isRef.d.ts.map +1 -1
  311. package/dist/runtime/type-guards/isRef.js +1 -1
  312. package/dist/runtime/type-guards/isScalar.d.ts +1 -1
  313. package/dist/runtime/type-guards/isScalar.d.ts.map +1 -1
  314. package/dist/runtime/type-guards/isScalar.js +1 -1
  315. package/dist/runtime/type-guards/isSpecificConstant.d.ts +1 -1
  316. package/dist/runtime/type-guards/isSpecificConstant.d.ts.map +1 -1
  317. package/dist/runtime/type-guards/isSpecificConstant.js +1 -1
  318. package/dist/runtime/type-guards/isTruthy.d.ts +1 -1
  319. package/dist/runtime/type-guards/isTruthy.d.ts.map +1 -1
  320. package/dist/runtime/type-guards/isTypeToken.d.ts +1 -1
  321. package/dist/runtime/type-guards/isTypeToken.d.ts.map +1 -1
  322. package/dist/runtime/type-guards/isTypeToken.js +1 -1
  323. package/dist/runtime/type-guards/isTypeTuple.d.ts +1 -1
  324. package/dist/runtime/type-guards/isTypeTuple.d.ts.map +1 -1
  325. package/dist/runtime/type-guards/runtime-type-guards.d.ts +1 -1
  326. package/dist/runtime/type-guards/runtime-type-guards.d.ts.map +1 -1
  327. package/dist/types/base-types/AnyFunction.d.ts +1 -1
  328. package/dist/types/base-types/AnyFunction.d.ts.map +1 -1
  329. package/dist/types/base-types/Container.d.ts +1 -1
  330. package/dist/types/base-types/Container.d.ts.map +1 -1
  331. package/dist/types/base-types/CouldHaveValue.d.ts +1 -1
  332. package/dist/types/base-types/CouldHaveValue.d.ts.map +1 -1
  333. package/dist/types/base-types/Digital.d.ts +1 -1
  334. package/dist/types/base-types/Digital.d.ts.map +1 -1
  335. package/dist/types/base-types/Indexable.d.ts +1 -1
  336. package/dist/types/base-types/Indexable.d.ts.map +1 -1
  337. package/dist/types/base-types/IndexableObject.d.ts +1 -1
  338. package/dist/types/base-types/IndexableObject.d.ts.map +1 -1
  339. package/dist/types/base-types/IndexedObject.d.ts +1 -1
  340. package/dist/types/base-types/IndexedObject.d.ts.map +1 -1
  341. package/dist/types/base-types/NarrowObject.d.ts +1 -1
  342. package/dist/types/base-types/NarrowObject.d.ts.map +1 -1
  343. package/dist/types/base-types/Tuple.d.ts +1 -1
  344. package/dist/types/base-types/Tuple.d.ts.map +1 -1
  345. package/dist/types/base-types/fns/NarrowingFn.d.ts +1 -1
  346. package/dist/types/base-types/fns/NarrowingFn.d.ts.map +1 -1
  347. package/dist/types/boolean-logic/branching/IfAllExtend.d.ts +1 -1
  348. package/dist/types/boolean-logic/branching/IfAllExtend.d.ts.map +1 -1
  349. package/dist/types/boolean-logic/branching/IfAllLiteral.d.ts +1 -1
  350. package/dist/types/boolean-logic/branching/IfAllLiteral.d.ts.map +1 -1
  351. package/dist/types/boolean-logic/branching/IfAnd.d.ts +1 -1
  352. package/dist/types/boolean-logic/branching/IfAnd.d.ts.map +1 -1
  353. package/dist/types/boolean-logic/branching/IfArray.d.ts +1 -1
  354. package/dist/types/boolean-logic/branching/IfArray.d.ts.map +1 -1
  355. package/dist/types/boolean-logic/branching/IfBoolean.d.ts +1 -1
  356. package/dist/types/boolean-logic/branching/IfBoolean.d.ts.map +1 -1
  357. package/dist/types/boolean-logic/branching/IfBooleanLiteral.d.ts +1 -1
  358. package/dist/types/boolean-logic/branching/IfBooleanLiteral.d.ts.map +1 -1
  359. package/dist/types/boolean-logic/branching/IfChar.d.ts +1 -1
  360. package/dist/types/boolean-logic/branching/IfChar.d.ts.map +1 -1
  361. package/dist/types/boolean-logic/branching/IfContainer.d.ts +1 -1
  362. package/dist/types/boolean-logic/branching/IfContainer.d.ts.map +1 -1
  363. package/dist/types/boolean-logic/branching/IfContains.d.ts +1 -1
  364. package/dist/types/boolean-logic/branching/IfContains.d.ts.map +1 -1
  365. package/dist/types/boolean-logic/branching/IfDefined.d.ts +1 -1
  366. package/dist/types/boolean-logic/branching/IfDefined.d.ts.map +1 -1
  367. package/dist/types/boolean-logic/branching/IfDotPath.d.ts +1 -1
  368. package/dist/types/boolean-logic/branching/IfDotPath.d.ts.map +1 -1
  369. package/dist/types/boolean-logic/branching/IfEmptyContainer.d.ts +1 -1
  370. package/dist/types/boolean-logic/branching/IfEmptyContainer.d.ts.map +1 -1
  371. package/dist/types/boolean-logic/branching/IfEmptyObject.d.ts +1 -1
  372. package/dist/types/boolean-logic/branching/IfEmptyObject.d.ts.map +1 -1
  373. package/dist/types/boolean-logic/branching/IfEqual.d.ts +1 -1
  374. package/dist/types/boolean-logic/branching/IfEqual.d.ts.map +1 -1
  375. package/dist/types/boolean-logic/branching/IfErrorCondition.d.ts +1 -1
  376. package/dist/types/boolean-logic/branching/IfErrorCondition.d.ts.map +1 -1
  377. package/dist/types/boolean-logic/branching/IfExtends.d.ts +1 -1
  378. package/dist/types/boolean-logic/branching/IfExtends.d.ts.map +1 -1
  379. package/dist/types/boolean-logic/branching/IfExtendsAll.d.ts +1 -1
  380. package/dist/types/boolean-logic/branching/IfExtendsAll.d.ts.map +1 -1
  381. package/dist/types/boolean-logic/branching/IfExtendsSome.d.ts +1 -1
  382. package/dist/types/boolean-logic/branching/IfExtendsSome.d.ts.map +1 -1
  383. package/dist/types/boolean-logic/branching/IfFalse.d.ts +1 -1
  384. package/dist/types/boolean-logic/branching/IfFalse.d.ts.map +1 -1
  385. package/dist/types/boolean-logic/branching/IfFalsy.d.ts +1 -1
  386. package/dist/types/boolean-logic/branching/IfFalsy.d.ts.map +1 -1
  387. package/dist/types/boolean-logic/branching/IfFnWithParams.d.ts +1 -1
  388. package/dist/types/boolean-logic/branching/IfFnWithParams.d.ts.map +1 -1
  389. package/dist/types/boolean-logic/branching/IfFnWithoutParams.d.ts +1 -1
  390. package/dist/types/boolean-logic/branching/IfFnWithoutParams.d.ts.map +1 -1
  391. package/dist/types/boolean-logic/branching/IfFunction.d.ts +1 -1
  392. package/dist/types/boolean-logic/branching/IfFunction.d.ts.map +1 -1
  393. package/dist/types/boolean-logic/branching/IfGreaterThan.d.ts +1 -1
  394. package/dist/types/boolean-logic/branching/IfGreaterThan.d.ts.map +1 -1
  395. package/dist/types/boolean-logic/branching/IfHasCharacters.d.ts +1 -1
  396. package/dist/types/boolean-logic/branching/IfHasCharacters.d.ts.map +1 -1
  397. package/dist/types/boolean-logic/branching/IfLength.d.ts +1 -1
  398. package/dist/types/boolean-logic/branching/IfLength.d.ts.map +1 -1
  399. package/dist/types/boolean-logic/branching/IfLiteral.d.ts +1 -1
  400. package/dist/types/boolean-logic/branching/IfLiteral.d.ts.map +1 -1
  401. package/dist/types/boolean-logic/branching/IfMaybeFalse.d.ts +1 -1
  402. package/dist/types/boolean-logic/branching/IfMaybeFalse.d.ts.map +1 -1
  403. package/dist/types/boolean-logic/branching/IfMaybeTrue.d.ts +1 -1
  404. package/dist/types/boolean-logic/branching/IfMaybeTrue.d.ts.map +1 -1
  405. package/dist/types/boolean-logic/branching/IfNarrowlyContains.d.ts +1 -1
  406. package/dist/types/boolean-logic/branching/IfNarrowlyContains.d.ts.map +1 -1
  407. package/dist/types/boolean-logic/branching/IfNegativeNumber.d.ts +1 -1
  408. package/dist/types/boolean-logic/branching/IfNegativeNumber.d.ts.map +1 -1
  409. package/dist/types/boolean-logic/branching/IfNever.d.ts +1 -1
  410. package/dist/types/boolean-logic/branching/IfNever.d.ts.map +1 -1
  411. package/dist/types/boolean-logic/branching/IfNotEqual.d.ts +1 -1
  412. package/dist/types/boolean-logic/branching/IfNotEqual.d.ts.map +1 -1
  413. package/dist/types/boolean-logic/branching/IfNotLiteral.d.ts +1 -1
  414. package/dist/types/boolean-logic/branching/IfNotLiteral.d.ts.map +1 -1
  415. package/dist/types/boolean-logic/branching/IfNotNever.d.ts +1 -1
  416. package/dist/types/boolean-logic/branching/IfNotNever.d.ts.map +1 -1
  417. package/dist/types/boolean-logic/branching/IfNotTuple.d.ts +1 -1
  418. package/dist/types/boolean-logic/branching/IfNotTuple.d.ts.map +1 -1
  419. package/dist/types/boolean-logic/branching/IfNull.d.ts +1 -1
  420. package/dist/types/boolean-logic/branching/IfNull.d.ts.map +1 -1
  421. package/dist/types/boolean-logic/branching/IfNumber.d.ts +1 -1
  422. package/dist/types/boolean-logic/branching/IfNumber.d.ts.map +1 -1
  423. package/dist/types/boolean-logic/branching/IfNumericLiteral.d.ts +1 -1
  424. package/dist/types/boolean-logic/branching/IfNumericLiteral.d.ts.map +1 -1
  425. package/dist/types/boolean-logic/branching/IfObject.d.ts +1 -1
  426. package/dist/types/boolean-logic/branching/IfObject.d.ts.map +1 -1
  427. package/dist/types/boolean-logic/branching/IfObjectLiteral.d.ts +1 -1
  428. package/dist/types/boolean-logic/branching/IfObjectLiteral.d.ts.map +1 -1
  429. package/dist/types/boolean-logic/branching/IfOptionalScalar.d.ts +1 -1
  430. package/dist/types/boolean-logic/branching/IfOptionalScalar.d.ts.map +1 -1
  431. package/dist/types/boolean-logic/branching/IfOr.d.ts +1 -1
  432. package/dist/types/boolean-logic/branching/IfOr.d.ts.map +1 -1
  433. package/dist/types/boolean-logic/branching/IfReadonlyArray.d.ts +1 -1
  434. package/dist/types/boolean-logic/branching/IfReadonlyArray.d.ts.map +1 -1
  435. package/dist/types/boolean-logic/branching/IfReadonlyObject.d.ts +1 -1
  436. package/dist/types/boolean-logic/branching/IfReadonlyObject.d.ts.map +1 -1
  437. package/dist/types/boolean-logic/branching/IfRef.d.ts +1 -1
  438. package/dist/types/boolean-logic/branching/IfRef.d.ts.map +1 -1
  439. package/dist/types/boolean-logic/branching/IfReturns.d.ts +1 -1
  440. package/dist/types/boolean-logic/branching/IfReturns.d.ts.map +1 -1
  441. package/dist/types/boolean-logic/branching/IfScalar.d.ts +1 -1
  442. package/dist/types/boolean-logic/branching/IfScalar.d.ts.map +1 -1
  443. package/dist/types/boolean-logic/branching/IfSingularNoun.d.ts +1 -1
  444. package/dist/types/boolean-logic/branching/IfSingularNoun.d.ts.map +1 -1
  445. package/dist/types/boolean-logic/branching/IfSomeEqual.d.ts +1 -1
  446. package/dist/types/boolean-logic/branching/IfSomeEqual.d.ts.map +1 -1
  447. package/dist/types/boolean-logic/branching/IfSomeExtend.d.ts +1 -1
  448. package/dist/types/boolean-logic/branching/IfSomeExtend.d.ts.map +1 -1
  449. package/dist/types/boolean-logic/branching/IfSomeTruthy.d.ts +1 -1
  450. package/dist/types/boolean-logic/branching/IfSomeTruthy.d.ts.map +1 -1
  451. package/dist/types/boolean-logic/branching/IfStartsWith.d.ts +1 -1
  452. package/dist/types/boolean-logic/branching/IfStartsWith.d.ts.map +1 -1
  453. package/dist/types/boolean-logic/branching/IfString.d.ts +1 -1
  454. package/dist/types/boolean-logic/branching/IfString.d.ts.map +1 -1
  455. package/dist/types/boolean-logic/branching/IfStringLiteral.d.ts +1 -1
  456. package/dist/types/boolean-logic/branching/IfStringLiteral.d.ts.map +1 -1
  457. package/dist/types/boolean-logic/branching/IfSymbol.d.ts +1 -1
  458. package/dist/types/boolean-logic/branching/IfSymbol.d.ts.map +1 -1
  459. package/dist/types/boolean-logic/branching/IfTrue.d.ts +1 -1
  460. package/dist/types/boolean-logic/branching/IfTrue.d.ts.map +1 -1
  461. package/dist/types/boolean-logic/branching/IfTruthy.d.ts +1 -1
  462. package/dist/types/boolean-logic/branching/IfTruthy.d.ts.map +1 -1
  463. package/dist/types/boolean-logic/branching/IfTuple.d.ts +1 -1
  464. package/dist/types/boolean-logic/branching/IfTuple.d.ts.map +1 -1
  465. package/dist/types/boolean-logic/branching/IfUndefined.d.ts +1 -1
  466. package/dist/types/boolean-logic/branching/IfUndefined.d.ts.map +1 -1
  467. package/dist/types/boolean-logic/branching/IfUnion.d.ts +1 -1
  468. package/dist/types/boolean-logic/branching/IfUnion.d.ts.map +1 -1
  469. package/dist/types/boolean-logic/branching/IfValidDotPath.d.ts +1 -1
  470. package/dist/types/boolean-logic/branching/IfValidDotPath.d.ts.map +1 -1
  471. package/dist/types/boolean-logic/branching/IfValidKey.d.ts +1 -1
  472. package/dist/types/boolean-logic/branching/IfValidKey.d.ts.map +1 -1
  473. package/dist/types/boolean-logic/branching/IfWide.d.ts +1 -1
  474. package/dist/types/boolean-logic/branching/IfWide.d.ts.map +1 -1
  475. package/dist/types/boolean-logic/combinators/And.d.ts +1 -1
  476. package/dist/types/boolean-logic/combinators/And.d.ts.map +1 -1
  477. package/dist/types/boolean-logic/combinators/Not.d.ts +1 -1
  478. package/dist/types/boolean-logic/combinators/Not.d.ts.map +1 -1
  479. package/dist/types/boolean-logic/combinators/Or.d.ts +1 -1
  480. package/dist/types/boolean-logic/combinators/Or.d.ts.map +1 -1
  481. package/dist/types/boolean-logic/narrowing/AsIndexOf.d.ts +1 -1
  482. package/dist/types/boolean-logic/narrowing/AsIndexOf.d.ts.map +1 -1
  483. package/dist/types/boolean-logic/operators/AllExtend.d.ts +1 -1
  484. package/dist/types/boolean-logic/operators/AllExtend.d.ts.map +1 -1
  485. package/dist/types/boolean-logic/operators/Contains.d.ts +1 -1
  486. package/dist/types/boolean-logic/operators/Contains.d.ts.map +1 -1
  487. package/dist/types/boolean-logic/operators/ContainsAll.d.ts +1 -1
  488. package/dist/types/boolean-logic/operators/ContainsAll.d.ts.map +1 -1
  489. package/dist/types/boolean-logic/operators/EndsWith.d.ts +1 -1
  490. package/dist/types/boolean-logic/operators/EndsWith.d.ts.map +1 -1
  491. package/dist/types/boolean-logic/operators/ExtendsAll.d.ts +1 -1
  492. package/dist/types/boolean-logic/operators/ExtendsAll.d.ts.map +1 -1
  493. package/dist/types/boolean-logic/operators/ExtendsNone.d.ts +1 -1
  494. package/dist/types/boolean-logic/operators/ExtendsNone.d.ts.map +1 -1
  495. package/dist/types/boolean-logic/operators/ExtendsSome.d.ts +1 -1
  496. package/dist/types/boolean-logic/operators/ExtendsSome.d.ts.map +1 -1
  497. package/dist/types/boolean-logic/operators/HasCharacters.d.ts +1 -1
  498. package/dist/types/boolean-logic/operators/HasCharacters.d.ts.map +1 -1
  499. package/dist/types/boolean-logic/operators/HasParameters.d.ts +1 -1
  500. package/dist/types/boolean-logic/operators/HasParameters.d.ts.map +1 -1
  501. package/dist/types/boolean-logic/operators/HasSameValues.d.ts +1 -1
  502. package/dist/types/boolean-logic/operators/HasSameValues.d.ts.map +1 -1
  503. package/dist/types/boolean-logic/operators/HasUnionType.d.ts +1 -1
  504. package/dist/types/boolean-logic/operators/HasUnionType.d.ts.map +1 -1
  505. package/dist/types/boolean-logic/operators/Includes.d.ts +1 -1
  506. package/dist/types/boolean-logic/operators/Includes.d.ts.map +1 -1
  507. package/dist/types/boolean-logic/operators/IsAllLowercase.d.ts +1 -1
  508. package/dist/types/boolean-logic/operators/IsAllLowercase.d.ts.map +1 -1
  509. package/dist/types/boolean-logic/operators/IsAny.d.ts +1 -1
  510. package/dist/types/boolean-logic/operators/IsAny.d.ts.map +1 -1
  511. package/dist/types/boolean-logic/operators/IsAnyEqual.d.ts +1 -1
  512. package/dist/types/boolean-logic/operators/IsAnyEqual.d.ts.map +1 -1
  513. package/dist/types/boolean-logic/operators/IsBooleanLiteral.d.ts +1 -1
  514. package/dist/types/boolean-logic/operators/IsBooleanLiteral.d.ts.map +1 -1
  515. package/dist/types/boolean-logic/operators/IsChar.d.ts +1 -1
  516. package/dist/types/boolean-logic/operators/IsChar.d.ts.map +1 -1
  517. package/dist/types/boolean-logic/operators/IsContainer.d.ts +1 -1
  518. package/dist/types/boolean-logic/operators/IsContainer.d.ts.map +1 -1
  519. package/dist/types/boolean-logic/operators/IsDotPath.d.ts +1 -1
  520. package/dist/types/boolean-logic/operators/IsDotPath.d.ts.map +1 -1
  521. package/dist/types/boolean-logic/operators/IsEmptyObject.d.ts +1 -1
  522. package/dist/types/boolean-logic/operators/IsEmptyObject.d.ts.map +1 -1
  523. package/dist/types/boolean-logic/operators/IsErrorCondition.d.ts +1 -1
  524. package/dist/types/boolean-logic/operators/IsErrorCondition.d.ts.map +1 -1
  525. package/dist/types/boolean-logic/operators/IsFalse.d.ts +1 -1
  526. package/dist/types/boolean-logic/operators/IsFalse.d.ts.map +1 -1
  527. package/dist/types/boolean-logic/operators/IsFalsy.d.ts +1 -1
  528. package/dist/types/boolean-logic/operators/IsFalsy.d.ts.map +1 -1
  529. package/dist/types/boolean-logic/operators/IsFnWithParams.d.ts +1 -1
  530. package/dist/types/boolean-logic/operators/IsFnWithParams.d.ts.map +1 -1
  531. package/dist/types/boolean-logic/operators/IsFunction.d.ts +1 -1
  532. package/dist/types/boolean-logic/operators/IsFunction.d.ts.map +1 -1
  533. package/dist/types/boolean-logic/operators/IsGreaterThan.d.ts +1 -1
  534. package/dist/types/boolean-logic/operators/IsGreaterThan.d.ts.map +1 -1
  535. package/dist/types/boolean-logic/operators/IsLength.d.ts +1 -1
  536. package/dist/types/boolean-logic/operators/IsLength.d.ts.map +1 -1
  537. package/dist/types/boolean-logic/operators/IsLiteral.d.ts +1 -1
  538. package/dist/types/boolean-logic/operators/IsLiteral.d.ts.map +1 -1
  539. package/dist/types/boolean-logic/operators/IsMaybeTrue.d.ts +1 -1
  540. package/dist/types/boolean-logic/operators/IsMaybeTrue.d.ts.map +1 -1
  541. package/dist/types/boolean-logic/operators/IsNegativeNumber.d.ts +1 -1
  542. package/dist/types/boolean-logic/operators/IsNegativeNumber.d.ts.map +1 -1
  543. package/dist/types/boolean-logic/operators/IsNotEqual.d.ts +1 -1
  544. package/dist/types/boolean-logic/operators/IsNotEqual.d.ts.map +1 -1
  545. package/dist/types/boolean-logic/operators/IsNumericLiteral.d.ts +1 -1
  546. package/dist/types/boolean-logic/operators/IsNumericLiteral.d.ts.map +1 -1
  547. package/dist/types/boolean-logic/operators/IsObject.d.ts +1 -1
  548. package/dist/types/boolean-logic/operators/IsObject.d.ts.map +1 -1
  549. package/dist/types/boolean-logic/operators/IsObjectLiteral.d.ts +1 -1
  550. package/dist/types/boolean-logic/operators/IsObjectLiteral.d.ts.map +1 -1
  551. package/dist/types/boolean-logic/operators/IsOptionalScalar.d.ts +1 -1
  552. package/dist/types/boolean-logic/operators/IsOptionalScalar.d.ts.map +1 -1
  553. package/dist/types/boolean-logic/operators/IsReadonlyObject.d.ts +1 -1
  554. package/dist/types/boolean-logic/operators/IsReadonlyObject.d.ts.map +1 -1
  555. package/dist/types/boolean-logic/operators/IsRef.d.ts +1 -1
  556. package/dist/types/boolean-logic/operators/IsRef.d.ts.map +1 -1
  557. package/dist/types/boolean-logic/operators/IsScalar.d.ts +1 -1
  558. package/dist/types/boolean-logic/operators/IsScalar.d.ts.map +1 -1
  559. package/dist/types/boolean-logic/operators/IsSingularNoun.d.ts +1 -1
  560. package/dist/types/boolean-logic/operators/IsSingularNoun.d.ts.map +1 -1
  561. package/dist/types/boolean-logic/operators/IsStringLiteral.d.ts +1 -1
  562. package/dist/types/boolean-logic/operators/IsStringLiteral.d.ts.map +1 -1
  563. package/dist/types/boolean-logic/operators/IsTrue.d.ts +1 -1
  564. package/dist/types/boolean-logic/operators/IsTrue.d.ts.map +1 -1
  565. package/dist/types/boolean-logic/operators/IsTruthy.d.ts +1 -1
  566. package/dist/types/boolean-logic/operators/IsTruthy.d.ts.map +1 -1
  567. package/dist/types/boolean-logic/operators/IsUnion.d.ts +1 -1
  568. package/dist/types/boolean-logic/operators/IsUnion.d.ts.map +1 -1
  569. package/dist/types/boolean-logic/operators/IsValidDotPath.d.ts +1 -1
  570. package/dist/types/boolean-logic/operators/IsValidDotPath.d.ts.map +1 -1
  571. package/dist/types/boolean-logic/operators/IsValidKey.d.ts +1 -1
  572. package/dist/types/boolean-logic/operators/IsValidKey.d.ts.map +1 -1
  573. package/dist/types/boolean-logic/operators/IsWideType.d.ts +1 -1
  574. package/dist/types/boolean-logic/operators/IsWideType.d.ts.map +1 -1
  575. package/dist/types/boolean-logic/operators/NarrowlyContains.d.ts +1 -1
  576. package/dist/types/boolean-logic/operators/NarrowlyContains.d.ts.map +1 -1
  577. package/dist/types/boolean-logic/operators/NotCharacters.d.ts +1 -1
  578. package/dist/types/boolean-logic/operators/NotCharacters.d.ts.map +1 -1
  579. package/dist/types/boolean-logic/operators/NotEqual.d.ts +1 -1
  580. package/dist/types/boolean-logic/operators/NotEqual.d.ts.map +1 -1
  581. package/dist/types/boolean-logic/operators/NotLength.d.ts +1 -1
  582. package/dist/types/boolean-logic/operators/NotLength.d.ts.map +1 -1
  583. package/dist/types/boolean-logic/operators/Returns.d.ts +1 -1
  584. package/dist/types/boolean-logic/operators/Returns.d.ts.map +1 -1
  585. package/dist/types/boolean-logic/operators/ReturnsBoolean.d.ts +1 -1
  586. package/dist/types/boolean-logic/operators/ReturnsBoolean.d.ts.map +1 -1
  587. package/dist/types/boolean-logic/operators/ReturnsFalse.d.ts +1 -1
  588. package/dist/types/boolean-logic/operators/ReturnsFalse.d.ts.map +1 -1
  589. package/dist/types/boolean-logic/operators/ReturnsTrue.d.ts +1 -1
  590. package/dist/types/boolean-logic/operators/ReturnsTrue.d.ts.map +1 -1
  591. package/dist/types/boolean-logic/operators/SomeEqual.d.ts +1 -1
  592. package/dist/types/boolean-logic/operators/SomeEqual.d.ts.map +1 -1
  593. package/dist/types/boolean-logic/operators/SomeExtend.d.ts +1 -1
  594. package/dist/types/boolean-logic/operators/SomeExtend.d.ts.map +1 -1
  595. package/dist/types/boolean-logic/operators/StartsWith.d.ts +1 -1
  596. package/dist/types/boolean-logic/operators/StartsWith.d.ts.map +1 -1
  597. package/dist/types/containers/EmptyContainer.d.ts +1 -1
  598. package/dist/types/containers/EmptyContainer.d.ts.map +1 -1
  599. package/dist/types/containers/NonEmptyContainer.d.ts +1 -1
  600. package/dist/types/containers/NonEmptyContainer.d.ts.map +1 -1
  601. package/dist/types/containers/WithKey.d.ts +1 -1
  602. package/dist/types/containers/WithKey.d.ts.map +1 -1
  603. package/dist/types/dictionary/AddKeyValue.d.ts +1 -1
  604. package/dist/types/dictionary/AddKeyValue.d.ts.map +1 -1
  605. package/dist/types/dictionary/DictChangeValue.d.ts +1 -1
  606. package/dist/types/dictionary/DictChangeValue.d.ts.map +1 -1
  607. package/dist/types/dictionary/ExplicitKeys.d.ts +1 -1
  608. package/dist/types/dictionary/ExplicitKeys.d.ts.map +1 -1
  609. package/dist/types/dictionary/FromMaybeRef.d.ts +1 -1
  610. package/dist/types/dictionary/FromMaybeRef.d.ts.map +1 -1
  611. package/dist/types/dictionary/Get.d.ts +2 -2
  612. package/dist/types/dictionary/Get.d.ts.map +1 -1
  613. package/dist/types/dictionary/Keys.d.ts +1 -1
  614. package/dist/types/dictionary/Keys.d.ts.map +1 -1
  615. package/dist/types/dictionary/KeysEqualValue.d.ts +1 -1
  616. package/dist/types/dictionary/KeysEqualValue.d.ts.map +1 -1
  617. package/dist/types/dictionary/KeysNotEqualValue.d.ts +1 -1
  618. package/dist/types/dictionary/KeysNotEqualValue.d.ts.map +1 -1
  619. package/dist/types/dictionary/KeysWithValue.d.ts +1 -1
  620. package/dist/types/dictionary/KeysWithValue.d.ts.map +1 -1
  621. package/dist/types/dictionary/KeysWithoutValue.d.ts +1 -1
  622. package/dist/types/dictionary/KeysWithoutValue.d.ts.map +1 -1
  623. package/dist/types/dictionary/MakePropsMutable.d.ts +1 -1
  624. package/dist/types/dictionary/MakePropsMutable.d.ts.map +1 -1
  625. package/dist/types/dictionary/MapTo.d.ts +1 -1
  626. package/dist/types/dictionary/MapTo.d.ts.map +1 -1
  627. package/dist/types/dictionary/MaybeRef.d.ts +1 -1
  628. package/dist/types/dictionary/MaybeRef.d.ts.map +1 -1
  629. package/dist/types/dictionary/MutableProps.d.ts +1 -1
  630. package/dist/types/dictionary/MutableProps.d.ts.map +1 -1
  631. package/dist/types/dictionary/NonStringKeys.d.ts +1 -1
  632. package/dist/types/dictionary/NonStringKeys.d.ts.map +1 -1
  633. package/dist/types/dictionary/OptionalProps.d.ts +1 -1
  634. package/dist/types/dictionary/OptionalProps.d.ts.map +1 -1
  635. package/dist/types/dictionary/PrivateKeys.d.ts +1 -1
  636. package/dist/types/dictionary/PrivateKeys.d.ts.map +1 -1
  637. package/dist/types/dictionary/ReadonlyProps.d.ts +1 -1
  638. package/dist/types/dictionary/ReadonlyProps.d.ts.map +1 -1
  639. package/dist/types/dictionary/RemoveIndexKeys.d.ts +1 -1
  640. package/dist/types/dictionary/RemoveIndexKeys.d.ts.map +1 -1
  641. package/dist/types/dictionary/RequireProps.d.ts +1 -1
  642. package/dist/types/dictionary/RequireProps.d.ts.map +1 -1
  643. package/dist/types/dictionary/RequiredKeys.d.ts +1 -1
  644. package/dist/types/dictionary/RequiredKeys.d.ts.map +1 -1
  645. package/dist/types/dictionary/RequiredProps.d.ts +1 -1
  646. package/dist/types/dictionary/RequiredProps.d.ts.map +1 -1
  647. package/dist/types/dictionary/SharedKeys.d.ts +1 -1
  648. package/dist/types/dictionary/SharedKeys.d.ts.map +1 -1
  649. package/dist/types/dictionary/SimplifyObject.d.ts +1 -1
  650. package/dist/types/dictionary/SimplifyObject.d.ts.map +1 -1
  651. package/dist/types/dictionary/UpsertKeyValue.d.ts +1 -1
  652. package/dist/types/dictionary/UpsertKeyValue.d.ts.map +1 -1
  653. package/dist/types/dictionary/ValidKey.d.ts +1 -1
  654. package/dist/types/dictionary/ValidKey.d.ts.map +1 -1
  655. package/dist/types/dictionary/WithKeys.d.ts +1 -1
  656. package/dist/types/dictionary/WithKeys.d.ts.map +1 -1
  657. package/dist/types/dictionary/WithNumericKeys.d.ts +1 -1
  658. package/dist/types/dictionary/WithNumericKeys.d.ts.map +1 -1
  659. package/dist/types/dictionary/WithStringKeys.d.ts +1 -1
  660. package/dist/types/dictionary/WithStringKeys.d.ts.map +1 -1
  661. package/dist/types/dictionary/WithValue.d.ts +1 -1
  662. package/dist/types/dictionary/WithValue.d.ts.map +1 -1
  663. package/dist/types/dictionary/WithoutKeys.d.ts +1 -1
  664. package/dist/types/dictionary/WithoutKeys.d.ts.map +1 -1
  665. package/dist/types/dictionary/WithoutValue.d.ts +1 -1
  666. package/dist/types/dictionary/WithoutValue.d.ts.map +1 -1
  667. package/dist/types/errors/ErrorConditionHandler.d.ts +1 -1
  668. package/dist/types/errors/ErrorConditionHandler.d.ts.map +1 -1
  669. package/dist/types/errors/ReportError.d.ts +1 -1
  670. package/dist/types/errors/ReportError.d.ts.map +1 -1
  671. package/dist/types/functional/Left.d.ts +1 -1
  672. package/dist/types/functional/Left.d.ts.map +1 -1
  673. package/dist/types/functional/Right.d.ts +1 -1
  674. package/dist/types/functional/Right.d.ts.map +1 -1
  675. package/dist/types/functions/AsFnMeta.d.ts +1 -1
  676. package/dist/types/functions/AsFnMeta.d.ts.map +1 -1
  677. package/dist/types/functions/FnMeta.d.ts +1 -1
  678. package/dist/types/functions/FnMeta.d.ts.map +1 -1
  679. package/dist/types/functions/FnProps.d.ts +1 -1
  680. package/dist/types/functions/FnProps.d.ts.map +1 -1
  681. package/dist/types/functions/PromiseAll.d.ts +1 -1
  682. package/dist/types/functions/PromiseAll.d.ts.map +1 -1
  683. package/dist/types/functions/RemoveFnProps.d.ts +1 -1
  684. package/dist/types/functions/RemoveFnProps.d.ts.map +1 -1
  685. package/dist/types/functions/ToFn.d.ts +1 -1
  686. package/dist/types/functions/ToFn.d.ts.map +1 -1
  687. package/dist/types/functions/TypeGuard.d.ts +1 -1
  688. package/dist/types/functions/TypeGuard.d.ts.map +1 -1
  689. package/dist/types/functions/index.js +1 -1
  690. package/dist/types/kv/KeyValue.d.ts +1 -1
  691. package/dist/types/kv/KeyValue.d.ts.map +1 -1
  692. package/dist/types/lists/AfterFirst.d.ts +1 -1
  693. package/dist/types/lists/AfterFirst.d.ts.map +1 -1
  694. package/dist/types/lists/ArrayElementType.d.ts +1 -1
  695. package/dist/types/lists/ArrayElementType.d.ts.map +1 -1
  696. package/dist/types/lists/AsArray.d.ts +1 -1
  697. package/dist/types/lists/AsArray.d.ts.map +1 -1
  698. package/dist/types/lists/AsTuple.d.ts +1 -1
  699. package/dist/types/lists/AsTuple.d.ts.map +1 -1
  700. package/dist/types/lists/BeforeLast.d.ts +1 -1
  701. package/dist/types/lists/BeforeLast.d.ts.map +1 -1
  702. package/dist/types/lists/ConvertAndMap.d.ts +1 -1
  703. package/dist/types/lists/ConvertAndMap.d.ts.map +1 -1
  704. package/dist/types/lists/ConvertSet.d.ts +1 -1
  705. package/dist/types/lists/ConvertSet.d.ts.map +1 -1
  706. package/dist/types/lists/Filter.d.ts +1 -1
  707. package/dist/types/lists/Filter.d.ts.map +1 -1
  708. package/dist/types/lists/Find.d.ts +1 -1
  709. package/dist/types/lists/Find.d.ts.map +1 -1
  710. package/dist/types/lists/FirstOrElse.d.ts +1 -1
  711. package/dist/types/lists/FirstOrElse.d.ts.map +1 -1
  712. package/dist/types/lists/Flatten.d.ts +1 -1
  713. package/dist/types/lists/Flatten.d.ts.map +1 -1
  714. package/dist/types/lists/GetEach.d.ts +1 -1
  715. package/dist/types/lists/GetEach.d.ts.map +1 -1
  716. package/dist/types/lists/IndexOf.d.ts +1 -1
  717. package/dist/types/lists/IndexOf.d.ts.map +1 -1
  718. package/dist/types/lists/IntersectAll.d.ts +1 -1
  719. package/dist/types/lists/IntersectAll.d.ts.map +1 -1
  720. package/dist/types/lists/Last.d.ts +1 -1
  721. package/dist/types/lists/Last.d.ts.map +1 -1
  722. package/dist/types/lists/Length.d.ts +1 -1
  723. package/dist/types/lists/Length.d.ts.map +1 -1
  724. package/dist/types/lists/LogicalReturns.d.ts +1 -1
  725. package/dist/types/lists/LogicalReturns.d.ts.map +1 -1
  726. package/dist/types/lists/NumericKeys.d.ts +1 -1
  727. package/dist/types/lists/NumericKeys.d.ts.map +1 -1
  728. package/dist/types/lists/Pop.d.ts +1 -1
  729. package/dist/types/lists/Pop.d.ts.map +1 -1
  730. package/dist/types/lists/ReplaceLast.d.ts +1 -1
  731. package/dist/types/lists/ReplaceLast.d.ts.map +1 -1
  732. package/dist/types/lists/Retain.d.ts +1 -1
  733. package/dist/types/lists/Retain.d.ts.map +1 -1
  734. package/dist/types/lists/ReturnTypes.d.ts +1 -1
  735. package/dist/types/lists/ReturnTypes.d.ts.map +1 -1
  736. package/dist/types/lists/Reverse.d.ts +1 -1
  737. package/dist/types/lists/Reverse.d.ts.map +1 -1
  738. package/dist/types/lists/Shift.d.ts +1 -1
  739. package/dist/types/lists/Shift.d.ts.map +1 -1
  740. package/dist/types/lists/TruthyReturns.d.ts +1 -1
  741. package/dist/types/lists/TruthyReturns.d.ts.map +1 -1
  742. package/dist/types/lists/UnionFromProp.d.ts +1 -1
  743. package/dist/types/lists/UnionFromProp.d.ts.map +1 -1
  744. package/dist/types/lists/extractors/2nd-order/RemoveEquals.d.ts +1 -1
  745. package/dist/types/lists/extractors/2nd-order/RemoveEquals.d.ts.map +1 -1
  746. package/dist/types/lists/extractors/2nd-order/RemoveErrors.d.ts +1 -1
  747. package/dist/types/lists/extractors/2nd-order/RemoveErrors.d.ts.map +1 -1
  748. package/dist/types/lists/extractors/2nd-order/RemoveExtends.d.ts +1 -1
  749. package/dist/types/lists/extractors/2nd-order/RemoveExtends.d.ts.map +1 -1
  750. package/dist/types/lists/extractors/2nd-order/RemoveNever.d.ts +1 -1
  751. package/dist/types/lists/extractors/2nd-order/RemoveNever.d.ts.map +1 -1
  752. package/dist/types/lists/extractors/2nd-order/RemoveNotExtends.d.ts +1 -1
  753. package/dist/types/lists/extractors/2nd-order/RemoveNotExtends.d.ts.map +1 -1
  754. package/dist/types/lists/extractors/2nd-order/RemoveStrings.d.ts +1 -1
  755. package/dist/types/lists/extractors/2nd-order/RemoveStrings.d.ts.map +1 -1
  756. package/dist/types/lists/extractors/2nd-order/RetainEquals.d.ts +1 -1
  757. package/dist/types/lists/extractors/2nd-order/RetainEquals.d.ts.map +1 -1
  758. package/dist/types/lists/extractors/2nd-order/RetainExtends.d.ts +1 -1
  759. package/dist/types/lists/extractors/2nd-order/RetainExtends.d.ts.map +1 -1
  760. package/dist/types/lists/extractors/2nd-order/RetainNotExtends.d.ts +1 -1
  761. package/dist/types/lists/extractors/2nd-order/RetainNotExtends.d.ts.map +1 -1
  762. package/dist/types/lists/extractors/2nd-order/RetainStrings.d.ts +1 -1
  763. package/dist/types/lists/extractors/2nd-order/RetainStrings.d.ts.map +1 -1
  764. package/dist/types/lists/extractors/RemoveFromList.d.ts +1 -1
  765. package/dist/types/lists/extractors/RemoveFromList.d.ts.map +1 -1
  766. package/dist/types/lists/extractors/RetainFromList.d.ts +1 -1
  767. package/dist/types/lists/extractors/RetainFromList.d.ts.map +1 -1
  768. package/dist/types/literals/Box.d.ts +1 -1
  769. package/dist/types/literals/Box.d.ts.map +1 -1
  770. package/dist/types/literals/Color.d.ts +1 -1
  771. package/dist/types/literals/Color.d.ts.map +1 -1
  772. package/dist/types/literals/ContainerBlockKey.d.ts +1 -1
  773. package/dist/types/literals/ContainerBlockKey.d.ts.map +1 -1
  774. package/dist/types/literals/ContainerKeyGuarantee.d.ts +1 -1
  775. package/dist/types/literals/ContainerKeyGuarantee.d.ts.map +1 -1
  776. package/dist/types/literals/ExpandRecursively.d.ts +1 -1
  777. package/dist/types/literals/ExpandRecursively.d.ts.map +1 -1
  778. package/dist/types/numeric-literals/Abs.d.ts +1 -1
  779. package/dist/types/numeric-literals/Abs.d.ts.map +1 -1
  780. package/dist/types/numeric-literals/AbsMaybe.d.ts +1 -1
  781. package/dist/types/numeric-literals/AbsMaybe.d.ts.map +1 -1
  782. package/dist/types/numeric-literals/AsNumberWhenPossible.d.ts +1 -1
  783. package/dist/types/numeric-literals/AsNumberWhenPossible.d.ts.map +1 -1
  784. package/dist/types/numeric-literals/Decrement.d.ts +1 -1
  785. package/dist/types/numeric-literals/Decrement.d.ts.map +1 -1
  786. package/dist/types/numeric-literals/Digit.d.ts +2 -2
  787. package/dist/types/numeric-literals/Digit.d.ts.map +1 -1
  788. package/dist/types/numeric-literals/DigitNonZero.d.ts +1 -1
  789. package/dist/types/numeric-literals/DigitNonZero.d.ts.map +1 -1
  790. package/dist/types/numeric-literals/Digitize.d.ts +1 -1
  791. package/dist/types/numeric-literals/Digitize.d.ts.map +1 -1
  792. package/dist/types/numeric-literals/Float.d.ts +1 -1
  793. package/dist/types/numeric-literals/Float.d.ts.map +1 -1
  794. package/dist/types/numeric-literals/Increment.d.ts +1 -1
  795. package/dist/types/numeric-literals/Increment.d.ts.map +1 -1
  796. package/dist/types/numeric-literals/Negative.d.ts +1 -1
  797. package/dist/types/numeric-literals/Negative.d.ts.map +1 -1
  798. package/dist/types/numeric-literals/NextDigit.d.ts +1 -1
  799. package/dist/types/numeric-literals/NextDigit.d.ts.map +1 -1
  800. package/dist/types/numeric-literals/PriorDigit.d.ts +1 -1
  801. package/dist/types/numeric-literals/PriorDigit.d.ts.map +1 -1
  802. package/dist/types/numeric-literals/Subtract.d.ts +1 -1
  803. package/dist/types/numeric-literals/Subtract.d.ts.map +1 -1
  804. package/dist/types/numeric-literals/ToInteger.d.ts +1 -1
  805. package/dist/types/numeric-literals/ToInteger.d.ts.map +1 -1
  806. package/dist/types/numeric-literals/ToNumericArray.d.ts +1 -1
  807. package/dist/types/numeric-literals/ToNumericArray.d.ts.map +1 -1
  808. package/dist/types/runtime-types/DescribeType.d.ts +1 -1
  809. package/dist/types/runtime-types/DescribeType.d.ts.map +1 -1
  810. package/dist/types/runtime-types/FromLiteralTokens.d.ts +1 -1
  811. package/dist/types/runtime-types/FromLiteralTokens.d.ts.map +1 -1
  812. package/dist/types/runtime-types/LiteralType.d.ts +1 -1
  813. package/dist/types/runtime-types/LiteralType.d.ts.map +1 -1
  814. package/dist/types/runtime-types/StringLiteralToken.d.ts +1 -1
  815. package/dist/types/runtime-types/StringLiteralToken.d.ts.map +1 -1
  816. package/dist/types/runtime-types/TokenizeStringLiteral.d.ts +1 -1
  817. package/dist/types/runtime-types/TokenizeStringLiteral.d.ts.map +1 -1
  818. package/dist/types/runtime-types/Type.d.ts +3 -3
  819. package/dist/types/runtime-types/Type.d.ts.map +1 -1
  820. package/dist/types/runtime-types/TypeOf.d.ts +2 -2
  821. package/dist/types/runtime-types/TypeOf.d.ts.map +1 -1
  822. package/dist/types/runtime-types/TypeToken.d.ts +2 -2
  823. package/dist/types/runtime-types/TypeToken.d.ts.map +1 -1
  824. package/dist/types/runtime-types/TypeTuple.d.ts +1 -1
  825. package/dist/types/runtime-types/TypeTuple.d.ts.map +1 -1
  826. package/dist/types/runtime-types/api/boolean.d.ts +1 -1
  827. package/dist/types/runtime-types/api/boolean.d.ts.map +1 -1
  828. package/dist/types/runtime-types/api/number.d.ts +2 -2
  829. package/dist/types/runtime-types/api/number.d.ts.map +1 -1
  830. package/dist/types/runtime-types/api/numericLiteral.js +2 -2
  831. package/dist/types/runtime-types/api/string.d.ts +2 -2
  832. package/dist/types/runtime-types/api/string.d.ts.map +1 -1
  833. package/dist/types/runtime-types/api/stringLiteral.d.ts +1 -1
  834. package/dist/types/runtime-types/api/stringLiteral.d.ts.map +1 -1
  835. package/dist/types/sets/AllKeys.d.ts +1 -1
  836. package/dist/types/sets/AllKeys.d.ts.map +1 -1
  837. package/dist/types/sets/Dedupe.d.ts +1 -1
  838. package/dist/types/sets/Dedupe.d.ts.map +1 -1
  839. package/dist/types/sets/IntersectingKeys.d.ts +1 -1
  840. package/dist/types/sets/IntersectingKeys.d.ts.map +1 -1
  841. package/dist/types/sets/Intersection.d.ts +1 -1
  842. package/dist/types/sets/Intersection.d.ts.map +1 -1
  843. package/dist/types/sets/Relate.d.ts +1 -1
  844. package/dist/types/sets/Relate.d.ts.map +1 -1
  845. package/dist/types/sets/SetCandidate.d.ts +1 -1
  846. package/dist/types/sets/SetCandidate.d.ts.map +1 -1
  847. package/dist/types/sets/SetRemoval.d.ts +1 -1
  848. package/dist/types/sets/SetRemoval.d.ts.map +1 -1
  849. package/dist/types/sets/Unique.d.ts +1 -1
  850. package/dist/types/sets/Unique.d.ts.map +1 -1
  851. package/dist/types/sets/UniqueKeys.d.ts +1 -1
  852. package/dist/types/sets/UniqueKeys.d.ts.map +1 -1
  853. package/dist/types/sets/UniqueKeysUnion.d.ts +1 -1
  854. package/dist/types/sets/UniqueKeysUnion.d.ts.map +1 -1
  855. package/dist/types/sets/UniqueKv.d.ts +1 -1
  856. package/dist/types/sets/UniqueKv.d.ts.map +1 -1
  857. package/dist/types/string-literals/Cardinality.d.ts +1 -1
  858. package/dist/types/string-literals/Cardinality.d.ts.map +1 -1
  859. package/dist/types/string-literals/Chars.d.ts +1 -1
  860. package/dist/types/string-literals/Chars.d.ts.map +1 -1
  861. package/dist/types/string-literals/Concat.d.ts +1 -1
  862. package/dist/types/string-literals/Concat.d.ts.map +1 -1
  863. package/dist/types/string-literals/Date.d.ts +2 -2
  864. package/dist/types/string-literals/Date.d.ts.map +1 -1
  865. package/dist/types/string-literals/DateTime.d.ts +1 -1
  866. package/dist/types/string-literals/DateTime.d.ts.map +1 -1
  867. package/dist/types/string-literals/DropChars.d.ts +1 -1
  868. package/dist/types/string-literals/DropChars.d.ts.map +1 -1
  869. package/dist/types/string-literals/EmptyStringOr.d.ts +1 -1
  870. package/dist/types/string-literals/EmptyStringOr.d.ts.map +1 -1
  871. package/dist/types/string-literals/EnsureLeading.d.ts +1 -1
  872. package/dist/types/string-literals/EnsureLeading.d.ts.map +1 -1
  873. package/dist/types/string-literals/EnsureLeadingEvery.d.ts +1 -1
  874. package/dist/types/string-literals/EnsureLeadingEvery.d.ts.map +1 -1
  875. package/dist/types/string-literals/EnsureTrailing.d.ts +1 -1
  876. package/dist/types/string-literals/EnsureTrailing.d.ts.map +1 -1
  877. package/dist/types/string-literals/FirstChar.d.ts +1 -1
  878. package/dist/types/string-literals/FirstChar.d.ts.map +1 -1
  879. package/dist/types/string-literals/HasUppercase.d.ts +1 -1
  880. package/dist/types/string-literals/HasUppercase.d.ts.map +1 -1
  881. package/dist/types/string-literals/Join.d.ts +1 -1
  882. package/dist/types/string-literals/Join.d.ts.map +1 -1
  883. package/dist/types/string-literals/LastChar.d.ts +1 -1
  884. package/dist/types/string-literals/LastChar.d.ts.map +1 -1
  885. package/dist/types/string-literals/PathJoin.d.ts +1 -1
  886. package/dist/types/string-literals/PathJoin.d.ts.map +1 -1
  887. package/dist/types/string-literals/Pluralize.d.ts +2 -2
  888. package/dist/types/string-literals/Pluralize.d.ts.map +1 -1
  889. package/dist/types/string-literals/Prepend.d.ts +1 -1
  890. package/dist/types/string-literals/Prepend.d.ts.map +1 -1
  891. package/dist/types/string-literals/PrependAll.d.ts +1 -1
  892. package/dist/types/string-literals/PrependAll.d.ts.map +1 -1
  893. package/dist/types/string-literals/RemainingChars.d.ts +1 -1
  894. package/dist/types/string-literals/RemainingChars.d.ts.map +1 -1
  895. package/dist/types/string-literals/Repeat.d.ts +1 -1
  896. package/dist/types/string-literals/Repeat.d.ts.map +1 -1
  897. package/dist/types/string-literals/RetainAfter.d.ts +1 -1
  898. package/dist/types/string-literals/RetainAfter.d.ts.map +1 -1
  899. package/dist/types/string-literals/Split.d.ts +1 -1
  900. package/dist/types/string-literals/Split.d.ts.map +1 -1
  901. package/dist/types/string-literals/StrLen.d.ts +1 -1
  902. package/dist/types/string-literals/StrLen.d.ts.map +1 -1
  903. package/dist/types/string-literals/StripAfter.d.ts +1 -1
  904. package/dist/types/string-literals/StripAfter.d.ts.map +1 -1
  905. package/dist/types/string-literals/StripBefore.d.ts +1 -1
  906. package/dist/types/string-literals/StripBefore.d.ts.map +1 -1
  907. package/dist/types/string-literals/StripLeading.d.ts +1 -1
  908. package/dist/types/string-literals/StripLeading.d.ts.map +1 -1
  909. package/dist/types/string-literals/StripTrailing.d.ts +1 -1
  910. package/dist/types/string-literals/StripTrailing.d.ts.map +1 -1
  911. package/dist/types/string-literals/Suggest.d.ts +1 -1
  912. package/dist/types/string-literals/Suggest.d.ts.map +1 -1
  913. package/dist/types/string-literals/Surround.d.ts +1 -1
  914. package/dist/types/string-literals/Surround.d.ts.map +1 -1
  915. package/dist/types/string-literals/Time.d.ts +1 -1
  916. package/dist/types/string-literals/Time.d.ts.map +1 -1
  917. package/dist/types/string-literals/Truncate.d.ts +1 -1
  918. package/dist/types/string-literals/Truncate.d.ts.map +1 -1
  919. package/dist/types/string-literals/casing/AllCaps.d.ts +1 -1
  920. package/dist/types/string-literals/casing/AllCaps.d.ts.map +1 -1
  921. package/dist/types/string-literals/casing/CamelCase.d.ts +1 -1
  922. package/dist/types/string-literals/casing/CamelCase.d.ts.map +1 -1
  923. package/dist/types/string-literals/casing/CapFirstAlpha.d.ts +1 -1
  924. package/dist/types/string-literals/casing/CapFirstAlpha.d.ts.map +1 -1
  925. package/dist/types/string-literals/casing/DashUppercase.d.ts +1 -1
  926. package/dist/types/string-literals/casing/DashUppercase.d.ts.map +1 -1
  927. package/dist/types/string-literals/casing/KebabCase.d.ts +1 -1
  928. package/dist/types/string-literals/casing/KebabCase.d.ts.map +1 -1
  929. package/dist/types/string-literals/casing/LowerAllCaps.d.ts +1 -1
  930. package/dist/types/string-literals/casing/LowerAllCaps.d.ts.map +1 -1
  931. package/dist/types/string-literals/casing/PascalCase.d.ts +1 -1
  932. package/dist/types/string-literals/casing/PascalCase.d.ts.map +1 -1
  933. package/dist/types/string-literals/casing/RaiseAllLowercase.d.ts +1 -1
  934. package/dist/types/string-literals/casing/RaiseAllLowercase.d.ts.map +1 -1
  935. package/dist/types/string-literals/casing/SnakeCase.d.ts +1 -1
  936. package/dist/types/string-literals/casing/SnakeCase.d.ts.map +1 -1
  937. package/dist/types/string-literals/character-sets/Alpha.d.ts +1 -1
  938. package/dist/types/string-literals/character-sets/Alpha.d.ts.map +1 -1
  939. package/dist/types/string-literals/character-sets/AlphaChar.d.ts +1 -1
  940. package/dist/types/string-literals/character-sets/AlphaChar.d.ts.map +1 -1
  941. package/dist/types/string-literals/character-sets/AlphaNumeric.d.ts +1 -1
  942. package/dist/types/string-literals/character-sets/AlphaNumeric.d.ts.map +1 -1
  943. package/dist/types/string-literals/character-sets/CSV.d.ts +1 -1
  944. package/dist/types/string-literals/character-sets/CSV.d.ts.map +1 -1
  945. package/dist/types/string-literals/character-sets/Consonants.d.ts +2 -2
  946. package/dist/types/string-literals/character-sets/Consonants.d.ts.map +1 -1
  947. package/dist/types/string-literals/character-sets/DomainName.d.ts +1 -1
  948. package/dist/types/string-literals/character-sets/DomainName.d.ts.map +1 -1
  949. package/dist/types/string-literals/character-sets/DotPath.d.ts +1 -1
  950. package/dist/types/string-literals/character-sets/DotPath.d.ts.map +1 -1
  951. package/dist/types/string-literals/character-sets/DotPathFor.d.ts +1 -1
  952. package/dist/types/string-literals/character-sets/DotPathFor.d.ts.map +1 -1
  953. package/dist/types/string-literals/character-sets/Hexadecimal.d.ts +1 -1
  954. package/dist/types/string-literals/character-sets/Hexadecimal.d.ts.map +1 -1
  955. package/dist/types/string-literals/character-sets/IpAddress.d.ts +1 -1
  956. package/dist/types/string-literals/character-sets/IpAddress.d.ts.map +1 -1
  957. package/dist/types/string-literals/character-sets/LowerAlpha.d.ts +1 -1
  958. package/dist/types/string-literals/character-sets/LowerAlpha.d.ts.map +1 -1
  959. package/dist/types/string-literals/character-sets/LowerAlphaChar.d.ts +2 -2
  960. package/dist/types/string-literals/character-sets/LowerAlphaChar.d.ts.map +1 -1
  961. package/dist/types/string-literals/character-sets/NonAlpha.d.ts +1 -1
  962. package/dist/types/string-literals/character-sets/NonAlpha.d.ts.map +1 -1
  963. package/dist/types/string-literals/character-sets/NumericChar.d.ts +2 -2
  964. package/dist/types/string-literals/character-sets/NumericChar.d.ts.map +1 -1
  965. package/dist/types/string-literals/character-sets/SingularNoun.d.ts +2 -2
  966. package/dist/types/string-literals/character-sets/SingularNoun.d.ts.map +1 -1
  967. package/dist/types/string-literals/character-sets/UpperAlphaChar.d.ts +2 -2
  968. package/dist/types/string-literals/character-sets/UpperAlphaChar.d.ts.map +1 -1
  969. package/dist/types/string-literals/character-sets/ValueAtDotPath.d.ts +1 -1
  970. package/dist/types/string-literals/character-sets/ValueAtDotPath.d.ts.map +1 -1
  971. package/dist/types/tsconfig.tsbuildinfo +1 -1
  972. package/dist/types/tuples/FirstKey.d.ts +1 -1
  973. package/dist/types/tuples/FirstKey.d.ts.map +1 -1
  974. package/dist/types/tuples/FirstKeyValue.d.ts +1 -1
  975. package/dist/types/tuples/FirstKeyValue.d.ts.map +1 -1
  976. package/dist/types/tuples/FromDictArray.d.ts +1 -1
  977. package/dist/types/tuples/FromDictArray.d.ts.map +1 -1
  978. package/dist/types/tuples/LastOfEach.d.ts +1 -1
  979. package/dist/types/tuples/LastOfEach.d.ts.map +1 -1
  980. package/dist/types/type-conversion/ArrConcat.d.ts +1 -1
  981. package/dist/types/type-conversion/ArrConcat.d.ts.map +1 -1
  982. package/dist/types/type-conversion/AsBoolean.d.ts +1 -1
  983. package/dist/types/type-conversion/AsBoolean.d.ts.map +1 -1
  984. package/dist/types/type-conversion/AsFunction.d.ts +1 -1
  985. package/dist/types/type-conversion/AsFunction.d.ts.map +1 -1
  986. package/dist/types/type-conversion/IntersectWithAll.d.ts +1 -1
  987. package/dist/types/type-conversion/IntersectWithAll.d.ts.map +1 -1
  988. package/dist/types/type-conversion/Merge.d.ts +1 -1
  989. package/dist/types/type-conversion/Merge.d.ts.map +1 -1
  990. package/dist/types/type-conversion/MergeObjects.d.ts +1 -1
  991. package/dist/types/type-conversion/MergeObjects.d.ts.map +1 -1
  992. package/dist/types/type-conversion/ObjValues.d.ts +1 -1
  993. package/dist/types/type-conversion/ObjValues.d.ts.map +1 -1
  994. package/dist/types/type-conversion/ObjectToKvDict.d.ts +1 -1
  995. package/dist/types/type-conversion/ObjectToKvDict.d.ts.map +1 -1
  996. package/dist/types/type-conversion/ReplaceAll.d.ts +1 -1
  997. package/dist/types/type-conversion/ReplaceAll.d.ts.map +1 -1
  998. package/dist/types/type-conversion/ReturnValues.d.ts +1 -1
  999. package/dist/types/type-conversion/ReturnValues.d.ts.map +1 -1
  1000. package/dist/types/type-conversion/ToBoolean.d.ts +1 -1
  1001. package/dist/types/type-conversion/ToBoolean.d.ts.map +1 -1
  1002. package/dist/types/type-conversion/ToContainer.d.ts +1 -1
  1003. package/dist/types/type-conversion/ToContainer.d.ts.map +1 -1
  1004. package/dist/types/type-conversion/ToNumber.d.ts +1 -1
  1005. package/dist/types/type-conversion/ToNumber.d.ts.map +1 -1
  1006. package/dist/types/type-conversion/ToString.d.ts +1 -1
  1007. package/dist/types/type-conversion/ToString.d.ts.map +1 -1
  1008. package/dist/types/type-conversion/Trim.d.ts +1 -1
  1009. package/dist/types/type-conversion/Trim.d.ts.map +1 -1
  1010. package/dist/types/type-conversion/TrimLeft.d.ts +1 -1
  1011. package/dist/types/type-conversion/TrimLeft.d.ts.map +1 -1
  1012. package/dist/types/type-conversion/TrimRight.d.ts +1 -1
  1013. package/dist/types/type-conversion/TrimRight.d.ts.map +1 -1
  1014. package/dist/types/type-conversion/TupleToUnion.d.ts +1 -1
  1015. package/dist/types/type-conversion/TupleToUnion.d.ts.map +1 -1
  1016. package/dist/types/type-conversion/ValueOrReturnValue.d.ts +1 -1
  1017. package/dist/types/type-conversion/ValueOrReturnValue.d.ts.map +1 -1
  1018. package/dist/types/type-conversion/Widen.d.ts +1 -1
  1019. package/dist/types/type-conversion/Widen.d.ts.map +1 -1
  1020. package/dist/types/type-conversion/WidenProps.d.ts +1 -1
  1021. package/dist/types/type-conversion/WidenProps.d.ts.map +1 -1
  1022. package/dist/types/type-conversion/WithDefault.d.ts +1 -1
  1023. package/dist/types/type-conversion/WithDefault.d.ts.map +1 -1
  1024. package/dist/types/type-conversion/form-fields.d.ts +1 -1
  1025. package/dist/types/type-conversion/form-fields.d.ts.map +1 -1
  1026. package/package.json +18 -14
@@ -1,4 +1,4 @@
1
- import type { Narrowable, ObjectKey } from "../../types";
1
+ import type { Narrowable, ObjectKey } from "../../types/index";
2
2
  /**
3
3
  * **withKeys**(obj,keys)
4
4
  *
@@ -7,10 +7,10 @@ import type { Narrowable, ObjectKey } from "../../types";
7
7
  *
8
8
  * - note: this function is an alias for `retain()`
9
9
  */
10
- export declare const withKeys: <TObj extends Record<string | symbol, N>, N extends Narrowable, TKeys extends readonly (ObjectKey & keyof TObj)[]>(dict: TObj, ...keys: TKeys) => ([] extends [...TKeys] ? false : import("../../types").IfUnion<import("../../types").First<[...TKeys]>, true, [] extends import("../../types").AfterFirst<[...TKeys]> ? false : import("../../types").IfUnion<import("../../types").First<import("../../types").AfterFirst<[...TKeys]>>, true, [] extends import("../../types").AfterFirst<import("../../types").AfterFirst<[...TKeys]>> ? false : import("../../types").IfUnion<import("../../types").First<import("../../types").AfterFirst<import("../../types").AfterFirst<[...TKeys]>>>, true, [] extends import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<[...TKeys]>>> ? false : import("../../types").IfUnion<import("../../types").First<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<[...TKeys]>>>>, true, [] extends import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<[...TKeys]>>>> ? false : import("../../types").IfUnion<import("../../types").First<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<[...TKeys]>>>>>, true, [] extends import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<[...TKeys]>>>>> ? false : import("../../types").IfUnion<import("../../types").First<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<[...TKeys]>>>>>>, true, [] extends import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<[...TKeys]>>>>>> ? false : import("../../types").IfUnion<import("../../types").First<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<[...TKeys]>>>>>>>, true, [] extends import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<[...TKeys]>>>>>>> ? false : import("../../types").IfUnion<import("../../types").First<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<[...TKeys]>>>>>>>>, true, [] extends import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<[...TKeys]>>>>>>>> ? false : import("../../types").IfUnion<import("../../types").First<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<[...TKeys]>>>>>>>>>, true, [] extends import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<[...TKeys]>>>>>>>>> ? false : import("../../types").IfUnion<import("../../types").First<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<[...TKeys]>>>>>>>>>>, true, [] extends import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<[...TKeys]>>>>>>>>>> ? false : import("../../types").IfUnion<import("../../types").First<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<[...TKeys]>>>>>>>>>>>, true, any>>>>>>>>>>>) extends true ? import("../../types").ErrorCondition<"invalid-union", "the retain(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.", {
10
+ export declare const withKeys: <TObj extends Record<string | symbol, N>, N extends Narrowable, TKeys extends readonly (ObjectKey & keyof TObj)[]>(dict: TObj, ...keys: 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 retain(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.", {
11
11
  context: {
12
12
  keys: [...TKeys];
13
13
  };
14
14
  library: "retain";
15
- }> : import("../../types").ExpandRecursively<import("../../types").UnionToIntersection<([...TKeys] extends infer T ? T extends [...TKeys] ? T extends readonly PropertyKey[] ? import("../../types").TupleToUnion<T> : T : never : never) extends keyof TObj ? Pick<TObj, keyof TObj & ([...TKeys] extends infer T_1 ? T_1 extends [...TKeys] ? T_1 extends readonly PropertyKey[] ? import("../../types").TupleToUnion<T_1> : T_1 : never : never)> : never>>;
15
+ }> : import("../../types/index").ExpandRecursively<import("../../types/index").UnionToIntersection<([...TKeys] extends infer T ? T extends [...TKeys] ? T extends readonly PropertyKey[] ? import("../../types/index").TupleToUnion<T> : T : never : never) extends keyof TObj ? Pick<TObj, keyof TObj & ([...TKeys] extends infer T_1 ? T_1 extends [...TKeys] ? T_1 extends readonly PropertyKey[] ? import("../../types/index").TupleToUnion<T_1> : T_1 : never : never)> : never>>;
16
16
  //# sourceMappingURL=withKeys.d.ts.map
@@ -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,oBAAkB;AAGvD;;;;;;;GAOG;AACH,eAAO,MAAM,QAAQ;;;;;8bAOK,CAAC"}
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,4 +1,4 @@
1
- import { retain } from "..";
1
+ import { retain } from "../index.js";
2
2
  /**
3
3
  * **withKeys**(obj,keys)
4
4
  *
@@ -1,4 +1,4 @@
1
- import type { NarrowObject, Narrowable } from "../../types";
1
+ import type { NarrowObject, Narrowable } from "../../types/index";
2
2
  /**
3
3
  * **withoutKeys**(obj,...keys)
4
4
  *
@@ -9,10 +9,10 @@ import type { NarrowObject, Narrowable } from "../../types";
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").IfUnion<import("../../types").First<[...TKeys]>, true, [] extends import("../../types").AfterFirst<[...TKeys]> ? false : import("../../types").IfUnion<import("../../types").First<import("../../types").AfterFirst<[...TKeys]>>, true, [] extends import("../../types").AfterFirst<import("../../types").AfterFirst<[...TKeys]>> ? false : import("../../types").IfUnion<import("../../types").First<import("../../types").AfterFirst<import("../../types").AfterFirst<[...TKeys]>>>, true, [] extends import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<[...TKeys]>>> ? false : import("../../types").IfUnion<import("../../types").First<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<[...TKeys]>>>>, true, [] extends import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<[...TKeys]>>>> ? false : import("../../types").IfUnion<import("../../types").First<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<[...TKeys]>>>>>, true, [] extends import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<[...TKeys]>>>>> ? false : import("../../types").IfUnion<import("../../types").First<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<[...TKeys]>>>>>>, true, [] extends import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<[...TKeys]>>>>>> ? false : import("../../types").IfUnion<import("../../types").First<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<[...TKeys]>>>>>>>, true, [] extends import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<[...TKeys]>>>>>>> ? false : import("../../types").IfUnion<import("../../types").First<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<[...TKeys]>>>>>>>>, true, [] extends import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<[...TKeys]>>>>>>>> ? false : import("../../types").IfUnion<import("../../types").First<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<[...TKeys]>>>>>>>>>, true, [] extends import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<[...TKeys]>>>>>>>>> ? false : import("../../types").IfUnion<import("../../types").First<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<[...TKeys]>>>>>>>>>>, true, [] extends import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<[...TKeys]>>>>>>>>>> ? false : import("../../types").IfUnion<import("../../types").First<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<import("../../types").AfterFirst<[...TKeys]>>>>>>>>>>>, true, any>>>>>>>>>>>) extends true ? import("../../types").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.", {
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
13
  context: {
14
14
  keys: [...TKeys];
15
15
  };
16
16
  library: "omit";
17
- }> : import("../../types").IfLength<import("../../types").AsArray<[...TKeys]>, 0, TObj, import("../../types").ExpandRecursively<Omit<TObj, import("../../types").TupleToUnion<import("../../types").AsArray<[...TKeys]>>>> extends import("../../types").EmptyObject ? import("../../types").EmptyObject : import("../../types").ExpandRecursively<Omit<TObj, import("../../types").TupleToUnion<import("../../types").AsArray<[...TKeys]>>>>, TObj | (import("../../types").ExpandRecursively<Omit<TObj, import("../../types").TupleToUnion<import("../../types").AsArray<[...TKeys]>>>> extends import("../../types").EmptyObject ? import("../../types").EmptyObject : import("../../types").ExpandRecursively<Omit<TObj, import("../../types").TupleToUnion<import("../../types").AsArray<[...TKeys]>>>>)>;
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]>>>>)>;
18
18
  //# 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,oBAAkB;AAG1D;;;;;;;;;GASG;AACH,eAAO,MAAM,WAAW;;;;;8wBAOG,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;AAGhE;;;;;;;;;GASG;AACH,eAAO,MAAM,WAAW;;;;;03BAOG,CAAC"}
@@ -1,4 +1,4 @@
1
- import { omit } from "..";
1
+ import { omit } from "../index.js";
2
2
  /**
3
3
  * **withoutKeys**(obj,...keys)
4
4
  *
@@ -1,4 +1,4 @@
1
- import { AnyObject, Narrowable, WithoutValue } from "../../types";
1
+ import { AnyObject, Narrowable, WithoutValue } from "../../types/index";
2
2
  /**
3
3
  * **withoutValue**
4
4
  *
@@ -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,oBAAkB;AAEhE;;;;;;;;;;;;;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,mEAS9D"}
@@ -1,4 +1,4 @@
1
- import { AnyObject, Narrowable } from "../../types";
1
+ import { AnyObject, Narrowable } from "../../types/index";
2
2
  export interface TypedError<TKind extends string = string, TMsg extends string = string, TContext extends AnyObject = AnyObject> extends Error {
3
3
  kind: TKind;
4
4
  msg: TMsg;
@@ -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,oBAAkB;AAEtE,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,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,4 +1,4 @@
1
- import { addFnToProps } from "..";
1
+ import { addFnToProps } from "../index.js";
2
2
  const fn = (kind) => (msg) => ({
3
3
  kind,
4
4
  msg,
@@ -1,4 +1,4 @@
1
- import { ErrorCondition } from "../../types";
1
+ import { ErrorCondition } from "../../types/index";
2
2
  /**
3
3
  * **createErrorConditionTemplate**(domain) => (kind) => (msg) => ErrorCondition
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"createErrorCondition.d.ts","sourceRoot":"","sources":["../../../src/runtime/errors/createErrorCondition.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,oBAAkB;AAE3C;;;;;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,cAAc,EAAE,0BAAwB;AAEjD;;;;;GAKG;AACH,eAAO,MAAM,oBAAoB;;EAahC,CAAC"}
@@ -1,4 +1,4 @@
1
- import { LeftRight } from "../../types";
1
+ import { LeftRight } from "../../types/index";
2
2
  /**
3
3
  * **left**(value)
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"left.d.ts","sourceRoot":"","sources":["../../../src/runtime/functional/left.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,oBAAkB;AAEtC;;;;GAIG;AACH,eAAO,MAAM,IAAI,yCAAsD,CAAC"}
1
+ {"version":3,"file":"left.d.ts","sourceRoot":"","sources":["../../../src/runtime/functional/left.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,0BAAwB;AAE5C;;;;GAIG;AACH,eAAO,MAAM,IAAI,yCAAsD,CAAC"}
@@ -1,4 +1,4 @@
1
- import { LeftRight } from "../../types";
1
+ import { LeftRight } from "../../types/index";
2
2
  /**
3
3
  * **left**(value)
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"right.d.ts","sourceRoot":"","sources":["../../../src/runtime/functional/right.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,oBAAkB;AAEtC;;;;GAIG;AACH,eAAO,MAAM,KAAK,yCAAsD,CAAC"}
1
+ {"version":3,"file":"right.d.ts","sourceRoot":"","sources":["../../../src/runtime/functional/right.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,0BAAwB;AAE5C;;;;GAIG;AACH,eAAO,MAAM,KAAK,yCAAsD,CAAC"}
@@ -1,4 +1,4 @@
1
- import { AnyFunction } from "../../types";
1
+ import { AnyFunction } from "../../types/index";
2
2
  /**
3
3
  * **fnMeta**(func)
4
4
  *
@@ -9,12 +9,12 @@ import { AnyFunction } from "../../types";
9
9
  */
10
10
  export declare const fnMeta: <TFn extends AnyFunction>(func: TFn) => {
11
11
  fn: <A extends Parameters<TFn>>(...args: A) => any;
12
- props: import("../../types").IfNever<import("../../types").ExpandRecursively<keyof TFn>, {}, import("../../types").ExpandRecursively<Pick<TFn, import("../../types").ExpandRecursively<keyof TFn>>>> extends {
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
13
  [x: string]: unknown;
14
14
  [x: symbol]: unknown;
15
15
  } ? {
16
16
  [x: string]: unknown;
17
17
  [x: symbol]: unknown;
18
- } & import("../../types").IfNever<import("../../types").ExpandRecursively<keyof TFn>, {}, import("../../types").ExpandRecursively<Pick<TFn, import("../../types").ExpandRecursively<keyof TFn>>>> : never;
18
+ } & import("../../types/index").IfNever<import("../../types/index").ExpandRecursively<keyof TFn>, {}, import("../../types/index").ExpandRecursively<Pick<TFn, import("../../types/index").ExpandRecursively<keyof TFn>>>> : never;
19
19
  };
20
20
  //# 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,oBAAkB;AAInD;;;;;;;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,EAAa,0BAAwB;AAIzD;;;;;;;GAOG;AACH,eAAO,MAAM,MAAM;;;;;;;;;CAclB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { AnyFunction, FnWithDict, Narrowable } from "../../types";
1
+ import { AnyFunction, FnWithDict, Narrowable } from "../../types/index";
2
2
  /**
3
3
  * **addPropsToFn**(fn, [clone]) => (props) => FnWithProps
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"addFnToProps.d.ts","sourceRoot":"","sources":["../../../src/runtime/initializers/addFnToProps.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAG,UAAU,EAAE,UAAU,EAAI,oBAAkB;AAEnE;;;;;GAKG;AACH,eAAO,MAAM,YAAY,qOAyBxB,CAAC"}
1
+ {"version":3,"file":"addFnToProps.d.ts","sourceRoot":"","sources":["../../../src/runtime/initializers/addFnToProps.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAG,UAAU,EAAE,UAAU,EAAI,0BAAwB;AAEzE;;;;;GAKG;AACH,eAAO,MAAM,YAAY,qOAyBxB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { AnyFunction, FnWithDict, Narrowable } from "../../types";
1
+ import { AnyFunction, FnWithDict, Narrowable } from "../../types/index";
2
2
  /**
3
3
  * **addFnToProps**(props, [clone]) => (fn) => FnWithProps
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"addPropsToFn.d.ts","sourceRoot":"","sources":["../../../src/runtime/initializers/addPropsToFn.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAG,UAAU,EAAE,UAAU,EAAE,oBAAkB;AAEjE;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,YAAY,kOAmBtB,CAAC"}
1
+ {"version":3,"file":"addPropsToFn.d.ts","sourceRoot":"","sources":["../../../src/runtime/initializers/addPropsToFn.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAG,UAAU,EAAE,UAAU,EAAE,0BAAwB;AAEvE;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,YAAY,kOAmBtB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { AsFnMeta, Narrowable, AnyFunction, AnyObject, ObjectKey, FnProps, RemoveFnProps, EmptyObject, RemoveIndexKeys, ToFn } from "../../types";
1
+ import { AsFnMeta, Narrowable, AnyFunction, AnyObject, ObjectKey, FnProps, RemoveFnProps, EmptyObject, RemoveIndexKeys, ToFn } from "../../types/index";
2
2
  type Returns<TFn extends AnyFunction, TProps extends AnyObject> = TProps extends EmptyObject ? TFn : ToFn<AsFnMeta<RemoveFnProps<TFn> & RemoveIndexKeys<FnProps<TFn> & TProps>>>;
3
3
  /**
4
4
  * **FnReadyForProps**(props)
@@ -1 +1 @@
1
- {"version":3,"file":"createFnWithProps.d.ts","sourceRoot":"","sources":["../../../src/runtime/initializers/createFnWithProps.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,QAAQ,EACR,UAAU,EACV,WAAW,EACX,SAAS,EACT,SAAS,EACT,OAAO,EACP,aAAa,EACb,WAAW,EACX,eAAe,EACf,IAAI,EACL,oBAAkB;AAGnB,KAAK,OAAO,CAAC,GAAG,SAAS,WAAW,EAAE,MAAM,SAAS,SAAS,IAC9D,MAAM,SAAS,WAAW,GACtB,GAAG,GACH,IAAI,CAAC,QAAQ,CAAC,aAAa,CAAC,GAAG,CAAC,GAAG,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;AAEhF;;;;;;GAMG;AACH,MAAM,MAAM,eAAe,CACzB,GAAG,SAAS,WAAW,IACrB,CACF,MAAM,SAAS,MAAM,CAAC,SAAS,EAAE,CAAC,CAAC,EACnC,CAAC,SAAS,UAAU,EACpB,KAAK,EAAE,MAAM,KAAK,OAAO,CAAC,GAAG,EAAE,MAAM,CAAC,CAAC;AAyBzC;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,iBAAiB,wEACyC,OAAO,kCACnD,CAAC"}
1
+ {"version":3,"file":"createFnWithProps.d.ts","sourceRoot":"","sources":["../../../src/runtime/initializers/createFnWithProps.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,QAAQ,EACR,UAAU,EACV,WAAW,EACX,SAAS,EACT,SAAS,EACT,OAAO,EACP,aAAa,EACb,WAAW,EACX,eAAe,EACf,IAAI,EACL,0BAAwB;AAGzB,KAAK,OAAO,CAAC,GAAG,SAAS,WAAW,EAAE,MAAM,SAAS,SAAS,IAC9D,MAAM,SAAS,WAAW,GACtB,GAAG,GACH,IAAI,CAAC,QAAQ,CAAC,aAAa,CAAC,GAAG,CAAC,GAAG,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;AAEhF;;;;;;GAMG;AACH,MAAM,MAAM,eAAe,CACzB,GAAG,SAAS,WAAW,IACrB,CACF,MAAM,SAAS,MAAM,CAAC,SAAS,EAAE,CAAC,CAAC,EACnC,CAAC,SAAS,UAAU,EACpB,KAAK,EAAE,MAAM,KAAK,OAAO,CAAC,GAAG,EAAE,MAAM,CAAC,CAAC;AAyBzC;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,iBAAiB,wEACyC,OAAO,kCACnD,CAAC"}
@@ -1,3 +1,3 @@
1
- import type { Type, TypeGuard } from "../../types";
1
+ import type { Type, TypeGuard } from "../../types/index";
2
2
  export declare function createTypeGuard<T extends Exclude<Type, "is" | "validate">>(defn: T): T & Record<"is", TypeGuard<T["type"]>>;
3
3
  //# sourceMappingURL=createTypeGuard.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"createTypeGuard.d.ts","sourceRoot":"","sources":["../../../src/runtime/initializers/createTypeGuard.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,SAAS,EAAE,oBAAkB;AAEjD,wBAAgB,eAAe,CAC7B,CAAC,SAAS,OAAO,CAAC,IAAI,EAAE,IAAI,GAAG,UAAU,CAAC,EAC1C,IAAI,EAAE,CAAC,GAAG,CAAC,GAAG,MAAM,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAcjD"}
1
+ {"version":3,"file":"createTypeGuard.d.ts","sourceRoot":"","sources":["../../../src/runtime/initializers/createTypeGuard.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,SAAS,EAAE,0BAAwB;AAEvD,wBAAgB,eAAe,CAC7B,CAAC,SAAS,OAAO,CAAC,IAAI,EAAE,IAAI,GAAG,UAAU,CAAC,EAC1C,IAAI,EAAE,CAAC,GAAG,CAAC,GAAG,MAAM,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAcjD"}
@@ -1,4 +1,4 @@
1
- import { Narrowable, TypeTuple, TypeGuard } from "../../types";
1
+ import { Narrowable, TypeTuple, TypeGuard } from "../../types/index";
2
2
  /**
3
3
  * **createTypeTuple**(type, guard, desc)
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"createTypeTuple.d.ts","sourceRoot":"","sources":["../../../src/runtime/initializers/createTypeTuple.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAG,SAAS,EAAG,SAAS,EAAE,oBAAkB;AAE/D;;;;GAIG;AACH,wBAAgB,eAAe,CAC7B,CAAC,SAAS,UAAU,EACpB,CAAC,SAAS,MAAM,GAAG,EAAE,EACrB,IAAI,EAAE,CAAC,EAAE,KAAK,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,IAAI,CAAC,EAAE,CAAC,mBAEvC"}
1
+ {"version":3,"file":"createTypeTuple.d.ts","sourceRoot":"","sources":["../../../src/runtime/initializers/createTypeTuple.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAG,SAAS,EAAG,SAAS,EAAE,0BAAwB;AAErE;;;;GAIG;AACH,wBAAgB,eAAe,CAC7B,CAAC,SAAS,UAAU,EACpB,CAAC,SAAS,MAAM,GAAG,EAAE,EACrB,IAAI,EAAE,CAAC,EAAE,KAAK,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,IAAI,CAAC,EAAE,CAAC,mBAEvC"}
@@ -1,4 +1,4 @@
1
- import { Type } from "../../types";
1
+ import { Type } from "../../types/index";
2
2
  /**
3
3
  * Creates a `validate` function for a runtime type
4
4
  */
@@ -1 +1 @@
1
- {"version":3,"file":"createValidator.d.ts","sourceRoot":"","sources":["../../../src/runtime/initializers/createValidator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,IAAI,EAAE,oBAAkB;AAE7C;;GAEG;AACH,wBAAgB,eAAe,CAAC,CAAC,SAAS,IAAI,EAAE,IAAI,EAAE,CAAC,GAAG,CAAC,CAgB1D"}
1
+ {"version":3,"file":"createValidator.d.ts","sourceRoot":"","sources":["../../../src/runtime/initializers/createValidator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,IAAI,EAAE,0BAAwB;AAEnD;;GAEG;AACH,wBAAgB,eAAe,CAAC,CAAC,SAAS,IAAI,EAAE,IAAI,EAAE,CAAC,GAAG,CAAC,CAgB1D"}
@@ -1,4 +1,4 @@
1
- import { ExpandRecursively, SimplifyObject, Narrowable, RemoveIndex } from "../../types";
1
+ import { ExpandRecursively, SimplifyObject, Narrowable, RemoveIndex } from "../../types/index";
2
2
  /**
3
3
  * **defineObj**(literal) -> (wide) -> object
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"defineObj.d.ts","sourceRoot":"","sources":["../../../src/runtime/initializers/defineObj.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,cAAc,EAAE,UAAU,EAAE,WAAW,EAAE,oBAAkB;AAEvF;;;;;;;;;;;;;GAaG;AACH,wBAAgB,SAAS,CAAC,CAAC,SAAS,UAAU,EAAE,QAAQ,SAAS,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC,EAChF,OAAO,GAAE,QAAyB,yHAanC"}
1
+ {"version":3,"file":"defineObj.d.ts","sourceRoot":"","sources":["../../../src/runtime/initializers/defineObj.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,cAAc,EAAE,UAAU,EAAE,WAAW,EAAE,0BAAwB;AAE7F;;;;;;;;;;;;;GAaG;AACH,wBAAgB,SAAS,CAAC,CAAC,SAAS,UAAU,EAAE,QAAQ,SAAS,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC,EAChF,OAAO,GAAE,QAAyB,yHAanC"}
@@ -1,4 +1,4 @@
1
- import { Flatten, Narrowable } from "../../types";
1
+ import { Flatten, Narrowable } from "../../types/index";
2
2
  /**
3
3
  * **createTuple**(...values) -> (...values) -> Tuple
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"defineTuple.d.ts","sourceRoot":"","sources":["../../../src/runtime/initializers/defineTuple.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,oBAAkB;AAEhD;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,WAAW,yFAEsB,CAAC"}
1
+ {"version":3,"file":"defineTuple.d.ts","sourceRoot":"","sources":["../../../src/runtime/initializers/defineTuple.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,0BAAwB;AAEtD;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,WAAW,yFAEsB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { AsArray, Narrowable } from "../../types";
1
+ import { AsArray, Narrowable } from "../../types/index";
2
2
  /**
3
3
  * Type utility which converts `undefined[]` to `unknown[]`
4
4
  */
@@ -1 +1 @@
1
- {"version":3,"file":"asArray.d.ts","sourceRoot":"","sources":["../../../src/runtime/lists/asArray.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,oBAAkB;AAEhD;;GAEG;AACH,MAAM,MAAM,uBAAuB,CAAC,CAAC,SAAS,OAAO,EAAE,IAAI,SAAS,EAAE,SAAS,CAAC,GAAG,OAAO,EAAE,GAAG,CAAC,CAAC;AAEjG;;;;;;;;;;GAUG;AAEH,eAAO,MAAM,OAAO,gDASnB,CAAC"}
1
+ {"version":3,"file":"asArray.d.ts","sourceRoot":"","sources":["../../../src/runtime/lists/asArray.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,0BAAwB;AAEtD;;GAEG;AACH,MAAM,MAAM,uBAAuB,CAAC,CAAC,SAAS,OAAO,EAAE,IAAI,SAAS,EAAE,SAAS,CAAC,GAAG,OAAO,EAAE,GAAG,CAAC,CAAC;AAEjG;;;;;;;;;;GAUG;AAEH,eAAO,MAAM,OAAO,gDASnB,CAAC"}
@@ -1,4 +1,4 @@
1
- import type { Narrowable, ConverterDefn, Tuple, Nothing, AnyObject, AnyFunction } from "../../types";
1
+ import type { Narrowable, ConverterDefn, Tuple, Nothing, AnyObject, AnyFunction } from "../../types/index";
2
2
  type CallIfDefined<Handler> = Handler extends AnyFunction ? ReturnType<Handler> : never;
3
3
  type ConversionResult<TConvert extends Partial<ConverterDefn<any, any, any, any, any, any>>, TInput extends Narrowable | Tuple> = TInput extends string ? CallIfDefined<TConvert["string"]> : TInput extends number ? CallIfDefined<TConvert["number"]> : TInput extends boolean ? CallIfDefined<TConvert["boolean"]> : TInput extends AnyObject ? CallIfDefined<TConvert["object"]> : TInput extends Tuple ? CallIfDefined<TConvert["tuple"]> : TInput extends Nothing ? CallIfDefined<TConvert["nothing"]> : never;
4
4
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"createConverter.d.ts","sourceRoot":"","sources":["../../../src/runtime/lists/createConverter.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,UAAU,EACV,aAAa,EACb,KAAK,EACL,OAAO,EACP,SAAS,EACT,WAAW,EACZ,oBAAkB;AAQnB,KAAK,aAAa,CAChB,OAAO,IACL,OAAO,SAAS,WAAW,GAC3B,UAAU,CAAC,OAAO,CAAC,GACnB,KAAK,CAAC;AAEV,KAAK,gBAAgB,CACnB,QAAQ,SAAS,OAAO,CAEtB,aAAa,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,CAC5C,EACD,MAAM,SAAS,UAAU,GAAG,KAAK,IAC/B,MAAM,SAAS,MAAM,GACrB,aAAa,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC,GACjC,MAAM,SAAS,MAAM,GACnB,aAAa,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC,GACjC,MAAM,SAAS,OAAO,GACpB,aAAa,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC,GAClC,MAAM,SAAS,SAAS,GACtB,aAAa,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC,GACjC,MAAM,SAAS,KAAK,GAClB,aAAa,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC,GAChC,MAAM,SAAS,OAAO,GACpB,aAAa,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC,GAClC,KAAK,CAAC;AAEpB;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,eAAe,CAC7B,IAAI,SAAS,UAAU,GAAG,KAAK,EAC/B,IAAI,SAAS,UAAU,GAAG,KAAK,EAC/B,KAAK,SAAS,UAAU,GAAG,KAAK,EAChC,IAAI,SAAS,UAAU,GAAG,KAAK,EAC/B,MAAM,SAAS,UAAU,GAAG,KAAK,EACjC,QAAQ,SAAS,UAAU,GAAG,KAAK,EACnC,MAAM,EAAE,OAAO,CAAC,aAAa,CAAC,IAAI,EAAC,IAAI,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,QAAQ,CAAC,CAAC,kKAwCrE"}
1
+ {"version":3,"file":"createConverter.d.ts","sourceRoot":"","sources":["../../../src/runtime/lists/createConverter.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,UAAU,EACV,aAAa,EACb,KAAK,EACL,OAAO,EACP,SAAS,EACT,WAAW,EACZ,0BAAwB;AAQzB,KAAK,aAAa,CAChB,OAAO,IACL,OAAO,SAAS,WAAW,GAC3B,UAAU,CAAC,OAAO,CAAC,GACnB,KAAK,CAAC;AAEV,KAAK,gBAAgB,CACnB,QAAQ,SAAS,OAAO,CAEtB,aAAa,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,CAC5C,EACD,MAAM,SAAS,UAAU,GAAG,KAAK,IAC/B,MAAM,SAAS,MAAM,GACrB,aAAa,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC,GACjC,MAAM,SAAS,MAAM,GACnB,aAAa,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC,GACjC,MAAM,SAAS,OAAO,GACpB,aAAa,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC,GAClC,MAAM,SAAS,SAAS,GACtB,aAAa,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC,GACjC,MAAM,SAAS,KAAK,GAClB,aAAa,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC,GAChC,MAAM,SAAS,OAAO,GACpB,aAAa,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC,GAClC,KAAK,CAAC;AAEpB;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,eAAe,CAC7B,IAAI,SAAS,UAAU,GAAG,KAAK,EAC/B,IAAI,SAAS,UAAU,GAAG,KAAK,EAC/B,KAAK,SAAS,UAAU,GAAG,KAAK,EAChC,IAAI,SAAS,UAAU,GAAG,KAAK,EAC/B,MAAM,SAAS,UAAU,GAAG,KAAK,EACjC,QAAQ,SAAS,UAAU,GAAG,KAAK,EACnC,MAAM,EAAE,OAAO,CAAC,aAAa,CAAC,IAAI,EAAC,IAAI,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,QAAQ,CAAC,CAAC,kKAwCrE"}
@@ -1,4 +1,4 @@
1
- import { isTupleType, isObject, isNothing } from "..";
1
+ import { isTupleType, isObject, isNothing } from "../index.js";
2
2
  import { Never } from "../../constants/index.js";
3
3
  /**
4
4
  * **createConverter**(mapper)
@@ -1,3 +1,3 @@
1
- import { Filter, FilterOps, Narrowable } from "../../types";
1
+ import { Filter, FilterOps, Narrowable } from "../../types/index";
2
2
  export declare const filter: <TList extends readonly unknown[], TOp extends FilterOps, TFilter extends Narrowable>(list: TList, op: TOp, value: TFilter) => Filter<TList, TFilter, TOp>;
3
3
  //# sourceMappingURL=filter.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"filter.d.ts","sourceRoot":"","sources":["../../../src/runtime/lists/filter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAG,SAAS,EAAE,UAAU,EAAE,oBAAkB;AAG3D,eAAO,MAAM,MAAM,4JA2BlB,CAAC"}
1
+ {"version":3,"file":"filter.d.ts","sourceRoot":"","sources":["../../../src/runtime/lists/filter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAG,SAAS,EAAE,UAAU,EAAE,0BAAwB;AAGjE,eAAO,MAAM,MAAM,4JA2BlB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { isSameTypeOf } from "..";
1
+ import { isSameTypeOf } from "../index.js";
2
2
  export const filter = (list, op, value) => {
3
3
  let result;
4
4
  switch (op) {
@@ -1,4 +1,4 @@
1
- import { Find, Narrowable, Tuple } from "../../types";
1
+ import { Find, Narrowable, Tuple } from "../../types/index";
2
2
  /**
3
3
  * **Finder**
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"find.d.ts","sourceRoot":"","sources":["../../../src/runtime/lists/find.ts"],"names":[],"mappings":"AAAA,OAAO,EAAG,IAAI,EAAG,UAAU,EAAE,KAAK,EAAE,oBAAkB;AAGtD;;;;GAIG;AACH,MAAM,MAAM,MAAM,CAChB,KAAK,SAAS,KAAK,EACnB,MAAM,SAAS,MAAM,GAAG,MAAM,GAAG,IAAI,IACnC,CAAC,QAAQ,SAAS,UAAU,EAAE,KAAK,EAAE,QAAQ,KAAK,IAAI,CAAC,KAAK,EAAE,QAAQ,EAAE,MAAM,CAAC,CAAC;AAEpF;;;;;GAKG;AACH,eAAO,MAAM,IAAI,wIAkBhB,CAAC"}
1
+ {"version":3,"file":"find.d.ts","sourceRoot":"","sources":["../../../src/runtime/lists/find.ts"],"names":[],"mappings":"AAAA,OAAO,EAAG,IAAI,EAAG,UAAU,EAAE,KAAK,EAAE,0BAAwB;AAG5D;;;;GAIG;AACH,MAAM,MAAM,MAAM,CAChB,KAAK,SAAS,KAAK,EACnB,MAAM,SAAS,MAAM,GAAG,MAAM,GAAG,IAAI,IACnC,CAAC,QAAQ,SAAS,UAAU,EAAE,KAAK,EAAE,QAAQ,KAAK,IAAI,CAAC,KAAK,EAAE,QAAQ,EAAE,MAAM,CAAC,CAAC;AAEpF;;;;;GAKG;AACH,eAAO,MAAM,IAAI,wIAkBhB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { isContainer } from "..";
1
+ import { isContainer } from "../index.js";
2
2
  /**
3
3
  * **find**(list, [deref]) => (value) => el | undefined
4
4
  *
@@ -1,4 +1,4 @@
1
- import type { GetEach } from "../../types";
1
+ import type { GetEach } from "../../types/index";
2
2
  export interface GetEachOptions<THandleErrors> {
3
3
  handleErrors?: THandleErrors;
4
4
  }
@@ -1 +1 @@
1
- {"version":3,"file":"getEach.d.ts","sourceRoot":"","sources":["../../../src/runtime/lists/getEach.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAa,OAAO,EAAE,oBAAkB;AAIpD,MAAM,WAAW,cAAc,CAC7B,aAAa;IAEb,YAAY,CAAC,EAAE,aAAa,CAAC;CAC9B;AAED;;;;;;;;;;;;GAYG;AACH,wBAAgB,OAAO,CACrB,KAAK,SAAS,SAAS,OAAO,EAAE,EAChC,QAAQ,SAAS,MAAM,GAAG,IAAI,EAC9B,aAAa,GAAG,QAAQ,EAExB,IAAI,EAAE,KAAK,EACX,OAAO,EAAE,QAAQ,EACjB,OAAO,CAAC,EAAE,cAAc,CAAC,aAAa,CAAC,GACtC,OAAO,CAAC,KAAK,EAAE,QAAQ,CAAC,CAiB1B"}
1
+ {"version":3,"file":"getEach.d.ts","sourceRoot":"","sources":["../../../src/runtime/lists/getEach.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAa,OAAO,EAAE,0BAAwB;AAI1D,MAAM,WAAW,cAAc,CAC7B,aAAa;IAEb,YAAY,CAAC,EAAE,aAAa,CAAC;CAC9B;AAED;;;;;;;;;;;;GAYG;AACH,wBAAgB,OAAO,CACrB,KAAK,SAAS,SAAS,OAAO,EAAE,EAChC,QAAQ,SAAS,MAAM,GAAG,IAAI,EAC9B,aAAa,GAAG,QAAQ,EAExB,IAAI,EAAE,KAAK,EACX,OAAO,EAAE,QAAQ,EACjB,OAAO,CAAC,EAAE,cAAc,CAAC,aAAa,CAAC,GACtC,OAAO,CAAC,KAAK,EAAE,QAAQ,CAAC,CAiB1B"}
@@ -1,4 +1,4 @@
1
- import { get, isErrorCondition, isNull, isContainer } from "..";
1
+ import { get, isErrorCondition, isNull, isContainer } from "../index.js";
2
2
  import { Never } from "../../constants/index.js";
3
3
  /**
4
4
  * **getEach**(list, dotPath, [options])
@@ -1,4 +1,4 @@
1
- import { IndexOf, Narrowable, Tuple } from "../../types";
1
+ import { IndexOf, Narrowable, Tuple } from "../../types/index";
2
2
  /**
3
3
  * **indexOf**(val, index)
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"indexOf.d.ts","sourceRoot":"","sources":["../../../src/runtime/lists/indexOf.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,EACP,UAAU,EACV,KAAK,EACN,oBAAkB;AAInB;;;;;;;;;;GAUG;AACH,wBAAgB,OAAO,CACvB,UAAU,SAAS,UAAU,GAAG,KAAK,EACrC,IAAI,SAAS,WAAW,GAAG,IAAI,EAC7B,GAAG,EAAE,UAAU,EAAE,KAAK,EAAE,IAAI,6BA4B7B"}
1
+ {"version":3,"file":"indexOf.d.ts","sourceRoot":"","sources":["../../../src/runtime/lists/indexOf.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,EACP,UAAU,EACV,KAAK,EACN,0BAAwB;AAIzB;;;;;;;;;;GAUG;AACH,wBAAgB,OAAO,CACvB,UAAU,SAAS,UAAU,GAAG,KAAK,EACrC,IAAI,SAAS,WAAW,GAAG,IAAI,EAC7B,GAAG,EAAE,UAAU,EAAE,KAAK,EAAE,IAAI,6BA4B7B"}
@@ -1,4 +1,4 @@
1
- import { isArray, isNull, isNumber, isObject } from "..";
1
+ import { isArray, isNull, isNumber, isObject } from "../index.js";
2
2
  import { Never } from "../../constants/index.js";
3
3
  /**
4
4
  * **indexOf**(val, index)
@@ -1,4 +1,4 @@
1
- import type { Intersection } from "../../types";
1
+ import type { Intersection } from "../../types/index";
2
2
  /**
3
3
  * **intersection**(a,b,[deref])
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"intersection.d.ts","sourceRoot":"","sources":["../../../src/runtime/lists/intersection.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAY,YAAY,EAAI,oBAAkB;AA2C1D;;;;;;;;;GASG;AACH,eAAO,MAAM,YAAY,sKAcxB,CAAC"}
1
+ {"version":3,"file":"intersection.d.ts","sourceRoot":"","sources":["../../../src/runtime/lists/intersection.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAY,YAAY,EAAI,0BAAwB;AA2ChE;;;;;;;;;GASG;AACH,eAAO,MAAM,YAAY,sKAcxB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { get, ifNotNull, isIndexable, getEach, toString } from "..";
1
+ import { get, ifNotNull, isIndexable, getEach, toString } from "../index.js";
2
2
  function intersectWithOffset(a, b, deref) {
3
3
  const aIndexable = a.every(i => isIndexable(i));
4
4
  const bIndexable = b.every(i => isIndexable(i));
@@ -1,4 +1,4 @@
1
- import { Tuple, Join } from "../../types";
1
+ import { Tuple, Join } from "../../types/index";
2
2
  export type Joiner<TJoin extends string> = <TContent extends Tuple<string>>(...tuple: TContent) => Join<TContent, TJoin>;
3
3
  /**
4
4
  * **join**(joinWith)(tuple) -> joined
@@ -1 +1 @@
1
- {"version":3,"file":"join.d.ts","sourceRoot":"","sources":["../../../src/runtime/lists/join.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,IAAI,EAAE,oBAAkB;AAExC,MAAM,MAAM,MAAM,CAAC,KAAK,SAAS,MAAM,IAAI,CAAC,QAAQ,SAAS,KAAK,CAAC,MAAM,CAAC,EAAE,GAAG,KAAK,EAAE,QAAQ,KAAK,IAAI,CAAC,QAAQ,EAAC,KAAK,CAAC,CAAC;AAExH;;;;;;;;;;;;GAYG;AACH,wBAAgB,IAAI,CAAC,KAAK,SAAS,MAAM,EAAE,QAAQ,EAAE,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC,CAIzE"}
1
+ {"version":3,"file":"join.d.ts","sourceRoot":"","sources":["../../../src/runtime/lists/join.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,IAAI,EAAE,0BAAwB;AAE9C,MAAM,MAAM,MAAM,CAAC,KAAK,SAAS,MAAM,IAAI,CAAC,QAAQ,SAAS,KAAK,CAAC,MAAM,CAAC,EAAE,GAAG,KAAK,EAAE,QAAQ,KAAK,IAAI,CAAC,QAAQ,EAAC,KAAK,CAAC,CAAC;AAExH;;;;;;;;;;;;GAYG;AACH,wBAAgB,IAAI,CAAC,KAAK,SAAS,MAAM,EAAE,QAAQ,EAAE,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC,CAIzE"}
@@ -1,3 +1,3 @@
1
- import { Last } from "../../types";
1
+ import { Last } from "../../types/index";
2
2
  export declare const last: <T extends readonly unknown[]>(list: T) => Last<T>;
3
3
  //# sourceMappingURL=last.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"last.d.ts","sourceRoot":"","sources":["../../../src/runtime/lists/last.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAS,oBAAkB;AAExC,eAAO,MAAM,IAAI,oDAEhB,CAAC"}
1
+ {"version":3,"file":"last.d.ts","sourceRoot":"","sources":["../../../src/runtime/lists/last.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAS,0BAAwB;AAE9C,eAAO,MAAM,IAAI,oDAEhB,CAAC"}
@@ -1,3 +1,3 @@
1
- import { LogicFunction } from "../../types";
1
+ import { LogicFunction } from "../../types/index";
2
2
  export declare function logicalReturns<TConditions extends readonly (boolean | LogicFunction<TParams>)[], TParams extends readonly unknown[] = []>(conditions: TConditions, ...params: TParams): boolean[];
3
3
  //# sourceMappingURL=logicalReturns.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"logicalReturns.d.ts","sourceRoot":"","sources":["../../../src/runtime/lists/logicalReturns.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,oBAAkB;AAG1C,wBAAgB,cAAc,CAC5B,WAAW,SAAS,SAAS,CAAC,OAAO,GAAG,aAAa,CAAC,OAAO,CAAC,CAAC,EAAE,EACjE,OAAO,SAAS,SAAS,OAAO,EAAE,GAAG,EAAE,EACvC,UAAU,EAAE,WAAW,EAAE,GAAG,MAAM,EAAE,OAAO,aAQ5C"}
1
+ {"version":3,"file":"logicalReturns.d.ts","sourceRoot":"","sources":["../../../src/runtime/lists/logicalReturns.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,0BAAwB;AAGhD,wBAAgB,cAAc,CAC5B,WAAW,SAAS,SAAS,CAAC,OAAO,GAAG,aAAa,CAAC,OAAO,CAAC,CAAC,EAAE,EACjE,OAAO,SAAS,SAAS,OAAO,EAAE,GAAG,EAAE,EACvC,UAAU,EAAE,WAAW,EAAE,GAAG,MAAM,EAAE,OAAO,aAQ5C"}
@@ -1,4 +1,4 @@
1
- import { ifBoolean, ifFunction } from "..";
1
+ import { ifBoolean, ifFunction } from "../index.js";
2
2
  export function logicalReturns(conditions, ...params) {
3
3
  return conditions.map(c => ifBoolean(c, v => v, v => ifFunction(v, (fn) => fn(...params), () => null)));
4
4
  }
@@ -1,4 +1,4 @@
1
- import { Narrowable, Slice, Tuple, IfIndexable, Last } from "../../types";
1
+ import { Narrowable, Slice, Tuple, IfIndexable, Last } from "../../types/index";
2
2
  export type PopResult<V, L extends Tuple> = [value: V, list: L];
3
3
  /**
4
4
  * **pop**(list)
@@ -1 +1 @@
1
- {"version":3,"file":"pop.d.ts","sourceRoot":"","sources":["../../../src/runtime/lists/pop.ts"],"names":[],"mappings":"AAAA,OAAO,EAAG,UAAU,EAAE,KAAK,EAAE,KAAK,EAAG,WAAW,EAAE,IAAI,EAAE,oBAAkB;AAG1E,MAAM,MAAM,SAAS,CAAC,CAAC,EAAE,CAAC,SAAS,KAAK,IAAI,CAAC,KAAK,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC;AAEhE;;;;;;;;;GASG;AACH,eAAO,MAAM,GAAG,4KAUf,CAAC"}
1
+ {"version":3,"file":"pop.d.ts","sourceRoot":"","sources":["../../../src/runtime/lists/pop.ts"],"names":[],"mappings":"AAAA,OAAO,EAAG,UAAU,EAAE,KAAK,EAAE,KAAK,EAAG,WAAW,EAAE,IAAI,EAAE,0BAAwB;AAGhF,MAAM,MAAM,SAAS,CAAC,CAAC,EAAE,CAAC,SAAS,KAAK,IAAI,CAAC,KAAK,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC;AAEhE;;;;;;;;;GASG;AACH,eAAO,MAAM,GAAG,4KAUf,CAAC"}
@@ -1,4 +1,4 @@
1
- import { last, slice } from "..";
1
+ import { last, slice } from "../index.js";
2
2
  /**
3
3
  * **pop**(list)
4
4
  *
@@ -1,4 +1,4 @@
1
- import { Reverse } from "../../types";
1
+ import { Reverse } from "../../types/index";
2
2
  /**
3
3
  * **reverse**(list)
4
4
  *