inferred-types 0.40.4 → 0.40.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (463) 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/index.d.ts +3 -3
  9. package/dist/inferred-types/index.d.ts.map +1 -1
  10. package/dist/inferred-types/index.js +3 -3
  11. package/dist/inferred-types/tsconfig.tsbuildinfo +1 -1
  12. package/dist/runtime/boolean-logic/ifArray.d.ts +1 -1
  13. package/dist/runtime/boolean-logic/ifArray.d.ts.map +1 -1
  14. package/dist/runtime/boolean-logic/ifArrayPartial.d.ts +2 -2
  15. package/dist/runtime/boolean-logic/ifArrayPartial.d.ts.map +1 -1
  16. package/dist/runtime/boolean-logic/ifArrayPartial.js +1 -1
  17. package/dist/runtime/boolean-logic/ifBoolean.d.ts +1 -1
  18. package/dist/runtime/boolean-logic/ifBoolean.d.ts.map +1 -1
  19. package/dist/runtime/boolean-logic/ifBoolean.js +1 -1
  20. package/dist/runtime/boolean-logic/ifChar.d.ts +1 -1
  21. package/dist/runtime/boolean-logic/ifChar.d.ts.map +1 -1
  22. package/dist/runtime/boolean-logic/ifChar.js +1 -1
  23. package/dist/runtime/boolean-logic/ifContainer.d.ts +1 -1
  24. package/dist/runtime/boolean-logic/ifContainer.d.ts.map +1 -1
  25. package/dist/runtime/boolean-logic/ifContainer.js +1 -1
  26. package/dist/runtime/boolean-logic/ifFalse.d.ts +1 -1
  27. package/dist/runtime/boolean-logic/ifFalse.d.ts.map +1 -1
  28. package/dist/runtime/boolean-logic/ifFalse.js +1 -1
  29. package/dist/runtime/boolean-logic/ifFunction.d.ts +1 -1
  30. package/dist/runtime/boolean-logic/ifFunction.d.ts.map +1 -1
  31. package/dist/runtime/boolean-logic/ifFunction.js +1 -1
  32. package/dist/runtime/boolean-logic/ifHasKey.d.ts +1 -1
  33. package/dist/runtime/boolean-logic/ifHasKey.d.ts.map +1 -1
  34. package/dist/runtime/boolean-logic/ifHasKey.js +1 -1
  35. package/dist/runtime/boolean-logic/ifLength.d.ts +1 -1
  36. package/dist/runtime/boolean-logic/ifLength.d.ts.map +1 -1
  37. package/dist/runtime/boolean-logic/ifNotNull.d.ts +1 -1
  38. package/dist/runtime/boolean-logic/ifNotNull.d.ts.map +1 -1
  39. package/dist/runtime/boolean-logic/ifNotNull.js +1 -1
  40. package/dist/runtime/boolean-logic/ifNull.d.ts +1 -1
  41. package/dist/runtime/boolean-logic/ifNull.d.ts.map +1 -1
  42. package/dist/runtime/boolean-logic/ifNull.js +1 -1
  43. package/dist/runtime/boolean-logic/ifNumber.d.ts +1 -1
  44. package/dist/runtime/boolean-logic/ifNumber.d.ts.map +1 -1
  45. package/dist/runtime/boolean-logic/ifNumber.js +1 -1
  46. package/dist/runtime/boolean-logic/ifObject.d.ts +1 -1
  47. package/dist/runtime/boolean-logic/ifObject.d.ts.map +1 -1
  48. package/dist/runtime/boolean-logic/ifObject.js +1 -1
  49. package/dist/runtime/boolean-logic/ifRef.d.ts +1 -1
  50. package/dist/runtime/boolean-logic/ifRef.d.ts.map +1 -1
  51. package/dist/runtime/boolean-logic/ifRef.js +1 -1
  52. package/dist/runtime/boolean-logic/ifSameType.d.ts +1 -1
  53. package/dist/runtime/boolean-logic/ifSameType.d.ts.map +1 -1
  54. package/dist/runtime/boolean-logic/ifScalar.d.ts +1 -1
  55. package/dist/runtime/boolean-logic/ifScalar.d.ts.map +1 -1
  56. package/dist/runtime/boolean-logic/ifScalar.js +1 -1
  57. package/dist/runtime/boolean-logic/ifString.d.ts +1 -1
  58. package/dist/runtime/boolean-logic/ifString.d.ts.map +1 -1
  59. package/dist/runtime/boolean-logic/ifString.js +1 -1
  60. package/dist/runtime/boolean-logic/ifTrue.d.ts +1 -1
  61. package/dist/runtime/boolean-logic/ifTrue.d.ts.map +1 -1
  62. package/dist/runtime/boolean-logic/ifTrue.js +1 -1
  63. package/dist/runtime/boolean-logic/ifUndefined.d.ts +1 -1
  64. package/dist/runtime/boolean-logic/ifUndefined.d.ts.map +1 -1
  65. package/dist/runtime/boolean-logic/ifUndefined.js +1 -1
  66. package/dist/runtime/combinators/and.d.ts +1 -1
  67. package/dist/runtime/combinators/and.d.ts.map +1 -1
  68. package/dist/runtime/combinators/filter.d.ts +1 -1
  69. package/dist/runtime/combinators/filter.d.ts.map +1 -1
  70. package/dist/runtime/combinators/filter.js +1 -1
  71. package/dist/runtime/combinators/or.d.ts +1 -1
  72. package/dist/runtime/combinators/or.d.ts.map +1 -1
  73. package/dist/runtime/dictionary/entries.d.ts +1 -1
  74. package/dist/runtime/dictionary/entries.d.ts.map +1 -1
  75. package/dist/runtime/dictionary/entries.js +1 -1
  76. package/dist/runtime/dictionary/get.d.ts +2 -2
  77. package/dist/runtime/dictionary/get.d.ts.map +1 -1
  78. package/dist/runtime/dictionary/get.js +2 -2
  79. package/dist/runtime/dictionary/keysOf.d.ts +1 -1
  80. package/dist/runtime/dictionary/keysOf.d.ts.map +1 -1
  81. package/dist/runtime/dictionary/keysOf.js +1 -1
  82. package/dist/runtime/dictionary/mapValues.d.ts +1 -1
  83. package/dist/runtime/dictionary/mapValues.d.ts.map +1 -1
  84. package/dist/runtime/dictionary/mapValues.js +1 -1
  85. package/dist/runtime/dictionary/omit.d.ts +1 -1
  86. package/dist/runtime/dictionary/omit.d.ts.map +1 -1
  87. package/dist/runtime/dictionary/omit.js +1 -1
  88. package/dist/runtime/dictionary/retain.d.ts +1 -1
  89. package/dist/runtime/dictionary/retain.d.ts.map +1 -1
  90. package/dist/runtime/dictionary/sharedKeys.d.ts +1 -1
  91. package/dist/runtime/dictionary/sharedKeys.d.ts.map +1 -1
  92. package/dist/runtime/dictionary/strArrayToDict.d.ts +1 -1
  93. package/dist/runtime/dictionary/strArrayToDict.d.ts.map +1 -1
  94. package/dist/runtime/dictionary/withKeys.d.ts +3 -3
  95. package/dist/runtime/dictionary/withKeys.d.ts.map +1 -1
  96. package/dist/runtime/dictionary/withKeys.js +1 -1
  97. package/dist/runtime/dictionary/withValue.d.ts +2 -2
  98. package/dist/runtime/dictionary/withValue.d.ts.map +1 -1
  99. package/dist/runtime/dictionary/withValue.js +1 -1
  100. package/dist/runtime/dictionary/withoutKeys.d.ts +3 -3
  101. package/dist/runtime/dictionary/withoutKeys.d.ts.map +1 -1
  102. package/dist/runtime/dictionary/withoutKeys.js +1 -1
  103. package/dist/runtime/dictionary/withoutValue.d.ts +1 -1
  104. package/dist/runtime/dictionary/withoutValue.d.ts.map +1 -1
  105. package/dist/runtime/errors/TypedError.d.ts +1 -1
  106. package/dist/runtime/errors/TypedError.d.ts.map +1 -1
  107. package/dist/runtime/errors/TypedError.js +1 -1
  108. package/dist/runtime/errors/createErrorCondition.d.ts +1 -1
  109. package/dist/runtime/errors/createErrorCondition.d.ts.map +1 -1
  110. package/dist/runtime/functional/left.d.ts +1 -1
  111. package/dist/runtime/functional/left.d.ts.map +1 -1
  112. package/dist/runtime/functional/right.d.ts +1 -1
  113. package/dist/runtime/functional/right.d.ts.map +1 -1
  114. package/dist/runtime/functions/fnMeta.d.ts +3 -3
  115. package/dist/runtime/functions/fnMeta.d.ts.map +1 -1
  116. package/dist/runtime/initializers/addFnToProps.d.ts +1 -1
  117. package/dist/runtime/initializers/addFnToProps.d.ts.map +1 -1
  118. package/dist/runtime/initializers/addPropsToFn.d.ts +1 -1
  119. package/dist/runtime/initializers/addPropsToFn.d.ts.map +1 -1
  120. package/dist/runtime/initializers/createFnWithProps.d.ts +1 -1
  121. package/dist/runtime/initializers/createFnWithProps.d.ts.map +1 -1
  122. package/dist/runtime/initializers/createTypeGuard.d.ts +1 -1
  123. package/dist/runtime/initializers/createTypeGuard.d.ts.map +1 -1
  124. package/dist/runtime/initializers/createTypeTuple.d.ts +1 -1
  125. package/dist/runtime/initializers/createTypeTuple.d.ts.map +1 -1
  126. package/dist/runtime/initializers/createValidator.d.ts +1 -1
  127. package/dist/runtime/initializers/createValidator.d.ts.map +1 -1
  128. package/dist/runtime/initializers/defineObj.d.ts +1 -1
  129. package/dist/runtime/initializers/defineObj.d.ts.map +1 -1
  130. package/dist/runtime/initializers/defineTuple.d.ts +1 -1
  131. package/dist/runtime/initializers/defineTuple.d.ts.map +1 -1
  132. package/dist/runtime/lists/asArray.d.ts +1 -1
  133. package/dist/runtime/lists/asArray.d.ts.map +1 -1
  134. package/dist/runtime/lists/createConverter.d.ts +1 -1
  135. package/dist/runtime/lists/createConverter.d.ts.map +1 -1
  136. package/dist/runtime/lists/createConverter.js +2 -2
  137. package/dist/runtime/lists/filter.d.ts +1 -1
  138. package/dist/runtime/lists/filter.d.ts.map +1 -1
  139. package/dist/runtime/lists/filter.js +1 -1
  140. package/dist/runtime/lists/find.d.ts +1 -1
  141. package/dist/runtime/lists/find.d.ts.map +1 -1
  142. package/dist/runtime/lists/find.js +1 -1
  143. package/dist/runtime/lists/getEach.d.ts +1 -1
  144. package/dist/runtime/lists/getEach.d.ts.map +1 -1
  145. package/dist/runtime/lists/getEach.js +2 -2
  146. package/dist/runtime/lists/indexOf.d.ts +1 -1
  147. package/dist/runtime/lists/indexOf.d.ts.map +1 -1
  148. package/dist/runtime/lists/indexOf.js +2 -2
  149. package/dist/runtime/lists/intersection.d.ts +1 -1
  150. package/dist/runtime/lists/intersection.d.ts.map +1 -1
  151. package/dist/runtime/lists/intersection.js +1 -1
  152. package/dist/runtime/lists/join.d.ts +1 -1
  153. package/dist/runtime/lists/join.d.ts.map +1 -1
  154. package/dist/runtime/lists/last.d.ts +1 -1
  155. package/dist/runtime/lists/last.d.ts.map +1 -1
  156. package/dist/runtime/lists/logicalReturns.d.ts +1 -1
  157. package/dist/runtime/lists/logicalReturns.d.ts.map +1 -1
  158. package/dist/runtime/lists/logicalReturns.js +1 -1
  159. package/dist/runtime/lists/pop.d.ts +1 -1
  160. package/dist/runtime/lists/pop.d.ts.map +1 -1
  161. package/dist/runtime/lists/pop.js +1 -1
  162. package/dist/runtime/lists/reverse.d.ts +1 -1
  163. package/dist/runtime/lists/reverse.d.ts.map +1 -1
  164. package/dist/runtime/lists/shift.d.ts +1 -1
  165. package/dist/runtime/lists/shift.d.ts.map +1 -1
  166. package/dist/runtime/lists/slice.d.ts +1 -1
  167. package/dist/runtime/lists/slice.d.ts.map +1 -1
  168. package/dist/runtime/lists/unique.d.ts +1 -1
  169. package/dist/runtime/lists/unique.d.ts.map +1 -1
  170. package/dist/runtime/lists/unique.js +1 -1
  171. package/dist/runtime/literals/box.d.ts +1 -1
  172. package/dist/runtime/literals/box.d.ts.map +1 -1
  173. package/dist/runtime/literals/ensureLeading.d.ts +1 -1
  174. package/dist/runtime/literals/ensureLeading.d.ts.map +1 -1
  175. package/dist/runtime/literals/ensureTrailing.d.ts +1 -1
  176. package/dist/runtime/literals/ensureTrailing.d.ts.map +1 -1
  177. package/dist/runtime/literals/ifLowercase.d.ts +1 -1
  178. package/dist/runtime/literals/ifLowercase.d.ts.map +1 -1
  179. package/dist/runtime/literals/ifLowercase.js +1 -1
  180. package/dist/runtime/literals/ifUppercase.d.ts +1 -1
  181. package/dist/runtime/literals/ifUppercase.d.ts.map +1 -1
  182. package/dist/runtime/literals/ifUppercase.js +1 -1
  183. package/dist/runtime/literals/literal.d.ts +1 -1
  184. package/dist/runtime/literals/literal.d.ts.map +1 -1
  185. package/dist/runtime/literals/narrow.d.ts +1 -1
  186. package/dist/runtime/literals/narrow.d.ts.map +1 -1
  187. package/dist/runtime/literals/pathJoin.d.ts +1 -1
  188. package/dist/runtime/literals/pathJoin.d.ts.map +1 -1
  189. package/dist/runtime/literals/pathJoin.js +1 -1
  190. package/dist/runtime/literals/pluralize.d.ts +10 -1
  191. package/dist/runtime/literals/pluralize.d.ts.map +1 -1
  192. package/dist/runtime/literals/pluralize.js +11 -2
  193. package/dist/runtime/literals/retainAfter.d.ts +1 -1
  194. package/dist/runtime/literals/retainAfter.d.ts.map +1 -1
  195. package/dist/runtime/literals/split.d.ts +1 -1
  196. package/dist/runtime/literals/split.d.ts.map +1 -1
  197. package/dist/runtime/literals/split.js +2 -2
  198. package/dist/runtime/literals/stripAfter.d.ts +1 -1
  199. package/dist/runtime/literals/stripAfter.d.ts.map +1 -1
  200. package/dist/runtime/literals/stripLeading.d.ts +1 -1
  201. package/dist/runtime/literals/stripLeading.d.ts.map +1 -1
  202. package/dist/runtime/literals/stripTrailing.d.ts +1 -1
  203. package/dist/runtime/literals/stripTrailing.d.ts.map +1 -1
  204. package/dist/runtime/literals/toCamelCase.d.ts +1 -1
  205. package/dist/runtime/literals/toCamelCase.d.ts.map +1 -1
  206. package/dist/runtime/literals/toCamelCase.js +1 -1
  207. package/dist/runtime/literals/toKebabCase.d.ts +1 -1
  208. package/dist/runtime/literals/toKebabCase.d.ts.map +1 -1
  209. package/dist/runtime/literals/toLowercase.js +1 -1
  210. package/dist/runtime/literals/toNumericArray.d.ts +1 -1
  211. package/dist/runtime/literals/toNumericArray.d.ts.map +1 -1
  212. package/dist/runtime/literals/toPascalCase.d.ts +1 -1
  213. package/dist/runtime/literals/toPascalCase.d.ts.map +1 -1
  214. package/dist/runtime/literals/toPascalCase.js +1 -1
  215. package/dist/runtime/literals/toString.d.ts +1 -1
  216. package/dist/runtime/literals/toString.d.ts.map +1 -1
  217. package/dist/runtime/literals/toUppercase.js +1 -1
  218. package/dist/runtime/literals/trim.d.ts +1 -1
  219. package/dist/runtime/literals/trim.d.ts.map +1 -1
  220. package/dist/runtime/literals/tuple.d.ts +2 -2
  221. package/dist/runtime/literals/tuple.d.ts.map +1 -1
  222. package/dist/runtime/literals/tuple.js +1 -1
  223. package/dist/runtime/literals/widen.d.ts +1 -1
  224. package/dist/runtime/literals/widen.d.ts.map +1 -1
  225. package/dist/runtime/runtime-types/createType.d.ts +3 -3
  226. package/dist/runtime/runtime-types/createType.d.ts.map +1 -1
  227. package/dist/runtime/runtime-types/createType.js +2 -2
  228. package/dist/runtime/runtime-types/describeType.d.ts +1 -1
  229. package/dist/runtime/runtime-types/describeType.d.ts.map +1 -1
  230. package/dist/runtime/runtime-types/determineIdentity.d.ts +1 -1
  231. package/dist/runtime/runtime-types/determineIdentity.d.ts.map +1 -1
  232. package/dist/runtime/runtime-types/determineType.d.ts +1 -1
  233. package/dist/runtime/runtime-types/determineType.d.ts.map +1 -1
  234. package/dist/runtime/runtime-types/determineType.js +1 -1
  235. package/dist/runtime/runtime-types/extractTypeToken.js +1 -1
  236. package/dist/runtime/runtime-types/kind.d.ts +4 -4
  237. package/dist/runtime/runtime-types/kind.d.ts.map +1 -1
  238. package/dist/runtime/runtime-types/kind.js +1 -1
  239. package/dist/runtime/runtime-types/typeTuples.d.ts +3 -3
  240. package/dist/runtime/runtime-types/typeTuples.d.ts.map +1 -1
  241. package/dist/runtime/runtime-types/typeTuples.js +2 -2
  242. package/dist/runtime/runtime-types/valueTypes.d.ts +1 -1
  243. package/dist/runtime/runtime-types/valueTypes.d.ts.map +1 -1
  244. package/dist/runtime/sets/uniqueKeys.d.ts +1 -1
  245. package/dist/runtime/sets/uniqueKeys.d.ts.map +1 -1
  246. package/dist/runtime/sets/uniqueKeys.js +1 -1
  247. package/dist/runtime/state/Configurator.d.ts +1 -1
  248. package/dist/runtime/state/Configurator.d.ts.map +1 -1
  249. package/dist/runtime/state/FluentConfigurator.d.ts +1 -1
  250. package/dist/runtime/state/FluentConfigurator.d.ts.map +1 -1
  251. package/dist/runtime/tsconfig.tsbuildinfo +1 -1
  252. package/dist/runtime/type-conversion/mergeObjects.d.ts +2 -2
  253. package/dist/runtime/type-conversion/mergeObjects.d.ts.map +1 -1
  254. package/dist/runtime/type-conversion/mergeObjects.js +1 -1
  255. package/dist/runtime/type-conversion/mergeScalars.d.ts +1 -1
  256. package/dist/runtime/type-conversion/mergeScalars.d.ts.map +1 -1
  257. package/dist/runtime/type-conversion/mergeScalars.js +1 -1
  258. package/dist/runtime/type-conversion/mergeTuples.d.ts +1 -1
  259. package/dist/runtime/type-conversion/mergeTuples.d.ts.map +1 -1
  260. package/dist/runtime/type-conversion/mutable.d.ts +1 -1
  261. package/dist/runtime/type-conversion/mutable.d.ts.map +1 -1
  262. package/dist/runtime/type-conversion/optional.d.ts +1 -1
  263. package/dist/runtime/type-conversion/optional.d.ts.map +1 -1
  264. package/dist/runtime/type-conversion/toNumber.d.ts +1 -1
  265. package/dist/runtime/type-conversion/toNumber.d.ts.map +1 -1
  266. package/dist/runtime/type-conversion/union.d.ts +1 -1
  267. package/dist/runtime/type-conversion/union.d.ts.map +1 -1
  268. package/dist/runtime/type-guards/hasDefaultValue.d.ts +2 -2
  269. package/dist/runtime/type-guards/hasDefaultValue.d.ts.map +1 -1
  270. package/dist/runtime/type-guards/hasDefaultValue.js +1 -1
  271. package/dist/runtime/type-guards/hasErrorConditions.d.ts +2 -2
  272. package/dist/runtime/type-guards/hasErrorConditions.d.ts.map +1 -1
  273. package/dist/runtime/type-guards/hasErrorConditions.js +1 -1
  274. package/dist/runtime/type-guards/hasIndexOf.d.ts +1 -1
  275. package/dist/runtime/type-guards/hasIndexOf.d.ts.map +1 -1
  276. package/dist/runtime/type-guards/hasIndexOf.js +1 -1
  277. package/dist/runtime/type-guards/higher-order/endsWith.d.ts +1 -1
  278. package/dist/runtime/type-guards/higher-order/endsWith.d.ts.map +1 -1
  279. package/dist/runtime/type-guards/higher-order/endsWith.js +1 -1
  280. package/dist/runtime/type-guards/higher-order/isEqual.d.ts +1 -1
  281. package/dist/runtime/type-guards/higher-order/isEqual.d.ts.map +1 -1
  282. package/dist/runtime/type-guards/higher-order/isEqual.js +1 -1
  283. package/dist/runtime/type-guards/higher-order/isLength.js +1 -1
  284. package/dist/runtime/type-guards/higher-order/isSameTypeOf.d.ts +1 -1
  285. package/dist/runtime/type-guards/higher-order/isSameTypeOf.d.ts.map +1 -1
  286. package/dist/runtime/type-guards/higher-order/isTypeOf.d.ts +1 -1
  287. package/dist/runtime/type-guards/higher-order/isTypeOf.d.ts.map +1 -1
  288. package/dist/runtime/type-guards/higher-order/startsWith.d.ts +1 -1
  289. package/dist/runtime/type-guards/higher-order/startsWith.d.ts.map +1 -1
  290. package/dist/runtime/type-guards/higher-order/startsWith.js +1 -1
  291. package/dist/runtime/type-guards/isAlpha.d.ts +1 -1
  292. package/dist/runtime/type-guards/isAlpha.d.ts.map +1 -1
  293. package/dist/runtime/type-guards/isAlpha.js +2 -2
  294. package/dist/runtime/type-guards/isConstant.d.ts +1 -1
  295. package/dist/runtime/type-guards/isConstant.d.ts.map +1 -1
  296. package/dist/runtime/type-guards/isConstant.js +1 -1
  297. package/dist/runtime/type-guards/isContainer.d.ts +1 -1
  298. package/dist/runtime/type-guards/isContainer.d.ts.map +1 -1
  299. package/dist/runtime/type-guards/isContainer.js +1 -1
  300. package/dist/runtime/type-guards/isErrorCondition.d.ts +1 -1
  301. package/dist/runtime/type-guards/isErrorCondition.d.ts.map +1 -1
  302. package/dist/runtime/type-guards/isErrorCondition.js +1 -1
  303. package/dist/runtime/type-guards/isFalsy.d.ts +1 -1
  304. package/dist/runtime/type-guards/isFalsy.d.ts.map +1 -1
  305. package/dist/runtime/type-guards/isFalsy.js +1 -1
  306. package/dist/runtime/type-guards/isFnWithParams.d.ts +1 -1
  307. package/dist/runtime/type-guards/isFnWithParams.d.ts.map +1 -1
  308. package/dist/runtime/type-guards/isFunction.d.ts +1 -1
  309. package/dist/runtime/type-guards/isFunction.d.ts.map +1 -1
  310. package/dist/runtime/type-guards/isIndexable.d.ts +1 -1
  311. package/dist/runtime/type-guards/isIndexable.d.ts.map +1 -1
  312. package/dist/runtime/type-guards/isIndexable.js +1 -1
  313. package/dist/runtime/type-guards/isLeftRight.d.ts +1 -1
  314. package/dist/runtime/type-guards/isLeftRight.d.ts.map +1 -1
  315. package/dist/runtime/type-guards/isLeftRight.js +1 -1
  316. package/dist/runtime/type-guards/isNotNull.d.ts +1 -1
  317. package/dist/runtime/type-guards/isNotNull.d.ts.map +1 -1
  318. package/dist/runtime/type-guards/isNothing.d.ts +1 -1
  319. package/dist/runtime/type-guards/isNothing.d.ts.map +1 -1
  320. package/dist/runtime/type-guards/isNumericString.js +2 -2
  321. package/dist/runtime/type-guards/isObject.d.ts +1 -1
  322. package/dist/runtime/type-guards/isObject.d.ts.map +1 -1
  323. package/dist/runtime/type-guards/isReadonlyArray.d.ts +1 -1
  324. package/dist/runtime/type-guards/isReadonlyArray.d.ts.map +1 -1
  325. package/dist/runtime/type-guards/isRef.d.ts +1 -1
  326. package/dist/runtime/type-guards/isRef.d.ts.map +1 -1
  327. package/dist/runtime/type-guards/isRef.js +1 -1
  328. package/dist/runtime/type-guards/isSameType.d.ts +1 -1
  329. package/dist/runtime/type-guards/isSameType.d.ts.map +1 -1
  330. package/dist/runtime/type-guards/isSameType.js +1 -1
  331. package/dist/runtime/type-guards/isScalar.d.ts +1 -1
  332. package/dist/runtime/type-guards/isScalar.d.ts.map +1 -1
  333. package/dist/runtime/type-guards/isScalar.js +1 -1
  334. package/dist/runtime/type-guards/isSpecificConstant.d.ts +1 -1
  335. package/dist/runtime/type-guards/isSpecificConstant.d.ts.map +1 -1
  336. package/dist/runtime/type-guards/isSpecificConstant.js +1 -1
  337. package/dist/runtime/type-guards/isTruthy.d.ts +1 -1
  338. package/dist/runtime/type-guards/isTruthy.d.ts.map +1 -1
  339. package/dist/runtime/type-guards/isTruthy.js +1 -1
  340. package/dist/runtime/type-guards/isTypeToken.d.ts +1 -1
  341. package/dist/runtime/type-guards/isTypeToken.d.ts.map +1 -1
  342. package/dist/runtime/type-guards/isTypeToken.js +2 -2
  343. package/dist/runtime/type-guards/isTypeTuple.d.ts +1 -1
  344. package/dist/runtime/type-guards/isTypeTuple.d.ts.map +1 -1
  345. package/dist/runtime/type-guards/runtime-type-guards.d.ts +1 -1
  346. package/dist/runtime/type-guards/runtime-type-guards.d.ts.map +1 -1
  347. package/dist/runtime/type-guards/runtime-type-guards.js +1 -1
  348. package/dist/types/base-types/AnyObject.d.ts +2 -2
  349. package/dist/types/base-types/AnyObject.d.ts.map +1 -1
  350. package/dist/types/base-types/Defined.d.ts +1 -1
  351. package/dist/types/base-types/Defined.d.ts.map +1 -1
  352. package/dist/types/base-types/NotNull.d.ts +1 -1
  353. package/dist/types/base-types/NotNull.d.ts.map +1 -1
  354. package/dist/types/base-types/fns/FnWithDict.d.ts +1 -1
  355. package/dist/types/base-types/fns/FnWithDict.d.ts.map +1 -1
  356. package/dist/types/base-types/functional/LeftRight.d.ts +1 -1
  357. package/dist/types/base-types/functional/LeftRight.d.ts.map +1 -1
  358. package/dist/types/boolean-logic/branching/IfDefined.d.ts +1 -1
  359. package/dist/types/boolean-logic/branching/IfDefined.d.ts.map +1 -1
  360. package/dist/types/boolean-logic/branching/IfEmptyContainer.d.ts +12 -0
  361. package/dist/types/boolean-logic/branching/IfEmptyContainer.d.ts.map +1 -0
  362. package/dist/types/boolean-logic/branching/IfEmptyContainer.js +1 -0
  363. package/dist/types/boolean-logic/branching/IfEqualLength.d.ts +1 -1
  364. package/dist/types/boolean-logic/branching/IfEqualLength.d.ts.map +1 -1
  365. package/dist/types/boolean-logic/branching/IfError.d.ts +1 -1
  366. package/dist/types/boolean-logic/branching/IfError.d.ts.map +1 -1
  367. package/dist/types/boolean-logic/branching/IfIndexAt.d.ts +1 -1
  368. package/dist/types/boolean-logic/branching/IfIndexAt.d.ts.map +1 -1
  369. package/dist/types/boolean-logic/branching/IfIndexable.d.ts +1 -1
  370. package/dist/types/boolean-logic/branching/IfIndexable.d.ts.map +1 -1
  371. package/dist/types/boolean-logic/branching/IfNotError.d.ts +1 -1
  372. package/dist/types/boolean-logic/branching/IfNotError.d.ts.map +1 -1
  373. package/dist/types/boolean-logic/branching/IfValidKey.d.ts +1 -1
  374. package/dist/types/boolean-logic/branching/IfValidKey.d.ts.map +1 -1
  375. package/dist/types/boolean-logic/branching/index.d.ts +1 -0
  376. package/dist/types/boolean-logic/branching/index.d.ts.map +1 -1
  377. package/dist/types/boolean-logic/branching/index.js +1 -0
  378. package/dist/types/boolean-logic/combinators/FirstIdx.d.ts +1 -1
  379. package/dist/types/boolean-logic/combinators/FirstIdx.d.ts.map +1 -1
  380. package/dist/types/boolean-logic/narrowing/AsIndexOf.d.ts +2 -2
  381. package/dist/types/boolean-logic/narrowing/AsIndexOf.d.ts.map +1 -1
  382. package/dist/types/boolean-logic/narrowing/AsPropertyKey.d.ts +1 -1
  383. package/dist/types/boolean-logic/narrowing/AsPropertyKey.d.ts.map +1 -1
  384. package/dist/types/boolean-logic/operators/AllLiteral.d.ts +1 -1
  385. package/dist/types/boolean-logic/operators/AllLiteral.d.ts.map +1 -1
  386. package/dist/types/boolean-logic/operators/IsError.d.ts +1 -1
  387. package/dist/types/boolean-logic/operators/IsError.d.ts.map +1 -1
  388. package/dist/types/boolean-logic/operators/IsIndexable.d.ts +1 -1
  389. package/dist/types/boolean-logic/operators/IsIndexable.d.ts.map +1 -1
  390. package/dist/types/boolean-logic/operators/IsReadonlyObject.d.ts +1 -1
  391. package/dist/types/boolean-logic/operators/IsReadonlyObject.d.ts.map +1 -1
  392. package/dist/types/boolean-logic/operators/OfSameLength.d.ts +1 -1
  393. package/dist/types/boolean-logic/operators/OfSameLength.d.ts.map +1 -1
  394. package/dist/types/containers/EmptyContainer.d.ts +1 -1
  395. package/dist/types/containers/EmptyContainer.d.ts.map +1 -1
  396. package/dist/types/containers/NonEmptyContainer.d.ts +1 -1
  397. package/dist/types/containers/NonEmptyContainer.d.ts.map +1 -1
  398. package/dist/types/containers/WithKey.d.ts +1 -1
  399. package/dist/types/containers/WithKey.d.ts.map +1 -1
  400. package/dist/types/dictionary/Get.d.ts +2 -2
  401. package/dist/types/dictionary/Get.d.ts.map +1 -1
  402. package/dist/types/dictionary/KeysWithValue.d.ts +5 -5
  403. package/dist/types/dictionary/KeysWithValue.d.ts.map +1 -1
  404. package/dist/types/dictionary/MakePropsMutable.d.ts +1 -1
  405. package/dist/types/dictionary/MakePropsMutable.d.ts.map +1 -1
  406. package/dist/types/dictionary/WithValue.d.ts +2 -2
  407. package/dist/types/dictionary/WithValue.d.ts.map +1 -1
  408. package/dist/types/errors/AsError.d.ts +1 -1
  409. package/dist/types/errors/AsError.d.ts.map +1 -1
  410. package/dist/types/errors/ErrorCondition.d.ts +1 -1
  411. package/dist/types/errors/ErrorCondition.d.ts.map +1 -1
  412. package/dist/types/lists/AllowNonTupleWhenSingular.d.ts +1 -1
  413. package/dist/types/lists/AllowNonTupleWhenSingular.d.ts.map +1 -1
  414. package/dist/types/lists/AsArray.d.ts +1 -1
  415. package/dist/types/lists/AsArray.d.ts.map +1 -1
  416. package/dist/types/lists/LogicalReturns.d.ts +1 -1
  417. package/dist/types/lists/LogicalReturns.d.ts.map +1 -1
  418. package/dist/types/lists/ToCSV.d.ts +1 -1
  419. package/dist/types/lists/ToCSV.d.ts.map +1 -1
  420. package/dist/types/numeric-literals/Digit.d.ts +1 -1
  421. package/dist/types/numeric-literals/Digit.d.ts.map +1 -1
  422. package/dist/types/numeric-literals/LessThanOrEqual.d.ts +1 -1
  423. package/dist/types/numeric-literals/LessThanOrEqual.d.ts.map +1 -1
  424. package/dist/types/numeric-literals/ToNumericArray.d.ts +1 -1
  425. package/dist/types/numeric-literals/ToNumericArray.d.ts.map +1 -1
  426. package/dist/types/runtime-types/Type.d.ts +1 -1
  427. package/dist/types/runtime-types/Type.d.ts.map +1 -1
  428. package/dist/types/runtime-types/TypeOf.d.ts +1 -1
  429. package/dist/types/runtime-types/TypeOf.d.ts.map +1 -1
  430. package/dist/types/runtime-types/TypeToken.d.ts +1 -1
  431. package/dist/types/runtime-types/TypeToken.d.ts.map +1 -1
  432. package/dist/types/runtime-types/api/number.d.ts +1 -1
  433. package/dist/types/runtime-types/api/number.d.ts.map +1 -1
  434. package/dist/types/runtime-types/api/string.d.ts +1 -1
  435. package/dist/types/runtime-types/api/string.d.ts.map +1 -1
  436. package/dist/types/string-literals/Date.d.ts +1 -1
  437. package/dist/types/string-literals/Date.d.ts.map +1 -1
  438. package/dist/types/string-literals/Pluralize.d.ts +3 -2
  439. package/dist/types/string-literals/Pluralize.d.ts.map +1 -1
  440. package/dist/types/string-literals/Surround.d.ts +1 -1
  441. package/dist/types/string-literals/Surround.d.ts.map +1 -1
  442. package/dist/types/string-literals/casing/NamingModifier.d.ts +1 -1
  443. package/dist/types/string-literals/casing/NamingModifier.d.ts.map +1 -1
  444. package/dist/types/string-literals/character-sets/Consonants.d.ts +1 -1
  445. package/dist/types/string-literals/character-sets/Consonants.d.ts.map +1 -1
  446. package/dist/types/string-literals/character-sets/LowerAlphaChar.d.ts +1 -1
  447. package/dist/types/string-literals/character-sets/LowerAlphaChar.d.ts.map +1 -1
  448. package/dist/types/string-literals/character-sets/NumericChar.d.ts +1 -1
  449. package/dist/types/string-literals/character-sets/NumericChar.d.ts.map +1 -1
  450. package/dist/types/string-literals/character-sets/SingularNoun.d.ts +1 -1
  451. package/dist/types/string-literals/character-sets/SingularNoun.d.ts.map +1 -1
  452. package/dist/types/string-literals/character-sets/UpperAlphaChar.d.ts +1 -1
  453. package/dist/types/string-literals/character-sets/UpperAlphaChar.d.ts.map +1 -1
  454. package/dist/types/string-literals/character-sets/ValueAtDotPath.d.ts +1 -1
  455. package/dist/types/string-literals/character-sets/ValueAtDotPath.d.ts.map +1 -1
  456. package/dist/types/tsconfig.tsbuildinfo +1 -1
  457. package/dist/types/type-conversion/Merge.d.ts +1 -1
  458. package/dist/types/type-conversion/Merge.d.ts.map +1 -1
  459. package/dist/types/type-conversion/MergeObjects.d.ts +1 -1
  460. package/dist/types/type-conversion/MergeObjects.d.ts.map +1 -1
  461. package/dist/types/type-conversion/Mutable.d.ts +1 -1
  462. package/dist/types/type-conversion/Mutable.d.ts.map +1 -1
  463. package/package.json +6 -5
@@ -1,4 +1,4 @@
1
- import type { Narrowable, ObjectKey } from "src/types";
1
+ import type { Narrowable, ObjectKey } from "../../types";
2
2
  /**
3
3
  * **withKeys**(obj,keys)
4
4
  *
@@ -7,10 +7,10 @@ import type { Narrowable, ObjectKey } from "src/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("src/types").IfUnion<import("src/types").First<[...TKeys]>, true, [] extends import("src/types").AfterFirst<[...TKeys]> ? false : import("src/types").IfUnion<import("src/types").First<import("src/types").AfterFirst<[...TKeys]>>, true, [] extends import("src/types").AfterFirst<import("src/types").AfterFirst<[...TKeys]>> ? false : true>>) extends true ? import("src/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").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 : true>>) 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.", {
11
11
  context: {
12
12
  keys: [...TKeys];
13
13
  };
14
14
  library: "retain";
15
- }> : import("src/types").ExpandRecursively<import("src/types").UnionToIntersection<([...TKeys] extends infer T ? T extends [...TKeys] ? T extends readonly PropertyKey[] ? import("src/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("src/types").TupleToUnion<T_1> : T_1 : never : never)> : never>>;
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>>;
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,MAAM,WAAW,CAAC;AAGvD;;;;;;;GAOG;AACH,eAAO,MAAM,QAAQ;;;;;sbAOK,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,oBAAkB;AAGvD;;;;;;;GAOG;AACH,eAAO,MAAM,QAAQ;;;;;8bAOK,CAAC"}
@@ -1,4 +1,4 @@
1
- import { retain } from "src/runtime";
1
+ import { retain } from "..";
2
2
  /**
3
3
  * **withKeys**(obj,keys)
4
4
  *
@@ -1,5 +1,5 @@
1
- import { AnyObject, Narrowable, WithValue } from "src/types";
2
- import { KindApi } from "src/runtime";
1
+ import { AnyObject, Narrowable, WithValue } from "../../types";
2
+ import { KindApi } from "..";
3
3
  /**
4
4
  * **WithValuePartial**`<TReturn>`
5
5
  *
@@ -1 +1 @@
1
- {"version":3,"file":"withValue.d.ts","sourceRoot":"","sources":["../../../src/runtime/dictionary/withValue.ts"],"names":[],"mappings":"AAAA,OAAO,EAAG,SAAS,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAC9D,OAAO,EAAE,OAAO,EAAoB,MAAM,aAAa,CAAC;AAExD;;;;;;GAMG;AACH,MAAM,MAAM,gBAAgB,CAAC,OAAO,IAAI,CACtC,IAAI,SAAS,SAAS,EACtB,GAAG,EAAE,IAAI,KAAK,SAAS,CAAC,IAAI,EAAC,OAAO,CAAC,CAAC;AAExC;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,SAAS,0CAEH,OAAO,6FAYvB,CAAC"}
1
+ {"version":3,"file":"withValue.d.ts","sourceRoot":"","sources":["../../../src/runtime/dictionary/withValue.ts"],"names":[],"mappings":"AAAA,OAAO,EAAG,SAAS,EAAE,UAAU,EAAE,SAAS,EAAE,oBAAkB;AAC9D,OAAO,EAAE,OAAO,EAAoB,WAAoB;AAExD;;;;;;GAMG;AACH,MAAM,MAAM,gBAAgB,CAAC,OAAO,IAAI,CACtC,IAAI,SAAS,SAAS,EACtB,GAAG,EAAE,IAAI,KAAK,SAAS,CAAC,IAAI,EAAC,OAAO,CAAC,CAAC;AAExC;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,SAAS,0CAEH,OAAO,6FAYvB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { kind, isSameType } from "src/runtime";
1
+ import { kind, isSameType } from "..";
2
2
  /**
3
3
  * **withValue**
4
4
  *
@@ -1,4 +1,4 @@
1
- import type { NarrowObject, Narrowable } from "src/types";
1
+ import type { NarrowObject, Narrowable } from "../../types";
2
2
  /**
3
3
  * **withoutKeys**(obj,...keys)
4
4
  *
@@ -9,10 +9,10 @@ import type { NarrowObject, Narrowable } from "src/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("src/types").IfUnion<import("src/types").First<[...TKeys]>, true, [] extends import("src/types").AfterFirst<[...TKeys]> ? false : import("src/types").IfUnion<import("src/types").First<import("src/types").AfterFirst<[...TKeys]>>, true, [] extends import("src/types").AfterFirst<import("src/types").AfterFirst<[...TKeys]>> ? false : true>>) extends true ? import("src/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").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 : true>>) 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.", {
13
13
  context: {
14
14
  keys: [...TKeys];
15
15
  };
16
16
  library: "omit";
17
- }> : import("src/types").IfLength<import("src/types").AsArray<[...TKeys]>, 0, TObj, import("src/types").ExpandRecursively<Omit<TObj, import("src/types").TupleToUnion<import("src/types").AsArray<[...TKeys]>>>> extends import("src/types").EmptyObject ? import("src/types").EmptyObject : import("src/types").ExpandRecursively<Omit<TObj, import("src/types").TupleToUnion<import("src/types").AsArray<[...TKeys]>>>>, TObj | (import("src/types").ExpandRecursively<Omit<TObj, import("src/types").TupleToUnion<import("src/types").AsArray<[...TKeys]>>>> extends import("src/types").EmptyObject ? import("src/types").EmptyObject : import("src/types").ExpandRecursively<Omit<TObj, import("src/types").TupleToUnion<import("src/types").AsArray<[...TKeys]>>>>)>;
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]>>>>)>;
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,MAAM,WAAW,CAAC;AAG1D;;;;;;;;;GASG;AACH,eAAO,MAAM,WAAW;;;;;0uBAOG,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,oBAAkB;AAG1D;;;;;;;;;GASG;AACH,eAAO,MAAM,WAAW;;;;;8wBAOG,CAAC"}
@@ -1,4 +1,4 @@
1
- import { omit } from "src/runtime";
1
+ import { omit } from "..";
2
2
  /**
3
3
  * **withoutKeys**(obj,...keys)
4
4
  *
@@ -1,4 +1,4 @@
1
- import { AnyObject, Narrowable, WithoutValue } from "src/types";
1
+ import { AnyObject, Narrowable, WithoutValue } from "../../types";
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,MAAM,WAAW,CAAC;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,oBAAkB;AAEhE;;;;;;;;;;;;;GAaG;AACH,wBAAgB,YAAY,CAAC,IAAI,SAAS,UAAU,EAAE,GAAG,EAAE,IAAI,mEAS9D"}
@@ -1,4 +1,4 @@
1
- import { AnyObject, Narrowable } from "src/types";
1
+ import { AnyObject, Narrowable } from "../../types";
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,MAAM,WAAW,CAAC;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,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,4 +1,4 @@
1
- import { addFnToProps } from "src/runtime";
1
+ import { addFnToProps } from "..";
2
2
  const fn = (kind) => (msg) => ({
3
3
  kind,
4
4
  msg,
@@ -1,4 +1,4 @@
1
- import { ErrorCondition } from "src/types";
1
+ import { ErrorCondition } from "../../types";
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,MAAM,WAAW,CAAC;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,oBAAkB;AAE3C;;;;;GAKG;AACH,eAAO,MAAM,oBAAoB;;EAahC,CAAC"}
@@ -1,4 +1,4 @@
1
- import { LeftRight } from "src/types";
1
+ import { LeftRight } from "../../types";
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,MAAM,WAAW,CAAC;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,oBAAkB;AAEtC;;;;GAIG;AACH,eAAO,MAAM,IAAI,yCAAsD,CAAC"}
@@ -1,4 +1,4 @@
1
- import { LeftRight } from "src/types";
1
+ import { LeftRight } from "../../types";
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,MAAM,WAAW,CAAC;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,oBAAkB;AAEtC;;;;GAIG;AACH,eAAO,MAAM,KAAK,yCAAsD,CAAC"}
@@ -1,4 +1,4 @@
1
- import { AnyFunction } from "src/types";
1
+ import { AnyFunction } from "../../types";
2
2
  /**
3
3
  * **fnMeta**(func)
4
4
  *
@@ -9,12 +9,12 @@ import { AnyFunction } from "src/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("src/types").IfNever<import("src/types").ExpandRecursively<keyof TFn>, {}, import("src/types").ExpandRecursively<Pick<TFn, import("src/types").ExpandRecursively<keyof TFn>>>> extends {
12
+ props: import("../../types").IfNever<import("../../types").ExpandRecursively<keyof TFn>, {}, import("../../types").ExpandRecursively<Pick<TFn, import("../../types").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("src/types").IfNever<import("src/types").ExpandRecursively<keyof TFn>, {}, import("src/types").ExpandRecursively<Pick<TFn, import("src/types").ExpandRecursively<keyof TFn>>>> : never;
18
+ } & import("../../types").IfNever<import("../../types").ExpandRecursively<keyof TFn>, {}, import("../../types").ExpandRecursively<Pick<TFn, import("../../types").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,MAAM,WAAW,CAAC;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,oBAAkB;AAInD;;;;;;;GAOG;AACH,eAAO,MAAM,MAAM;;;;;;;;;CAclB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { AnyFunction, FnWithDict, Narrowable } from "src/types";
1
+ import { AnyFunction, FnWithDict, Narrowable } from "../../types";
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,MAAM,WAAW,CAAC;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,oBAAkB;AAEnE;;;;;GAKG;AACH,eAAO,MAAM,YAAY,qOAyBxB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { AnyFunction, FnWithDict, Narrowable } from "src/types";
1
+ import { AnyFunction, FnWithDict, Narrowable } from "../../types";
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,MAAM,WAAW,CAAC;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,oBAAkB;AAEjE;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,YAAY,kOAmBtB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { AsFnMeta, Narrowable, AnyFunction, AnyObject, ObjectKey, FnProps, RemoveFnProps, EmptyObject, RemoveIndexKeys, ToFn } from "src/types";
1
+ import { AsFnMeta, Narrowable, AnyFunction, AnyObject, ObjectKey, FnProps, RemoveFnProps, EmptyObject, RemoveIndexKeys, ToFn } from "../../types";
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,MAAM,WAAW,CAAC;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,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,3 +1,3 @@
1
- import type { Type, TypeGuard } from "src/types";
1
+ import type { Type, TypeGuard } from "../../types";
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,MAAM,WAAW,CAAC;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,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,4 +1,4 @@
1
- import { Narrowable, TypeTuple, TypeGuard } from "src/types";
1
+ import { Narrowable, TypeTuple, TypeGuard } from "../../types";
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,MAAM,WAAW,CAAC;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,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,4 +1,4 @@
1
- import { Type } from "src/types";
1
+ import { Type } from "../../types";
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,MAAM,WAAW,CAAC;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,oBAAkB;AAE7C;;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 "src/types";
1
+ import { ExpandRecursively, SimplifyObject, Narrowable, RemoveIndex } from "../../types";
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,MAAM,WAAW,CAAC;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,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,4 +1,4 @@
1
- import { Flatten, Narrowable } from "src/types";
1
+ import { Flatten, Narrowable } from "../../types";
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,MAAM,WAAW,CAAC;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,oBAAkB;AAEhD;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,WAAW,yFAEsB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { AsArray, Narrowable } from "src/types";
1
+ import { AsArray, Narrowable } from "../../types";
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,MAAM,WAAW,CAAC;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,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,4 +1,4 @@
1
- import type { Narrowable, ConverterDefn, Tuple, Nothing, AnyObject, AnyFunction } from "src/types";
1
+ import type { Narrowable, ConverterDefn, Tuple, Nothing, AnyObject, AnyFunction } from "../../types";
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,MAAM,WAAW,CAAC;AAQnB,KAAK,aAAa,CAChB,OAAO,IACL,OAAO,SAAS,WAAW,GAC3B,UAAU,CAAC,OAAO,CAAC,GACnB,KAAK,CAAC;AAEV,KAAK,gBAAgB,CACnB,QAAQ,SAAS,OAAO,CACtB,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,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,CACtB,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,5 +1,5 @@
1
- import { isTupleType, isObject, isNothing } from "src/runtime";
2
- import { Never } from "src/constants";
1
+ import { isTupleType, isObject, isNothing } from "..";
2
+ import { Never } from "../../constants";
3
3
  /**
4
4
  * **createConverter**(mapper)
5
5
  *
@@ -1,3 +1,3 @@
1
- import { Filter, FilterOps, Narrowable } from "src/types";
1
+ import { Filter, FilterOps, Narrowable } from "../../types";
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,MAAM,WAAW,CAAC;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,oBAAkB;AAG3D,eAAO,MAAM,MAAM,4JA2BlB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { isSameTypeOf } from "src/runtime";
1
+ import { isSameTypeOf } from "..";
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 "src/types";
1
+ import { Find, Narrowable, Tuple } from "../../types";
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,EAAa,IAAI,EAAG,UAAU,EAAE,KAAK,EAAE,MAAM,WAAW,CAAC;AAGhE;;;;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,wIAUhB,CAAC"}
1
+ {"version":3,"file":"find.d.ts","sourceRoot":"","sources":["../../../src/runtime/lists/find.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,IAAI,EAAG,UAAU,EAAE,KAAK,EAAE,oBAAkB;AAGhE;;;;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,wIAUhB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { indexOf } from "src/runtime";
1
+ import { indexOf } from "..";
2
2
  /**
3
3
  * **find**(list, [deref]) => (value) => el | undefined
4
4
  *
@@ -1,4 +1,4 @@
1
- import type { GetEach } from "src/types";
1
+ import type { GetEach } from "../../types";
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,MAAM,WAAW,CAAC;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,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,5 +1,5 @@
1
- import { get, isErrorCondition, isNull, isContainer } from "src/runtime";
2
- import { Never } from "src/constants";
1
+ import { get, isErrorCondition, isNull, isContainer } from "..";
2
+ import { Never } from "../../constants";
3
3
  /**
4
4
  * **getEach**(list, dotPath, [options])
5
5
  *
@@ -1,4 +1,4 @@
1
- import { IndexOf, Narrowable, Tuple } from "src/types";
1
+ import { IndexOf, Narrowable, Tuple } from "../../types";
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,MAAM,WAAW,CAAC;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,6BA6B7B"}
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,6BA6B7B"}
@@ -1,5 +1,5 @@
1
- import { isArray, isNull, isNumber, isObject } from "src/runtime";
2
- import { Never } from "src/constants";
1
+ import { isArray, isNull, isNumber, isObject } from "..";
2
+ import { Never } from "../../constants";
3
3
  /**
4
4
  * **indexOf**(val, index)
5
5
  *
@@ -1,4 +1,4 @@
1
- import type { Intersection } from "src/types";
1
+ import type { Intersection } from "../../types";
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,MAAM,WAAW,CAAC;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,oBAAkB;AA2C1D;;;;;;;;;GASG;AACH,eAAO,MAAM,YAAY,sKAcxB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { get, ifNotNull, isIndexable, getEach, toString } from "src/runtime";
1
+ import { get, ifNotNull, isIndexable, getEach, toString } from "..";
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 "src/types";
1
+ import { Tuple, Join } from "../../types";
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,MAAM,WAAW,CAAC;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,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,3 +1,3 @@
1
- import { Last } from "src/types";
1
+ import { Last } from "../../types";
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,MAAM,WAAW,CAAC;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,oBAAkB;AAExC,eAAO,MAAM,IAAI,oDAEhB,CAAC"}
@@ -1,3 +1,3 @@
1
- import { LogicFunction } from "src/types";
1
+ import { LogicFunction } from "../../types";
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,MAAM,WAAW,CAAC;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,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,4 +1,4 @@
1
- import { ifBoolean, ifFunction } from "src/runtime";
1
+ import { ifBoolean, ifFunction } from "..";
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 "src/types";
1
+ import { Narrowable, Slice, Tuple, IfIndexable, Last } from "../../types";
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,MAAM,WAAW,CAAC;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,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,4 +1,4 @@
1
- import { last, slice } from "src/runtime";
1
+ import { last, slice } from "..";
2
2
  /**
3
3
  * **pop**(list)
4
4
  *
@@ -1,4 +1,4 @@
1
- import { Reverse } from "src/types";
1
+ import { Reverse } from "../../types";
2
2
  /**
3
3
  * **reverse**(list)
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"reverse.d.ts","sourceRoot":"","sources":["../../../src/runtime/lists/reverse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC;;;;GAIG;AACH,eAAO,MAAM,OAAO,uDAEnB,CAAC"}
1
+ {"version":3,"file":"reverse.d.ts","sourceRoot":"","sources":["../../../src/runtime/lists/reverse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,oBAAkB;AAEpC;;;;GAIG;AACH,eAAO,MAAM,OAAO,uDAEnB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { Narrowable, Slice, Tuple, IfIndexable } from "src/types";
1
+ import { Narrowable, Slice, Tuple, IfIndexable } from "../../types";
2
2
  export type ShiftResult<V, L extends Tuple> = [value: V, list: L];
3
3
  /**
4
4
  * **shift**(list)
@@ -1 +1 @@
1
- {"version":3,"file":"shift.d.ts","sourceRoot":"","sources":["../../../src/runtime/lists/shift.ts"],"names":[],"mappings":"AAAA,OAAO,EAAG,UAAU,EAAE,KAAK,EAAE,KAAK,EAAG,WAAW,EAAE,MAAM,WAAW,CAAC;AAEpE,MAAM,MAAM,WAAW,CAAC,CAAC,EAAE,CAAC,SAAS,KAAK,IAAI,CAAC,KAAK,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC;AAElE;;;;;GAKG;AACH,eAAO,MAAM,KAAK,uKAUjB,CAAC"}
1
+ {"version":3,"file":"shift.d.ts","sourceRoot":"","sources":["../../../src/runtime/lists/shift.ts"],"names":[],"mappings":"AAAA,OAAO,EAAG,UAAU,EAAE,KAAK,EAAE,KAAK,EAAG,WAAW,EAAE,oBAAkB;AAEpE,MAAM,MAAM,WAAW,CAAC,CAAC,EAAE,CAAC,SAAS,KAAK,IAAI,CAAC,KAAK,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC;AAElE;;;;;GAKG;AACH,eAAO,MAAM,KAAK,uKAUjB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { Slice } from "src/types";
1
+ import { Slice } from "../../types";
2
2
  /**
3
3
  * **slice**(list, start, end)
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"slice.d.ts","sourceRoot":"","sources":["../../../src/runtime/lists/slice.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAS,MAAM,WAAW,CAAC;AAEzC;;;;;GAKG;AACH,eAAO,MAAM,KAAK,qJAMjB,CAAC"}
1
+ {"version":3,"file":"slice.d.ts","sourceRoot":"","sources":["../../../src/runtime/lists/slice.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAS,oBAAkB;AAEzC;;;;;GAKG;AACH,eAAO,MAAM,KAAK,qJAMjB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { Tuple, Unique } from "src/types";
1
+ import { Tuple, Unique } from "../../types";
2
2
  /**
3
3
  * **unique**
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"unique.d.ts","sourceRoot":"","sources":["../../../src/runtime/lists/unique.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,KAAK,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAGrD;;;;;GAKG;AACH,wBAAgB,MAAM,CACpB,CAAC,SAAS,KAAK,EACf,CAAC,SAAS,KAAK,EACf,MAAM,SAAS,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,EAC5C,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,CAAC,EAAC,CAAC,EAAC,MAAM,CAAC,CAehD"}
1
+ {"version":3,"file":"unique.d.ts","sourceRoot":"","sources":["../../../src/runtime/lists/unique.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,KAAK,EAAE,MAAM,EAAE,oBAAkB;AAGrD;;;;;GAKG;AACH,wBAAgB,MAAM,CACpB,CAAC,SAAS,KAAK,EACf,CAAC,SAAS,KAAK,EACf,MAAM,SAAS,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,EAC5C,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,CAAC,EAAC,CAAC,EAAC,MAAM,CAAC,CAehD"}
@@ -1,4 +1,4 @@
1
- import { isString, indexOf } from "src/runtime";
1
+ import { isString, indexOf } from "..";
2
2
  /**
3
3
  * **unique**
4
4
  *