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,3 +1,3 @@
1
- import { NarrowObject, Narrowable } from "src/types";
2
- export declare function mergeObjects<D extends Narrowable, O extends Narrowable, TDefault extends NarrowObject<D>, TOverride extends NarrowObject<O>>(defVal: TDefault, override: TOverride): import("src/types").ExpandRecursively<Omit<TDefault, never>> extends import("src/types").EmptyObject ? import("src/types").EmptyObject : import("src/types").ExpandRecursively<Omit<TDefault, never>>;
1
+ import { NarrowObject, Narrowable } from "../../types";
2
+ export declare function mergeObjects<D extends Narrowable, O extends Narrowable, TDefault extends NarrowObject<D>, TOverride extends NarrowObject<O>>(defVal: TDefault, override: TOverride): import("../../types").ExpandRecursively<Omit<TDefault, never>> extends import("../../types").EmptyObject ? import("../../types").EmptyObject : import("../../types").ExpandRecursively<Omit<TDefault, never>>;
3
3
  //# sourceMappingURL=mergeObjects.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"mergeObjects.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-conversion/mergeObjects.ts"],"names":[],"mappings":"AAAA,OAAO,EAAG,YAAY,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAGtD,wBAAgB,YAAY,CAC1B,CAAC,SAAS,UAAU,EACpB,CAAC,SAAS,UAAU,EACpB,QAAQ,SAAS,YAAY,CAAC,CAAC,CAAC,EAChC,SAAS,SAAS,YAAY,CAAC,CAAC,CAAC,EAEjC,MAAM,EAAE,QAAQ,EAChB,QAAQ,EAAE,SAAS,yMAiBpB"}
1
+ {"version":3,"file":"mergeObjects.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-conversion/mergeObjects.ts"],"names":[],"mappings":"AAAA,OAAO,EAAG,YAAY,EAAE,UAAU,EAAE,oBAAkB;AAGtD,wBAAgB,YAAY,CAC1B,CAAC,SAAS,UAAU,EACpB,CAAC,SAAS,UAAU,EACpB,QAAQ,SAAS,YAAY,CAAC,CAAC,CAAC,EAChC,SAAS,SAAS,YAAY,CAAC,CAAC,CAAC,EAEjC,MAAM,EAAE,QAAQ,EAChB,QAAQ,EAAE,SAAS,iNAiBpB"}
@@ -1,4 +1,4 @@
1
- import { sharedKeys, withoutKeys } from "src/runtime";
1
+ import { sharedKeys, withoutKeys } from "..";
2
2
  export function mergeObjects(defVal, override) {
3
3
  const intersectingKeys = sharedKeys(defVal, override);
4
4
  const defUnique = withoutKeys(defVal, ...intersectingKeys);
@@ -1,4 +1,4 @@
1
- import type { MergeScalars, Scalar } from "src/types";
1
+ import type { MergeScalars, Scalar } from "../../types";
2
2
  /**
3
3
  * **mergeScalars**(a,b)
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"mergeScalars.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-conversion/mergeScalars.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAGtD;;;;;GAKG;AACH,wBAAgB,YAAY,CAAC,CAAC,SAAS,MAAM,GAAG,SAAS,EAAE,CAAC,SAAS,MAAM,GAAG,SAAS,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,GAAG,YAAY,CAAC,CAAC,EAAC,CAAC,CAAC,CAEtH"}
1
+ {"version":3,"file":"mergeScalars.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-conversion/mergeScalars.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,EAAE,oBAAkB;AAGtD;;;;;GAKG;AACH,wBAAgB,YAAY,CAAC,CAAC,SAAS,MAAM,GAAG,SAAS,EAAE,CAAC,SAAS,MAAM,GAAG,SAAS,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,GAAG,YAAY,CAAC,CAAC,EAAC,CAAC,CAAC,CAEtH"}
@@ -1,4 +1,4 @@
1
- import { isUndefined } from "src/runtime";
1
+ import { isUndefined } from "..";
2
2
  /**
3
3
  * **mergeScalars**(a,b)
4
4
  *
@@ -1,4 +1,4 @@
1
- import type { MergeTuples, Narrowable } from "src/types";
1
+ import type { MergeTuples, Narrowable } from "../../types";
2
2
  /**
3
3
  * **mergeTuples**(a,b)
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"mergeTuples.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-conversion/mergeTuples.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAEzD;;;;;;GAMG;AACH,wBAAgB,WAAW,CAAC,CAAC,SAAS,SAAS,UAAU,EAAE,EAAE,CAAC,SAAS,SAAS,UAAU,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,GAAG,WAAW,CAAC,CAAC,EAAC,CAAC,CAAC,CAM1H"}
1
+ {"version":3,"file":"mergeTuples.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-conversion/mergeTuples.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,UAAU,EAAE,oBAAkB;AAEzD;;;;;;GAMG;AACH,wBAAgB,WAAW,CAAC,CAAC,SAAS,SAAS,UAAU,EAAE,EAAE,CAAC,SAAS,SAAS,UAAU,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,GAAG,WAAW,CAAC,CAAC,EAAC,CAAC,CAAC,CAM1H"}
@@ -1,3 +1,3 @@
1
- import { Narrowable, Mutable } from "src/types";
1
+ import { Narrowable, Mutable } from "../../types";
2
2
  export declare function mutable<T extends Narrowable | readonly Narrowable[]>(value: T): Mutable<T>;
3
3
  //# sourceMappingURL=mutable.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"mutable.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-conversion/mutable.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAG,OAAO,EAAE,MAAM,WAAW,CAAC;AAEjD,wBAAgB,OAAO,CAAC,CAAC,SAAS,UAAU,GAAG,SAAS,UAAU,EAAE,EAAE,KAAK,EAAE,CAAC,GAAG,OAAO,CAAC,CAAC,CAAC,CAE1F"}
1
+ {"version":3,"file":"mutable.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-conversion/mutable.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAG,OAAO,EAAE,oBAAkB;AAEjD,wBAAgB,OAAO,CAAC,CAAC,SAAS,UAAU,GAAG,SAAS,UAAU,EAAE,EAAE,KAAK,EAAE,CAAC,GAAG,OAAO,CAAC,CAAC,CAAC,CAE1F"}
@@ -1,4 +1,4 @@
1
- import { IfLength, Narrowable } from "src/types";
1
+ import { IfLength, Narrowable } from "../../types";
2
2
  /**
3
3
  * **optional**(value)
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"optional.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-conversion/optional.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAEjD;;;;;GAKG;AACH,wBAAgB,QAAQ,CACtB,CAAC,SAAS,UAAU,EACpB,CAAC,SAAS,WAAW,EACrB,CAAC,SAAS,SAAS,CAAC,MAAM,CAAC,CAAC,EAAC,CAAC,CAAC,GAAG,UAAU,CAAC,EAAE,EAC/C,GAAG,MAAM,EAAE,CAAC,GAAG,QAAQ,CACvB,CAAC,EAAE,CAAC,EACJ,CAAC,CAAC,CAAC,CAAC,GAAG,SAAS,EAChB,CAAC,GAAG,SAAS,CACd,CAUA"}
1
+ {"version":3,"file":"optional.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-conversion/optional.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,oBAAkB;AAEjD;;;;;GAKG;AACH,wBAAgB,QAAQ,CACtB,CAAC,SAAS,UAAU,EACpB,CAAC,SAAS,WAAW,EACrB,CAAC,SAAS,SAAS,CAAC,MAAM,CAAC,CAAC,EAAC,CAAC,CAAC,GAAG,UAAU,CAAC,EAAE,EAC/C,GAAG,MAAM,EAAE,CAAC,GAAG,QAAQ,CACvB,CAAC,EAAE,CAAC,EACJ,CAAC,CAAC,CAAC,CAAC,GAAG,SAAS,EAChB,CAAC,GAAG,SAAS,CACd,CAUA"}
@@ -1,4 +1,4 @@
1
- import { Narrowable, ToNumber } from "src/types";
1
+ import { Narrowable, ToNumber } from "../../types";
2
2
  /**
3
3
  * **toNumber**(value)
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"toNumber.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-conversion/toNumber.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAU,QAAQ,EAAE,MAAM,WAAW,CAAC;AAkBzD;;;;;;;GAOG;AACH,wBAAgB,QAAQ,CACtB,CAAC,SAAS,UAAU,EACpB,KAAK,EAAE,CAAC,GAAG,QAAQ,CAAC,CAAC,CAAC,CAMvB"}
1
+ {"version":3,"file":"toNumber.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-conversion/toNumber.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAU,QAAQ,EAAE,oBAAkB;AAkBzD;;;;;;;GAOG;AACH,wBAAgB,QAAQ,CACtB,CAAC,SAAS,UAAU,EACpB,KAAK,EAAE,CAAC,GAAG,QAAQ,CAAC,CAAC,CAAC,CAMvB"}
@@ -1,4 +1,4 @@
1
- import { Narrowable, TupleToUnion } from "src/types";
1
+ import { Narrowable, TupleToUnion } from "../../types";
2
2
  /**
3
3
  * **union**(options) => (value)
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"union.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-conversion/union.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAErD;;;;;;GAMG;AACH,eAAO,MAAM,KAAK,oJAKiC,CAAC"}
1
+ {"version":3,"file":"union.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-conversion/union.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,oBAAkB;AAErD;;;;;;GAMG;AACH,eAAO,MAAM,KAAK,oJAKiC,CAAC"}
@@ -1,5 +1,5 @@
1
- import { Narrowable } from "src/types";
2
- import { NoDefaultValue } from "src/constants";
1
+ import { Narrowable } from "../../types";
2
+ import { NoDefaultValue } from "../../constants";
3
3
  /**
4
4
  * **hasDefaultValue**(value)
5
5
  *
@@ -1 +1 @@
1
- {"version":3,"file":"hasDefaultValue.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/hasDefaultValue.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAEvC,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAC/C;;;;;;;;GAQG;AACH,wBAAgB,eAAe,CAAC,CAAC,SAAS,UAAU,EAAE,KAAK,EAAE,CAAC,GAAG,KAAK,IAAI,OAAO,CAAC,CAAC,EAAE,cAAc,CAAC,CAGnG"}
1
+ {"version":3,"file":"hasDefaultValue.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/hasDefaultValue.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,oBAAkB;AAEvC,OAAO,EAAE,cAAc,EAAE,wBAAsB;AAC/C;;;;;;;;GAQG;AACH,wBAAgB,eAAe,CAAC,CAAC,SAAS,UAAU,EAAE,KAAK,EAAE,CAAC,GAAG,KAAK,IAAI,OAAO,CAAC,CAAC,EAAE,cAAc,CAAC,CAGnG"}
@@ -1,4 +1,4 @@
1
- import { isSpecificConstant } from "src/runtime";
1
+ import { isSpecificConstant } from "..";
2
2
  /**
3
3
  * **hasDefaultValue**(value)
4
4
  *
@@ -1,3 +1,3 @@
1
- import { ErrorCondition } from "src/types";
2
- export declare const hasErrorConditions: <T extends readonly unknown[]>(list: T) => list is T & readonly [...unknown[], ErrorCondition<string, string, import("src/types").TypeErrorInfo<object, string, readonly string[], string | number, string> | null>];
1
+ import { ErrorCondition } from "../../types";
2
+ export declare const hasErrorConditions: <T extends readonly unknown[]>(list: T) => list is T & readonly [...unknown[], ErrorCondition<string, string, import("../../types").TypeErrorInfo<object, string, readonly string[], string | number, string> | null>];
3
3
  //# sourceMappingURL=hasErrorConditions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"hasErrorConditions.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/hasErrorConditions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAG3C,eAAO,MAAM,kBAAkB,sNAI9B,CAAC"}
1
+ {"version":3,"file":"hasErrorConditions.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/hasErrorConditions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,oBAAkB;AAG3C,eAAO,MAAM,kBAAkB,wNAI9B,CAAC"}
@@ -1,4 +1,4 @@
1
- import { isErrorCondition } from "src/runtime";
1
+ import { isErrorCondition } from "..";
2
2
  export const hasErrorConditions = (list) => {
3
3
  return list.some(i => isErrorCondition(i));
4
4
  };
@@ -1,4 +1,4 @@
1
- import { Container } from "src/types";
1
+ import { Container } from "../../types";
2
2
  /**
3
3
  * **hasIndexOf**(value, idx) => boolean
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"hasIndexOf.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/hasIndexOf.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAGtC;;;;;GAKG;AACH,eAAO,MAAM,UAAU,6IAKtB,CAAC"}
1
+ {"version":3,"file":"hasIndexOf.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/hasIndexOf.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,oBAAkB;AAGtC;;;;;GAKG;AACH,eAAO,MAAM,UAAU,6IAKtB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { isObject } from "src/runtime";
1
+ import { isObject } from "..";
2
2
  /**
3
3
  * **hasIndexOf**(value, idx) => boolean
4
4
  *
@@ -1,4 +1,4 @@
1
- import { Narrowable } from "src/types";
1
+ import { Narrowable } from "../../../types";
2
2
  export type EndingWithTypeGuard<T extends string> = <V extends Narrowable>(val: V) => val is V & `${string}${T}`;
3
3
  /**
4
4
  * **endsWith**(endingIn) => (val)
@@ -1 +1 @@
1
- {"version":3,"file":"endsWith.d.ts","sourceRoot":"","sources":["../../../../src/runtime/type-guards/higher-order/endsWith.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAGvC,MAAM,MAAM,mBAAmB,CAAC,CAAC,SAAS,MAAM,IAAI,CAClD,CAAC,SAAS,UAAU,EACpB,GAAG,EAAE,CAAC,KAAK,GAAG,IAAI,CAAC,GAAG,GAAG,MAAM,GAAG,CAAC,EAAE,CAAC;AAExC;;;;;GAKG;AACH,eAAO,MAAM,QAAQ,2DAapB,CAAC"}
1
+ {"version":3,"file":"endsWith.d.ts","sourceRoot":"","sources":["../../../../src/runtime/type-guards/higher-order/endsWith.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,uBAAkB;AAGvC,MAAM,MAAM,mBAAmB,CAAC,CAAC,SAAS,MAAM,IAAI,CAClD,CAAC,SAAS,UAAU,EACpB,GAAG,EAAE,CAAC,KAAK,GAAG,IAAI,CAAC,GAAG,GAAG,MAAM,GAAG,CAAC,EAAE,CAAC;AAExC;;;;;GAKG;AACH,eAAO,MAAM,QAAQ,2DAapB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { ifNumber, ifString } from "src/runtime";
1
+ import { ifNumber, ifString } from "../..";
2
2
  /**
3
3
  * **endsWith**(endingIn) => (val)
4
4
  *
@@ -1,4 +1,4 @@
1
- import { Narrowable, TypeGuard } from "src/types";
1
+ import { Narrowable, TypeGuard } from "../../../types";
2
2
  /**
3
3
  * A TypeGuard which was generated from `isEqual()` runtime util.
4
4
  */
@@ -1 +1 @@
1
- {"version":3,"file":"isEqual.d.ts","sourceRoot":"","sources":["../../../../src/runtime/type-guards/higher-order/isEqual.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAG,SAAS,EAAE,MAAM,WAAW,CAAC;AAGnD;;GAEG;AACH,MAAM,MAAM,OAAO,CAAC,CAAC,SAAS,UAAU,IAAI,SAAS,CAAC,CAAC,CAAC,CAAC;AAEzD;;;;GAIG;AACH,eAAO,MAAM,OAAO,2DAQP,CAAC"}
1
+ {"version":3,"file":"isEqual.d.ts","sourceRoot":"","sources":["../../../../src/runtime/type-guards/higher-order/isEqual.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAG,SAAS,EAAE,uBAAkB;AAGnD;;GAEG;AACH,MAAM,MAAM,OAAO,CAAC,CAAC,SAAS,UAAU,IAAI,SAAS,CAAC,CAAC,CAAC,CAAC;AAEzD;;;;GAIG;AACH,eAAO,MAAM,OAAO,2DAQP,CAAC"}
@@ -1,4 +1,4 @@
1
- import { isSameTypeOf } from "src/runtime";
1
+ import { isSameTypeOf } from "../..";
2
2
  /**
3
3
  * **isEqual**(compareTo)(value)
4
4
  *
@@ -1,4 +1,4 @@
1
- import { keysOf, isArray, isObject, isString, isEqual } from "src/runtime";
1
+ import { keysOf, isArray, isObject, isString, isEqual } from "../..";
2
2
  /**
3
3
  * **ifLength**(len) => (value) => boolean
4
4
  *
@@ -1,4 +1,4 @@
1
- import { ConvertTypeOf, GetTypeOf } from "src/types";
1
+ import { ConvertTypeOf, GetTypeOf } from "../../../types";
2
2
  /**
3
3
  * **isSameTypeOf**(base, compare)
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"isSameTypeOf.d.ts","sourceRoot":"","sources":["../../../../src/runtime/type-guards/higher-order/isSameTypeOf.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAErD;;;;;;;GAOG;AACH,eAAO,MAAM,YAAY,gHAGxB,CAAC"}
1
+ {"version":3,"file":"isSameTypeOf.d.ts","sourceRoot":"","sources":["../../../../src/runtime/type-guards/higher-order/isSameTypeOf.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,SAAS,EAAE,uBAAkB;AAErD;;;;;;;GAOG;AACH,eAAO,MAAM,YAAY,gHAGxB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { TypeOf, ConvertTypeOf } from "src/types";
1
+ import { TypeOf, ConvertTypeOf } from "../../../types";
2
2
  export type TypeOfTypeGuard<TType extends TypeOf> = <TValue>(value: TValue) => value is TValue & ConvertTypeOf<TType>;
3
3
  /**
4
4
  * **isTypeOf**(type)(value)
@@ -1 +1 @@
1
- {"version":3,"file":"isTypeOf.d.ts","sourceRoot":"","sources":["../../../../src/runtime/type-guards/higher-order/isTypeOf.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAElD,MAAM,MAAM,eAAe,CAAC,KAAK,SAAS,MAAM,IAAI,CAAC,MAAM,EAAE,KAAK,EAAE,MAAM,KAAI,KAAK,IAAI,MAAM,GAAG,aAAa,CAAC,KAAK,CAAC,CAAC;AAErH;;;;;;;GAOG;AACH,eAAO,MAAM,QAAQ,oJAGpB,CAAC"}
1
+ {"version":3,"file":"isTypeOf.d.ts","sourceRoot":"","sources":["../../../../src/runtime/type-guards/higher-order/isTypeOf.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,aAAa,EAAE,uBAAkB;AAElD,MAAM,MAAM,eAAe,CAAC,KAAK,SAAS,MAAM,IAAI,CAAC,MAAM,EAAE,KAAK,EAAE,MAAM,KAAI,KAAK,IAAI,MAAM,GAAG,aAAa,CAAC,KAAK,CAAC,CAAC;AAErH;;;;;;;GAOG;AACH,eAAO,MAAM,QAAQ,oJAGpB,CAAC"}
@@ -1,4 +1,4 @@
1
- import type { Narrowable } from "src/types";
1
+ import type { Narrowable } from "../../../types";
2
2
  /**
3
3
  * **StartingWithTypeGuard**`<literal>`
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"startsWith.d.ts","sourceRoot":"","sources":["../../../../src/runtime/type-guards/higher-order/startsWith.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAG5C;;;;GAIG;AACH,MAAM,MAAM,qBAAqB,CAAC,WAAW,SAAS,MAAM,IAAI,CAC9D,MAAM,SAAS,UAAU,EACzB,GAAG,EAAE,MAAM,KAAK,GAAG,IAAI,MAAM,GAAG,GAAG,WAAW,GAAG,MAAM,EAAE,CAAC;AAE5D;;;;;GAKG;AACH,eAAO,MAAM,UAAU,+FAUtB,CAAC"}
1
+ {"version":3,"file":"startsWith.d.ts","sourceRoot":"","sources":["../../../../src/runtime/type-guards/higher-order/startsWith.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,uBAAkB;AAG5C;;;;GAIG;AACH,MAAM,MAAM,qBAAqB,CAAC,WAAW,SAAS,MAAM,IAAI,CAC9D,MAAM,SAAS,UAAU,EACzB,GAAG,EAAE,MAAM,KAAK,GAAG,IAAI,MAAM,GAAG,GAAG,WAAW,GAAG,MAAM,EAAE,CAAC;AAE5D;;;;;GAKG;AACH,eAAO,MAAM,UAAU,+FAUtB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { isNumber, isString } from "src/runtime";
1
+ import { isNumber, isString } from "../..";
2
2
  /**
3
3
  * **startsWith**(startingWith) => (val)
4
4
  *
@@ -1,4 +1,4 @@
1
- import { Alpha, Narrowable } from "src/types";
1
+ import { Alpha, Narrowable } from "../../types";
2
2
  /**
3
3
  * **isAlpha**(value)
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"isAlpha.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/isAlpha.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAa,UAAU,EAAE,MAAM,WAAW,CAAC;AAIzD;;;;;GAKG;AACH,eAAO,MAAM,OAAO,2DAEnB,CAAC"}
1
+ {"version":3,"file":"isAlpha.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/isAlpha.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAa,UAAU,EAAE,oBAAkB;AAIzD;;;;;GAKG;AACH,eAAO,MAAM,OAAO,2DAEnB,CAAC"}
@@ -1,5 +1,5 @@
1
- import { ALPHA_CHARS } from "src/constants";
2
- import { isString, split } from "src/runtime";
1
+ import { ALPHA_CHARS } from "../../constants";
2
+ import { isString, split } from "..";
3
3
  /**
4
4
  * **isAlpha**(value)
5
5
  *
@@ -1,3 +1,3 @@
1
- import { Constant } from "src/constants";
1
+ import { Constant } from "../../constants";
2
2
  export declare function isConstant<K extends string>(value: unknown): value is Constant<K>;
3
3
  //# sourceMappingURL=isConstant.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"isConstant.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/isConstant.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAGzC,wBAAgB,UAAU,CACxB,CAAC,SAAS,MAAM,EAChB,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,QAAQ,CAAC,CAAC,CAAC,CAEtC"}
1
+ {"version":3,"file":"isConstant.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/isConstant.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,wBAAsB;AAGzC,wBAAgB,UAAU,CACxB,CAAC,SAAS,MAAM,EAChB,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,QAAQ,CAAC,CAAC,CAAC,CAEtC"}
@@ -1,4 +1,4 @@
1
- import { isEqual, isTypeOf, isObject } from "src/runtime";
1
+ import { isEqual, isTypeOf, isObject } from "..";
2
2
  export function isConstant(value) {
3
3
  return isObject(value) && "_type" in value && isTypeOf("string")(value._type) && isEqual(value._type)("Constant") ? true : false;
4
4
  }
@@ -1,3 +1,3 @@
1
- import { Container } from "src/types";
1
+ import { Container } from "../../types";
2
2
  export declare function isContainer<T>(value: T): value is T & Container;
3
3
  //# sourceMappingURL=isContainer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"isContainer.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/isContainer.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAEtC,wBAAgB,WAAW,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,GAAG,KAAK,IAAI,CAAC,GAAG,SAAS,CAE/D"}
1
+ {"version":3,"file":"isContainer.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/isContainer.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,oBAAkB;AAEtC,wBAAgB,WAAW,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,GAAG,KAAK,IAAI,CAAC,GAAG,SAAS,CAE/D"}
@@ -1,4 +1,4 @@
1
- import { isObject } from "src/runtime";
1
+ import { isObject } from "..";
2
2
  export function isContainer(value) {
3
3
  return Array.isArray(value) || isObject(value) ? true : false;
4
4
  }
@@ -1,4 +1,4 @@
1
- import { ErrorCondition } from "src/types";
1
+ import { ErrorCondition } from "../../types";
2
2
  /**
3
3
  * **isErrorCondition**(value)
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"isErrorCondition.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/isErrorCondition.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAG3C;;;;GAIG;AACH,wBAAgB,gBAAgB,CAC9B,MAAM,SAAS,MAAM,EACrB,IAAI,SAAS,MAAM,EACnB,OAAO,SAAS,MAAM,EACtB,CAAC,SAAS,cAAc,CAAC,IAAI,EAAE,OAAO,EAAE;IAAC,OAAO,EAAE,MAAM,CAAA;CAAC,CAAC,EAC1D,KAAK,EAAE,OAAO,GAAG,CAAC,GAAG,KAAK,IAAI,CAAC,CAMhC"}
1
+ {"version":3,"file":"isErrorCondition.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/isErrorCondition.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,oBAAkB;AAG3C;;;;GAIG;AACH,wBAAgB,gBAAgB,CAC9B,MAAM,SAAS,MAAM,EACrB,IAAI,SAAS,MAAM,EACnB,OAAO,SAAS,MAAM,EACtB,CAAC,SAAS,cAAc,CAAC,IAAI,EAAE,OAAO,EAAE;IAAC,OAAO,EAAE,MAAM,CAAA;CAAC,CAAC,EAC1D,KAAK,EAAE,OAAO,GAAG,CAAC,GAAG,KAAK,IAAI,CAAC,CAMhC"}
@@ -1,4 +1,4 @@
1
- import { isObject } from "src/runtime";
1
+ import { isObject } from "..";
2
2
  /**
3
3
  * **isErrorCondition**(value)
4
4
  *
@@ -1,4 +1,4 @@
1
- import { FalsyValue, Narrowable } from "src/types";
1
+ import { FalsyValue, Narrowable } from "../../types";
2
2
  /**
3
3
  * **isFalsy**()
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"isFalsy.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/isFalsy.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAGnD;;;;;GAKG;AACH,eAAO,MAAM,OAAO,yDAEnB,CAAC"}
1
+ {"version":3,"file":"isFalsy.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/isFalsy.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,oBAAkB;AAGnD;;;;;GAKG;AACH,eAAO,MAAM,OAAO,yDAEnB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { FALSY_VALUES } from "src/constants";
1
+ import { FALSY_VALUES } from "../../constants";
2
2
  /**
3
3
  * **isFalsy**()
4
4
  *
@@ -1,4 +1,4 @@
1
- import { Scalar, ToFn } from "src/types";
1
+ import { Scalar, ToFn } from "../../types";
2
2
  /**
3
3
  * **isFnWithDict**(input)
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"isFnWithParams.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/isFnWithParams.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAG,IAAI,EAAE,MAAM,WAAW,CAAC;AAE1C;;;;;GAKG;AACH,wBAAgB,cAAc,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,GAAG,KAAK,IAAI,OAAO,CAAC,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC,GAAG,IAAI,CAAC,OAAO,CAAC,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC,CAAC,CAE1H"}
1
+ {"version":3,"file":"isFnWithParams.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/isFnWithParams.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAG,IAAI,EAAE,oBAAkB;AAE1C;;;;;GAKG;AACH,wBAAgB,cAAc,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,GAAG,KAAK,IAAI,OAAO,CAAC,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC,GAAG,IAAI,CAAC,OAAO,CAAC,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC,CAAC,CAE1H"}
@@ -1,4 +1,4 @@
1
- import { AnyFunction } from "src/types";
1
+ import { AnyFunction } from "../../types";
2
2
  /**
3
3
  * **isFunction**(value)
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"isFunction.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/isFunction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAExC;;;;;;GAMG;AACH,wBAAgB,UAAU,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,GAAG,KAAK,IAAI,CAAC,GAAG,WAAW,CAKhE"}
1
+ {"version":3,"file":"isFunction.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/isFunction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,oBAAkB;AAExC;;;;;;GAMG;AACH,wBAAgB,UAAU,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,GAAG,KAAK,IAAI,CAAC,GAAG,WAAW,CAKhE"}
@@ -1,4 +1,4 @@
1
- import { Indexable } from "src/types";
1
+ import { Indexable } from "../../types";
2
2
  /**
3
3
  * **isIndexable**(value)
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"isIndexable.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/isIndexable.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,SAAS,EAAE,MAAM,WAAW,CAAC;AAGjD;;;;GAIG;AACH,wBAAgB,WAAW,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,GAAG,KAAK,IAAI,CAAC,GAAG,SAAS,CAI/D"}
1
+ {"version":3,"file":"isIndexable.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/isIndexable.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,SAAS,EAAE,oBAAkB;AAGjD;;;;GAIG;AACH,wBAAgB,WAAW,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,GAAG,KAAK,IAAI,CAAC,GAAG,SAAS,CAI/D"}
@@ -1,4 +1,4 @@
1
- import { keysOf } from "src/runtime";
1
+ import { keysOf } from "..";
2
2
  /**
3
3
  * **isIndexable**(value)
4
4
  *
@@ -1,4 +1,4 @@
1
- import { LeftRight, Narrowable } from "src/types";
1
+ import { LeftRight, Narrowable } from "../../types";
2
2
  /**
3
3
  * **isLeftRight**(value)
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"isLeftRight.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/isLeftRight.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAS,MAAM,WAAW,CAAC;AAGzD;;;;GAIG;AACH,eAAO,MAAM,WAAW,mGAKvB,CAAC"}
1
+ {"version":3,"file":"isLeftRight.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/isLeftRight.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAS,oBAAkB;AAGzD;;;;GAIG;AACH,eAAO,MAAM,WAAW,mGAKvB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { isArray } from "src/runtime";
1
+ import { isArray } from "..";
2
2
  /**
3
3
  * **isLeftRight**(value)
4
4
  *
@@ -1,4 +1,4 @@
1
- import { NotNull } from "src/types";
1
+ import { NotNull } from "../../types";
2
2
  /**
3
3
  * **isNotNull**(value)
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"isNotNull.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/isNotNull.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC;;;;GAIG;AACH,wBAAgB,SAAS,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,GAAG,KAAK,IAAI,CAAC,GAAG,OAAO,CAE3D"}
1
+ {"version":3,"file":"isNotNull.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/isNotNull.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,oBAAkB;AAEpC;;;;GAIG;AACH,wBAAgB,SAAS,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,GAAG,KAAK,IAAI,CAAC,GAAG,OAAO,CAE3D"}
@@ -1,3 +1,3 @@
1
- import { Nothing } from "src/types";
1
+ import { Nothing } from "../../types";
2
2
  export declare function isNothing<T>(val: T): val is T & Nothing;
3
3
  //# sourceMappingURL=isNothing.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"isNothing.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/isNothing.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC,wBAAgB,SAAS,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,GAAG,GAAG,IAAI,CAAC,GAAG,OAAO,CAEvD"}
1
+ {"version":3,"file":"isNothing.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/isNothing.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,oBAAkB;AAEpC,wBAAgB,SAAS,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,GAAG,GAAG,IAAI,CAAC,GAAG,OAAO,CAEvD"}
@@ -1,5 +1,5 @@
1
- import { NUMERIC_CHAR } from "src/constants";
2
- import { split } from "src/runtime";
1
+ import { NUMERIC_CHAR } from "../../constants";
2
+ import { split } from "..";
3
3
  /**
4
4
  * **isNumericString**(value)
5
5
  *
@@ -1,4 +1,4 @@
1
- import type { AnyObject } from "src/types";
1
+ import type { AnyObject } from "../../types";
2
2
  /**
3
3
  * **isObject**(value)
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"isObject.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/isObject.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAG,MAAM,WAAW,CAAC;AAE5C;;;;;;;GAOG;AACH,wBAAgB,QAAQ,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,GAAG,KAAK,IAAI,CAAC,GAAG,SAAS,CAE5D"}
1
+ {"version":3,"file":"isObject.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/isObject.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAG,oBAAkB;AAE5C;;;;;;;GAOG;AACH,wBAAgB,QAAQ,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,GAAG,KAAK,IAAI,CAAC,GAAG,SAAS,CAE5D"}
@@ -1,4 +1,4 @@
1
- import { Tuple } from "src/types";
1
+ import { Tuple } from "../../types";
2
2
  /**
3
3
  * **isReadonlyArray**(value)
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"isReadonlyArray.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/isReadonlyArray.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,WAAW,CAAC;AAElC;;;;;;;;;GASG;AACH,wBAAgB,eAAe,CAC7B,CAAC,EACD,KAAK,EAAE,CAAC,GAAG,KAAK,IAAI,QAAQ,CAAC,OAAO,CAAC,CAAC,EAAE,SAAS,GAAG,MAAM,GAAG,IAAI,GAAG,OAAO,GAAG,MAAM,CAAC,CAAC,GAAG,KAAK,CAE/F"}
1
+ {"version":3,"file":"isReadonlyArray.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/isReadonlyArray.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,oBAAkB;AAElC;;;;;;;;;GASG;AACH,wBAAgB,eAAe,CAC7B,CAAC,EACD,KAAK,EAAE,CAAC,GAAG,KAAK,IAAI,QAAQ,CAAC,OAAO,CAAC,CAAC,EAAE,SAAS,GAAG,MAAM,GAAG,IAAI,GAAG,OAAO,GAAG,MAAM,CAAC,CAAC,GAAG,KAAK,CAE/F"}
@@ -1,4 +1,4 @@
1
- import { VueRef } from "src/types";
1
+ import { VueRef } from "../../types";
2
2
  /**
3
3
  * **isRef**(value)
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"isRef.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/isRef.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAGnC;;;;GAIG;AACH,wBAAgB,KAAK,CAAC,CAAC,SAAS,OAAO,EAAE,CAAC,SAAS,MAAM,EAAE,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,MAAM,CAAC,CAAC,EAAC,CAAC,CAAC,CAG/F"}
1
+ {"version":3,"file":"isRef.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/isRef.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,oBAAkB;AAGnC;;;;GAIG;AACH,wBAAgB,KAAK,CAAC,CAAC,SAAS,OAAO,EAAE,CAAC,SAAS,MAAM,EAAE,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,MAAM,CAAC,CAAC,EAAC,CAAC,CAAC,CAG/F"}
@@ -1,4 +1,4 @@
1
- import { isObject } from "src/runtime";
1
+ import { isObject } from "..";
2
2
  /**
3
3
  * **isRef**(value)
4
4
  *
@@ -1,4 +1,4 @@
1
- import { Narrowable } from "src/types";
1
+ import { Narrowable } from "../../types";
2
2
  /**
3
3
  * **isSameType**(value, comparison)
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"isSameType.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/isSameType.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAIvC;;;;;;GAMG;AACH,wBAAgB,UAAU,CACxB,IAAI,EACJ,WAAW,SAAS,UAAU,EAC9B,KAAK,EAAE,IAAI,EAAE,UAAU,EAAE,WAAW,GAAG,KAAK,IAAI,IAAI,GAAG,WAAW,CAyDnE"}
1
+ {"version":3,"file":"isSameType.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/isSameType.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,oBAAkB;AAIvC;;;;;;GAMG;AACH,wBAAgB,UAAU,CACxB,IAAI,EACJ,WAAW,SAAS,UAAU,EAC9B,KAAK,EAAE,IAAI,EAAE,UAAU,EAAE,WAAW,GAAG,KAAK,IAAI,IAAI,GAAG,WAAW,CAyDnE"}
@@ -1,4 +1,4 @@
1
- import { isBoolean, isNull, isNumber, isNumericString, isString, isTypeToken, isUndefined, extractTypeToken, toCamelCase, toPascalCase, toKebabCase, toSnakeCase, isSameTypeOf, endsWith, startsWith, isObject } from "src/runtime";
1
+ import { isBoolean, isNull, isNumber, isNumericString, isString, isTypeToken, isUndefined, extractTypeToken, toCamelCase, toPascalCase, toKebabCase, toSnakeCase, isSameTypeOf, endsWith, startsWith, isObject } from "..";
2
2
  /**
3
3
  * **isSameType**(value, comparison)
4
4
  *
@@ -1,4 +1,4 @@
1
- import { Scalar } from "src/types";
1
+ import { Scalar } from "../../types";
2
2
  /**
3
3
  * **isScalar**(value)
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"isScalar.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/isScalar.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAInC;;;;GAIG;AACH,wBAAgB,QAAQ,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,GAAG,KAAK,IAAI,CAAC,GAAG,MAAM,CAGzD"}
1
+ {"version":3,"file":"isScalar.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/isScalar.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,oBAAkB;AAInC;;;;GAIG;AACH,wBAAgB,QAAQ,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,GAAG,KAAK,IAAI,CAAC,GAAG,MAAM,CAGzD"}
@@ -1,4 +1,4 @@
1
- import { isNull, isNumber, isString, isSymbol } from "src/runtime";
1
+ import { isNull, isNumber, isString, isSymbol } from "..";
2
2
  /**
3
3
  * **isScalar**(value)
4
4
  *
@@ -1,4 +1,4 @@
1
- import { Constant } from "src/constants";
1
+ import { Constant } from "../../constants";
2
2
  /**
3
3
  * **isSpecificConstant**(kind)
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"isSpecificConstant.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/isSpecificConstant.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC;;;;GAIG;AACH,wBAAgB,kBAAkB,CAChC,KAAK,SAAS,MAAM,EACpB,IAAI,EAAE,KAAK,WACI,OAAO,8BAGvB"}
1
+ {"version":3,"file":"isSpecificConstant.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/isSpecificConstant.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,wBAAsB;AAEzC;;;;GAIG;AACH,wBAAgB,kBAAkB,CAChC,KAAK,SAAS,MAAM,EACpB,IAAI,EAAE,KAAK,WACI,OAAO,8BAGvB"}
@@ -1,4 +1,4 @@
1
- import { isEqual, isConstant } from "src/runtime";
1
+ import { isEqual, isConstant } from "..";
2
2
  /**
3
3
  * **isSpecificConstant**(kind)
4
4
  *
@@ -1,4 +1,4 @@
1
- import { FalsyValue } from "src/types";
1
+ import { FalsyValue } from "../../types";
2
2
  /**
3
3
  * **isTruthy**
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"isTruthy.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/isTruthy.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAIvC;;;;;GAKG;AACH,eAAO,MAAM,QAAQ,8CAEpB,CAAC"}
1
+ {"version":3,"file":"isTruthy.d.ts","sourceRoot":"","sources":["../../../src/runtime/type-guards/isTruthy.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,oBAAkB;AAIvC;;;;;GAKG;AACH,eAAO,MAAM,QAAQ,8CAEpB,CAAC"}