@ariestools/sdk 7.0.7 → 7.0.8

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 (2071) hide show
  1. package/README.md +8 -19
  2. package/dist/browser/api.d.ts +2 -0
  3. package/dist/browser/api.d.ts.map +1 -0
  4. package/dist/browser/api.model.d.ts +2 -0
  5. package/dist/browser/api.model.d.ts.map +1 -0
  6. package/dist/browser/array.d.ts +2 -0
  7. package/dist/browser/array.d.ts.map +1 -0
  8. package/dist/browser/arraybuffer.d.ts +2 -0
  9. package/dist/browser/arraybuffer.d.ts.map +1 -0
  10. package/dist/browser/assert.d.ts +2 -0
  11. package/dist/browser/assert.d.ts.map +1 -0
  12. package/dist/browser/assert.model.d.ts +2 -0
  13. package/dist/browser/assert.model.d.ts.map +1 -0
  14. package/dist/browser/base.d.ts +2 -0
  15. package/dist/browser/base.d.ts.map +1 -0
  16. package/dist/browser/base.model.d.ts +2 -0
  17. package/dist/browser/base.model.d.ts.map +1 -0
  18. package/dist/browser/browser/platform.d.ts +2 -0
  19. package/dist/browser/browser/platform.d.ts.map +1 -0
  20. package/dist/browser/browser/url.d.ts +2 -0
  21. package/dist/browser/browser/url.d.ts.map +1 -0
  22. package/dist/browser/creatable.d.ts +2 -0
  23. package/dist/browser/creatable.d.ts.map +1 -0
  24. package/dist/browser/creatable.model.d.ts +2 -0
  25. package/dist/browser/creatable.model.d.ts.map +1 -0
  26. package/dist/browser/decimal-precision.d.ts +2 -0
  27. package/dist/browser/decimal-precision.d.ts.map +1 -0
  28. package/dist/browser/delay.d.ts +2 -0
  29. package/dist/browser/delay.d.ts.map +1 -0
  30. package/dist/browser/ellipsize.d.ts +2 -0
  31. package/dist/browser/ellipsize.d.ts.map +1 -0
  32. package/dist/browser/enum.d.ts +2 -0
  33. package/dist/browser/enum.d.ts.map +1 -0
  34. package/dist/browser/enum.model.d.ts +2 -0
  35. package/dist/browser/enum.model.d.ts.map +1 -0
  36. package/dist/browser/error.d.ts +2 -0
  37. package/dist/browser/error.d.ts.map +1 -0
  38. package/dist/browser/error.model.d.ts +2 -0
  39. package/dist/browser/error.model.d.ts.map +1 -0
  40. package/dist/browser/events.d.ts +2 -0
  41. package/dist/browser/events.d.ts.map +1 -0
  42. package/dist/browser/events.model.d.ts +2 -0
  43. package/dist/browser/events.model.d.ts.map +1 -0
  44. package/dist/browser/exists.d.ts +2 -0
  45. package/dist/browser/exists.d.ts.map +1 -0
  46. package/dist/browser/fetch.d.ts +2 -0
  47. package/dist/browser/fetch.d.ts.map +1 -0
  48. package/dist/browser/fetch.model.d.ts +2 -0
  49. package/dist/browser/fetch.model.d.ts.map +1 -0
  50. package/dist/browser/forget.d.ts +2 -0
  51. package/dist/browser/forget.d.ts.map +1 -0
  52. package/dist/browser/forget.model.d.ts +2 -0
  53. package/dist/browser/forget.model.d.ts.map +1 -0
  54. package/dist/browser/function-name.d.ts +2 -0
  55. package/dist/browser/function-name.d.ts.map +1 -0
  56. package/dist/browser/hex.d.ts +2 -0
  57. package/dist/browser/hex.d.ts.map +1 -0
  58. package/dist/browser/hex.model.d.ts +2 -0
  59. package/dist/browser/hex.model.d.ts.map +1 -0
  60. package/dist/browser/index.d.ts +31 -31
  61. package/dist/browser/index.d.ts.map +1 -0
  62. package/dist/browser/index.mjs +3424 -31
  63. package/dist/browser/index.mjs.map +7 -0
  64. package/dist/browser/logger.d.ts +2 -0
  65. package/dist/browser/logger.d.ts.map +1 -0
  66. package/dist/browser/model.d.ts +19 -0
  67. package/dist/browser/model.d.ts.map +1 -0
  68. package/dist/browser/modules/api/ApiClient.d.ts +10 -0
  69. package/dist/browser/modules/api/ApiClient.d.ts.map +1 -0
  70. package/dist/browser/modules/api/ApiConfig.d.ts +9 -0
  71. package/dist/browser/modules/api/ApiConfig.d.ts.map +1 -0
  72. package/dist/browser/modules/api/ApiEndpoint.d.ts +19 -0
  73. package/dist/browser/modules/api/ApiEndpoint.d.ts.map +1 -0
  74. package/dist/browser/modules/api/ApiStage.d.ts +11 -0
  75. package/dist/browser/modules/api/ApiStage.d.ts.map +1 -0
  76. package/dist/browser/modules/api/getApiStage.d.ts +8 -0
  77. package/dist/browser/modules/api/getApiStage.d.ts.map +1 -0
  78. package/dist/browser/modules/api/index.d.ts +6 -0
  79. package/dist/browser/modules/api/index.d.ts.map +1 -0
  80. package/dist/browser/modules/api/model.d.ts +3 -0
  81. package/dist/browser/modules/api/model.d.ts.map +1 -0
  82. package/dist/browser/modules/array/containsAll.d.ts +8 -0
  83. package/dist/browser/modules/array/containsAll.d.ts.map +1 -0
  84. package/dist/browser/modules/array/distinct.d.ts +6 -0
  85. package/dist/browser/modules/array/distinct.d.ts.map +1 -0
  86. package/dist/browser/modules/array/filterAs.d.ts +8 -0
  87. package/dist/browser/modules/array/filterAs.d.ts.map +1 -0
  88. package/dist/browser/modules/array/filterAsync.d.ts +9 -0
  89. package/dist/browser/modules/array/filterAsync.d.ts.map +1 -0
  90. package/dist/browser/modules/array/findAs.d.ts +15 -0
  91. package/dist/browser/modules/array/findAs.d.ts.map +1 -0
  92. package/dist/browser/modules/array/flatten.d.ts +8 -0
  93. package/dist/browser/modules/array/flatten.d.ts.map +1 -0
  94. package/dist/browser/modules/array/index.d.ts +8 -0
  95. package/dist/browser/modules/array/index.d.ts.map +1 -0
  96. package/dist/browser/modules/array/uniq.d.ts +14 -0
  97. package/dist/browser/modules/array/uniq.d.ts.map +1 -0
  98. package/dist/browser/modules/arraybuffer/equalArrayBuffers.d.ts +8 -0
  99. package/dist/browser/modules/arraybuffer/equalArrayBuffers.d.ts.map +1 -0
  100. package/dist/browser/modules/arraybuffer/index.d.ts +5 -0
  101. package/dist/browser/modules/arraybuffer/index.d.ts.map +1 -0
  102. package/dist/browser/modules/arraybuffer/isArrayBuffer.d.ts +7 -0
  103. package/dist/browser/modules/arraybuffer/isArrayBuffer.d.ts.map +1 -0
  104. package/dist/browser/modules/arraybuffer/toArrayBuffer.d.ts +11 -0
  105. package/dist/browser/modules/arraybuffer/toArrayBuffer.d.ts.map +1 -0
  106. package/dist/browser/modules/arraybuffer/toUint8Array.d.ts +11 -0
  107. package/dist/browser/modules/arraybuffer/toUint8Array.d.ts.map +1 -0
  108. package/dist/browser/modules/assert/assertDefinedEx.d.ts +41 -0
  109. package/dist/browser/modules/assert/assertDefinedEx.d.ts.map +1 -0
  110. package/dist/browser/modules/assert/assertEx.d.ts +41 -0
  111. package/dist/browser/modules/assert/assertEx.d.ts.map +1 -0
  112. package/dist/browser/modules/assert/index.d.ts +4 -0
  113. package/dist/browser/modules/assert/index.d.ts.map +1 -0
  114. package/dist/browser/modules/assert/model.d.ts +2 -0
  115. package/dist/browser/modules/assert/model.d.ts.map +1 -0
  116. package/dist/browser/modules/assert/types.d.ts +36 -0
  117. package/dist/browser/modules/assert/types.d.ts.map +1 -0
  118. package/dist/browser/modules/base/Base.d.ts +53 -0
  119. package/dist/browser/modules/base/Base.d.ts.map +1 -0
  120. package/dist/browser/modules/base/globallyUnique.d.ts +21 -0
  121. package/dist/browser/modules/base/globallyUnique.d.ts.map +1 -0
  122. package/dist/browser/modules/base/index.d.ts +3 -0
  123. package/dist/browser/modules/base/index.d.ts.map +1 -0
  124. package/dist/browser/modules/base/model.d.ts +2 -0
  125. package/dist/browser/modules/base/model.d.ts.map +1 -0
  126. package/dist/browser/modules/creatable/AbstractCreatable.d.ts +123 -0
  127. package/dist/browser/modules/creatable/AbstractCreatable.d.ts.map +1 -0
  128. package/dist/browser/modules/creatable/Creatable.d.ts +49 -0
  129. package/dist/browser/modules/creatable/Creatable.d.ts.map +1 -0
  130. package/dist/browser/modules/creatable/Factory.d.ts +28 -0
  131. package/dist/browser/modules/creatable/Factory.d.ts.map +1 -0
  132. package/dist/browser/modules/creatable/index.d.ts +5 -0
  133. package/dist/browser/modules/creatable/index.d.ts.map +1 -0
  134. package/dist/browser/modules/creatable/lib/getFunctionName.d.ts +7 -0
  135. package/dist/browser/modules/creatable/lib/getFunctionName.d.ts.map +1 -0
  136. package/dist/browser/modules/creatable/lib/getRootFunction.d.ts +8 -0
  137. package/dist/browser/modules/creatable/lib/getRootFunction.d.ts.map +1 -0
  138. package/dist/browser/modules/creatable/lib/index.d.ts +3 -0
  139. package/dist/browser/modules/creatable/lib/index.d.ts.map +1 -0
  140. package/dist/browser/modules/creatable/model/CreatableInstance.d.ts +16 -0
  141. package/dist/browser/modules/creatable/model/CreatableInstance.d.ts.map +1 -0
  142. package/dist/browser/modules/creatable/model/CreatableParams.d.ts +16 -0
  143. package/dist/browser/modules/creatable/model/CreatableParams.d.ts.map +1 -0
  144. package/dist/browser/modules/creatable/model/CreatableStatusReporter.d.ts +15 -0
  145. package/dist/browser/modules/creatable/model/CreatableStatusReporter.d.ts.map +1 -0
  146. package/dist/browser/modules/creatable/model/Labels.d.ts +24 -0
  147. package/dist/browser/modules/creatable/model/Labels.d.ts.map +1 -0
  148. package/dist/browser/modules/creatable/model/index.d.ts +5 -0
  149. package/dist/browser/modules/creatable/model/index.d.ts.map +1 -0
  150. package/dist/browser/modules/creatable/model.d.ts +3 -0
  151. package/dist/browser/modules/creatable/model.d.ts.map +1 -0
  152. package/dist/browser/modules/decimal-precision/fromFixedPoint.d.ts +8 -0
  153. package/dist/browser/modules/decimal-precision/fromFixedPoint.d.ts.map +1 -0
  154. package/dist/browser/modules/decimal-precision/index.d.ts +4 -0
  155. package/dist/browser/modules/decimal-precision/index.d.ts.map +1 -0
  156. package/dist/browser/modules/decimal-precision/toDecimalPrecision.d.ts +8 -0
  157. package/dist/browser/modules/decimal-precision/toDecimalPrecision.d.ts.map +1 -0
  158. package/dist/browser/modules/decimal-precision/toFixedPoint.d.ts +8 -0
  159. package/dist/browser/modules/decimal-precision/toFixedPoint.d.ts.map +1 -0
  160. package/dist/browser/modules/delay/delay.d.ts +7 -0
  161. package/dist/browser/modules/delay/delay.d.ts.map +1 -0
  162. package/dist/browser/modules/delay/index.d.ts +2 -0
  163. package/dist/browser/modules/delay/index.d.ts.map +1 -0
  164. package/dist/browser/modules/ellipsize/index.d.ts +8 -0
  165. package/dist/browser/modules/ellipsize/index.d.ts.map +1 -0
  166. package/dist/browser/modules/enum/Enum.d.ts +88 -0
  167. package/dist/browser/modules/enum/Enum.d.ts.map +1 -0
  168. package/dist/browser/modules/enum/index.d.ts +2 -0
  169. package/dist/browser/modules/enum/index.d.ts.map +1 -0
  170. package/dist/browser/modules/enum/model.d.ts +2 -0
  171. package/dist/browser/modules/enum/model.d.ts.map +1 -0
  172. package/dist/browser/modules/error/assert.d.ts +12 -0
  173. package/dist/browser/modules/error/assert.d.ts.map +1 -0
  174. package/dist/browser/modules/error/handleError.d.ts +15 -0
  175. package/dist/browser/modules/error/handleError.d.ts.map +1 -0
  176. package/dist/browser/modules/error/index.d.ts +3 -0
  177. package/dist/browser/modules/error/index.d.ts.map +1 -0
  178. package/dist/browser/modules/error/model.d.ts +2 -0
  179. package/dist/browser/modules/error/model.d.ts.map +1 -0
  180. package/dist/browser/modules/events/BaseEmitter.d.ts +74 -0
  181. package/dist/browser/modules/events/BaseEmitter.d.ts.map +1 -0
  182. package/dist/browser/modules/events/Events/Events.d.ts +132 -0
  183. package/dist/browser/modules/events/Events/Events.d.ts.map +1 -0
  184. package/dist/browser/modules/events/Events/index.d.ts +2 -0
  185. package/dist/browser/modules/events/Events/index.d.ts.map +1 -0
  186. package/dist/browser/modules/events/index.d.ts +4 -0
  187. package/dist/browser/modules/events/index.d.ts.map +1 -0
  188. package/dist/browser/modules/events/model/Event.d.ts +21 -0
  189. package/dist/browser/modules/events/model/Event.d.ts.map +1 -0
  190. package/dist/browser/modules/events/model/EventEmitter.d.ts +25 -0
  191. package/dist/browser/modules/events/model/EventEmitter.d.ts.map +1 -0
  192. package/dist/browser/modules/events/model/index.d.ts +3 -0
  193. package/dist/browser/modules/events/model/index.d.ts.map +1 -0
  194. package/dist/browser/modules/events/model.d.ts +3 -0
  195. package/dist/browser/modules/events/model.d.ts.map +1 -0
  196. package/dist/browser/modules/exists/index.d.ts +10 -0
  197. package/dist/browser/modules/exists/index.d.ts.map +1 -0
  198. package/dist/browser/modules/fetch/FetchClient.d.ts +46 -0
  199. package/dist/browser/modules/fetch/FetchClient.d.ts.map +1 -0
  200. package/dist/browser/modules/fetch/FetchError.d.ts +80 -0
  201. package/dist/browser/modules/fetch/FetchError.d.ts.map +1 -0
  202. package/dist/browser/modules/fetch/FetchJsonClient.d.ts +19 -0
  203. package/dist/browser/modules/fetch/FetchJsonClient.d.ts.map +1 -0
  204. package/dist/browser/modules/fetch/fetchCompress.d.ts +12 -0
  205. package/dist/browser/modules/fetch/fetchCompress.d.ts.map +1 -0
  206. package/dist/browser/modules/fetch/fetchJson.d.ts +7 -0
  207. package/dist/browser/modules/fetch/fetchJson.d.ts.map +1 -0
  208. package/dist/browser/modules/fetch/index.d.ts +11 -0
  209. package/dist/browser/modules/fetch/index.d.ts.map +1 -0
  210. package/dist/browser/modules/fetch/methods.d.ts +12 -0
  211. package/dist/browser/modules/fetch/methods.d.ts.map +1 -0
  212. package/dist/browser/modules/fetch/model.d.ts +5 -0
  213. package/dist/browser/modules/fetch/model.d.ts.map +1 -0
  214. package/dist/browser/modules/fetch/parseJson.d.ts +16 -0
  215. package/dist/browser/modules/fetch/parseJson.d.ts.map +1 -0
  216. package/dist/browser/modules/fetch/types.d.ts +12 -0
  217. package/dist/browser/modules/fetch/types.d.ts.map +1 -0
  218. package/dist/browser/modules/forget/ForgetConfig.d.ts +21 -0
  219. package/dist/browser/modules/forget/ForgetConfig.d.ts.map +1 -0
  220. package/dist/browser/modules/forget/ForgetNodeConfig.d.ts +13 -0
  221. package/dist/browser/modules/forget/ForgetNodeConfig.d.ts.map +1 -0
  222. package/dist/browser/modules/forget/ForgetPromise.d.ts +49 -0
  223. package/dist/browser/modules/forget/ForgetPromise.d.ts.map +1 -0
  224. package/dist/browser/modules/forget/ForgetPromiseNode.d.ts +15 -0
  225. package/dist/browser/modules/forget/ForgetPromiseNode.d.ts.map +1 -0
  226. package/dist/browser/modules/forget/forget.d.ts +10 -0
  227. package/dist/browser/modules/forget/forget.d.ts.map +1 -0
  228. package/dist/browser/modules/forget/forgetNode.d.ts +9 -0
  229. package/dist/browser/modules/forget/forgetNode.d.ts.map +1 -0
  230. package/dist/browser/modules/forget/index.d.ts +2 -0
  231. package/dist/browser/modules/forget/index.d.ts.map +1 -0
  232. package/dist/browser/modules/forget/model.d.ts +3 -0
  233. package/dist/browser/modules/forget/model.d.ts.map +1 -0
  234. package/dist/browser/modules/forget/neutral/index.d.ts +4 -0
  235. package/dist/browser/modules/forget/neutral/index.d.ts.map +1 -0
  236. package/dist/browser/modules/forget/node/index.d.ts +4 -0
  237. package/dist/browser/modules/forget/node/index.d.ts.map +1 -0
  238. package/dist/browser/modules/function-name/functionName.d.ts +7 -0
  239. package/dist/browser/modules/function-name/functionName.d.ts.map +1 -0
  240. package/dist/browser/modules/function-name/index.d.ts +2 -0
  241. package/dist/browser/modules/function-name/index.d.ts.map +1 -0
  242. package/dist/browser/modules/hex/HexRegEx.d.ts +19 -0
  243. package/dist/browser/modules/hex/HexRegEx.d.ts.map +1 -0
  244. package/dist/browser/modules/hex/address/AddressTransformZod.d.ts +10 -0
  245. package/dist/browser/modules/hex/address/AddressTransformZod.d.ts.map +1 -0
  246. package/dist/browser/modules/hex/address/AddressValidationZod.d.ts +10 -0
  247. package/dist/browser/modules/hex/address/AddressValidationZod.d.ts.map +1 -0
  248. package/dist/browser/modules/hex/address/address.d.ts +18 -0
  249. package/dist/browser/modules/hex/address/address.d.ts.map +1 -0
  250. package/dist/browser/modules/hex/address/as.d.ts +13 -0
  251. package/dist/browser/modules/hex/address/as.d.ts.map +1 -0
  252. package/dist/browser/modules/hex/address/index.d.ts +7 -0
  253. package/dist/browser/modules/hex/address/index.d.ts.map +1 -0
  254. package/dist/browser/modules/hex/address/is.d.ts +12 -0
  255. package/dist/browser/modules/hex/address/is.d.ts.map +1 -0
  256. package/dist/browser/modules/hex/address/to.d.ts +12 -0
  257. package/dist/browser/modules/hex/address/to.d.ts.map +1 -0
  258. package/dist/browser/modules/hex/ethAddress.d.ts +45 -0
  259. package/dist/browser/modules/hex/ethAddress.d.ts.map +1 -0
  260. package/dist/browser/modules/hex/hash/as.d.ts +11 -0
  261. package/dist/browser/modules/hex/hash/as.d.ts.map +1 -0
  262. package/dist/browser/modules/hex/hash/hash.d.ts +28 -0
  263. package/dist/browser/modules/hex/hash/hash.d.ts.map +1 -0
  264. package/dist/browser/modules/hex/hash/index.d.ts +5 -0
  265. package/dist/browser/modules/hex/hash/index.d.ts.map +1 -0
  266. package/dist/browser/modules/hex/hash/is.d.ts +9 -0
  267. package/dist/browser/modules/hex/hash/is.d.ts.map +1 -0
  268. package/dist/browser/modules/hex/hash/zod.d.ts +6 -0
  269. package/dist/browser/modules/hex/hash/zod.d.ts.map +1 -0
  270. package/dist/browser/modules/hex/hex/as.d.ts +11 -0
  271. package/dist/browser/modules/hex/hex/as.d.ts.map +1 -0
  272. package/dist/browser/modules/hex/hex/from/from.d.ts +8 -0
  273. package/dist/browser/modules/hex/hex/from/from.d.ts.map +1 -0
  274. package/dist/browser/modules/hex/hex/from/fromArrayBuffer.d.ts +8 -0
  275. package/dist/browser/modules/hex/hex/from/fromArrayBuffer.d.ts.map +1 -0
  276. package/dist/browser/modules/hex/hex/from/fromBigInt.d.ts +8 -0
  277. package/dist/browser/modules/hex/hex/from/fromBigInt.d.ts.map +1 -0
  278. package/dist/browser/modules/hex/hex/from/fromHexString.d.ts +9 -0
  279. package/dist/browser/modules/hex/hex/from/fromHexString.d.ts.map +1 -0
  280. package/dist/browser/modules/hex/hex/from/fromNumber.d.ts +9 -0
  281. package/dist/browser/modules/hex/hex/from/fromNumber.d.ts.map +1 -0
  282. package/dist/browser/modules/hex/hex/from/index.d.ts +6 -0
  283. package/dist/browser/modules/hex/hex/from/index.d.ts.map +1 -0
  284. package/dist/browser/modules/hex/hex/hex.d.ts +17 -0
  285. package/dist/browser/modules/hex/hex/hex.d.ts.map +1 -0
  286. package/dist/browser/modules/hex/hex/index.d.ts +9 -0
  287. package/dist/browser/modules/hex/hex/index.d.ts.map +1 -0
  288. package/dist/browser/modules/hex/hex/is.d.ts +9 -0
  289. package/dist/browser/modules/hex/hex/is.d.ts.map +1 -0
  290. package/dist/browser/modules/hex/hex/isHexZero.d.ts +7 -0
  291. package/dist/browser/modules/hex/hex/isHexZero.d.ts.map +1 -0
  292. package/dist/browser/modules/hex/hex/legacy.d.ts +7 -0
  293. package/dist/browser/modules/hex/hex/legacy.d.ts.map +1 -0
  294. package/dist/browser/modules/hex/hex/nibble.d.ts +13 -0
  295. package/dist/browser/modules/hex/hex/nibble.d.ts.map +1 -0
  296. package/dist/browser/modules/hex/hex/to.d.ts +8 -0
  297. package/dist/browser/modules/hex/hex/to.d.ts.map +1 -0
  298. package/dist/browser/modules/hex/hexToBigInt.d.ts +8 -0
  299. package/dist/browser/modules/hex/hexToBigInt.d.ts.map +1 -0
  300. package/dist/browser/modules/hex/index.d.ts +8 -0
  301. package/dist/browser/modules/hex/index.d.ts.map +1 -0
  302. package/dist/browser/modules/hex/model.d.ts +3 -0
  303. package/dist/browser/modules/hex/model.d.ts.map +1 -0
  304. package/dist/browser/modules/hex/zod.d.ts +6 -0
  305. package/dist/browser/modules/hex/zod.d.ts.map +1 -0
  306. package/dist/browser/modules/logger/ConsoleLogger.d.ts +7 -0
  307. package/dist/browser/modules/logger/ConsoleLogger.d.ts.map +1 -0
  308. package/dist/browser/modules/logger/IdLogger.d.ts +19 -0
  309. package/dist/browser/modules/logger/IdLogger.d.ts.map +1 -0
  310. package/dist/browser/modules/logger/LevelLogger.d.ts +47 -0
  311. package/dist/browser/modules/logger/LevelLogger.d.ts.map +1 -0
  312. package/dist/browser/modules/logger/NoOpLogFunction.d.ts +3 -0
  313. package/dist/browser/modules/logger/NoOpLogFunction.d.ts.map +1 -0
  314. package/dist/browser/modules/logger/SilentLogger.d.ts +17 -0
  315. package/dist/browser/modules/logger/SilentLogger.d.ts.map +1 -0
  316. package/dist/browser/modules/logger/getFunctionName.d.ts +7 -0
  317. package/dist/browser/modules/logger/getFunctionName.d.ts.map +1 -0
  318. package/dist/browser/modules/logger/index.d.ts +7 -0
  319. package/dist/browser/modules/logger/index.d.ts.map +1 -0
  320. package/dist/browser/modules/object/AsObjectFactory.d.ts +8 -0
  321. package/dist/browser/modules/object/AsObjectFactory.d.ts.map +1 -0
  322. package/dist/browser/modules/object/AsTypeFactory.d.ts +11 -0
  323. package/dist/browser/modules/object/AsTypeFactory.d.ts.map +1 -0
  324. package/dist/browser/modules/object/EmptyObject.d.ts +2 -0
  325. package/dist/browser/modules/object/EmptyObject.d.ts.map +1 -0
  326. package/dist/browser/modules/object/IsObjectFactory.d.ts +16 -0
  327. package/dist/browser/modules/object/IsObjectFactory.d.ts.map +1 -0
  328. package/dist/browser/modules/object/JsonObject.d.ts +49 -0
  329. package/dist/browser/modules/object/JsonObject.d.ts.map +1 -0
  330. package/dist/browser/modules/object/ObjectWrapper.d.ts +9 -0
  331. package/dist/browser/modules/object/ObjectWrapper.d.ts.map +1 -0
  332. package/dist/browser/modules/object/OmitStartsWith.d.ts +18 -0
  333. package/dist/browser/modules/object/OmitStartsWith.d.ts.map +1 -0
  334. package/dist/browser/modules/object/Optional.d.ts +3 -0
  335. package/dist/browser/modules/object/Optional.d.ts.map +1 -0
  336. package/dist/browser/modules/object/Override.d.ts +4 -0
  337. package/dist/browser/modules/object/Override.d.ts.map +1 -0
  338. package/dist/browser/modules/object/PartialRecord.d.ts +3 -0
  339. package/dist/browser/modules/object/PartialRecord.d.ts.map +1 -0
  340. package/dist/browser/modules/object/PickStartsWith.d.ts +9 -0
  341. package/dist/browser/modules/object/PickStartsWith.d.ts.map +1 -0
  342. package/dist/browser/modules/object/Simplify.d.ts +5 -0
  343. package/dist/browser/modules/object/Simplify.d.ts.map +1 -0
  344. package/dist/browser/modules/object/StringKeyObject.d.ts +3 -0
  345. package/dist/browser/modules/object/StringKeyObject.d.ts.map +1 -0
  346. package/dist/browser/modules/object/Validator.d.ts +13 -0
  347. package/dist/browser/modules/object/Validator.d.ts.map +1 -0
  348. package/dist/browser/modules/object/WithAdditional.d.ts +4 -0
  349. package/dist/browser/modules/object/WithAdditional.d.ts.map +1 -0
  350. package/dist/browser/modules/object/asObject.d.ts +4 -0
  351. package/dist/browser/modules/object/asObject.d.ts.map +1 -0
  352. package/dist/browser/modules/object/deepMerge.d.ts +49 -0
  353. package/dist/browser/modules/object/deepMerge.d.ts.map +1 -0
  354. package/dist/browser/modules/object/index-deprecated.d.ts +2 -0
  355. package/dist/browser/modules/object/index-deprecated.d.ts.map +1 -0
  356. package/dist/browser/modules/object/index-un-deprecated.d.ts +22 -0
  357. package/dist/browser/modules/object/index-un-deprecated.d.ts.map +1 -0
  358. package/dist/browser/modules/object/index.d.ts +3 -0
  359. package/dist/browser/modules/object/index.d.ts.map +1 -0
  360. package/dist/browser/modules/object/isType.d.ts +4 -0
  361. package/dist/browser/modules/object/isType.d.ts.map +1 -0
  362. package/dist/browser/modules/object/model.d.ts +14 -0
  363. package/dist/browser/modules/object/model.d.ts.map +1 -0
  364. package/dist/browser/modules/object/omitBy.d.ts +21 -0
  365. package/dist/browser/modules/object/omitBy.d.ts.map +1 -0
  366. package/dist/browser/modules/object/pickBy.d.ts +21 -0
  367. package/dist/browser/modules/object/pickBy.d.ts.map +1 -0
  368. package/dist/browser/modules/object/removeFields.d.ts +9 -0
  369. package/dist/browser/modules/object/removeFields.d.ts.map +1 -0
  370. package/dist/browser/modules/object/toSafeJson.d.ts +41 -0
  371. package/dist/browser/modules/object/toSafeJson.d.ts.map +1 -0
  372. package/dist/browser/modules/object-model/AnyObject.d.ts +8 -0
  373. package/dist/browser/modules/object-model/AnyObject.d.ts.map +1 -0
  374. package/dist/browser/modules/object-model/AsTypeFactory.d.ts +12 -0
  375. package/dist/browser/modules/object-model/AsTypeFactory.d.ts.map +1 -0
  376. package/dist/browser/modules/object-model/AsTypeFunction.d.ts +14 -0
  377. package/dist/browser/modules/object-model/AsTypeFunction.d.ts.map +1 -0
  378. package/dist/browser/modules/object-model/Compare.d.ts +3 -0
  379. package/dist/browser/modules/object-model/Compare.d.ts.map +1 -0
  380. package/dist/browser/modules/object-model/EmptyObject.d.ts +8 -0
  381. package/dist/browser/modules/object-model/EmptyObject.d.ts.map +1 -0
  382. package/dist/browser/modules/object-model/index.d.ts +6 -0
  383. package/dist/browser/modules/object-model/index.d.ts.map +1 -0
  384. package/dist/browser/modules/object-model/model.d.ts +6 -0
  385. package/dist/browser/modules/object-model/model.d.ts.map +1 -0
  386. package/dist/browser/modules/object-model/types.d.ts +25 -0
  387. package/dist/browser/modules/object-model/types.d.ts.map +1 -0
  388. package/dist/browser/modules/platform/browser/index.d.ts +7 -0
  389. package/dist/browser/modules/platform/browser/index.d.ts.map +1 -0
  390. package/dist/browser/modules/platform/index-browser.d.ts +2 -0
  391. package/dist/browser/modules/platform/index-browser.d.ts.map +1 -0
  392. package/dist/browser/modules/platform/index-node.d.ts +2 -0
  393. package/dist/browser/modules/platform/index-node.d.ts.map +1 -0
  394. package/dist/browser/modules/platform/node/index.d.ts +9 -0
  395. package/dist/browser/modules/platform/node/index.d.ts.map +1 -0
  396. package/dist/browser/modules/profile/index.d.ts +2 -0
  397. package/dist/browser/modules/profile/index.d.ts.map +1 -0
  398. package/dist/browser/modules/profile/model.d.ts +2 -0
  399. package/dist/browser/modules/profile/model.d.ts.map +1 -0
  400. package/dist/browser/modules/profile/profiler.d.ts +17 -0
  401. package/dist/browser/modules/profile/profiler.d.ts.map +1 -0
  402. package/dist/browser/modules/promise/PromiseEx.d.ts +24 -0
  403. package/dist/browser/modules/promise/PromiseEx.d.ts.map +1 -0
  404. package/dist/browser/modules/promise/fulfilled.d.ts +7 -0
  405. package/dist/browser/modules/promise/fulfilled.d.ts.map +1 -0
  406. package/dist/browser/modules/promise/fulfilledValues.d.ts +20 -0
  407. package/dist/browser/modules/promise/fulfilledValues.d.ts.map +1 -0
  408. package/dist/browser/modules/promise/index.d.ts +7 -0
  409. package/dist/browser/modules/promise/index.d.ts.map +1 -0
  410. package/dist/browser/modules/promise/model.d.ts +3 -0
  411. package/dist/browser/modules/promise/model.d.ts.map +1 -0
  412. package/dist/browser/modules/promise/rejected.d.ts +7 -0
  413. package/dist/browser/modules/promise/rejected.d.ts.map +1 -0
  414. package/dist/browser/modules/promise/toPromise.d.ts +8 -0
  415. package/dist/browser/modules/promise/toPromise.d.ts.map +1 -0
  416. package/dist/browser/modules/promise/types.d.ts +23 -0
  417. package/dist/browser/modules/promise/types.d.ts.map +1 -0
  418. package/dist/browser/modules/retry/index.d.ts +2 -0
  419. package/dist/browser/modules/retry/index.d.ts.map +1 -0
  420. package/dist/browser/modules/retry/model.d.ts +2 -0
  421. package/dist/browser/modules/retry/model.d.ts.map +1 -0
  422. package/dist/browser/modules/retry/retry.d.ts +23 -0
  423. package/dist/browser/modules/retry/retry.d.ts.map +1 -0
  424. package/dist/browser/modules/set/index.d.ts +2 -0
  425. package/dist/browser/modules/set/index.d.ts.map +1 -0
  426. package/dist/browser/modules/set/lib/difference.d.ts +8 -0
  427. package/dist/browser/modules/set/lib/difference.d.ts.map +1 -0
  428. package/dist/browser/modules/set/lib/index.d.ts +4 -0
  429. package/dist/browser/modules/set/lib/index.d.ts.map +1 -0
  430. package/dist/browser/modules/set/lib/intersection.d.ts +8 -0
  431. package/dist/browser/modules/set/lib/intersection.d.ts.map +1 -0
  432. package/dist/browser/modules/set/lib/union.d.ts +8 -0
  433. package/dist/browser/modules/set/lib/union.d.ts.map +1 -0
  434. package/dist/browser/modules/static-implements/index.d.ts +2 -0
  435. package/dist/browser/modules/static-implements/index.d.ts.map +1 -0
  436. package/dist/browser/modules/static-implements/staticImplements.d.ts +7 -0
  437. package/dist/browser/modules/static-implements/staticImplements.d.ts.map +1 -0
  438. package/dist/browser/modules/storage/KeyValueStore.d.ts +34 -0
  439. package/dist/browser/modules/storage/KeyValueStore.d.ts.map +1 -0
  440. package/dist/browser/modules/storage/index.d.ts +2 -0
  441. package/dist/browser/modules/storage/index.d.ts.map +1 -0
  442. package/dist/browser/modules/storage/model.d.ts +2 -0
  443. package/dist/browser/modules/storage/model.d.ts.map +1 -0
  444. package/dist/browser/modules/telemetry/index.d.ts +3 -0
  445. package/dist/browser/modules/telemetry/index.d.ts.map +1 -0
  446. package/dist/browser/modules/telemetry/model.d.ts +2 -0
  447. package/dist/browser/modules/telemetry/model.d.ts.map +1 -0
  448. package/dist/browser/modules/telemetry/span.d.ts +51 -0
  449. package/dist/browser/modules/telemetry/span.d.ts.map +1 -0
  450. package/dist/browser/modules/telemetry/timeBudget.d.ts +12 -0
  451. package/dist/browser/modules/telemetry/timeBudget.d.ts.map +1 -0
  452. package/dist/browser/modules/telemetry-exporter/XyConsoleSpanExporter.d.ts +40 -0
  453. package/dist/browser/modules/telemetry-exporter/XyConsoleSpanExporter.d.ts.map +1 -0
  454. package/dist/browser/modules/telemetry-exporter/index.d.ts +2 -0
  455. package/dist/browser/modules/telemetry-exporter/index.d.ts.map +1 -0
  456. package/dist/browser/modules/timer/index.d.ts +2 -0
  457. package/dist/browser/modules/timer/index.d.ts.map +1 -0
  458. package/dist/browser/modules/timer/setTimeoutEx.d.ts +37 -0
  459. package/dist/browser/modules/timer/setTimeoutEx.d.ts.map +1 -0
  460. package/dist/browser/modules/typeof/Brand.d.ts +5 -0
  461. package/dist/browser/modules/typeof/Brand.d.ts.map +1 -0
  462. package/dist/browser/modules/typeof/IdentityFunction.d.ts +3 -0
  463. package/dist/browser/modules/typeof/IdentityFunction.d.ts.map +1 -0
  464. package/dist/browser/modules/typeof/ObjectTypeShape.d.ts +5 -0
  465. package/dist/browser/modules/typeof/ObjectTypeShape.d.ts.map +1 -0
  466. package/dist/browser/modules/typeof/TypeOfTypes.d.ts +3 -0
  467. package/dist/browser/modules/typeof/TypeOfTypes.d.ts.map +1 -0
  468. package/dist/browser/modules/typeof/Typed.d.ts +41 -0
  469. package/dist/browser/modules/typeof/Typed.d.ts.map +1 -0
  470. package/dist/browser/modules/typeof/ifDefined.d.ts +8 -0
  471. package/dist/browser/modules/typeof/ifDefined.d.ts.map +1 -0
  472. package/dist/browser/modules/typeof/ifTypeOf.d.ts +11 -0
  473. package/dist/browser/modules/typeof/ifTypeOf.d.ts.map +1 -0
  474. package/dist/browser/modules/typeof/index.d.ts +12 -0
  475. package/dist/browser/modules/typeof/index.d.ts.map +1 -0
  476. package/dist/browser/modules/typeof/is.d.ts +116 -0
  477. package/dist/browser/modules/typeof/is.d.ts.map +1 -0
  478. package/dist/browser/modules/typeof/isType.d.ts +9 -0
  479. package/dist/browser/modules/typeof/isType.d.ts.map +1 -0
  480. package/dist/browser/modules/typeof/model.d.ts +7 -0
  481. package/dist/browser/modules/typeof/model.d.ts.map +1 -0
  482. package/dist/browser/modules/typeof/typeOf.d.ts +8 -0
  483. package/dist/browser/modules/typeof/typeOf.d.ts.map +1 -0
  484. package/dist/browser/modules/typeof/validateType.d.ts +10 -0
  485. package/dist/browser/modules/typeof/validateType.d.ts.map +1 -0
  486. package/dist/browser/modules/url/index-browser.d.ts +12 -0
  487. package/dist/browser/modules/url/index-browser.d.ts.map +1 -0
  488. package/dist/browser/modules/url/index-neutral.d.ts +12 -0
  489. package/dist/browser/modules/url/index-neutral.d.ts.map +1 -0
  490. package/dist/browser/modules/url/index-node.d.ts +13 -0
  491. package/dist/browser/modules/url/index-node.d.ts.map +1 -0
  492. package/dist/browser/modules/url/lib/index.d.ts +2 -0
  493. package/dist/browser/modules/url/lib/index.d.ts.map +1 -0
  494. package/dist/browser/modules/url/lib/isLocalhost.d.ts +7 -0
  495. package/dist/browser/modules/url/lib/isLocalhost.d.ts.map +1 -0
  496. package/dist/browser/modules/zod/Config.d.ts +8 -0
  497. package/dist/browser/modules/zod/Config.d.ts.map +1 -0
  498. package/dist/browser/modules/zod/index.d.ts +8 -0
  499. package/dist/browser/modules/zod/index.d.ts.map +1 -0
  500. package/dist/browser/modules/zod/model.d.ts +2 -0
  501. package/dist/browser/modules/zod/model.d.ts.map +1 -0
  502. package/dist/browser/modules/zod/zodAllFactory.d.ts +20 -0
  503. package/dist/browser/modules/zod/zodAllFactory.d.ts.map +1 -0
  504. package/dist/browser/modules/zod/zodAsAsyncFactory.d.ts +14 -0
  505. package/dist/browser/modules/zod/zodAsAsyncFactory.d.ts.map +1 -0
  506. package/dist/browser/modules/zod/zodAsFactory.d.ts +14 -0
  507. package/dist/browser/modules/zod/zodAsFactory.d.ts.map +1 -0
  508. package/dist/browser/modules/zod/zodIsFactory.d.ts +8 -0
  509. package/dist/browser/modules/zod/zodIsFactory.d.ts.map +1 -0
  510. package/dist/browser/modules/zod/zodToAsyncFactory.d.ts +14 -0
  511. package/dist/browser/modules/zod/zodToAsyncFactory.d.ts.map +1 -0
  512. package/dist/browser/modules/zod/zodToFactory.d.ts +14 -0
  513. package/dist/browser/modules/zod/zodToFactory.d.ts.map +1 -0
  514. package/dist/browser/neutral/url.d.ts +2 -0
  515. package/dist/browser/neutral/url.d.ts.map +1 -0
  516. package/dist/browser/node/platform.d.ts +2 -0
  517. package/dist/browser/node/platform.d.ts.map +1 -0
  518. package/dist/browser/node/url.d.ts +2 -0
  519. package/dist/browser/node/url.d.ts.map +1 -0
  520. package/dist/browser/object.d.ts +2 -0
  521. package/dist/browser/object.d.ts.map +1 -0
  522. package/dist/browser/object.model.d.ts +2 -0
  523. package/dist/browser/object.model.d.ts.map +1 -0
  524. package/dist/browser/platform.d.ts +2 -1
  525. package/dist/browser/platform.mjs +16 -1
  526. package/dist/browser/platform.mjs.map +7 -0
  527. package/dist/browser/profile.d.ts +2 -0
  528. package/dist/browser/profile.d.ts.map +1 -0
  529. package/dist/browser/profile.model.d.ts +2 -0
  530. package/dist/browser/profile.model.d.ts.map +1 -0
  531. package/dist/browser/promise.d.ts +2 -0
  532. package/dist/browser/promise.d.ts.map +1 -0
  533. package/dist/browser/promise.model.d.ts +2 -0
  534. package/dist/browser/promise.model.d.ts.map +1 -0
  535. package/dist/browser/retry.d.ts +2 -0
  536. package/dist/browser/retry.d.ts.map +1 -0
  537. package/dist/browser/retry.model.d.ts +2 -0
  538. package/dist/browser/retry.model.d.ts.map +1 -0
  539. package/dist/browser/set.d.ts +2 -0
  540. package/dist/browser/set.d.ts.map +1 -0
  541. package/dist/browser/static-implements.d.ts +2 -0
  542. package/dist/browser/static-implements.d.ts.map +1 -0
  543. package/dist/browser/storage.d.ts +2 -0
  544. package/dist/browser/storage.d.ts.map +1 -0
  545. package/dist/browser/storage.model.d.ts +2 -0
  546. package/dist/browser/storage.model.d.ts.map +1 -0
  547. package/dist/browser/telemetry-exporter.d.ts +2 -0
  548. package/dist/browser/telemetry-exporter.d.ts.map +1 -0
  549. package/dist/browser/telemetry.d.ts +2 -0
  550. package/dist/browser/telemetry.d.ts.map +1 -0
  551. package/dist/browser/telemetry.model.d.ts +2 -0
  552. package/dist/browser/telemetry.model.d.ts.map +1 -0
  553. package/dist/browser/timer.d.ts +2 -0
  554. package/dist/browser/timer.d.ts.map +1 -0
  555. package/dist/browser/typeof.d.ts +2 -0
  556. package/dist/browser/typeof.d.ts.map +1 -0
  557. package/dist/browser/typeof.model.d.ts +2 -0
  558. package/dist/browser/typeof.model.d.ts.map +1 -0
  559. package/dist/browser/url.d.ts +2 -1
  560. package/dist/browser/url.mjs +12 -1
  561. package/dist/browser/url.mjs.map +7 -0
  562. package/dist/browser/zod.d.ts +2 -0
  563. package/dist/browser/zod.d.ts.map +1 -0
  564. package/dist/browser/zod.model.d.ts +2 -0
  565. package/dist/browser/zod.model.d.ts.map +1 -0
  566. package/dist/neutral/api.d.ts +2 -1
  567. package/dist/neutral/api.d.ts.map +1 -0
  568. package/dist/neutral/api.mjs +287 -1
  569. package/dist/neutral/api.mjs.map +7 -0
  570. package/dist/neutral/api.model.d.ts +2 -1
  571. package/dist/neutral/api.model.d.ts.map +1 -0
  572. package/dist/neutral/api.model.mjs +1 -1
  573. package/dist/neutral/api.model.mjs.map +7 -0
  574. package/dist/neutral/array.d.ts +2 -1
  575. package/dist/neutral/array.d.ts.map +1 -0
  576. package/dist/neutral/array.mjs +82 -1
  577. package/dist/neutral/array.mjs.map +7 -0
  578. package/dist/neutral/arraybuffer.d.ts +2 -1
  579. package/dist/neutral/arraybuffer.d.ts.map +1 -0
  580. package/dist/neutral/arraybuffer.mjs +173 -1
  581. package/dist/neutral/arraybuffer.mjs.map +7 -0
  582. package/dist/neutral/assert.d.ts +2 -1
  583. package/dist/neutral/assert.d.ts.map +1 -0
  584. package/dist/neutral/assert.mjs +30 -1
  585. package/dist/neutral/assert.mjs.map +7 -0
  586. package/dist/neutral/assert.model.d.ts +2 -1
  587. package/dist/neutral/assert.model.d.ts.map +1 -0
  588. package/dist/neutral/assert.model.mjs +1 -1
  589. package/dist/neutral/assert.model.mjs.map +7 -0
  590. package/dist/neutral/base.d.ts +2 -1
  591. package/dist/neutral/base.d.ts.map +1 -0
  592. package/dist/neutral/base.mjs +164 -1
  593. package/dist/neutral/base.mjs.map +7 -0
  594. package/dist/neutral/base.model.d.ts +2 -1
  595. package/dist/neutral/base.model.d.ts.map +1 -0
  596. package/dist/neutral/base.model.mjs +1 -1
  597. package/dist/neutral/base.model.mjs.map +7 -0
  598. package/dist/neutral/browser/platform.d.ts +2 -0
  599. package/dist/neutral/browser/platform.d.ts.map +1 -0
  600. package/dist/neutral/browser/url.d.ts +2 -0
  601. package/dist/neutral/browser/url.d.ts.map +1 -0
  602. package/dist/neutral/creatable.d.ts +2 -1
  603. package/dist/neutral/creatable.d.ts.map +1 -0
  604. package/dist/neutral/creatable.mjs +1270 -1
  605. package/dist/neutral/creatable.mjs.map +7 -0
  606. package/dist/neutral/creatable.model.d.ts +2 -1
  607. package/dist/neutral/creatable.model.d.ts.map +1 -0
  608. package/dist/neutral/creatable.model.mjs +1 -1
  609. package/dist/neutral/creatable.model.mjs.map +7 -0
  610. package/dist/neutral/decimal-precision.d.ts +2 -1
  611. package/dist/neutral/decimal-precision.d.ts.map +1 -0
  612. package/dist/neutral/decimal-precision.mjs +39 -1
  613. package/dist/neutral/decimal-precision.mjs.map +7 -0
  614. package/dist/neutral/delay.d.ts +2 -1
  615. package/dist/neutral/delay.d.ts.map +1 -0
  616. package/dist/neutral/delay.mjs +88 -1
  617. package/dist/neutral/delay.mjs.map +7 -0
  618. package/dist/neutral/ellipsize.d.ts +2 -1
  619. package/dist/neutral/ellipsize.d.ts.map +1 -0
  620. package/dist/neutral/ellipsize.mjs +10 -1
  621. package/dist/neutral/ellipsize.mjs.map +7 -0
  622. package/dist/neutral/enum.d.ts +2 -1
  623. package/dist/neutral/enum.d.ts.map +1 -0
  624. package/dist/neutral/enum.mjs +8 -1
  625. package/dist/neutral/enum.mjs.map +7 -0
  626. package/dist/neutral/enum.model.d.ts +2 -1
  627. package/dist/neutral/enum.model.d.ts.map +1 -0
  628. package/dist/neutral/enum.model.mjs +1 -1
  629. package/dist/neutral/enum.model.mjs.map +7 -0
  630. package/dist/neutral/error.d.ts +2 -1
  631. package/dist/neutral/error.d.ts.map +1 -0
  632. package/dist/neutral/error.mjs +41 -1
  633. package/dist/neutral/error.mjs.map +7 -0
  634. package/dist/neutral/error.model.d.ts +2 -1
  635. package/dist/neutral/error.model.d.ts.map +1 -0
  636. package/dist/neutral/error.model.mjs +1 -1
  637. package/dist/neutral/error.model.mjs.map +7 -0
  638. package/dist/neutral/events.d.ts +2 -1
  639. package/dist/neutral/events.d.ts.map +1 -0
  640. package/dist/neutral/events.mjs +789 -1
  641. package/dist/neutral/events.mjs.map +7 -0
  642. package/dist/neutral/events.model.d.ts +2 -1
  643. package/dist/neutral/events.model.d.ts.map +1 -0
  644. package/dist/neutral/events.model.mjs +1 -1
  645. package/dist/neutral/events.model.mjs.map +7 -0
  646. package/dist/neutral/exists.d.ts +2 -1
  647. package/dist/neutral/exists.d.ts.map +1 -0
  648. package/dist/neutral/exists.mjs +8 -1
  649. package/dist/neutral/exists.mjs.map +7 -0
  650. package/dist/neutral/fetch.d.ts +2 -1
  651. package/dist/neutral/fetch.d.ts.map +1 -0
  652. package/dist/neutral/fetch.mjs +365 -1
  653. package/dist/neutral/fetch.mjs.map +7 -0
  654. package/dist/neutral/fetch.model.d.ts +2 -1
  655. package/dist/neutral/fetch.model.d.ts.map +1 -0
  656. package/dist/neutral/fetch.model.mjs +1 -1
  657. package/dist/neutral/fetch.model.mjs.map +7 -0
  658. package/dist/neutral/forget.d.ts +2 -1
  659. package/dist/neutral/forget.d.ts.map +1 -0
  660. package/dist/neutral/forget.mjs +253 -1
  661. package/dist/neutral/forget.mjs.map +7 -0
  662. package/dist/neutral/forget.model.d.ts +2 -1
  663. package/dist/neutral/forget.model.d.ts.map +1 -0
  664. package/dist/neutral/forget.model.mjs +1 -1
  665. package/dist/neutral/forget.model.mjs.map +7 -0
  666. package/dist/neutral/function-name.d.ts +2 -1
  667. package/dist/neutral/function-name.d.ts.map +1 -0
  668. package/dist/neutral/function-name.mjs +41 -1
  669. package/dist/neutral/function-name.mjs.map +7 -0
  670. package/dist/neutral/hex.d.ts +2 -1
  671. package/dist/neutral/hex.d.ts.map +1 -0
  672. package/dist/neutral/hex.mjs +390 -1
  673. package/dist/neutral/hex.mjs.map +7 -0
  674. package/dist/neutral/hex.model.d.ts +2 -1
  675. package/dist/neutral/hex.model.d.ts.map +1 -0
  676. package/dist/neutral/hex.model.mjs +1 -1
  677. package/dist/neutral/hex.model.mjs.map +7 -0
  678. package/dist/neutral/index.d.ts +31 -0
  679. package/dist/neutral/index.d.ts.map +1 -0
  680. package/dist/neutral/index.mjs +3424 -0
  681. package/dist/neutral/index.mjs.map +7 -0
  682. package/dist/neutral/logger.d.ts +2 -1
  683. package/dist/neutral/logger.d.ts.map +1 -0
  684. package/dist/neutral/logger.mjs +142 -1
  685. package/dist/neutral/logger.mjs.map +7 -0
  686. package/dist/neutral/model.d.ts +19 -17
  687. package/dist/neutral/model.d.ts.map +1 -0
  688. package/dist/neutral/model.mjs +1 -17
  689. package/dist/neutral/model.mjs.map +7 -0
  690. package/dist/neutral/modules/api/ApiClient.d.ts +10 -0
  691. package/dist/neutral/modules/api/ApiClient.d.ts.map +1 -0
  692. package/dist/neutral/modules/api/ApiConfig.d.ts +9 -0
  693. package/dist/neutral/modules/api/ApiConfig.d.ts.map +1 -0
  694. package/dist/neutral/modules/api/ApiEndpoint.d.ts +19 -0
  695. package/dist/neutral/modules/api/ApiEndpoint.d.ts.map +1 -0
  696. package/dist/neutral/modules/api/ApiStage.d.ts +11 -0
  697. package/dist/neutral/modules/api/ApiStage.d.ts.map +1 -0
  698. package/dist/neutral/modules/api/getApiStage.d.ts +8 -0
  699. package/dist/neutral/modules/api/getApiStage.d.ts.map +1 -0
  700. package/dist/neutral/modules/api/index.d.ts +6 -0
  701. package/dist/neutral/modules/api/index.d.ts.map +1 -0
  702. package/dist/neutral/modules/api/model.d.ts +3 -0
  703. package/dist/neutral/modules/api/model.d.ts.map +1 -0
  704. package/dist/neutral/modules/array/containsAll.d.ts +8 -0
  705. package/dist/neutral/modules/array/containsAll.d.ts.map +1 -0
  706. package/dist/neutral/modules/array/distinct.d.ts +6 -0
  707. package/dist/neutral/modules/array/distinct.d.ts.map +1 -0
  708. package/dist/neutral/modules/array/filterAs.d.ts +8 -0
  709. package/dist/neutral/modules/array/filterAs.d.ts.map +1 -0
  710. package/dist/neutral/modules/array/filterAsync.d.ts +9 -0
  711. package/dist/neutral/modules/array/filterAsync.d.ts.map +1 -0
  712. package/dist/neutral/modules/array/findAs.d.ts +15 -0
  713. package/dist/neutral/modules/array/findAs.d.ts.map +1 -0
  714. package/dist/neutral/modules/array/flatten.d.ts +8 -0
  715. package/dist/neutral/modules/array/flatten.d.ts.map +1 -0
  716. package/dist/neutral/modules/array/index.d.ts +8 -0
  717. package/dist/neutral/modules/array/index.d.ts.map +1 -0
  718. package/dist/neutral/modules/array/uniq.d.ts +14 -0
  719. package/dist/neutral/modules/array/uniq.d.ts.map +1 -0
  720. package/dist/neutral/modules/arraybuffer/equalArrayBuffers.d.ts +8 -0
  721. package/dist/neutral/modules/arraybuffer/equalArrayBuffers.d.ts.map +1 -0
  722. package/dist/neutral/modules/arraybuffer/index.d.ts +5 -0
  723. package/dist/neutral/modules/arraybuffer/index.d.ts.map +1 -0
  724. package/dist/neutral/modules/arraybuffer/isArrayBuffer.d.ts +7 -0
  725. package/dist/neutral/modules/arraybuffer/isArrayBuffer.d.ts.map +1 -0
  726. package/dist/neutral/modules/arraybuffer/toArrayBuffer.d.ts +11 -0
  727. package/dist/neutral/modules/arraybuffer/toArrayBuffer.d.ts.map +1 -0
  728. package/dist/neutral/modules/arraybuffer/toUint8Array.d.ts +11 -0
  729. package/dist/neutral/modules/arraybuffer/toUint8Array.d.ts.map +1 -0
  730. package/dist/neutral/modules/assert/assertDefinedEx.d.ts +41 -0
  731. package/dist/neutral/modules/assert/assertDefinedEx.d.ts.map +1 -0
  732. package/dist/neutral/modules/assert/assertEx.d.ts +41 -0
  733. package/dist/neutral/modules/assert/assertEx.d.ts.map +1 -0
  734. package/dist/neutral/modules/assert/index.d.ts +4 -0
  735. package/dist/neutral/modules/assert/index.d.ts.map +1 -0
  736. package/dist/neutral/modules/assert/model.d.ts +2 -0
  737. package/dist/neutral/modules/assert/model.d.ts.map +1 -0
  738. package/dist/neutral/modules/assert/types.d.ts +36 -0
  739. package/dist/neutral/modules/assert/types.d.ts.map +1 -0
  740. package/dist/neutral/modules/base/Base.d.ts +53 -0
  741. package/dist/neutral/modules/base/Base.d.ts.map +1 -0
  742. package/dist/neutral/modules/base/globallyUnique.d.ts +21 -0
  743. package/dist/neutral/modules/base/globallyUnique.d.ts.map +1 -0
  744. package/dist/neutral/modules/base/index.d.ts +3 -0
  745. package/dist/neutral/modules/base/index.d.ts.map +1 -0
  746. package/dist/neutral/modules/base/model.d.ts +2 -0
  747. package/dist/neutral/modules/base/model.d.ts.map +1 -0
  748. package/dist/neutral/modules/creatable/AbstractCreatable.d.ts +123 -0
  749. package/dist/neutral/modules/creatable/AbstractCreatable.d.ts.map +1 -0
  750. package/dist/neutral/modules/creatable/Creatable.d.ts +49 -0
  751. package/dist/neutral/modules/creatable/Creatable.d.ts.map +1 -0
  752. package/dist/neutral/modules/creatable/Factory.d.ts +28 -0
  753. package/dist/neutral/modules/creatable/Factory.d.ts.map +1 -0
  754. package/dist/neutral/modules/creatable/index.d.ts +5 -0
  755. package/dist/neutral/modules/creatable/index.d.ts.map +1 -0
  756. package/dist/neutral/modules/creatable/lib/getFunctionName.d.ts +7 -0
  757. package/dist/neutral/modules/creatable/lib/getFunctionName.d.ts.map +1 -0
  758. package/dist/neutral/modules/creatable/lib/getRootFunction.d.ts +8 -0
  759. package/dist/neutral/modules/creatable/lib/getRootFunction.d.ts.map +1 -0
  760. package/dist/neutral/modules/creatable/lib/index.d.ts +3 -0
  761. package/dist/neutral/modules/creatable/lib/index.d.ts.map +1 -0
  762. package/dist/neutral/modules/creatable/model/CreatableInstance.d.ts +16 -0
  763. package/dist/neutral/modules/creatable/model/CreatableInstance.d.ts.map +1 -0
  764. package/dist/neutral/modules/creatable/model/CreatableParams.d.ts +16 -0
  765. package/dist/neutral/modules/creatable/model/CreatableParams.d.ts.map +1 -0
  766. package/dist/neutral/modules/creatable/model/CreatableStatusReporter.d.ts +15 -0
  767. package/dist/neutral/modules/creatable/model/CreatableStatusReporter.d.ts.map +1 -0
  768. package/dist/neutral/modules/creatable/model/Labels.d.ts +24 -0
  769. package/dist/neutral/modules/creatable/model/Labels.d.ts.map +1 -0
  770. package/dist/neutral/modules/creatable/model/index.d.ts +5 -0
  771. package/dist/neutral/modules/creatable/model/index.d.ts.map +1 -0
  772. package/dist/neutral/modules/creatable/model.d.ts +3 -0
  773. package/dist/neutral/modules/creatable/model.d.ts.map +1 -0
  774. package/dist/neutral/modules/decimal-precision/fromFixedPoint.d.ts +8 -0
  775. package/dist/neutral/modules/decimal-precision/fromFixedPoint.d.ts.map +1 -0
  776. package/dist/neutral/modules/decimal-precision/index.d.ts +4 -0
  777. package/dist/neutral/modules/decimal-precision/index.d.ts.map +1 -0
  778. package/dist/neutral/modules/decimal-precision/toDecimalPrecision.d.ts +8 -0
  779. package/dist/neutral/modules/decimal-precision/toDecimalPrecision.d.ts.map +1 -0
  780. package/dist/neutral/modules/decimal-precision/toFixedPoint.d.ts +8 -0
  781. package/dist/neutral/modules/decimal-precision/toFixedPoint.d.ts.map +1 -0
  782. package/dist/neutral/modules/delay/delay.d.ts +7 -0
  783. package/dist/neutral/modules/delay/delay.d.ts.map +1 -0
  784. package/dist/neutral/modules/delay/index.d.ts +2 -0
  785. package/dist/neutral/modules/delay/index.d.ts.map +1 -0
  786. package/dist/neutral/modules/ellipsize/index.d.ts +8 -0
  787. package/dist/neutral/modules/ellipsize/index.d.ts.map +1 -0
  788. package/dist/neutral/modules/enum/Enum.d.ts +88 -0
  789. package/dist/neutral/modules/enum/Enum.d.ts.map +1 -0
  790. package/dist/neutral/modules/enum/index.d.ts +2 -0
  791. package/dist/neutral/modules/enum/index.d.ts.map +1 -0
  792. package/dist/neutral/modules/enum/model.d.ts +2 -0
  793. package/dist/neutral/modules/enum/model.d.ts.map +1 -0
  794. package/dist/neutral/modules/error/assert.d.ts +12 -0
  795. package/dist/neutral/modules/error/assert.d.ts.map +1 -0
  796. package/dist/neutral/modules/error/handleError.d.ts +15 -0
  797. package/dist/neutral/modules/error/handleError.d.ts.map +1 -0
  798. package/dist/neutral/modules/error/index.d.ts +3 -0
  799. package/dist/neutral/modules/error/index.d.ts.map +1 -0
  800. package/dist/neutral/modules/error/model.d.ts +2 -0
  801. package/dist/neutral/modules/error/model.d.ts.map +1 -0
  802. package/dist/neutral/modules/events/BaseEmitter.d.ts +74 -0
  803. package/dist/neutral/modules/events/BaseEmitter.d.ts.map +1 -0
  804. package/dist/neutral/modules/events/Events/Events.d.ts +132 -0
  805. package/dist/neutral/modules/events/Events/Events.d.ts.map +1 -0
  806. package/dist/neutral/modules/events/Events/index.d.ts +2 -0
  807. package/dist/neutral/modules/events/Events/index.d.ts.map +1 -0
  808. package/dist/neutral/modules/events/index.d.ts +4 -0
  809. package/dist/neutral/modules/events/index.d.ts.map +1 -0
  810. package/dist/neutral/modules/events/model/Event.d.ts +21 -0
  811. package/dist/neutral/modules/events/model/Event.d.ts.map +1 -0
  812. package/dist/neutral/modules/events/model/EventEmitter.d.ts +25 -0
  813. package/dist/neutral/modules/events/model/EventEmitter.d.ts.map +1 -0
  814. package/dist/neutral/modules/events/model/index.d.ts +3 -0
  815. package/dist/neutral/modules/events/model/index.d.ts.map +1 -0
  816. package/dist/neutral/modules/events/model.d.ts +3 -0
  817. package/dist/neutral/modules/events/model.d.ts.map +1 -0
  818. package/dist/neutral/modules/exists/index.d.ts +10 -0
  819. package/dist/neutral/modules/exists/index.d.ts.map +1 -0
  820. package/dist/neutral/modules/fetch/FetchClient.d.ts +46 -0
  821. package/dist/neutral/modules/fetch/FetchClient.d.ts.map +1 -0
  822. package/dist/neutral/modules/fetch/FetchError.d.ts +80 -0
  823. package/dist/neutral/modules/fetch/FetchError.d.ts.map +1 -0
  824. package/dist/neutral/modules/fetch/FetchJsonClient.d.ts +19 -0
  825. package/dist/neutral/modules/fetch/FetchJsonClient.d.ts.map +1 -0
  826. package/dist/neutral/modules/fetch/fetchCompress.d.ts +12 -0
  827. package/dist/neutral/modules/fetch/fetchCompress.d.ts.map +1 -0
  828. package/dist/neutral/modules/fetch/fetchJson.d.ts +7 -0
  829. package/dist/neutral/modules/fetch/fetchJson.d.ts.map +1 -0
  830. package/dist/neutral/modules/fetch/index.d.ts +11 -0
  831. package/dist/neutral/modules/fetch/index.d.ts.map +1 -0
  832. package/dist/neutral/modules/fetch/methods.d.ts +12 -0
  833. package/dist/neutral/modules/fetch/methods.d.ts.map +1 -0
  834. package/dist/neutral/modules/fetch/model.d.ts +5 -0
  835. package/dist/neutral/modules/fetch/model.d.ts.map +1 -0
  836. package/dist/neutral/modules/fetch/parseJson.d.ts +16 -0
  837. package/dist/neutral/modules/fetch/parseJson.d.ts.map +1 -0
  838. package/dist/neutral/modules/fetch/types.d.ts +12 -0
  839. package/dist/neutral/modules/fetch/types.d.ts.map +1 -0
  840. package/dist/neutral/modules/forget/ForgetConfig.d.ts +21 -0
  841. package/dist/neutral/modules/forget/ForgetConfig.d.ts.map +1 -0
  842. package/dist/neutral/modules/forget/ForgetNodeConfig.d.ts +13 -0
  843. package/dist/neutral/modules/forget/ForgetNodeConfig.d.ts.map +1 -0
  844. package/dist/neutral/modules/forget/ForgetPromise.d.ts +49 -0
  845. package/dist/neutral/modules/forget/ForgetPromise.d.ts.map +1 -0
  846. package/dist/neutral/modules/forget/ForgetPromiseNode.d.ts +15 -0
  847. package/dist/neutral/modules/forget/ForgetPromiseNode.d.ts.map +1 -0
  848. package/dist/neutral/modules/forget/forget.d.ts +10 -0
  849. package/dist/neutral/modules/forget/forget.d.ts.map +1 -0
  850. package/dist/neutral/modules/forget/forgetNode.d.ts +9 -0
  851. package/dist/neutral/modules/forget/forgetNode.d.ts.map +1 -0
  852. package/dist/neutral/modules/forget/index.d.ts +2 -0
  853. package/dist/neutral/modules/forget/index.d.ts.map +1 -0
  854. package/dist/neutral/modules/forget/model.d.ts +3 -0
  855. package/dist/neutral/modules/forget/model.d.ts.map +1 -0
  856. package/dist/neutral/modules/forget/neutral/index.d.ts +4 -0
  857. package/dist/neutral/modules/forget/neutral/index.d.ts.map +1 -0
  858. package/dist/neutral/modules/forget/node/index.d.ts +4 -0
  859. package/dist/neutral/modules/forget/node/index.d.ts.map +1 -0
  860. package/dist/neutral/modules/function-name/functionName.d.ts +7 -0
  861. package/dist/neutral/modules/function-name/functionName.d.ts.map +1 -0
  862. package/dist/neutral/modules/function-name/index.d.ts +2 -0
  863. package/dist/neutral/modules/function-name/index.d.ts.map +1 -0
  864. package/dist/neutral/modules/hex/HexRegEx.d.ts +19 -0
  865. package/dist/neutral/modules/hex/HexRegEx.d.ts.map +1 -0
  866. package/dist/neutral/modules/hex/address/AddressTransformZod.d.ts +10 -0
  867. package/dist/neutral/modules/hex/address/AddressTransformZod.d.ts.map +1 -0
  868. package/dist/neutral/modules/hex/address/AddressValidationZod.d.ts +10 -0
  869. package/dist/neutral/modules/hex/address/AddressValidationZod.d.ts.map +1 -0
  870. package/dist/neutral/modules/hex/address/address.d.ts +18 -0
  871. package/dist/neutral/modules/hex/address/address.d.ts.map +1 -0
  872. package/dist/neutral/modules/hex/address/as.d.ts +13 -0
  873. package/dist/neutral/modules/hex/address/as.d.ts.map +1 -0
  874. package/dist/neutral/modules/hex/address/index.d.ts +7 -0
  875. package/dist/neutral/modules/hex/address/index.d.ts.map +1 -0
  876. package/dist/neutral/modules/hex/address/is.d.ts +12 -0
  877. package/dist/neutral/modules/hex/address/is.d.ts.map +1 -0
  878. package/dist/neutral/modules/hex/address/to.d.ts +12 -0
  879. package/dist/neutral/modules/hex/address/to.d.ts.map +1 -0
  880. package/dist/neutral/modules/hex/ethAddress.d.ts +45 -0
  881. package/dist/neutral/modules/hex/ethAddress.d.ts.map +1 -0
  882. package/dist/neutral/modules/hex/hash/as.d.ts +11 -0
  883. package/dist/neutral/modules/hex/hash/as.d.ts.map +1 -0
  884. package/dist/neutral/modules/hex/hash/hash.d.ts +28 -0
  885. package/dist/neutral/modules/hex/hash/hash.d.ts.map +1 -0
  886. package/dist/neutral/modules/hex/hash/index.d.ts +5 -0
  887. package/dist/neutral/modules/hex/hash/index.d.ts.map +1 -0
  888. package/dist/neutral/modules/hex/hash/is.d.ts +9 -0
  889. package/dist/neutral/modules/hex/hash/is.d.ts.map +1 -0
  890. package/dist/neutral/modules/hex/hash/zod.d.ts +6 -0
  891. package/dist/neutral/modules/hex/hash/zod.d.ts.map +1 -0
  892. package/dist/neutral/modules/hex/hex/as.d.ts +11 -0
  893. package/dist/neutral/modules/hex/hex/as.d.ts.map +1 -0
  894. package/dist/neutral/modules/hex/hex/from/from.d.ts +8 -0
  895. package/dist/neutral/modules/hex/hex/from/from.d.ts.map +1 -0
  896. package/dist/neutral/modules/hex/hex/from/fromArrayBuffer.d.ts +8 -0
  897. package/dist/neutral/modules/hex/hex/from/fromArrayBuffer.d.ts.map +1 -0
  898. package/dist/neutral/modules/hex/hex/from/fromBigInt.d.ts +8 -0
  899. package/dist/neutral/modules/hex/hex/from/fromBigInt.d.ts.map +1 -0
  900. package/dist/neutral/modules/hex/hex/from/fromHexString.d.ts +9 -0
  901. package/dist/neutral/modules/hex/hex/from/fromHexString.d.ts.map +1 -0
  902. package/dist/neutral/modules/hex/hex/from/fromNumber.d.ts +9 -0
  903. package/dist/neutral/modules/hex/hex/from/fromNumber.d.ts.map +1 -0
  904. package/dist/neutral/modules/hex/hex/from/index.d.ts +6 -0
  905. package/dist/neutral/modules/hex/hex/from/index.d.ts.map +1 -0
  906. package/dist/neutral/modules/hex/hex/hex.d.ts +17 -0
  907. package/dist/neutral/modules/hex/hex/hex.d.ts.map +1 -0
  908. package/dist/neutral/modules/hex/hex/index.d.ts +9 -0
  909. package/dist/neutral/modules/hex/hex/index.d.ts.map +1 -0
  910. package/dist/neutral/modules/hex/hex/is.d.ts +9 -0
  911. package/dist/neutral/modules/hex/hex/is.d.ts.map +1 -0
  912. package/dist/neutral/modules/hex/hex/isHexZero.d.ts +7 -0
  913. package/dist/neutral/modules/hex/hex/isHexZero.d.ts.map +1 -0
  914. package/dist/neutral/modules/hex/hex/legacy.d.ts +7 -0
  915. package/dist/neutral/modules/hex/hex/legacy.d.ts.map +1 -0
  916. package/dist/neutral/modules/hex/hex/nibble.d.ts +13 -0
  917. package/dist/neutral/modules/hex/hex/nibble.d.ts.map +1 -0
  918. package/dist/neutral/modules/hex/hex/to.d.ts +8 -0
  919. package/dist/neutral/modules/hex/hex/to.d.ts.map +1 -0
  920. package/dist/neutral/modules/hex/hexToBigInt.d.ts +8 -0
  921. package/dist/neutral/modules/hex/hexToBigInt.d.ts.map +1 -0
  922. package/dist/neutral/modules/hex/index.d.ts +8 -0
  923. package/dist/neutral/modules/hex/index.d.ts.map +1 -0
  924. package/dist/neutral/modules/hex/model.d.ts +3 -0
  925. package/dist/neutral/modules/hex/model.d.ts.map +1 -0
  926. package/dist/neutral/modules/hex/zod.d.ts +6 -0
  927. package/dist/neutral/modules/hex/zod.d.ts.map +1 -0
  928. package/dist/neutral/modules/logger/ConsoleLogger.d.ts +7 -0
  929. package/dist/neutral/modules/logger/ConsoleLogger.d.ts.map +1 -0
  930. package/dist/neutral/modules/logger/IdLogger.d.ts +19 -0
  931. package/dist/neutral/modules/logger/IdLogger.d.ts.map +1 -0
  932. package/dist/neutral/modules/logger/LevelLogger.d.ts +47 -0
  933. package/dist/neutral/modules/logger/LevelLogger.d.ts.map +1 -0
  934. package/dist/neutral/modules/logger/NoOpLogFunction.d.ts +3 -0
  935. package/dist/neutral/modules/logger/NoOpLogFunction.d.ts.map +1 -0
  936. package/dist/neutral/modules/logger/SilentLogger.d.ts +17 -0
  937. package/dist/neutral/modules/logger/SilentLogger.d.ts.map +1 -0
  938. package/dist/neutral/modules/logger/getFunctionName.d.ts +7 -0
  939. package/dist/neutral/modules/logger/getFunctionName.d.ts.map +1 -0
  940. package/dist/neutral/modules/logger/index.d.ts +7 -0
  941. package/dist/neutral/modules/logger/index.d.ts.map +1 -0
  942. package/dist/neutral/modules/object/AsObjectFactory.d.ts +8 -0
  943. package/dist/neutral/modules/object/AsObjectFactory.d.ts.map +1 -0
  944. package/dist/neutral/modules/object/AsTypeFactory.d.ts +11 -0
  945. package/dist/neutral/modules/object/AsTypeFactory.d.ts.map +1 -0
  946. package/dist/neutral/modules/object/EmptyObject.d.ts +2 -0
  947. package/dist/neutral/modules/object/EmptyObject.d.ts.map +1 -0
  948. package/dist/neutral/modules/object/IsObjectFactory.d.ts +16 -0
  949. package/dist/neutral/modules/object/IsObjectFactory.d.ts.map +1 -0
  950. package/dist/neutral/modules/object/JsonObject.d.ts +49 -0
  951. package/dist/neutral/modules/object/JsonObject.d.ts.map +1 -0
  952. package/dist/neutral/modules/object/ObjectWrapper.d.ts +9 -0
  953. package/dist/neutral/modules/object/ObjectWrapper.d.ts.map +1 -0
  954. package/dist/neutral/modules/object/OmitStartsWith.d.ts +18 -0
  955. package/dist/neutral/modules/object/OmitStartsWith.d.ts.map +1 -0
  956. package/dist/neutral/modules/object/Optional.d.ts +3 -0
  957. package/dist/neutral/modules/object/Optional.d.ts.map +1 -0
  958. package/dist/neutral/modules/object/Override.d.ts +4 -0
  959. package/dist/neutral/modules/object/Override.d.ts.map +1 -0
  960. package/dist/neutral/modules/object/PartialRecord.d.ts +3 -0
  961. package/dist/neutral/modules/object/PartialRecord.d.ts.map +1 -0
  962. package/dist/neutral/modules/object/PickStartsWith.d.ts +9 -0
  963. package/dist/neutral/modules/object/PickStartsWith.d.ts.map +1 -0
  964. package/dist/neutral/modules/object/Simplify.d.ts +5 -0
  965. package/dist/neutral/modules/object/Simplify.d.ts.map +1 -0
  966. package/dist/neutral/modules/object/StringKeyObject.d.ts +3 -0
  967. package/dist/neutral/modules/object/StringKeyObject.d.ts.map +1 -0
  968. package/dist/neutral/modules/object/Validator.d.ts +13 -0
  969. package/dist/neutral/modules/object/Validator.d.ts.map +1 -0
  970. package/dist/neutral/modules/object/WithAdditional.d.ts +4 -0
  971. package/dist/neutral/modules/object/WithAdditional.d.ts.map +1 -0
  972. package/dist/neutral/modules/object/asObject.d.ts +4 -0
  973. package/dist/neutral/modules/object/asObject.d.ts.map +1 -0
  974. package/dist/neutral/modules/object/deepMerge.d.ts +49 -0
  975. package/dist/neutral/modules/object/deepMerge.d.ts.map +1 -0
  976. package/dist/neutral/modules/object/index-deprecated.d.ts +2 -0
  977. package/dist/neutral/modules/object/index-deprecated.d.ts.map +1 -0
  978. package/dist/neutral/modules/object/index-un-deprecated.d.ts +22 -0
  979. package/dist/neutral/modules/object/index-un-deprecated.d.ts.map +1 -0
  980. package/dist/neutral/modules/object/index.d.ts +3 -0
  981. package/dist/neutral/modules/object/index.d.ts.map +1 -0
  982. package/dist/neutral/modules/object/isType.d.ts +4 -0
  983. package/dist/neutral/modules/object/isType.d.ts.map +1 -0
  984. package/dist/neutral/modules/object/model.d.ts +14 -0
  985. package/dist/neutral/modules/object/model.d.ts.map +1 -0
  986. package/dist/neutral/modules/object/omitBy.d.ts +21 -0
  987. package/dist/neutral/modules/object/omitBy.d.ts.map +1 -0
  988. package/dist/neutral/modules/object/pickBy.d.ts +21 -0
  989. package/dist/neutral/modules/object/pickBy.d.ts.map +1 -0
  990. package/dist/neutral/modules/object/removeFields.d.ts +9 -0
  991. package/dist/neutral/modules/object/removeFields.d.ts.map +1 -0
  992. package/dist/neutral/modules/object/toSafeJson.d.ts +41 -0
  993. package/dist/neutral/modules/object/toSafeJson.d.ts.map +1 -0
  994. package/dist/neutral/modules/object-model/AnyObject.d.ts +8 -0
  995. package/dist/neutral/modules/object-model/AnyObject.d.ts.map +1 -0
  996. package/dist/neutral/modules/object-model/AsTypeFactory.d.ts +12 -0
  997. package/dist/neutral/modules/object-model/AsTypeFactory.d.ts.map +1 -0
  998. package/dist/neutral/modules/object-model/AsTypeFunction.d.ts +14 -0
  999. package/dist/neutral/modules/object-model/AsTypeFunction.d.ts.map +1 -0
  1000. package/dist/neutral/modules/object-model/Compare.d.ts +3 -0
  1001. package/dist/neutral/modules/object-model/Compare.d.ts.map +1 -0
  1002. package/dist/neutral/modules/object-model/EmptyObject.d.ts +8 -0
  1003. package/dist/neutral/modules/object-model/EmptyObject.d.ts.map +1 -0
  1004. package/dist/neutral/modules/object-model/index.d.ts +6 -0
  1005. package/dist/neutral/modules/object-model/index.d.ts.map +1 -0
  1006. package/dist/neutral/modules/object-model/model.d.ts +6 -0
  1007. package/dist/neutral/modules/object-model/model.d.ts.map +1 -0
  1008. package/dist/neutral/modules/object-model/types.d.ts +25 -0
  1009. package/dist/neutral/modules/object-model/types.d.ts.map +1 -0
  1010. package/dist/neutral/modules/platform/browser/index.d.ts +7 -0
  1011. package/dist/neutral/modules/platform/browser/index.d.ts.map +1 -0
  1012. package/dist/neutral/modules/platform/index-browser.d.ts +2 -0
  1013. package/dist/neutral/modules/platform/index-browser.d.ts.map +1 -0
  1014. package/dist/neutral/modules/platform/index-node.d.ts +2 -0
  1015. package/dist/neutral/modules/platform/index-node.d.ts.map +1 -0
  1016. package/dist/neutral/modules/platform/node/index.d.ts +9 -0
  1017. package/dist/neutral/modules/platform/node/index.d.ts.map +1 -0
  1018. package/dist/neutral/modules/profile/index.d.ts +2 -0
  1019. package/dist/neutral/modules/profile/index.d.ts.map +1 -0
  1020. package/dist/neutral/modules/profile/model.d.ts +2 -0
  1021. package/dist/neutral/modules/profile/model.d.ts.map +1 -0
  1022. package/dist/neutral/modules/profile/profiler.d.ts +17 -0
  1023. package/dist/neutral/modules/profile/profiler.d.ts.map +1 -0
  1024. package/dist/neutral/modules/promise/PromiseEx.d.ts +24 -0
  1025. package/dist/neutral/modules/promise/PromiseEx.d.ts.map +1 -0
  1026. package/dist/neutral/modules/promise/fulfilled.d.ts +7 -0
  1027. package/dist/neutral/modules/promise/fulfilled.d.ts.map +1 -0
  1028. package/dist/neutral/modules/promise/fulfilledValues.d.ts +20 -0
  1029. package/dist/neutral/modules/promise/fulfilledValues.d.ts.map +1 -0
  1030. package/dist/neutral/modules/promise/index.d.ts +7 -0
  1031. package/dist/neutral/modules/promise/index.d.ts.map +1 -0
  1032. package/dist/neutral/modules/promise/model.d.ts +3 -0
  1033. package/dist/neutral/modules/promise/model.d.ts.map +1 -0
  1034. package/dist/neutral/modules/promise/rejected.d.ts +7 -0
  1035. package/dist/neutral/modules/promise/rejected.d.ts.map +1 -0
  1036. package/dist/neutral/modules/promise/toPromise.d.ts +8 -0
  1037. package/dist/neutral/modules/promise/toPromise.d.ts.map +1 -0
  1038. package/dist/neutral/modules/promise/types.d.ts +23 -0
  1039. package/dist/neutral/modules/promise/types.d.ts.map +1 -0
  1040. package/dist/neutral/modules/retry/index.d.ts +2 -0
  1041. package/dist/neutral/modules/retry/index.d.ts.map +1 -0
  1042. package/dist/neutral/modules/retry/model.d.ts +2 -0
  1043. package/dist/neutral/modules/retry/model.d.ts.map +1 -0
  1044. package/dist/neutral/modules/retry/retry.d.ts +23 -0
  1045. package/dist/neutral/modules/retry/retry.d.ts.map +1 -0
  1046. package/dist/neutral/modules/set/index.d.ts +2 -0
  1047. package/dist/neutral/modules/set/index.d.ts.map +1 -0
  1048. package/dist/neutral/modules/set/lib/difference.d.ts +8 -0
  1049. package/dist/neutral/modules/set/lib/difference.d.ts.map +1 -0
  1050. package/dist/neutral/modules/set/lib/index.d.ts +4 -0
  1051. package/dist/neutral/modules/set/lib/index.d.ts.map +1 -0
  1052. package/dist/neutral/modules/set/lib/intersection.d.ts +8 -0
  1053. package/dist/neutral/modules/set/lib/intersection.d.ts.map +1 -0
  1054. package/dist/neutral/modules/set/lib/union.d.ts +8 -0
  1055. package/dist/neutral/modules/set/lib/union.d.ts.map +1 -0
  1056. package/dist/neutral/modules/static-implements/index.d.ts +2 -0
  1057. package/dist/neutral/modules/static-implements/index.d.ts.map +1 -0
  1058. package/dist/neutral/modules/static-implements/staticImplements.d.ts +7 -0
  1059. package/dist/neutral/modules/static-implements/staticImplements.d.ts.map +1 -0
  1060. package/dist/neutral/modules/storage/KeyValueStore.d.ts +34 -0
  1061. package/dist/neutral/modules/storage/KeyValueStore.d.ts.map +1 -0
  1062. package/dist/neutral/modules/storage/index.d.ts +2 -0
  1063. package/dist/neutral/modules/storage/index.d.ts.map +1 -0
  1064. package/dist/neutral/modules/storage/model.d.ts +2 -0
  1065. package/dist/neutral/modules/storage/model.d.ts.map +1 -0
  1066. package/dist/neutral/modules/telemetry/index.d.ts +3 -0
  1067. package/dist/neutral/modules/telemetry/index.d.ts.map +1 -0
  1068. package/dist/neutral/modules/telemetry/model.d.ts +2 -0
  1069. package/dist/neutral/modules/telemetry/model.d.ts.map +1 -0
  1070. package/dist/neutral/modules/telemetry/span.d.ts +51 -0
  1071. package/dist/neutral/modules/telemetry/span.d.ts.map +1 -0
  1072. package/dist/neutral/modules/telemetry/timeBudget.d.ts +12 -0
  1073. package/dist/neutral/modules/telemetry/timeBudget.d.ts.map +1 -0
  1074. package/dist/neutral/modules/telemetry-exporter/XyConsoleSpanExporter.d.ts +40 -0
  1075. package/dist/neutral/modules/telemetry-exporter/XyConsoleSpanExporter.d.ts.map +1 -0
  1076. package/dist/neutral/modules/telemetry-exporter/index.d.ts +2 -0
  1077. package/dist/neutral/modules/telemetry-exporter/index.d.ts.map +1 -0
  1078. package/dist/neutral/modules/timer/index.d.ts +2 -0
  1079. package/dist/neutral/modules/timer/index.d.ts.map +1 -0
  1080. package/dist/neutral/modules/timer/setTimeoutEx.d.ts +37 -0
  1081. package/dist/neutral/modules/timer/setTimeoutEx.d.ts.map +1 -0
  1082. package/dist/neutral/modules/typeof/Brand.d.ts +5 -0
  1083. package/dist/neutral/modules/typeof/Brand.d.ts.map +1 -0
  1084. package/dist/neutral/modules/typeof/IdentityFunction.d.ts +3 -0
  1085. package/dist/neutral/modules/typeof/IdentityFunction.d.ts.map +1 -0
  1086. package/dist/neutral/modules/typeof/ObjectTypeShape.d.ts +5 -0
  1087. package/dist/neutral/modules/typeof/ObjectTypeShape.d.ts.map +1 -0
  1088. package/dist/neutral/modules/typeof/TypeOfTypes.d.ts +3 -0
  1089. package/dist/neutral/modules/typeof/TypeOfTypes.d.ts.map +1 -0
  1090. package/dist/neutral/modules/typeof/Typed.d.ts +41 -0
  1091. package/dist/neutral/modules/typeof/Typed.d.ts.map +1 -0
  1092. package/dist/neutral/modules/typeof/ifDefined.d.ts +8 -0
  1093. package/dist/neutral/modules/typeof/ifDefined.d.ts.map +1 -0
  1094. package/dist/neutral/modules/typeof/ifTypeOf.d.ts +11 -0
  1095. package/dist/neutral/modules/typeof/ifTypeOf.d.ts.map +1 -0
  1096. package/dist/neutral/modules/typeof/index.d.ts +12 -0
  1097. package/dist/neutral/modules/typeof/index.d.ts.map +1 -0
  1098. package/dist/neutral/modules/typeof/is.d.ts +116 -0
  1099. package/dist/neutral/modules/typeof/is.d.ts.map +1 -0
  1100. package/dist/neutral/modules/typeof/isType.d.ts +9 -0
  1101. package/dist/neutral/modules/typeof/isType.d.ts.map +1 -0
  1102. package/dist/neutral/modules/typeof/model.d.ts +7 -0
  1103. package/dist/neutral/modules/typeof/model.d.ts.map +1 -0
  1104. package/dist/neutral/modules/typeof/typeOf.d.ts +8 -0
  1105. package/dist/neutral/modules/typeof/typeOf.d.ts.map +1 -0
  1106. package/dist/neutral/modules/typeof/validateType.d.ts +10 -0
  1107. package/dist/neutral/modules/typeof/validateType.d.ts.map +1 -0
  1108. package/dist/neutral/modules/url/index-browser.d.ts +12 -0
  1109. package/dist/neutral/modules/url/index-browser.d.ts.map +1 -0
  1110. package/dist/neutral/modules/url/index-neutral.d.ts +12 -0
  1111. package/dist/neutral/modules/url/index-neutral.d.ts.map +1 -0
  1112. package/dist/neutral/modules/url/index-node.d.ts +13 -0
  1113. package/dist/neutral/modules/url/index-node.d.ts.map +1 -0
  1114. package/dist/neutral/modules/url/lib/index.d.ts +2 -0
  1115. package/dist/neutral/modules/url/lib/index.d.ts.map +1 -0
  1116. package/dist/neutral/modules/url/lib/isLocalhost.d.ts +7 -0
  1117. package/dist/neutral/modules/url/lib/isLocalhost.d.ts.map +1 -0
  1118. package/dist/neutral/modules/zod/Config.d.ts +8 -0
  1119. package/dist/neutral/modules/zod/Config.d.ts.map +1 -0
  1120. package/dist/neutral/modules/zod/index.d.ts +8 -0
  1121. package/dist/neutral/modules/zod/index.d.ts.map +1 -0
  1122. package/dist/neutral/modules/zod/model.d.ts +2 -0
  1123. package/dist/neutral/modules/zod/model.d.ts.map +1 -0
  1124. package/dist/neutral/modules/zod/zodAllFactory.d.ts +20 -0
  1125. package/dist/neutral/modules/zod/zodAllFactory.d.ts.map +1 -0
  1126. package/dist/neutral/modules/zod/zodAsAsyncFactory.d.ts +14 -0
  1127. package/dist/neutral/modules/zod/zodAsAsyncFactory.d.ts.map +1 -0
  1128. package/dist/neutral/modules/zod/zodAsFactory.d.ts +14 -0
  1129. package/dist/neutral/modules/zod/zodAsFactory.d.ts.map +1 -0
  1130. package/dist/neutral/modules/zod/zodIsFactory.d.ts +8 -0
  1131. package/dist/neutral/modules/zod/zodIsFactory.d.ts.map +1 -0
  1132. package/dist/neutral/modules/zod/zodToAsyncFactory.d.ts +14 -0
  1133. package/dist/neutral/modules/zod/zodToAsyncFactory.d.ts.map +1 -0
  1134. package/dist/neutral/modules/zod/zodToFactory.d.ts +14 -0
  1135. package/dist/neutral/modules/zod/zodToFactory.d.ts.map +1 -0
  1136. package/dist/neutral/neutral/url.d.ts +2 -0
  1137. package/dist/neutral/neutral/url.d.ts.map +1 -0
  1138. package/dist/neutral/node/platform.d.ts +2 -0
  1139. package/dist/neutral/node/platform.d.ts.map +1 -0
  1140. package/dist/neutral/node/url.d.ts +2 -0
  1141. package/dist/neutral/node/url.d.ts.map +1 -0
  1142. package/dist/neutral/object.d.ts +2 -1
  1143. package/dist/neutral/object.d.ts.map +1 -0
  1144. package/dist/neutral/object.mjs +442 -1
  1145. package/dist/neutral/object.mjs.map +7 -0
  1146. package/dist/neutral/object.model.d.ts +2 -1
  1147. package/dist/neutral/object.model.d.ts.map +1 -0
  1148. package/dist/neutral/object.model.mjs +1 -1
  1149. package/dist/neutral/object.model.mjs.map +7 -0
  1150. package/dist/neutral/profile.d.ts +2 -1
  1151. package/dist/neutral/profile.d.ts.map +1 -0
  1152. package/dist/neutral/profile.mjs +37 -1
  1153. package/dist/neutral/profile.mjs.map +7 -0
  1154. package/dist/neutral/profile.model.d.ts +2 -1
  1155. package/dist/neutral/profile.model.d.ts.map +1 -0
  1156. package/dist/neutral/profile.model.mjs +1 -1
  1157. package/dist/neutral/profile.model.mjs.map +7 -0
  1158. package/dist/neutral/promise.d.ts +2 -1
  1159. package/dist/neutral/promise.d.ts.map +1 -0
  1160. package/dist/neutral/promise.mjs +57 -1
  1161. package/dist/neutral/promise.mjs.map +7 -0
  1162. package/dist/neutral/promise.model.d.ts +2 -1
  1163. package/dist/neutral/promise.model.d.ts.map +1 -0
  1164. package/dist/neutral/promise.model.mjs +1 -1
  1165. package/dist/neutral/promise.model.mjs.map +7 -0
  1166. package/dist/neutral/retry.d.ts +2 -1
  1167. package/dist/neutral/retry.d.ts.map +1 -0
  1168. package/dist/neutral/retry.mjs +112 -1
  1169. package/dist/neutral/retry.mjs.map +7 -0
  1170. package/dist/neutral/retry.model.d.ts +2 -1
  1171. package/dist/neutral/retry.model.d.ts.map +1 -0
  1172. package/dist/neutral/retry.model.mjs +1 -1
  1173. package/dist/neutral/retry.model.mjs.map +7 -0
  1174. package/dist/neutral/set.d.ts +2 -1
  1175. package/dist/neutral/set.d.ts.map +1 -0
  1176. package/dist/neutral/set.mjs +20 -1
  1177. package/dist/neutral/set.mjs.map +7 -0
  1178. package/dist/neutral/static-implements.d.ts +2 -1
  1179. package/dist/neutral/static-implements.d.ts.map +1 -0
  1180. package/dist/neutral/static-implements.mjs +10 -1
  1181. package/dist/neutral/static-implements.mjs.map +7 -0
  1182. package/dist/neutral/storage.d.ts +2 -1
  1183. package/dist/neutral/storage.d.ts.map +1 -0
  1184. package/dist/neutral/storage.mjs +1 -1
  1185. package/dist/neutral/storage.mjs.map +7 -0
  1186. package/dist/neutral/storage.model.d.ts +2 -1
  1187. package/dist/neutral/storage.model.d.ts.map +1 -0
  1188. package/dist/neutral/storage.model.mjs +1 -1
  1189. package/dist/neutral/storage.model.mjs.map +7 -0
  1190. package/dist/neutral/telemetry-exporter.d.ts +2 -1
  1191. package/dist/neutral/telemetry-exporter.d.ts.map +1 -0
  1192. package/dist/neutral/telemetry-exporter.mjs +88 -1
  1193. package/dist/neutral/telemetry-exporter.mjs.map +7 -0
  1194. package/dist/neutral/telemetry.d.ts +2 -1
  1195. package/dist/neutral/telemetry.d.ts.map +1 -0
  1196. package/dist/neutral/telemetry.mjs +159 -1
  1197. package/dist/neutral/telemetry.mjs.map +7 -0
  1198. package/dist/neutral/telemetry.model.d.ts +2 -1
  1199. package/dist/neutral/telemetry.model.d.ts.map +1 -0
  1200. package/dist/neutral/telemetry.model.mjs +1 -1
  1201. package/dist/neutral/telemetry.model.mjs.map +7 -0
  1202. package/dist/neutral/timer.d.ts +2 -1
  1203. package/dist/neutral/timer.d.ts.map +1 -0
  1204. package/dist/neutral/timer.mjs +87 -1
  1205. package/dist/neutral/timer.mjs.map +7 -0
  1206. package/dist/neutral/typeof.d.ts +2 -1
  1207. package/dist/neutral/typeof.d.ts.map +1 -0
  1208. package/dist/neutral/typeof.mjs +255 -1
  1209. package/dist/neutral/typeof.mjs.map +7 -0
  1210. package/dist/neutral/typeof.model.d.ts +2 -1
  1211. package/dist/neutral/typeof.model.d.ts.map +1 -0
  1212. package/dist/neutral/typeof.model.mjs +1 -1
  1213. package/dist/neutral/typeof.model.mjs.map +7 -0
  1214. package/dist/neutral/url.d.ts +2 -1
  1215. package/dist/neutral/url.mjs +12 -1
  1216. package/dist/neutral/url.mjs.map +7 -0
  1217. package/dist/neutral/zod.d.ts +2 -0
  1218. package/dist/neutral/zod.d.ts.map +1 -0
  1219. package/dist/neutral/zod.mjs +147 -0
  1220. package/dist/neutral/zod.mjs.map +7 -0
  1221. package/dist/neutral/zod.model.d.ts +2 -0
  1222. package/dist/neutral/zod.model.d.ts.map +1 -0
  1223. package/dist/neutral/zod.model.mjs +1 -0
  1224. package/dist/neutral/zod.model.mjs.map +7 -0
  1225. package/dist/node/api.d.ts +2 -0
  1226. package/dist/node/api.d.ts.map +1 -0
  1227. package/dist/node/api.model.d.ts +2 -0
  1228. package/dist/node/api.model.d.ts.map +1 -0
  1229. package/dist/node/array.d.ts +2 -0
  1230. package/dist/node/array.d.ts.map +1 -0
  1231. package/dist/node/arraybuffer.d.ts +2 -0
  1232. package/dist/node/arraybuffer.d.ts.map +1 -0
  1233. package/dist/node/assert.d.ts +2 -0
  1234. package/dist/node/assert.d.ts.map +1 -0
  1235. package/dist/node/assert.model.d.ts +2 -0
  1236. package/dist/node/assert.model.d.ts.map +1 -0
  1237. package/dist/node/base.d.ts +2 -0
  1238. package/dist/node/base.d.ts.map +1 -0
  1239. package/dist/node/base.model.d.ts +2 -0
  1240. package/dist/node/base.model.d.ts.map +1 -0
  1241. package/dist/node/browser/platform.d.ts +2 -0
  1242. package/dist/node/browser/platform.d.ts.map +1 -0
  1243. package/dist/node/browser/url.d.ts +2 -0
  1244. package/dist/node/browser/url.d.ts.map +1 -0
  1245. package/dist/node/creatable.d.ts +2 -0
  1246. package/dist/node/creatable.d.ts.map +1 -0
  1247. package/dist/node/creatable.model.d.ts +2 -0
  1248. package/dist/node/creatable.model.d.ts.map +1 -0
  1249. package/dist/node/decimal-precision.d.ts +2 -0
  1250. package/dist/node/decimal-precision.d.ts.map +1 -0
  1251. package/dist/node/delay.d.ts +2 -0
  1252. package/dist/node/delay.d.ts.map +1 -0
  1253. package/dist/node/ellipsize.d.ts +2 -0
  1254. package/dist/node/ellipsize.d.ts.map +1 -0
  1255. package/dist/node/enum.d.ts +2 -0
  1256. package/dist/node/enum.d.ts.map +1 -0
  1257. package/dist/node/enum.model.d.ts +2 -0
  1258. package/dist/node/enum.model.d.ts.map +1 -0
  1259. package/dist/node/error.d.ts +2 -0
  1260. package/dist/node/error.d.ts.map +1 -0
  1261. package/dist/node/error.model.d.ts +2 -0
  1262. package/dist/node/error.model.d.ts.map +1 -0
  1263. package/dist/node/events.d.ts +2 -0
  1264. package/dist/node/events.d.ts.map +1 -0
  1265. package/dist/node/events.model.d.ts +2 -0
  1266. package/dist/node/events.model.d.ts.map +1 -0
  1267. package/dist/node/exists.d.ts +2 -0
  1268. package/dist/node/exists.d.ts.map +1 -0
  1269. package/dist/node/fetch.d.ts +2 -0
  1270. package/dist/node/fetch.d.ts.map +1 -0
  1271. package/dist/node/fetch.model.d.ts +2 -0
  1272. package/dist/node/fetch.model.d.ts.map +1 -0
  1273. package/dist/node/forget.d.ts +2 -0
  1274. package/dist/node/forget.d.ts.map +1 -0
  1275. package/dist/node/forget.model.d.ts +2 -0
  1276. package/dist/node/forget.model.d.ts.map +1 -0
  1277. package/dist/node/function-name.d.ts +2 -0
  1278. package/dist/node/function-name.d.ts.map +1 -0
  1279. package/dist/node/hex.d.ts +2 -0
  1280. package/dist/node/hex.d.ts.map +1 -0
  1281. package/dist/node/hex.model.d.ts +2 -0
  1282. package/dist/node/hex.model.d.ts.map +1 -0
  1283. package/dist/node/index.d.ts +31 -31
  1284. package/dist/node/index.d.ts.map +1 -0
  1285. package/dist/node/index.mjs +3424 -31
  1286. package/dist/node/index.mjs.map +7 -0
  1287. package/dist/node/logger.d.ts +2 -0
  1288. package/dist/node/logger.d.ts.map +1 -0
  1289. package/dist/node/model.d.ts +19 -0
  1290. package/dist/node/model.d.ts.map +1 -0
  1291. package/dist/node/modules/api/ApiClient.d.ts +10 -0
  1292. package/dist/node/modules/api/ApiClient.d.ts.map +1 -0
  1293. package/dist/node/modules/api/ApiConfig.d.ts +9 -0
  1294. package/dist/node/modules/api/ApiConfig.d.ts.map +1 -0
  1295. package/dist/node/modules/api/ApiEndpoint.d.ts +19 -0
  1296. package/dist/node/modules/api/ApiEndpoint.d.ts.map +1 -0
  1297. package/dist/node/modules/api/ApiStage.d.ts +11 -0
  1298. package/dist/node/modules/api/ApiStage.d.ts.map +1 -0
  1299. package/dist/node/modules/api/getApiStage.d.ts +8 -0
  1300. package/dist/node/modules/api/getApiStage.d.ts.map +1 -0
  1301. package/dist/node/modules/api/index.d.ts +6 -0
  1302. package/dist/node/modules/api/index.d.ts.map +1 -0
  1303. package/dist/node/modules/api/model.d.ts +3 -0
  1304. package/dist/node/modules/api/model.d.ts.map +1 -0
  1305. package/dist/node/modules/array/containsAll.d.ts +8 -0
  1306. package/dist/node/modules/array/containsAll.d.ts.map +1 -0
  1307. package/dist/node/modules/array/distinct.d.ts +6 -0
  1308. package/dist/node/modules/array/distinct.d.ts.map +1 -0
  1309. package/dist/node/modules/array/filterAs.d.ts +8 -0
  1310. package/dist/node/modules/array/filterAs.d.ts.map +1 -0
  1311. package/dist/node/modules/array/filterAsync.d.ts +9 -0
  1312. package/dist/node/modules/array/filterAsync.d.ts.map +1 -0
  1313. package/dist/node/modules/array/findAs.d.ts +15 -0
  1314. package/dist/node/modules/array/findAs.d.ts.map +1 -0
  1315. package/dist/node/modules/array/flatten.d.ts +8 -0
  1316. package/dist/node/modules/array/flatten.d.ts.map +1 -0
  1317. package/dist/node/modules/array/index.d.ts +8 -0
  1318. package/dist/node/modules/array/index.d.ts.map +1 -0
  1319. package/dist/node/modules/array/uniq.d.ts +14 -0
  1320. package/dist/node/modules/array/uniq.d.ts.map +1 -0
  1321. package/dist/node/modules/arraybuffer/equalArrayBuffers.d.ts +8 -0
  1322. package/dist/node/modules/arraybuffer/equalArrayBuffers.d.ts.map +1 -0
  1323. package/dist/node/modules/arraybuffer/index.d.ts +5 -0
  1324. package/dist/node/modules/arraybuffer/index.d.ts.map +1 -0
  1325. package/dist/node/modules/arraybuffer/isArrayBuffer.d.ts +7 -0
  1326. package/dist/node/modules/arraybuffer/isArrayBuffer.d.ts.map +1 -0
  1327. package/dist/node/modules/arraybuffer/toArrayBuffer.d.ts +11 -0
  1328. package/dist/node/modules/arraybuffer/toArrayBuffer.d.ts.map +1 -0
  1329. package/dist/node/modules/arraybuffer/toUint8Array.d.ts +11 -0
  1330. package/dist/node/modules/arraybuffer/toUint8Array.d.ts.map +1 -0
  1331. package/dist/node/modules/assert/assertDefinedEx.d.ts +41 -0
  1332. package/dist/node/modules/assert/assertDefinedEx.d.ts.map +1 -0
  1333. package/dist/node/modules/assert/assertEx.d.ts +41 -0
  1334. package/dist/node/modules/assert/assertEx.d.ts.map +1 -0
  1335. package/dist/node/modules/assert/index.d.ts +4 -0
  1336. package/dist/node/modules/assert/index.d.ts.map +1 -0
  1337. package/dist/node/modules/assert/model.d.ts +2 -0
  1338. package/dist/node/modules/assert/model.d.ts.map +1 -0
  1339. package/dist/node/modules/assert/types.d.ts +36 -0
  1340. package/dist/node/modules/assert/types.d.ts.map +1 -0
  1341. package/dist/node/modules/base/Base.d.ts +53 -0
  1342. package/dist/node/modules/base/Base.d.ts.map +1 -0
  1343. package/dist/node/modules/base/globallyUnique.d.ts +21 -0
  1344. package/dist/node/modules/base/globallyUnique.d.ts.map +1 -0
  1345. package/dist/node/modules/base/index.d.ts +3 -0
  1346. package/dist/node/modules/base/index.d.ts.map +1 -0
  1347. package/dist/node/modules/base/model.d.ts +2 -0
  1348. package/dist/node/modules/base/model.d.ts.map +1 -0
  1349. package/dist/node/modules/creatable/AbstractCreatable.d.ts +123 -0
  1350. package/dist/node/modules/creatable/AbstractCreatable.d.ts.map +1 -0
  1351. package/dist/node/modules/creatable/Creatable.d.ts +49 -0
  1352. package/dist/node/modules/creatable/Creatable.d.ts.map +1 -0
  1353. package/dist/node/modules/creatable/Factory.d.ts +28 -0
  1354. package/dist/node/modules/creatable/Factory.d.ts.map +1 -0
  1355. package/dist/node/modules/creatable/index.d.ts +5 -0
  1356. package/dist/node/modules/creatable/index.d.ts.map +1 -0
  1357. package/dist/node/modules/creatable/lib/getFunctionName.d.ts +7 -0
  1358. package/dist/node/modules/creatable/lib/getFunctionName.d.ts.map +1 -0
  1359. package/dist/node/modules/creatable/lib/getRootFunction.d.ts +8 -0
  1360. package/dist/node/modules/creatable/lib/getRootFunction.d.ts.map +1 -0
  1361. package/dist/node/modules/creatable/lib/index.d.ts +3 -0
  1362. package/dist/node/modules/creatable/lib/index.d.ts.map +1 -0
  1363. package/dist/node/modules/creatable/model/CreatableInstance.d.ts +16 -0
  1364. package/dist/node/modules/creatable/model/CreatableInstance.d.ts.map +1 -0
  1365. package/dist/node/modules/creatable/model/CreatableParams.d.ts +16 -0
  1366. package/dist/node/modules/creatable/model/CreatableParams.d.ts.map +1 -0
  1367. package/dist/node/modules/creatable/model/CreatableStatusReporter.d.ts +15 -0
  1368. package/dist/node/modules/creatable/model/CreatableStatusReporter.d.ts.map +1 -0
  1369. package/dist/node/modules/creatable/model/Labels.d.ts +24 -0
  1370. package/dist/node/modules/creatable/model/Labels.d.ts.map +1 -0
  1371. package/dist/node/modules/creatable/model/index.d.ts +5 -0
  1372. package/dist/node/modules/creatable/model/index.d.ts.map +1 -0
  1373. package/dist/node/modules/creatable/model.d.ts +3 -0
  1374. package/dist/node/modules/creatable/model.d.ts.map +1 -0
  1375. package/dist/node/modules/decimal-precision/fromFixedPoint.d.ts +8 -0
  1376. package/dist/node/modules/decimal-precision/fromFixedPoint.d.ts.map +1 -0
  1377. package/dist/node/modules/decimal-precision/index.d.ts +4 -0
  1378. package/dist/node/modules/decimal-precision/index.d.ts.map +1 -0
  1379. package/dist/node/modules/decimal-precision/toDecimalPrecision.d.ts +8 -0
  1380. package/dist/node/modules/decimal-precision/toDecimalPrecision.d.ts.map +1 -0
  1381. package/dist/node/modules/decimal-precision/toFixedPoint.d.ts +8 -0
  1382. package/dist/node/modules/decimal-precision/toFixedPoint.d.ts.map +1 -0
  1383. package/dist/node/modules/delay/delay.d.ts +7 -0
  1384. package/dist/node/modules/delay/delay.d.ts.map +1 -0
  1385. package/dist/node/modules/delay/index.d.ts +2 -0
  1386. package/dist/node/modules/delay/index.d.ts.map +1 -0
  1387. package/dist/node/modules/ellipsize/index.d.ts +8 -0
  1388. package/dist/node/modules/ellipsize/index.d.ts.map +1 -0
  1389. package/dist/node/modules/enum/Enum.d.ts +88 -0
  1390. package/dist/node/modules/enum/Enum.d.ts.map +1 -0
  1391. package/dist/node/modules/enum/index.d.ts +2 -0
  1392. package/dist/node/modules/enum/index.d.ts.map +1 -0
  1393. package/dist/node/modules/enum/model.d.ts +2 -0
  1394. package/dist/node/modules/enum/model.d.ts.map +1 -0
  1395. package/dist/node/modules/error/assert.d.ts +12 -0
  1396. package/dist/node/modules/error/assert.d.ts.map +1 -0
  1397. package/dist/node/modules/error/handleError.d.ts +15 -0
  1398. package/dist/node/modules/error/handleError.d.ts.map +1 -0
  1399. package/dist/node/modules/error/index.d.ts +3 -0
  1400. package/dist/node/modules/error/index.d.ts.map +1 -0
  1401. package/dist/node/modules/error/model.d.ts +2 -0
  1402. package/dist/node/modules/error/model.d.ts.map +1 -0
  1403. package/dist/node/modules/events/BaseEmitter.d.ts +74 -0
  1404. package/dist/node/modules/events/BaseEmitter.d.ts.map +1 -0
  1405. package/dist/node/modules/events/Events/Events.d.ts +132 -0
  1406. package/dist/node/modules/events/Events/Events.d.ts.map +1 -0
  1407. package/dist/node/modules/events/Events/index.d.ts +2 -0
  1408. package/dist/node/modules/events/Events/index.d.ts.map +1 -0
  1409. package/dist/node/modules/events/index.d.ts +4 -0
  1410. package/dist/node/modules/events/index.d.ts.map +1 -0
  1411. package/dist/node/modules/events/model/Event.d.ts +21 -0
  1412. package/dist/node/modules/events/model/Event.d.ts.map +1 -0
  1413. package/dist/node/modules/events/model/EventEmitter.d.ts +25 -0
  1414. package/dist/node/modules/events/model/EventEmitter.d.ts.map +1 -0
  1415. package/dist/node/modules/events/model/index.d.ts +3 -0
  1416. package/dist/node/modules/events/model/index.d.ts.map +1 -0
  1417. package/dist/node/modules/events/model.d.ts +3 -0
  1418. package/dist/node/modules/events/model.d.ts.map +1 -0
  1419. package/dist/node/modules/exists/index.d.ts +10 -0
  1420. package/dist/node/modules/exists/index.d.ts.map +1 -0
  1421. package/dist/node/modules/fetch/FetchClient.d.ts +46 -0
  1422. package/dist/node/modules/fetch/FetchClient.d.ts.map +1 -0
  1423. package/dist/node/modules/fetch/FetchError.d.ts +80 -0
  1424. package/dist/node/modules/fetch/FetchError.d.ts.map +1 -0
  1425. package/dist/node/modules/fetch/FetchJsonClient.d.ts +19 -0
  1426. package/dist/node/modules/fetch/FetchJsonClient.d.ts.map +1 -0
  1427. package/dist/node/modules/fetch/fetchCompress.d.ts +12 -0
  1428. package/dist/node/modules/fetch/fetchCompress.d.ts.map +1 -0
  1429. package/dist/node/modules/fetch/fetchJson.d.ts +7 -0
  1430. package/dist/node/modules/fetch/fetchJson.d.ts.map +1 -0
  1431. package/dist/node/modules/fetch/index.d.ts +11 -0
  1432. package/dist/node/modules/fetch/index.d.ts.map +1 -0
  1433. package/dist/node/modules/fetch/methods.d.ts +12 -0
  1434. package/dist/node/modules/fetch/methods.d.ts.map +1 -0
  1435. package/dist/node/modules/fetch/model.d.ts +5 -0
  1436. package/dist/node/modules/fetch/model.d.ts.map +1 -0
  1437. package/dist/node/modules/fetch/parseJson.d.ts +16 -0
  1438. package/dist/node/modules/fetch/parseJson.d.ts.map +1 -0
  1439. package/dist/node/modules/fetch/types.d.ts +12 -0
  1440. package/dist/node/modules/fetch/types.d.ts.map +1 -0
  1441. package/dist/node/modules/forget/ForgetConfig.d.ts +21 -0
  1442. package/dist/node/modules/forget/ForgetConfig.d.ts.map +1 -0
  1443. package/dist/node/modules/forget/ForgetNodeConfig.d.ts +13 -0
  1444. package/dist/node/modules/forget/ForgetNodeConfig.d.ts.map +1 -0
  1445. package/dist/node/modules/forget/ForgetPromise.d.ts +49 -0
  1446. package/dist/node/modules/forget/ForgetPromise.d.ts.map +1 -0
  1447. package/dist/node/modules/forget/ForgetPromiseNode.d.ts +15 -0
  1448. package/dist/node/modules/forget/ForgetPromiseNode.d.ts.map +1 -0
  1449. package/dist/node/modules/forget/forget.d.ts +10 -0
  1450. package/dist/node/modules/forget/forget.d.ts.map +1 -0
  1451. package/dist/node/modules/forget/forgetNode.d.ts +9 -0
  1452. package/dist/node/modules/forget/forgetNode.d.ts.map +1 -0
  1453. package/dist/node/modules/forget/index.d.ts +2 -0
  1454. package/dist/node/modules/forget/index.d.ts.map +1 -0
  1455. package/dist/node/modules/forget/model.d.ts +3 -0
  1456. package/dist/node/modules/forget/model.d.ts.map +1 -0
  1457. package/dist/node/modules/forget/neutral/index.d.ts +4 -0
  1458. package/dist/node/modules/forget/neutral/index.d.ts.map +1 -0
  1459. package/dist/node/modules/forget/node/index.d.ts +4 -0
  1460. package/dist/node/modules/forget/node/index.d.ts.map +1 -0
  1461. package/dist/node/modules/function-name/functionName.d.ts +7 -0
  1462. package/dist/node/modules/function-name/functionName.d.ts.map +1 -0
  1463. package/dist/node/modules/function-name/index.d.ts +2 -0
  1464. package/dist/node/modules/function-name/index.d.ts.map +1 -0
  1465. package/dist/node/modules/hex/HexRegEx.d.ts +19 -0
  1466. package/dist/node/modules/hex/HexRegEx.d.ts.map +1 -0
  1467. package/dist/node/modules/hex/address/AddressTransformZod.d.ts +10 -0
  1468. package/dist/node/modules/hex/address/AddressTransformZod.d.ts.map +1 -0
  1469. package/dist/node/modules/hex/address/AddressValidationZod.d.ts +10 -0
  1470. package/dist/node/modules/hex/address/AddressValidationZod.d.ts.map +1 -0
  1471. package/dist/node/modules/hex/address/address.d.ts +18 -0
  1472. package/dist/node/modules/hex/address/address.d.ts.map +1 -0
  1473. package/dist/node/modules/hex/address/as.d.ts +13 -0
  1474. package/dist/node/modules/hex/address/as.d.ts.map +1 -0
  1475. package/dist/node/modules/hex/address/index.d.ts +7 -0
  1476. package/dist/node/modules/hex/address/index.d.ts.map +1 -0
  1477. package/dist/node/modules/hex/address/is.d.ts +12 -0
  1478. package/dist/node/modules/hex/address/is.d.ts.map +1 -0
  1479. package/dist/node/modules/hex/address/to.d.ts +12 -0
  1480. package/dist/node/modules/hex/address/to.d.ts.map +1 -0
  1481. package/dist/node/modules/hex/ethAddress.d.ts +45 -0
  1482. package/dist/node/modules/hex/ethAddress.d.ts.map +1 -0
  1483. package/dist/node/modules/hex/hash/as.d.ts +11 -0
  1484. package/dist/node/modules/hex/hash/as.d.ts.map +1 -0
  1485. package/dist/node/modules/hex/hash/hash.d.ts +28 -0
  1486. package/dist/node/modules/hex/hash/hash.d.ts.map +1 -0
  1487. package/dist/node/modules/hex/hash/index.d.ts +5 -0
  1488. package/dist/node/modules/hex/hash/index.d.ts.map +1 -0
  1489. package/dist/node/modules/hex/hash/is.d.ts +9 -0
  1490. package/dist/node/modules/hex/hash/is.d.ts.map +1 -0
  1491. package/dist/node/modules/hex/hash/zod.d.ts +6 -0
  1492. package/dist/node/modules/hex/hash/zod.d.ts.map +1 -0
  1493. package/dist/node/modules/hex/hex/as.d.ts +11 -0
  1494. package/dist/node/modules/hex/hex/as.d.ts.map +1 -0
  1495. package/dist/node/modules/hex/hex/from/from.d.ts +8 -0
  1496. package/dist/node/modules/hex/hex/from/from.d.ts.map +1 -0
  1497. package/dist/node/modules/hex/hex/from/fromArrayBuffer.d.ts +8 -0
  1498. package/dist/node/modules/hex/hex/from/fromArrayBuffer.d.ts.map +1 -0
  1499. package/dist/node/modules/hex/hex/from/fromBigInt.d.ts +8 -0
  1500. package/dist/node/modules/hex/hex/from/fromBigInt.d.ts.map +1 -0
  1501. package/dist/node/modules/hex/hex/from/fromHexString.d.ts +9 -0
  1502. package/dist/node/modules/hex/hex/from/fromHexString.d.ts.map +1 -0
  1503. package/dist/node/modules/hex/hex/from/fromNumber.d.ts +9 -0
  1504. package/dist/node/modules/hex/hex/from/fromNumber.d.ts.map +1 -0
  1505. package/dist/node/modules/hex/hex/from/index.d.ts +6 -0
  1506. package/dist/node/modules/hex/hex/from/index.d.ts.map +1 -0
  1507. package/dist/node/modules/hex/hex/hex.d.ts +17 -0
  1508. package/dist/node/modules/hex/hex/hex.d.ts.map +1 -0
  1509. package/dist/node/modules/hex/hex/index.d.ts +9 -0
  1510. package/dist/node/modules/hex/hex/index.d.ts.map +1 -0
  1511. package/dist/node/modules/hex/hex/is.d.ts +9 -0
  1512. package/dist/node/modules/hex/hex/is.d.ts.map +1 -0
  1513. package/dist/node/modules/hex/hex/isHexZero.d.ts +7 -0
  1514. package/dist/node/modules/hex/hex/isHexZero.d.ts.map +1 -0
  1515. package/dist/node/modules/hex/hex/legacy.d.ts +7 -0
  1516. package/dist/node/modules/hex/hex/legacy.d.ts.map +1 -0
  1517. package/dist/node/modules/hex/hex/nibble.d.ts +13 -0
  1518. package/dist/node/modules/hex/hex/nibble.d.ts.map +1 -0
  1519. package/dist/node/modules/hex/hex/to.d.ts +8 -0
  1520. package/dist/node/modules/hex/hex/to.d.ts.map +1 -0
  1521. package/dist/node/modules/hex/hexToBigInt.d.ts +8 -0
  1522. package/dist/node/modules/hex/hexToBigInt.d.ts.map +1 -0
  1523. package/dist/node/modules/hex/index.d.ts +8 -0
  1524. package/dist/node/modules/hex/index.d.ts.map +1 -0
  1525. package/dist/node/modules/hex/model.d.ts +3 -0
  1526. package/dist/node/modules/hex/model.d.ts.map +1 -0
  1527. package/dist/node/modules/hex/zod.d.ts +6 -0
  1528. package/dist/node/modules/hex/zod.d.ts.map +1 -0
  1529. package/dist/node/modules/logger/ConsoleLogger.d.ts +7 -0
  1530. package/dist/node/modules/logger/ConsoleLogger.d.ts.map +1 -0
  1531. package/dist/node/modules/logger/IdLogger.d.ts +19 -0
  1532. package/dist/node/modules/logger/IdLogger.d.ts.map +1 -0
  1533. package/dist/node/modules/logger/LevelLogger.d.ts +47 -0
  1534. package/dist/node/modules/logger/LevelLogger.d.ts.map +1 -0
  1535. package/dist/node/modules/logger/NoOpLogFunction.d.ts +3 -0
  1536. package/dist/node/modules/logger/NoOpLogFunction.d.ts.map +1 -0
  1537. package/dist/node/modules/logger/SilentLogger.d.ts +17 -0
  1538. package/dist/node/modules/logger/SilentLogger.d.ts.map +1 -0
  1539. package/dist/node/modules/logger/getFunctionName.d.ts +7 -0
  1540. package/dist/node/modules/logger/getFunctionName.d.ts.map +1 -0
  1541. package/dist/node/modules/logger/index.d.ts +7 -0
  1542. package/dist/node/modules/logger/index.d.ts.map +1 -0
  1543. package/dist/node/modules/object/AsObjectFactory.d.ts +8 -0
  1544. package/dist/node/modules/object/AsObjectFactory.d.ts.map +1 -0
  1545. package/dist/node/modules/object/AsTypeFactory.d.ts +11 -0
  1546. package/dist/node/modules/object/AsTypeFactory.d.ts.map +1 -0
  1547. package/dist/node/modules/object/EmptyObject.d.ts +2 -0
  1548. package/dist/node/modules/object/EmptyObject.d.ts.map +1 -0
  1549. package/dist/node/modules/object/IsObjectFactory.d.ts +16 -0
  1550. package/dist/node/modules/object/IsObjectFactory.d.ts.map +1 -0
  1551. package/dist/node/modules/object/JsonObject.d.ts +49 -0
  1552. package/dist/node/modules/object/JsonObject.d.ts.map +1 -0
  1553. package/dist/node/modules/object/ObjectWrapper.d.ts +9 -0
  1554. package/dist/node/modules/object/ObjectWrapper.d.ts.map +1 -0
  1555. package/dist/node/modules/object/OmitStartsWith.d.ts +18 -0
  1556. package/dist/node/modules/object/OmitStartsWith.d.ts.map +1 -0
  1557. package/dist/node/modules/object/Optional.d.ts +3 -0
  1558. package/dist/node/modules/object/Optional.d.ts.map +1 -0
  1559. package/dist/node/modules/object/Override.d.ts +4 -0
  1560. package/dist/node/modules/object/Override.d.ts.map +1 -0
  1561. package/dist/node/modules/object/PartialRecord.d.ts +3 -0
  1562. package/dist/node/modules/object/PartialRecord.d.ts.map +1 -0
  1563. package/dist/node/modules/object/PickStartsWith.d.ts +9 -0
  1564. package/dist/node/modules/object/PickStartsWith.d.ts.map +1 -0
  1565. package/dist/node/modules/object/Simplify.d.ts +5 -0
  1566. package/dist/node/modules/object/Simplify.d.ts.map +1 -0
  1567. package/dist/node/modules/object/StringKeyObject.d.ts +3 -0
  1568. package/dist/node/modules/object/StringKeyObject.d.ts.map +1 -0
  1569. package/dist/node/modules/object/Validator.d.ts +13 -0
  1570. package/dist/node/modules/object/Validator.d.ts.map +1 -0
  1571. package/dist/node/modules/object/WithAdditional.d.ts +4 -0
  1572. package/dist/node/modules/object/WithAdditional.d.ts.map +1 -0
  1573. package/dist/node/modules/object/asObject.d.ts +4 -0
  1574. package/dist/node/modules/object/asObject.d.ts.map +1 -0
  1575. package/dist/node/modules/object/deepMerge.d.ts +49 -0
  1576. package/dist/node/modules/object/deepMerge.d.ts.map +1 -0
  1577. package/dist/node/modules/object/index-deprecated.d.ts +2 -0
  1578. package/dist/node/modules/object/index-deprecated.d.ts.map +1 -0
  1579. package/dist/node/modules/object/index-un-deprecated.d.ts +22 -0
  1580. package/dist/node/modules/object/index-un-deprecated.d.ts.map +1 -0
  1581. package/dist/node/modules/object/index.d.ts +3 -0
  1582. package/dist/node/modules/object/index.d.ts.map +1 -0
  1583. package/dist/node/modules/object/isType.d.ts +4 -0
  1584. package/dist/node/modules/object/isType.d.ts.map +1 -0
  1585. package/dist/node/modules/object/model.d.ts +14 -0
  1586. package/dist/node/modules/object/model.d.ts.map +1 -0
  1587. package/dist/node/modules/object/omitBy.d.ts +21 -0
  1588. package/dist/node/modules/object/omitBy.d.ts.map +1 -0
  1589. package/dist/node/modules/object/pickBy.d.ts +21 -0
  1590. package/dist/node/modules/object/pickBy.d.ts.map +1 -0
  1591. package/dist/node/modules/object/removeFields.d.ts +9 -0
  1592. package/dist/node/modules/object/removeFields.d.ts.map +1 -0
  1593. package/dist/node/modules/object/toSafeJson.d.ts +41 -0
  1594. package/dist/node/modules/object/toSafeJson.d.ts.map +1 -0
  1595. package/dist/node/modules/object-model/AnyObject.d.ts +8 -0
  1596. package/dist/node/modules/object-model/AnyObject.d.ts.map +1 -0
  1597. package/dist/node/modules/object-model/AsTypeFactory.d.ts +12 -0
  1598. package/dist/node/modules/object-model/AsTypeFactory.d.ts.map +1 -0
  1599. package/dist/node/modules/object-model/AsTypeFunction.d.ts +14 -0
  1600. package/dist/node/modules/object-model/AsTypeFunction.d.ts.map +1 -0
  1601. package/dist/node/modules/object-model/Compare.d.ts +3 -0
  1602. package/dist/node/modules/object-model/Compare.d.ts.map +1 -0
  1603. package/dist/node/modules/object-model/EmptyObject.d.ts +8 -0
  1604. package/dist/node/modules/object-model/EmptyObject.d.ts.map +1 -0
  1605. package/dist/node/modules/object-model/index.d.ts +6 -0
  1606. package/dist/node/modules/object-model/index.d.ts.map +1 -0
  1607. package/dist/node/modules/object-model/model.d.ts +6 -0
  1608. package/dist/node/modules/object-model/model.d.ts.map +1 -0
  1609. package/dist/node/modules/object-model/types.d.ts +25 -0
  1610. package/dist/node/modules/object-model/types.d.ts.map +1 -0
  1611. package/dist/node/modules/platform/browser/index.d.ts +7 -0
  1612. package/dist/node/modules/platform/browser/index.d.ts.map +1 -0
  1613. package/dist/node/modules/platform/index-browser.d.ts +2 -0
  1614. package/dist/node/modules/platform/index-browser.d.ts.map +1 -0
  1615. package/dist/node/modules/platform/index-node.d.ts +2 -0
  1616. package/dist/node/modules/platform/index-node.d.ts.map +1 -0
  1617. package/dist/node/modules/platform/node/index.d.ts +9 -0
  1618. package/dist/node/modules/platform/node/index.d.ts.map +1 -0
  1619. package/dist/node/modules/profile/index.d.ts +2 -0
  1620. package/dist/node/modules/profile/index.d.ts.map +1 -0
  1621. package/dist/node/modules/profile/model.d.ts +2 -0
  1622. package/dist/node/modules/profile/model.d.ts.map +1 -0
  1623. package/dist/node/modules/profile/profiler.d.ts +17 -0
  1624. package/dist/node/modules/profile/profiler.d.ts.map +1 -0
  1625. package/dist/node/modules/promise/PromiseEx.d.ts +24 -0
  1626. package/dist/node/modules/promise/PromiseEx.d.ts.map +1 -0
  1627. package/dist/node/modules/promise/fulfilled.d.ts +7 -0
  1628. package/dist/node/modules/promise/fulfilled.d.ts.map +1 -0
  1629. package/dist/node/modules/promise/fulfilledValues.d.ts +20 -0
  1630. package/dist/node/modules/promise/fulfilledValues.d.ts.map +1 -0
  1631. package/dist/node/modules/promise/index.d.ts +7 -0
  1632. package/dist/node/modules/promise/index.d.ts.map +1 -0
  1633. package/dist/node/modules/promise/model.d.ts +3 -0
  1634. package/dist/node/modules/promise/model.d.ts.map +1 -0
  1635. package/dist/node/modules/promise/rejected.d.ts +7 -0
  1636. package/dist/node/modules/promise/rejected.d.ts.map +1 -0
  1637. package/dist/node/modules/promise/toPromise.d.ts +8 -0
  1638. package/dist/node/modules/promise/toPromise.d.ts.map +1 -0
  1639. package/dist/node/modules/promise/types.d.ts +23 -0
  1640. package/dist/node/modules/promise/types.d.ts.map +1 -0
  1641. package/dist/node/modules/retry/index.d.ts +2 -0
  1642. package/dist/node/modules/retry/index.d.ts.map +1 -0
  1643. package/dist/node/modules/retry/model.d.ts +2 -0
  1644. package/dist/node/modules/retry/model.d.ts.map +1 -0
  1645. package/dist/node/modules/retry/retry.d.ts +23 -0
  1646. package/dist/node/modules/retry/retry.d.ts.map +1 -0
  1647. package/dist/node/modules/set/index.d.ts +2 -0
  1648. package/dist/node/modules/set/index.d.ts.map +1 -0
  1649. package/dist/node/modules/set/lib/difference.d.ts +8 -0
  1650. package/dist/node/modules/set/lib/difference.d.ts.map +1 -0
  1651. package/dist/node/modules/set/lib/index.d.ts +4 -0
  1652. package/dist/node/modules/set/lib/index.d.ts.map +1 -0
  1653. package/dist/node/modules/set/lib/intersection.d.ts +8 -0
  1654. package/dist/node/modules/set/lib/intersection.d.ts.map +1 -0
  1655. package/dist/node/modules/set/lib/union.d.ts +8 -0
  1656. package/dist/node/modules/set/lib/union.d.ts.map +1 -0
  1657. package/dist/node/modules/static-implements/index.d.ts +2 -0
  1658. package/dist/node/modules/static-implements/index.d.ts.map +1 -0
  1659. package/dist/node/modules/static-implements/staticImplements.d.ts +7 -0
  1660. package/dist/node/modules/static-implements/staticImplements.d.ts.map +1 -0
  1661. package/dist/node/modules/storage/KeyValueStore.d.ts +34 -0
  1662. package/dist/node/modules/storage/KeyValueStore.d.ts.map +1 -0
  1663. package/dist/node/modules/storage/index.d.ts +2 -0
  1664. package/dist/node/modules/storage/index.d.ts.map +1 -0
  1665. package/dist/node/modules/storage/model.d.ts +2 -0
  1666. package/dist/node/modules/storage/model.d.ts.map +1 -0
  1667. package/dist/node/modules/telemetry/index.d.ts +3 -0
  1668. package/dist/node/modules/telemetry/index.d.ts.map +1 -0
  1669. package/dist/node/modules/telemetry/model.d.ts +2 -0
  1670. package/dist/node/modules/telemetry/model.d.ts.map +1 -0
  1671. package/dist/node/modules/telemetry/span.d.ts +51 -0
  1672. package/dist/node/modules/telemetry/span.d.ts.map +1 -0
  1673. package/dist/node/modules/telemetry/timeBudget.d.ts +12 -0
  1674. package/dist/node/modules/telemetry/timeBudget.d.ts.map +1 -0
  1675. package/dist/node/modules/telemetry-exporter/XyConsoleSpanExporter.d.ts +40 -0
  1676. package/dist/node/modules/telemetry-exporter/XyConsoleSpanExporter.d.ts.map +1 -0
  1677. package/dist/node/modules/telemetry-exporter/index.d.ts +2 -0
  1678. package/dist/node/modules/telemetry-exporter/index.d.ts.map +1 -0
  1679. package/dist/node/modules/timer/index.d.ts +2 -0
  1680. package/dist/node/modules/timer/index.d.ts.map +1 -0
  1681. package/dist/node/modules/timer/setTimeoutEx.d.ts +37 -0
  1682. package/dist/node/modules/timer/setTimeoutEx.d.ts.map +1 -0
  1683. package/dist/node/modules/typeof/Brand.d.ts +5 -0
  1684. package/dist/node/modules/typeof/Brand.d.ts.map +1 -0
  1685. package/dist/node/modules/typeof/IdentityFunction.d.ts +3 -0
  1686. package/dist/node/modules/typeof/IdentityFunction.d.ts.map +1 -0
  1687. package/dist/node/modules/typeof/ObjectTypeShape.d.ts +5 -0
  1688. package/dist/node/modules/typeof/ObjectTypeShape.d.ts.map +1 -0
  1689. package/dist/node/modules/typeof/TypeOfTypes.d.ts +3 -0
  1690. package/dist/node/modules/typeof/TypeOfTypes.d.ts.map +1 -0
  1691. package/dist/node/modules/typeof/Typed.d.ts +41 -0
  1692. package/dist/node/modules/typeof/Typed.d.ts.map +1 -0
  1693. package/dist/node/modules/typeof/ifDefined.d.ts +8 -0
  1694. package/dist/node/modules/typeof/ifDefined.d.ts.map +1 -0
  1695. package/dist/node/modules/typeof/ifTypeOf.d.ts +11 -0
  1696. package/dist/node/modules/typeof/ifTypeOf.d.ts.map +1 -0
  1697. package/dist/node/modules/typeof/index.d.ts +12 -0
  1698. package/dist/node/modules/typeof/index.d.ts.map +1 -0
  1699. package/dist/node/modules/typeof/is.d.ts +116 -0
  1700. package/dist/node/modules/typeof/is.d.ts.map +1 -0
  1701. package/dist/node/modules/typeof/isType.d.ts +9 -0
  1702. package/dist/node/modules/typeof/isType.d.ts.map +1 -0
  1703. package/dist/node/modules/typeof/model.d.ts +7 -0
  1704. package/dist/node/modules/typeof/model.d.ts.map +1 -0
  1705. package/dist/node/modules/typeof/typeOf.d.ts +8 -0
  1706. package/dist/node/modules/typeof/typeOf.d.ts.map +1 -0
  1707. package/dist/node/modules/typeof/validateType.d.ts +10 -0
  1708. package/dist/node/modules/typeof/validateType.d.ts.map +1 -0
  1709. package/dist/node/modules/url/index-browser.d.ts +12 -0
  1710. package/dist/node/modules/url/index-browser.d.ts.map +1 -0
  1711. package/dist/node/modules/url/index-neutral.d.ts +12 -0
  1712. package/dist/node/modules/url/index-neutral.d.ts.map +1 -0
  1713. package/dist/node/modules/url/index-node.d.ts +13 -0
  1714. package/dist/node/modules/url/index-node.d.ts.map +1 -0
  1715. package/dist/node/modules/url/lib/index.d.ts +2 -0
  1716. package/dist/node/modules/url/lib/index.d.ts.map +1 -0
  1717. package/dist/node/modules/url/lib/isLocalhost.d.ts +7 -0
  1718. package/dist/node/modules/url/lib/isLocalhost.d.ts.map +1 -0
  1719. package/dist/node/modules/zod/Config.d.ts +8 -0
  1720. package/dist/node/modules/zod/Config.d.ts.map +1 -0
  1721. package/dist/node/modules/zod/index.d.ts +8 -0
  1722. package/dist/node/modules/zod/index.d.ts.map +1 -0
  1723. package/dist/node/modules/zod/model.d.ts +2 -0
  1724. package/dist/node/modules/zod/model.d.ts.map +1 -0
  1725. package/dist/node/modules/zod/zodAllFactory.d.ts +20 -0
  1726. package/dist/node/modules/zod/zodAllFactory.d.ts.map +1 -0
  1727. package/dist/node/modules/zod/zodAsAsyncFactory.d.ts +14 -0
  1728. package/dist/node/modules/zod/zodAsAsyncFactory.d.ts.map +1 -0
  1729. package/dist/node/modules/zod/zodAsFactory.d.ts +14 -0
  1730. package/dist/node/modules/zod/zodAsFactory.d.ts.map +1 -0
  1731. package/dist/node/modules/zod/zodIsFactory.d.ts +8 -0
  1732. package/dist/node/modules/zod/zodIsFactory.d.ts.map +1 -0
  1733. package/dist/node/modules/zod/zodToAsyncFactory.d.ts +14 -0
  1734. package/dist/node/modules/zod/zodToAsyncFactory.d.ts.map +1 -0
  1735. package/dist/node/modules/zod/zodToFactory.d.ts +14 -0
  1736. package/dist/node/modules/zod/zodToFactory.d.ts.map +1 -0
  1737. package/dist/node/neutral/url.d.ts +2 -0
  1738. package/dist/node/neutral/url.d.ts.map +1 -0
  1739. package/dist/node/node/platform.d.ts +2 -0
  1740. package/dist/node/node/platform.d.ts.map +1 -0
  1741. package/dist/node/node/url.d.ts +2 -0
  1742. package/dist/node/node/url.d.ts.map +1 -0
  1743. package/dist/node/object.d.ts +2 -0
  1744. package/dist/node/object.d.ts.map +1 -0
  1745. package/dist/node/object.model.d.ts +2 -0
  1746. package/dist/node/object.model.d.ts.map +1 -0
  1747. package/dist/node/platform.d.ts +2 -1
  1748. package/dist/node/platform.mjs +18 -1
  1749. package/dist/node/platform.mjs.map +7 -0
  1750. package/dist/node/profile.d.ts +2 -0
  1751. package/dist/node/profile.d.ts.map +1 -0
  1752. package/dist/node/profile.model.d.ts +2 -0
  1753. package/dist/node/profile.model.d.ts.map +1 -0
  1754. package/dist/node/promise.d.ts +2 -0
  1755. package/dist/node/promise.d.ts.map +1 -0
  1756. package/dist/node/promise.model.d.ts +2 -0
  1757. package/dist/node/promise.model.d.ts.map +1 -0
  1758. package/dist/node/retry.d.ts +2 -0
  1759. package/dist/node/retry.d.ts.map +1 -0
  1760. package/dist/node/retry.model.d.ts +2 -0
  1761. package/dist/node/retry.model.d.ts.map +1 -0
  1762. package/dist/node/set.d.ts +2 -0
  1763. package/dist/node/set.d.ts.map +1 -0
  1764. package/dist/node/static-implements.d.ts +2 -0
  1765. package/dist/node/static-implements.d.ts.map +1 -0
  1766. package/dist/node/storage.d.ts +2 -0
  1767. package/dist/node/storage.d.ts.map +1 -0
  1768. package/dist/node/storage.model.d.ts +2 -0
  1769. package/dist/node/storage.model.d.ts.map +1 -0
  1770. package/dist/node/telemetry-exporter.d.ts +2 -0
  1771. package/dist/node/telemetry-exporter.d.ts.map +1 -0
  1772. package/dist/node/telemetry.d.ts +2 -0
  1773. package/dist/node/telemetry.d.ts.map +1 -0
  1774. package/dist/node/telemetry.model.d.ts +2 -0
  1775. package/dist/node/telemetry.model.d.ts.map +1 -0
  1776. package/dist/node/timer.d.ts +2 -0
  1777. package/dist/node/timer.d.ts.map +1 -0
  1778. package/dist/node/typeof.d.ts +2 -0
  1779. package/dist/node/typeof.d.ts.map +1 -0
  1780. package/dist/node/typeof.model.d.ts +2 -0
  1781. package/dist/node/typeof.model.d.ts.map +1 -0
  1782. package/dist/node/url.d.ts +2 -1
  1783. package/dist/node/url.mjs +15 -1
  1784. package/dist/node/url.mjs.map +7 -0
  1785. package/dist/node/zod.d.ts +2 -0
  1786. package/dist/node/zod.d.ts.map +1 -0
  1787. package/dist/node/zod.model.d.ts +2 -0
  1788. package/dist/node/zod.model.d.ts.map +1 -0
  1789. package/package.json +113 -35
  1790. package/dist/_pkg/api/neutral/ApiClient.d.ts +0 -9
  1791. package/dist/_pkg/api/neutral/ApiConfig.d.ts +0 -8
  1792. package/dist/_pkg/api/neutral/ApiEndpoint.d.ts +0 -18
  1793. package/dist/_pkg/api/neutral/ApiStage.d.ts +0 -10
  1794. package/dist/_pkg/api/neutral/getApiStage.d.ts +0 -7
  1795. package/dist/_pkg/api/neutral/index.d.ts +0 -5
  1796. package/dist/_pkg/api/neutral/index.mjs +0 -77
  1797. package/dist/_pkg/api/neutral/model.d.ts +0 -2
  1798. package/dist/_pkg/api/neutral/model.mjs +0 -0
  1799. package/dist/_pkg/array/neutral/containsAll.d.ts +0 -7
  1800. package/dist/_pkg/array/neutral/distinct.d.ts +0 -5
  1801. package/dist/_pkg/array/neutral/filterAs.d.ts +0 -7
  1802. package/dist/_pkg/array/neutral/filterAsync.d.ts +0 -8
  1803. package/dist/_pkg/array/neutral/findAs.d.ts +0 -14
  1804. package/dist/_pkg/array/neutral/flatten.d.ts +0 -7
  1805. package/dist/_pkg/array/neutral/index.d.ts +0 -7
  1806. package/dist/_pkg/array/neutral/index.mjs +0 -79
  1807. package/dist/_pkg/array/neutral/uniq.d.ts +0 -13
  1808. package/dist/_pkg/arraybuffer/neutral/equalArrayBuffers.d.ts +0 -7
  1809. package/dist/_pkg/arraybuffer/neutral/index.d.ts +0 -4
  1810. package/dist/_pkg/arraybuffer/neutral/index.mjs +0 -73
  1811. package/dist/_pkg/arraybuffer/neutral/isArrayBuffer.d.ts +0 -6
  1812. package/dist/_pkg/arraybuffer/neutral/toArrayBuffer.d.ts +0 -10
  1813. package/dist/_pkg/arraybuffer/neutral/toUint8Array.d.ts +0 -10
  1814. package/dist/_pkg/assert/neutral/assertDefinedEx.d.ts +0 -40
  1815. package/dist/_pkg/assert/neutral/assertEx.d.ts +0 -40
  1816. package/dist/_pkg/assert/neutral/index.d.ts +0 -3
  1817. package/dist/_pkg/assert/neutral/index.mjs +0 -29
  1818. package/dist/_pkg/assert/neutral/model.d.ts +0 -1
  1819. package/dist/_pkg/assert/neutral/model.mjs +0 -0
  1820. package/dist/_pkg/assert/neutral/types.d.ts +0 -35
  1821. package/dist/_pkg/base/neutral/Base.d.ts +0 -52
  1822. package/dist/_pkg/base/neutral/globallyUnique.d.ts +0 -20
  1823. package/dist/_pkg/base/neutral/index.d.ts +0 -2
  1824. package/dist/_pkg/base/neutral/index.mjs +0 -151
  1825. package/dist/_pkg/base/neutral/model.d.ts +0 -1
  1826. package/dist/_pkg/base/neutral/model.mjs +0 -0
  1827. package/dist/_pkg/creatable/neutral/AbstractCreatable.d.ts +0 -122
  1828. package/dist/_pkg/creatable/neutral/Creatable.d.ts +0 -48
  1829. package/dist/_pkg/creatable/neutral/Factory.d.ts +0 -27
  1830. package/dist/_pkg/creatable/neutral/index.d.ts +0 -4
  1831. package/dist/_pkg/creatable/neutral/index.mjs +0 -395
  1832. package/dist/_pkg/creatable/neutral/lib/getFunctionName.d.ts +0 -6
  1833. package/dist/_pkg/creatable/neutral/lib/getRootFunction.d.ts +0 -7
  1834. package/dist/_pkg/creatable/neutral/lib/index.d.ts +0 -2
  1835. package/dist/_pkg/creatable/neutral/model/CreatableInstance.d.ts +0 -15
  1836. package/dist/_pkg/creatable/neutral/model/CreatableParams.d.ts +0 -15
  1837. package/dist/_pkg/creatable/neutral/model/CreatableStatusReporter.d.ts +0 -14
  1838. package/dist/_pkg/creatable/neutral/model/Labels.d.ts +0 -23
  1839. package/dist/_pkg/creatable/neutral/model/index.d.ts +0 -4
  1840. package/dist/_pkg/creatable/neutral/model.d.ts +0 -2
  1841. package/dist/_pkg/creatable/neutral/model.mjs +0 -0
  1842. package/dist/_pkg/decimal-precision/neutral/fromFixedPoint.d.ts +0 -7
  1843. package/dist/_pkg/decimal-precision/neutral/index.d.ts +0 -3
  1844. package/dist/_pkg/decimal-precision/neutral/index.mjs +0 -38
  1845. package/dist/_pkg/decimal-precision/neutral/toDecimalPrecision.d.ts +0 -7
  1846. package/dist/_pkg/decimal-precision/neutral/toFixedPoint.d.ts +0 -7
  1847. package/dist/_pkg/delay/neutral/delay.d.ts +0 -6
  1848. package/dist/_pkg/delay/neutral/index.d.ts +0 -1
  1849. package/dist/_pkg/delay/neutral/index.mjs +0 -8
  1850. package/dist/_pkg/ellipsize/neutral/index.d.ts +0 -7
  1851. package/dist/_pkg/ellipsize/neutral/index.mjs +0 -9
  1852. package/dist/_pkg/enum/neutral/Enum.d.ts +0 -87
  1853. package/dist/_pkg/enum/neutral/index.d.ts +0 -1
  1854. package/dist/_pkg/enum/neutral/index.mjs +0 -7
  1855. package/dist/_pkg/enum/neutral/model.d.ts +0 -1
  1856. package/dist/_pkg/enum/neutral/model.mjs +0 -0
  1857. package/dist/_pkg/error/neutral/assert.d.ts +0 -11
  1858. package/dist/_pkg/error/neutral/handleError.d.ts +0 -14
  1859. package/dist/_pkg/error/neutral/index.d.ts +0 -2
  1860. package/dist/_pkg/error/neutral/index.mjs +0 -31
  1861. package/dist/_pkg/error/neutral/model.d.ts +0 -1
  1862. package/dist/_pkg/error/neutral/model.mjs +0 -0
  1863. package/dist/_pkg/events/neutral/BaseEmitter.d.ts +0 -73
  1864. package/dist/_pkg/events/neutral/Events/Events.d.ts +0 -131
  1865. package/dist/_pkg/events/neutral/Events/index.d.ts +0 -1
  1866. package/dist/_pkg/events/neutral/index.d.ts +0 -3
  1867. package/dist/_pkg/events/neutral/index.mjs +0 -414
  1868. package/dist/_pkg/events/neutral/model/Event.d.ts +0 -20
  1869. package/dist/_pkg/events/neutral/model/EventEmitter.d.ts +0 -24
  1870. package/dist/_pkg/events/neutral/model/index.d.ts +0 -2
  1871. package/dist/_pkg/events/neutral/model.d.ts +0 -2
  1872. package/dist/_pkg/events/neutral/model.mjs +0 -0
  1873. package/dist/_pkg/exists/neutral/index.d.ts +0 -9
  1874. package/dist/_pkg/exists/neutral/index.mjs +0 -7
  1875. package/dist/_pkg/fetch/neutral/FetchClient.d.ts +0 -45
  1876. package/dist/_pkg/fetch/neutral/FetchError.d.ts +0 -79
  1877. package/dist/_pkg/fetch/neutral/FetchJsonClient.d.ts +0 -18
  1878. package/dist/_pkg/fetch/neutral/fetchCompress.d.ts +0 -11
  1879. package/dist/_pkg/fetch/neutral/fetchJson.d.ts +0 -6
  1880. package/dist/_pkg/fetch/neutral/index.d.ts +0 -10
  1881. package/dist/_pkg/fetch/neutral/index.mjs +0 -364
  1882. package/dist/_pkg/fetch/neutral/methods.d.ts +0 -11
  1883. package/dist/_pkg/fetch/neutral/model.d.ts +0 -4
  1884. package/dist/_pkg/fetch/neutral/model.mjs +0 -0
  1885. package/dist/_pkg/fetch/neutral/parseJson.d.ts +0 -15
  1886. package/dist/_pkg/fetch/neutral/types.d.ts +0 -11
  1887. package/dist/_pkg/forget/neutral/ForgetConfig.d.ts +0 -20
  1888. package/dist/_pkg/forget/neutral/ForgetNodeConfig.d.ts +0 -12
  1889. package/dist/_pkg/forget/neutral/ForgetPromise.d.ts +0 -48
  1890. package/dist/_pkg/forget/neutral/ForgetPromiseNode.d.ts +0 -14
  1891. package/dist/_pkg/forget/neutral/forget.d.ts +0 -9
  1892. package/dist/_pkg/forget/neutral/forgetNode.d.ts +0 -8
  1893. package/dist/_pkg/forget/neutral/index.d.ts +0 -1
  1894. package/dist/_pkg/forget/neutral/index.mjs +0 -161
  1895. package/dist/_pkg/forget/neutral/model.d.ts +0 -2
  1896. package/dist/_pkg/forget/neutral/model.mjs +0 -0
  1897. package/dist/_pkg/forget/neutral/neutral/index.d.ts +0 -3
  1898. package/dist/_pkg/forget/neutral/node/index.d.ts +0 -3
  1899. package/dist/_pkg/function-name/neutral/functionName.d.ts +0 -6
  1900. package/dist/_pkg/function-name/neutral/index.d.ts +0 -1
  1901. package/dist/_pkg/function-name/neutral/index.mjs +0 -26
  1902. package/dist/_pkg/hex/neutral/HexRegEx.d.ts +0 -18
  1903. package/dist/_pkg/hex/neutral/address/AddressTransformZod.d.ts +0 -9
  1904. package/dist/_pkg/hex/neutral/address/AddressValidationZod.d.ts +0 -9
  1905. package/dist/_pkg/hex/neutral/address/address.d.ts +0 -17
  1906. package/dist/_pkg/hex/neutral/address/as.d.ts +0 -12
  1907. package/dist/_pkg/hex/neutral/address/index.d.ts +0 -6
  1908. package/dist/_pkg/hex/neutral/address/is.d.ts +0 -11
  1909. package/dist/_pkg/hex/neutral/address/to.d.ts +0 -11
  1910. package/dist/_pkg/hex/neutral/ethAddress.d.ts +0 -44
  1911. package/dist/_pkg/hex/neutral/hash/as.d.ts +0 -10
  1912. package/dist/_pkg/hex/neutral/hash/hash.d.ts +0 -27
  1913. package/dist/_pkg/hex/neutral/hash/index.d.ts +0 -4
  1914. package/dist/_pkg/hex/neutral/hash/is.d.ts +0 -8
  1915. package/dist/_pkg/hex/neutral/hash/zod.d.ts +0 -5
  1916. package/dist/_pkg/hex/neutral/hex/as.d.ts +0 -10
  1917. package/dist/_pkg/hex/neutral/hex/from/from.d.ts +0 -7
  1918. package/dist/_pkg/hex/neutral/hex/from/fromArrayBuffer.d.ts +0 -7
  1919. package/dist/_pkg/hex/neutral/hex/from/fromBigInt.d.ts +0 -7
  1920. package/dist/_pkg/hex/neutral/hex/from/fromHexString.d.ts +0 -8
  1921. package/dist/_pkg/hex/neutral/hex/from/fromNumber.d.ts +0 -8
  1922. package/dist/_pkg/hex/neutral/hex/from/index.d.ts +0 -5
  1923. package/dist/_pkg/hex/neutral/hex/hex.d.ts +0 -16
  1924. package/dist/_pkg/hex/neutral/hex/index.d.ts +0 -8
  1925. package/dist/_pkg/hex/neutral/hex/is.d.ts +0 -8
  1926. package/dist/_pkg/hex/neutral/hex/isHexZero.d.ts +0 -6
  1927. package/dist/_pkg/hex/neutral/hex/legacy.d.ts +0 -6
  1928. package/dist/_pkg/hex/neutral/hex/nibble.d.ts +0 -12
  1929. package/dist/_pkg/hex/neutral/hex/to.d.ts +0 -7
  1930. package/dist/_pkg/hex/neutral/hexToBigInt.d.ts +0 -7
  1931. package/dist/_pkg/hex/neutral/index.d.ts +0 -7
  1932. package/dist/_pkg/hex/neutral/index.mjs +0 -380
  1933. package/dist/_pkg/hex/neutral/model.d.ts +0 -2
  1934. package/dist/_pkg/hex/neutral/model.mjs +0 -0
  1935. package/dist/_pkg/hex/neutral/zod.d.ts +0 -5
  1936. package/dist/_pkg/logger/neutral/ConsoleLogger.d.ts +0 -6
  1937. package/dist/_pkg/logger/neutral/IdLogger.d.ts +0 -18
  1938. package/dist/_pkg/logger/neutral/LevelLogger.d.ts +0 -46
  1939. package/dist/_pkg/logger/neutral/NoOpLogFunction.d.ts +0 -2
  1940. package/dist/_pkg/logger/neutral/SilentLogger.d.ts +0 -16
  1941. package/dist/_pkg/logger/neutral/getFunctionName.d.ts +0 -6
  1942. package/dist/_pkg/logger/neutral/index.d.ts +0 -6
  1943. package/dist/_pkg/logger/neutral/index.mjs +0 -125
  1944. package/dist/_pkg/object/neutral/AsObjectFactory.d.ts +0 -7
  1945. package/dist/_pkg/object/neutral/AsTypeFactory.d.ts +0 -10
  1946. package/dist/_pkg/object/neutral/EmptyObject.d.ts +0 -1
  1947. package/dist/_pkg/object/neutral/IsObjectFactory.d.ts +0 -15
  1948. package/dist/_pkg/object/neutral/JsonObject.d.ts +0 -48
  1949. package/dist/_pkg/object/neutral/ObjectWrapper.d.ts +0 -8
  1950. package/dist/_pkg/object/neutral/OmitStartsWith.d.ts +0 -17
  1951. package/dist/_pkg/object/neutral/Optional.d.ts +0 -2
  1952. package/dist/_pkg/object/neutral/Override.d.ts +0 -3
  1953. package/dist/_pkg/object/neutral/PartialRecord.d.ts +0 -2
  1954. package/dist/_pkg/object/neutral/PickStartsWith.d.ts +0 -8
  1955. package/dist/_pkg/object/neutral/Simplify.d.ts +0 -4
  1956. package/dist/_pkg/object/neutral/StringKeyObject.d.ts +0 -2
  1957. package/dist/_pkg/object/neutral/Validator.d.ts +0 -12
  1958. package/dist/_pkg/object/neutral/WithAdditional.d.ts +0 -3
  1959. package/dist/_pkg/object/neutral/asObject.d.ts +0 -3
  1960. package/dist/_pkg/object/neutral/deepMerge.d.ts +0 -48
  1961. package/dist/_pkg/object/neutral/index-deprecated.d.ts +0 -1
  1962. package/dist/_pkg/object/neutral/index-un-deprecated.d.ts +0 -21
  1963. package/dist/_pkg/object/neutral/index-un-deprecated.mjs +0 -319
  1964. package/dist/_pkg/object/neutral/index.d.ts +0 -2
  1965. package/dist/_pkg/object/neutral/index.mjs +0 -434
  1966. package/dist/_pkg/object/neutral/isType.d.ts +0 -3
  1967. package/dist/_pkg/object/neutral/model.d.ts +0 -13
  1968. package/dist/_pkg/object/neutral/model.mjs +0 -0
  1969. package/dist/_pkg/object/neutral/omitBy.d.ts +0 -20
  1970. package/dist/_pkg/object/neutral/pickBy.d.ts +0 -20
  1971. package/dist/_pkg/object/neutral/removeFields.d.ts +0 -8
  1972. package/dist/_pkg/object/neutral/toSafeJson.d.ts +0 -40
  1973. package/dist/_pkg/object-model/neutral/AnyObject.d.ts +0 -7
  1974. package/dist/_pkg/object-model/neutral/AsTypeFactory.d.ts +0 -11
  1975. package/dist/_pkg/object-model/neutral/AsTypeFunction.d.ts +0 -13
  1976. package/dist/_pkg/object-model/neutral/Compare.d.ts +0 -2
  1977. package/dist/_pkg/object-model/neutral/EmptyObject.d.ts +0 -7
  1978. package/dist/_pkg/object-model/neutral/index.d.ts +0 -5
  1979. package/dist/_pkg/object-model/neutral/index.mjs +0 -0
  1980. package/dist/_pkg/object-model/neutral/model.d.ts +0 -5
  1981. package/dist/_pkg/object-model/neutral/model.mjs +0 -0
  1982. package/dist/_pkg/object-model/neutral/types.d.ts +0 -24
  1983. package/dist/_pkg/platform/browser/browser/index.d.ts +0 -6
  1984. package/dist/_pkg/platform/browser/index-browser.d.ts +0 -1
  1985. package/dist/_pkg/platform/browser/index-browser.mjs +0 -15
  1986. package/dist/_pkg/platform/browser/index-node.d.ts +0 -1
  1987. package/dist/_pkg/platform/browser/node/index.d.ts +0 -8
  1988. package/dist/_pkg/platform/node/browser/index.d.ts +0 -6
  1989. package/dist/_pkg/platform/node/index-browser.d.ts +0 -1
  1990. package/dist/_pkg/platform/node/index-node.d.ts +0 -1
  1991. package/dist/_pkg/platform/node/index-node.mjs +0 -17
  1992. package/dist/_pkg/platform/node/node/index.d.ts +0 -8
  1993. package/dist/_pkg/profile/neutral/index.d.ts +0 -1
  1994. package/dist/_pkg/profile/neutral/index.mjs +0 -36
  1995. package/dist/_pkg/profile/neutral/model.d.ts +0 -1
  1996. package/dist/_pkg/profile/neutral/model.mjs +0 -0
  1997. package/dist/_pkg/profile/neutral/profiler.d.ts +0 -16
  1998. package/dist/_pkg/promise/neutral/PromiseEx.d.ts +0 -23
  1999. package/dist/_pkg/promise/neutral/fulfilled.d.ts +0 -6
  2000. package/dist/_pkg/promise/neutral/fulfilledValues.d.ts +0 -19
  2001. package/dist/_pkg/promise/neutral/index.d.ts +0 -6
  2002. package/dist/_pkg/promise/neutral/index.mjs +0 -56
  2003. package/dist/_pkg/promise/neutral/model.d.ts +0 -2
  2004. package/dist/_pkg/promise/neutral/model.mjs +0 -0
  2005. package/dist/_pkg/promise/neutral/rejected.d.ts +0 -6
  2006. package/dist/_pkg/promise/neutral/toPromise.d.ts +0 -7
  2007. package/dist/_pkg/promise/neutral/types.d.ts +0 -22
  2008. package/dist/_pkg/retry/neutral/index.d.ts +0 -1
  2009. package/dist/_pkg/retry/neutral/index.mjs +0 -27
  2010. package/dist/_pkg/retry/neutral/model.d.ts +0 -1
  2011. package/dist/_pkg/retry/neutral/model.mjs +0 -0
  2012. package/dist/_pkg/retry/neutral/retry.d.ts +0 -22
  2013. package/dist/_pkg/set/neutral/index.d.ts +0 -1
  2014. package/dist/_pkg/set/neutral/index.mjs +0 -19
  2015. package/dist/_pkg/set/neutral/lib/difference.d.ts +0 -7
  2016. package/dist/_pkg/set/neutral/lib/index.d.ts +0 -3
  2017. package/dist/_pkg/set/neutral/lib/intersection.d.ts +0 -7
  2018. package/dist/_pkg/set/neutral/lib/union.d.ts +0 -7
  2019. package/dist/_pkg/static-implements/neutral/index.d.ts +0 -1
  2020. package/dist/_pkg/static-implements/neutral/index.mjs +0 -9
  2021. package/dist/_pkg/static-implements/neutral/staticImplements.d.ts +0 -6
  2022. package/dist/_pkg/storage/neutral/KeyValueStore.d.ts +0 -33
  2023. package/dist/_pkg/storage/neutral/index.d.ts +0 -1
  2024. package/dist/_pkg/storage/neutral/index.mjs +0 -0
  2025. package/dist/_pkg/storage/neutral/model.d.ts +0 -1
  2026. package/dist/_pkg/storage/neutral/model.mjs +0 -0
  2027. package/dist/_pkg/telemetry/neutral/index.d.ts +0 -2
  2028. package/dist/_pkg/telemetry/neutral/index.mjs +0 -151
  2029. package/dist/_pkg/telemetry/neutral/model.d.ts +0 -1
  2030. package/dist/_pkg/telemetry/neutral/model.mjs +0 -0
  2031. package/dist/_pkg/telemetry/neutral/span.d.ts +0 -50
  2032. package/dist/_pkg/telemetry/neutral/timeBudget.d.ts +0 -11
  2033. package/dist/_pkg/telemetry-exporter/neutral/XyConsoleSpanExporter.d.ts +0 -39
  2034. package/dist/_pkg/telemetry-exporter/neutral/index.d.ts +0 -1
  2035. package/dist/_pkg/telemetry-exporter/neutral/index.mjs +0 -87
  2036. package/dist/_pkg/timer/neutral/index.d.ts +0 -1
  2037. package/dist/_pkg/timer/neutral/index.mjs +0 -74
  2038. package/dist/_pkg/timer/neutral/setTimeoutEx.d.ts +0 -36
  2039. package/dist/_pkg/typeof/neutral/Brand.d.ts +0 -4
  2040. package/dist/_pkg/typeof/neutral/IdentityFunction.d.ts +0 -2
  2041. package/dist/_pkg/typeof/neutral/ObjectTypeShape.d.ts +0 -4
  2042. package/dist/_pkg/typeof/neutral/TypeOfTypes.d.ts +0 -2
  2043. package/dist/_pkg/typeof/neutral/Typed.d.ts +0 -40
  2044. package/dist/_pkg/typeof/neutral/ifDefined.d.ts +0 -7
  2045. package/dist/_pkg/typeof/neutral/ifTypeOf.d.ts +0 -10
  2046. package/dist/_pkg/typeof/neutral/index.d.ts +0 -11
  2047. package/dist/_pkg/typeof/neutral/index.mjs +0 -254
  2048. package/dist/_pkg/typeof/neutral/is.d.ts +0 -115
  2049. package/dist/_pkg/typeof/neutral/isType.d.ts +0 -8
  2050. package/dist/_pkg/typeof/neutral/model.d.ts +0 -6
  2051. package/dist/_pkg/typeof/neutral/model.mjs +0 -0
  2052. package/dist/_pkg/typeof/neutral/typeOf.d.ts +0 -7
  2053. package/dist/_pkg/typeof/neutral/validateType.d.ts +0 -9
  2054. package/dist/_pkg/url/browser/index-browser.d.ts +0 -11
  2055. package/dist/_pkg/url/browser/index-browser.mjs +0 -11
  2056. package/dist/_pkg/url/browser/index-neutral.d.ts +0 -11
  2057. package/dist/_pkg/url/browser/index-node.d.ts +0 -12
  2058. package/dist/_pkg/url/browser/lib/index.d.ts +0 -1
  2059. package/dist/_pkg/url/browser/lib/isLocalhost.d.ts +0 -6
  2060. package/dist/_pkg/url/neutral/index-browser.d.ts +0 -11
  2061. package/dist/_pkg/url/neutral/index-neutral.d.ts +0 -11
  2062. package/dist/_pkg/url/neutral/index-neutral.mjs +0 -11
  2063. package/dist/_pkg/url/neutral/index-node.d.ts +0 -12
  2064. package/dist/_pkg/url/neutral/lib/index.d.ts +0 -1
  2065. package/dist/_pkg/url/neutral/lib/isLocalhost.d.ts +0 -6
  2066. package/dist/_pkg/url/node/index-browser.d.ts +0 -11
  2067. package/dist/_pkg/url/node/index-neutral.d.ts +0 -11
  2068. package/dist/_pkg/url/node/index-node.d.ts +0 -12
  2069. package/dist/_pkg/url/node/index-node.mjs +0 -14
  2070. package/dist/_pkg/url/node/lib/index.d.ts +0 -1
  2071. package/dist/_pkg/url/node/lib/isLocalhost.d.ts +0 -6
@@ -0,0 +1,2 @@
1
+ export * from '../modules/url/index-neutral.js';
2
+ //# sourceMappingURL=url.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"url.d.ts","sourceRoot":"","sources":["../../../src/neutral/url.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from '../modules/platform/node/index.js';
2
+ //# sourceMappingURL=platform.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"platform.d.ts","sourceRoot":"","sources":["../../../src/node/platform.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from '../modules/url/index-node.js';
2
+ //# sourceMappingURL=url.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"url.d.ts","sourceRoot":"","sources":["../../../src/node/url.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAA"}
@@ -1 +1,2 @@
1
- export * from '../_pkg/object/neutral/index-un-deprecated.ts'
1
+ export * from './modules/object/index-un-deprecated.js';
2
+ //# sourceMappingURL=object.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"object.d.ts","sourceRoot":"","sources":["../../src/object.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAA"}
@@ -1 +1,442 @@
1
- export * from '../_pkg/object/neutral/index-un-deprecated.mjs'
1
+ // src/modules/typeof/is.ts
2
+ function isUndefined(value) {
3
+ return value === void 0;
4
+ }
5
+ function isDefined(value) {
6
+ return !isUndefined(value);
7
+ }
8
+ function isString(value) {
9
+ return typeof value === "string";
10
+ }
11
+ function isObject(value) {
12
+ return typeof value === "object" && value !== null && !Array.isArray(value);
13
+ }
14
+ function isTruthy(value) {
15
+ return !!value;
16
+ }
17
+ function isPromise(value) {
18
+ return value instanceof Promise;
19
+ }
20
+
21
+ // src/modules/typeof/isType.ts
22
+ var isType = (value, expectedType) => {
23
+ const typeofValue = typeof value;
24
+ switch (expectedType) {
25
+ case "array": {
26
+ return Array.isArray(value);
27
+ }
28
+ case "null": {
29
+ return value === null;
30
+ }
31
+ case "undefined": {
32
+ return value === void 0;
33
+ }
34
+ case "object": {
35
+ if (value === null) {
36
+ return false;
37
+ }
38
+ return typeofValue === "object" && !Array.isArray(value);
39
+ }
40
+ default: {
41
+ return typeofValue === expectedType;
42
+ }
43
+ }
44
+ };
45
+
46
+ // src/modules/assert/assertDefinedEx.ts
47
+ function assertDefinedEx(expr, func) {
48
+ if (expr !== void 0) return expr;
49
+ if (typeof func === "function") {
50
+ const errorOrMessage = func(expr);
51
+ throw typeof errorOrMessage === "string" ? new Error(errorOrMessage) : errorOrMessage;
52
+ }
53
+ if (func !== void 0) {
54
+ throw new Error("Invalid assertDefinedEx usage: second argument must be a function or undefined");
55
+ }
56
+ throw new Error("Assertion failed: value is undefined");
57
+ }
58
+
59
+ // src/modules/assert/assertEx.ts
60
+ function assertEx(expr, func) {
61
+ if (expr !== void 0 && expr !== null && expr !== false && expr !== 0 && expr !== "" && expr !== 0n) return expr;
62
+ if (typeof func === "function") {
63
+ const errorOrMessage = func(expr);
64
+ throw typeof errorOrMessage === "string" ? new Error(errorOrMessage) : errorOrMessage;
65
+ }
66
+ if (func !== void 0) {
67
+ throw new Error("Invalid assertEx usage: second argument must be a function or undefined");
68
+ }
69
+ throw new Error("Assertion failed");
70
+ }
71
+
72
+ // src/modules/object/AsTypeFactory.ts
73
+ var AsTypeFactory = {
74
+ create: (typeCheck) => {
75
+ const func = (value, assertOrConfig, config) => {
76
+ const isPredicate = typeof assertOrConfig === "number";
77
+ const resolvedAssert = isPredicate || typeof assertOrConfig === "object" ? void 0 : assertOrConfig;
78
+ const resolvedConfig = isPredicate ? void 0 : typeof assertOrConfig === "object" ? assertOrConfig : config;
79
+ const isRequired = isTruthy(resolvedConfig?.required);
80
+ if (!isRequired && (value === void 0 || value === null)) {
81
+ return void 0;
82
+ }
83
+ if (isPromise(value)) {
84
+ throw new TypeError('un-awaited promises may not be sent to "as" functions');
85
+ }
86
+ const result = typeCheck(value, resolvedConfig) ? value : void 0;
87
+ if (resolvedAssert !== void 0) {
88
+ const message = typeof resolvedAssert === "function" ? resolvedAssert : () => resolvedAssert;
89
+ return assertDefinedEx(result, message);
90
+ }
91
+ return result;
92
+ };
93
+ return func;
94
+ },
95
+ createOptional: (typeCheck) => {
96
+ const func = (value) => {
97
+ if (value === void 0 || value === null) return void 0;
98
+ if (isPromise(value)) {
99
+ throw new TypeError('un-awaited promises may not be sent to "as" functions');
100
+ }
101
+ return typeCheck(value) ? value : void 0;
102
+ };
103
+ return func;
104
+ }
105
+ };
106
+
107
+ // src/modules/object/AsObjectFactory.ts
108
+ var AsObjectFactory = {
109
+ create: (typeCheck) => {
110
+ return AsTypeFactory.create(typeCheck);
111
+ },
112
+ createOptional: (typeCheck) => {
113
+ return AsTypeFactory.createOptional(typeCheck);
114
+ }
115
+ };
116
+
117
+ // src/modules/object/asObject.ts
118
+ var asAnyObject = (() => AsObjectFactory.create((obj) => isObject(obj)))();
119
+
120
+ // src/modules/object/deepMerge.ts
121
+ var isUnsafeKey = (key) => typeof key === "string" && ["__proto__", "constructor", "prototype"].includes(key);
122
+ var isPlainObject = (value) => {
123
+ const prototype = Object.getPrototypeOf(value);
124
+ return prototype === Object.prototype || prototype === null;
125
+ };
126
+ function merge(target, source, options) {
127
+ if (!source || typeof source !== "object") return target;
128
+ for (const key of Reflect.ownKeys(source)) {
129
+ if (isUnsafeKey(key)) {
130
+ continue;
131
+ }
132
+ const value = source[key];
133
+ if (Array.isArray(value)) {
134
+ const targetValue = target[key];
135
+ target[key] = options?.arrayStrategy === "concat" && Array.isArray(targetValue) ? [...targetValue, ...value] : value;
136
+ } else if (value !== null && typeof value === "object" && isPlainObject(value)) {
137
+ const targetValue = target[key];
138
+ if (targetValue === void 0 || targetValue === null || typeof targetValue !== "object" || !isPlainObject(targetValue)) {
139
+ target[key] = {};
140
+ }
141
+ merge(target[key], value, options);
142
+ } else {
143
+ target[key] = value;
144
+ }
145
+ }
146
+ return target;
147
+ }
148
+ function createDeepMerge(options) {
149
+ return function deepMerge2(...objects) {
150
+ const result = options.mutate === true ? objects[0] ?? {} : {};
151
+ for (const obj of objects) {
152
+ merge(result, obj, options);
153
+ }
154
+ return result;
155
+ };
156
+ }
157
+ var deepMerge = createDeepMerge({ arrayStrategy: "overwrite", mutate: false });
158
+
159
+ // src/modules/object/IsObjectFactory.ts
160
+ var IsObjectFactory = class {
161
+ /**
162
+ * Creates a type-guard function that validates an object matches the given shape and passes additional checks.
163
+ * @param shape - An optional map of property names to expected types.
164
+ * @param additionalChecks - Optional extra type-check functions to run after shape validation.
165
+ * @returns A type-guard function for type T.
166
+ */
167
+ create(shape, additionalChecks) {
168
+ return (obj, config) => {
169
+ if (!isObject(obj)) {
170
+ return false;
171
+ }
172
+ const log = typeof config === "object" ? config.log : void 0;
173
+ return (
174
+ // do primary check
175
+ Object.entries(shape ?? {}).filter(([key, type]) => {
176
+ const isResult = isType(obj[key], type);
177
+ if (!isResult && isTruthy(log)) {
178
+ const logger = typeof log === "object" ? log : console;
179
+ logger.warn(`isType Failed: ${key}: ${type}`);
180
+ }
181
+ return !isResult;
182
+ }).length === 0 && (additionalChecks?.reduce((prev, check) => prev && check(obj, { log }), true) ?? true)
183
+ );
184
+ };
185
+ }
186
+ };
187
+
188
+ // src/modules/object/JsonObject.ts
189
+ import * as z3 from "zod/mini";
190
+
191
+ // src/modules/zod/zodAsFactory.ts
192
+ import * as z from "zod/v4/core";
193
+
194
+ // src/modules/error/assert.ts
195
+ var assertError = (value, assert, defaultMessage) => {
196
+ if (!isUndefined(assert)) {
197
+ const assertString = typeof assert === "string" ? assert : typeof assert === "boolean" ? defaultMessage : assert(value, defaultMessage);
198
+ if (isString(assertString) || assertString) {
199
+ throw new Error(assertString === true ? defaultMessage : assertString);
200
+ }
201
+ }
202
+ return void 0;
203
+ };
204
+
205
+ // src/modules/zod/zodAsFactory.ts
206
+ var formatZodValue = (value) => {
207
+ const json = JSON.stringify(value);
208
+ return json ?? String(value);
209
+ };
210
+ function zodAsFactory(zod, name) {
211
+ function asFunc(value, assert) {
212
+ const result = z.safeParse(zod, value);
213
+ if (result.success) {
214
+ return value;
215
+ }
216
+ if (assert !== void 0) {
217
+ let assertConfig;
218
+ switch (typeof assert) {
219
+ case "string": {
220
+ assertConfig = `[${name}][${formatZodValue(value)}] ${assert}`;
221
+ break;
222
+ }
223
+ case "object": {
224
+ assertConfig = `[${name}][${assert.name}][${formatZodValue(value)}] ${result.error.message}`;
225
+ break;
226
+ }
227
+ case "boolean": {
228
+ assertConfig = `[${name}][${formatZodValue(value)}] ${result.error.message}`;
229
+ break;
230
+ }
231
+ case "function": {
232
+ assertConfig = assert(value, result.error.message);
233
+ break;
234
+ }
235
+ }
236
+ return assertError(value, assertConfig, result.error.message);
237
+ }
238
+ }
239
+ return asFunc;
240
+ }
241
+
242
+ // src/modules/zod/zodIsFactory.ts
243
+ import * as z2 from "zod/v4/core";
244
+ function zodIsFactory(zod) {
245
+ return (value) => z2.safeParse(zod, value).success;
246
+ }
247
+
248
+ // src/modules/zod/zodToFactory.ts
249
+ function zodToFactory(zod, name) {
250
+ const as = zodAsFactory(zod, name);
251
+ function toFunc(value, assert) {
252
+ if (isDefined(assert)) {
253
+ return as(value, assert);
254
+ }
255
+ return as(value);
256
+ }
257
+ return toFunc;
258
+ }
259
+
260
+ // src/modules/object/JsonObject.ts
261
+ var JsonArrayZod = z3.array(z3.lazy(() => JsonValueZod));
262
+ var JsonValueZod = z3.lazy(() => z3.union([
263
+ z3.string(),
264
+ z3.number(),
265
+ z3.boolean(),
266
+ z3.null(),
267
+ z3.array(JsonValueZod),
268
+ z3.record(z3.string(), JsonValueZod)
269
+ // object with string keys and JSON values
270
+ ]));
271
+ var JsonObjectZod = z3.record(z3.string(), JsonValueZod);
272
+ var isJsonValue = zodIsFactory(JsonValueZod);
273
+ var asJsonValue = zodAsFactory(JsonValueZod, "asJsonValue");
274
+ var toJsonValue = zodToFactory(JsonValueZod, "toJsonValue");
275
+ var isJsonArray = zodIsFactory(JsonArrayZod);
276
+ var asJsonArray = zodAsFactory(JsonArrayZod, "asJsonArray");
277
+ var toJsonArray = zodToFactory(JsonArrayZod, "toJsonArray");
278
+ var isJsonObject = zodIsFactory(JsonObjectZod);
279
+ var asJsonObject = zodAsFactory(JsonObjectZod, "asJsonObject");
280
+ var toJsonObject = zodToFactory(JsonObjectZod, "toJsonObject");
281
+
282
+ // src/modules/object/ObjectWrapper.ts
283
+ var ObjectWrapper = class {
284
+ obj;
285
+ constructor(obj) {
286
+ this.obj = obj;
287
+ }
288
+ get stringKeyObj() {
289
+ return this.obj;
290
+ }
291
+ };
292
+
293
+ // src/modules/object/omitBy.ts
294
+ var omitByArray = (obj, predicate, maxDepth) => {
295
+ return obj.map((value) => {
296
+ return value !== null && typeof value === "object" ? omitBy(value, predicate, maxDepth) : value;
297
+ });
298
+ };
299
+ var omitByObject = (obj, predicate, maxDepth) => {
300
+ const result = {};
301
+ for (const key of Object.keys(obj)) {
302
+ const value = obj[key];
303
+ if (!predicate(value, key)) {
304
+ result[key] = value !== null && typeof value === "object" ? omitBy(value, predicate, maxDepth - 1) : value;
305
+ }
306
+ }
307
+ return result;
308
+ };
309
+ var omitBy = (obj, predicate, maxDepth = 1) => {
310
+ if (maxDepth <= 0) {
311
+ return obj;
312
+ }
313
+ return Array.isArray(obj) ? omitByArray(obj, predicate, maxDepth - 1) : omitByObject(obj, predicate, maxDepth - 1);
314
+ };
315
+ var omitByPrefixPredicate = (prefix) => (_, key) => {
316
+ assertEx(typeof key === "string", () => `Invalid key type [${key}, ${typeof key}]`);
317
+ return key.startsWith(prefix);
318
+ };
319
+ var omitByPrefix = (payload, prefix, maxDepth = 100) => {
320
+ return omitBy(payload, omitByPrefixPredicate(prefix), maxDepth);
321
+ };
322
+
323
+ // src/modules/object/pickBy.ts
324
+ var pickByArray = (obj, predicate, maxDepth) => {
325
+ return obj.map((value) => {
326
+ return value !== null && typeof value === "object" ? pickBy(value, predicate, maxDepth) : value;
327
+ });
328
+ };
329
+ var pickByObject = (obj, predicate, maxDepth) => {
330
+ const result = {};
331
+ for (const key of Object.keys(obj)) {
332
+ const value = obj[key];
333
+ if (predicate(value, key)) {
334
+ result[key] = value !== null && typeof value === "object" ? pickBy(value, predicate, maxDepth - 1) : value;
335
+ }
336
+ }
337
+ return result;
338
+ };
339
+ var pickBy = (obj, predicate, maxDepth = 1) => {
340
+ if (maxDepth <= 0) {
341
+ return obj;
342
+ }
343
+ return Array.isArray(obj) ? pickByArray(obj, predicate, maxDepth - 1) : pickByObject(obj, predicate, maxDepth - 1);
344
+ };
345
+ var pickByPrefixPredicate = (prefix) => (_, key) => {
346
+ assertEx(typeof key === "string", () => `Invalid key type [${key}, ${typeof key}]`);
347
+ return key.startsWith(prefix);
348
+ };
349
+ var pickByPrefix = (payload, prefix, maxDepth = 100) => {
350
+ return pickBy(payload, pickByPrefixPredicate(prefix), maxDepth);
351
+ };
352
+
353
+ // src/modules/object/removeFields.ts
354
+ var removeFields = (obj, fields) => {
355
+ const clone = { ...obj };
356
+ for (const field of fields) {
357
+ delete clone[field];
358
+ }
359
+ return clone;
360
+ };
361
+
362
+ // src/modules/object/toSafeJson.ts
363
+ var toSafeJsonArray = (value, cycleList, maxDepth = 3) => {
364
+ return value.map((item) => toSafeJsonValue(item, cycleList, maxDepth));
365
+ };
366
+ var toSafeJsonObject = (value, cycleList, maxDepth = 3) => {
367
+ const result = {};
368
+ for (const [key, entry] of Object.entries(value)) {
369
+ result[key] = entry === void 0 ? "[Undefined]" : toSafeJsonValue(entry, cycleList, maxDepth);
370
+ }
371
+ return result;
372
+ };
373
+ var toSafeJsonValue = (value, cycleList, maxDepth = 3) => {
374
+ if (maxDepth <= 0 && typeof value === "object") {
375
+ return "[MaxDepth]";
376
+ }
377
+ if (cycleList?.includes(value) === true) {
378
+ return "[Circular]";
379
+ }
380
+ switch (typeof value) {
381
+ case "string":
382
+ case "boolean":
383
+ case "number": {
384
+ return value;
385
+ }
386
+ case "object": {
387
+ if (value === null) {
388
+ return null;
389
+ }
390
+ const newCycleList = cycleList ?? [];
391
+ newCycleList.push(value);
392
+ if (Array.isArray(value)) {
393
+ return toSafeJsonArray(value, newCycleList, maxDepth - 1);
394
+ }
395
+ return toSafeJsonObject(value, newCycleList, maxDepth - 1);
396
+ }
397
+ default: {
398
+ return `[${typeof value}]`;
399
+ }
400
+ }
401
+ };
402
+ var toSafeJsonString = (value, maxDepth = 3) => {
403
+ return JSON.stringify(toSafeJson(value, maxDepth), null, 2);
404
+ };
405
+ var toSafeJson = (value, maxDepth = 3) => {
406
+ return toSafeJsonValue(value, void 0, maxDepth);
407
+ };
408
+
409
+ // src/modules/object/Validator.ts
410
+ var ValidatorBase = class extends ObjectWrapper {
411
+ };
412
+ export {
413
+ AsObjectFactory,
414
+ AsTypeFactory,
415
+ IsObjectFactory,
416
+ JsonObjectZod,
417
+ ObjectWrapper,
418
+ ValidatorBase,
419
+ asAnyObject,
420
+ asJsonArray,
421
+ asJsonObject,
422
+ asJsonValue,
423
+ createDeepMerge,
424
+ deepMerge,
425
+ isJsonArray,
426
+ isJsonObject,
427
+ isJsonValue,
428
+ omitBy,
429
+ omitByPrefix,
430
+ pickBy,
431
+ pickByPrefix,
432
+ removeFields,
433
+ toJsonArray,
434
+ toJsonObject,
435
+ toJsonValue,
436
+ toSafeJson,
437
+ toSafeJsonArray,
438
+ toSafeJsonObject,
439
+ toSafeJsonString,
440
+ toSafeJsonValue
441
+ };
442
+ //# sourceMappingURL=object.mjs.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/modules/typeof/is.ts", "../../src/modules/typeof/isType.ts", "../../src/modules/assert/assertDefinedEx.ts", "../../src/modules/assert/assertEx.ts", "../../src/modules/object/AsTypeFactory.ts", "../../src/modules/object/AsObjectFactory.ts", "../../src/modules/object/asObject.ts", "../../src/modules/object/deepMerge.ts", "../../src/modules/object/IsObjectFactory.ts", "../../src/modules/object/JsonObject.ts", "../../src/modules/zod/zodAsFactory.ts", "../../src/modules/error/assert.ts", "../../src/modules/zod/zodIsFactory.ts", "../../src/modules/zod/zodToFactory.ts", "../../src/modules/object/ObjectWrapper.ts", "../../src/modules/object/omitBy.ts", "../../src/modules/object/pickBy.ts", "../../src/modules/object/removeFields.ts", "../../src/modules/object/toSafeJson.ts", "../../src/modules/object/Validator.ts"],
4
+ "sourcesContent": ["/// <reference lib=\"dom\" />\n\n/** A function type that accepts any arguments and returns unknown. */\nexport type AnyFunction = (...args: unknown[]) => unknown\n\n/** A union of valid object key types. */\nexport type RecordKey = string | number | symbol\n\n/** Type guard that checks whether a value is undefined. */\nexport function isUndefined(value: unknown): value is undefined\nexport function isUndefined<T>(value: T): value is Extract<T, undefined>\nexport function isUndefined(value: unknown): value is undefined {\n return value === undefined\n}\n\n/** Type guard that checks whether a value is not undefined. */\nexport function isDefined<T>(value: T): value is Exclude<T, undefined> {\n return !isUndefined(value)\n}\n\n/** Type guard that checks whether a value is null. */\nexport function isNull(value: unknown): value is null\nexport function isNull<T>(value: T): value is Extract<T, null>\nexport function isNull(value: unknown): value is null {\n return value === null\n}\n\n/** Type guard that checks whether a value is neither undefined nor null. */\nexport function isDefinedNotNull<T>(value: T): value is Exclude<T, undefined | null> {\n return !isUndefined(value) && !isNull(value)\n}\n\n/** Type guard that checks whether a value is undefined or null. */\nexport function isUndefinedOrNull(value: unknown): value is undefined | null\nexport function isUndefinedOrNull<T>(value: T): value is Extract<T, undefined | null>\nexport function isUndefinedOrNull(value: unknown): value is undefined | null {\n return isUndefined(value) || isNull(value)\n}\n\n/** Type guard that checks whether a value is a bigint. */\nexport function isBigInt(value: unknown): value is bigint\nexport function isBigInt<T extends bigint>(value: T): value is Extract<T, bigint>\nexport function isBigInt(value: unknown): value is bigint {\n return typeof value === 'bigint'\n}\n\n/** Type guard that checks whether a value is a string. */\nexport function isString(value: unknown): value is string\nexport function isString<T extends string>(value: T): value is Extract<T, string>\nexport function isString(value: unknown): value is string {\n return typeof value === 'string'\n}\n\n/** Type guard that checks whether a value is a number. */\nexport function isNumber(value: unknown): value is number\nexport function isNumber<T extends number>(value: T): value is Extract<T, number>\nexport function isNumber(value: unknown): value is number {\n return typeof value === 'number'\n}\n\n/** Type guard that checks whether a value is a plain object (not null and not an array). */\nexport function isObject(value: unknown): value is object\nexport function isObject<T extends object>(value: T): value is Extract<T, object>\nexport function isObject(value: unknown): value is object {\n return (typeof value === 'object') && (value !== null) && !Array.isArray(value)\n}\n\n/** Type guard that checks whether a value is an array. */\nexport function isArray(value: unknown): value is readonly unknown[]\nexport function isArray<T>(value: T): value is Extract<T, readonly unknown[]>\nexport function isArray(value: unknown): value is readonly unknown[] {\n return Array.isArray(value)\n}\n\n/** Type guard that checks whether a value is a function. */\nexport function isFunction(value: unknown): value is AnyFunction\nexport function isFunction<T extends AnyFunction>(value: T): value is Extract<T, AnyFunction>\nexport function isFunction(value: unknown): value is AnyFunction {\n return typeof value === 'function'\n}\n\n/** Type guard that checks whether a value is a symbol. */\nexport function isSymbol(value: unknown): value is symbol\nexport function isSymbol<T extends symbol>(value: T): value is Extract<T, symbol>\nexport function isSymbol(value: unknown): value is symbol {\n return typeof value === 'symbol'\n}\n\n/** Type guard that checks whether a value is an object with no own keys. */\nexport function isEmptyObject(value: unknown): value is {}\nexport function isEmptyObject<K extends RecordKey, V, T extends Record<K, V>>(value: T): value is Extract<T, Record<K, never>>\nexport function isEmptyObject(value: unknown): value is {} {\n return isObject(value) && Object.keys(value).length === 0\n}\n\n/** Type guard that checks whether a value is an empty string. */\nexport function isEmptyString(value: unknown): value is ''\nexport function isEmptyString<T extends string>(value: T): value is Extract<T, ''>\nexport function isEmptyString(value: unknown): value is '' {\n return isString(value) && value.length === 0\n}\n\n/** Type guard that checks whether a value is an empty array. */\nexport function isEmptyArray(value: unknown): value is []\nexport function isEmptyArray<T extends unknown[]>(value: T): value is Extract<T, unknown[]>\nexport function isEmptyArray(value: unknown): value is [] {\n return isArray(value) && value.length === 0\n}\n\n/** Type guard that checks whether a value is a non-empty array. */\nexport function isPopulatedArray(value: unknown): value is readonly unknown[]\nexport function isPopulatedArray<T extends unknown[]>(value: T): value is Extract<T, readonly unknown[]>\nexport function isPopulatedArray(value: unknown): value is readonly unknown[] {\n return isArray(value) && value.length > 0\n}\n\n/** Type guard that checks whether a value is empty (empty string, empty array, or empty object). */\nexport function isEmpty<T>(value: unknown): value is T\nexport function isEmpty<K extends RecordKey, V, T extends Record<K, V>>(value: T): value is Extract<T, Record<K, never>>\nexport function isEmpty<T extends unknown[]>(value: T): value is Extract<T, never[]>\nexport function isEmpty<T>(value: unknown): value is T {\n return isEmptyString(value) || isEmptyArray(value) || isEmptyObject(value)\n}\n\n/** Type guard that checks whether a value is falsy (0, null, undefined, false, '', or 0n). */\nexport function isFalsy<T>(value: T): value is Extract<T, 0 | null | undefined | false | '' | 0n>\nexport function isFalsy<T extends boolean>(value: T): value is Extract<T, false>\nexport function isFalsy<T extends number>(value: T): value is Extract<T, 0>\nexport function isFalsy<T extends bigint>(value: T): value is Extract<T, 0n>\nexport function isFalsy<T extends null>(value: T): value is Extract<T, null>\nexport function isFalsy<T extends undefined>(value: T): value is Extract<T, undefined>\nexport function isFalsy<T extends string>(value: T): value is Extract<T, ''>\nexport function isFalsy<T>(value: T): value is T {\n // eslint-disable-next-line @typescript-eslint/strict-boolean-expressions -- mirrors JavaScript falsy semantics (incl. NaN)\n return !value\n}\n\n/** Type guard that checks whether a value is truthy (not 0, null, undefined, false, '', or 0n). */\nexport function isTruthy<T>(value: T): value is Exclude<T, 0 | null | undefined | false | '' | 0n>\nexport function isTruthy<T extends boolean>(value: T): value is Extract<T, true>\nexport function isTruthy<T extends number>(value: T): value is Extract<T, number>\nexport function isTruthy<T extends bigint>(value: T): value is Extract<T, bigint>\nexport function isTruthy<T extends null>(value: T): value is Extract<T, null>\nexport function isTruthy<T extends undefined>(value: T): value is Extract<T, undefined>\nexport function isTruthy<T extends string>(value: T): value is Extract<T, string>\nexport function isTruthy<T>(value: T): value is T {\n // eslint-disable-next-line @typescript-eslint/strict-boolean-expressions -- mirrors JavaScript truthy semantics\n return !!value\n}\n\n/** Type guard that checks whether a value is a boolean. */\nexport function isBoolean(value: unknown): value is boolean\nexport function isBoolean<T extends boolean>(value: T): value is Extract<T, boolean>\nexport function isBoolean(value: unknown): value is boolean {\n return typeof value === 'boolean'\n}\n\n/** Type guard that checks whether a value is a string that can be parsed as a valid date. */\nexport function isDateString(value: unknown): value is string\nexport function isDateString<T>(value: T): value is Extract<T, string>\nexport function isDateString(value: unknown): value is string {\n return isString(value) && !Number.isNaN(Date.parse(value))\n}\n\n/** Type guard that checks whether a value is a Date instance. */\nexport function isDate(value: unknown): value is Date\nexport function isDate<T>(value: T): value is Extract<T, Date>\nexport function isDate(value: unknown): value is Date {\n return value instanceof Date\n}\n\n/** Type guard that checks whether a value is a RegExp instance. */\nexport function isRegExp(value: unknown): value is RegExp\nexport function isRegExp<T extends RegExp>(value: T): value is Extract<T, RegExp>\nexport function isRegExp(value: unknown): value is RegExp {\n return value instanceof RegExp\n}\n\n/** Type guard that checks whether a value is an Error instance. */\nexport function isError(value: unknown): value is Error\nexport function isError<T>(value: T): value is Extract<T, Error>\nexport function isError(value: unknown): value is Error {\n return value instanceof Error\n}\n\n/** Type guard that checks whether a value is a Promise instance. */\nexport function isPromise(value: unknown): value is Promise<unknown>\nexport function isPromise<T>(value: T): value is Extract<T, Promise<unknown>>\nexport function isPromise(value: unknown): value is Promise<unknown> {\n return value instanceof Promise\n}\n\n/** Type guard that checks whether a value is promise-like (has a `then` method). */\nexport function isPromiseLike(value: unknown): value is Promise<unknown>\nexport function isPromiseLike<T>(value: T): value is Extract<T, Promise<unknown>>\nexport function isPromiseLike(value: unknown): value is Promise<unknown> {\n return (\n typeof value === 'object'\n && value !== null\n && typeof (value as Record<string, unknown>).then === 'function'\n )\n}\n\n/** Type guard that checks whether a value is a Map instance. */\nexport function isMap(value: unknown): value is Map<unknown, unknown>\nexport function isMap<K, V, T extends Map<K, V>>(value: T): value is Extract<T, Map<K, V>>\nexport function isMap(value: unknown): value is Map<unknown, unknown> {\n return value instanceof Map\n}\n\n/** Type guard that checks whether a value is an ArrayBufferView (e.g., TypedArray or DataView). */\nexport function isArrayBufferView(value: unknown): value is ArrayBufferView\nexport function isArrayBufferView<T extends ArrayBufferView>(value: T): value is Extract<T, ArrayBufferView>\nexport function isArrayBufferView(value: unknown): value is ArrayBufferView {\n return ArrayBuffer.isView(value)\n}\n\n/** Type guard that checks whether a value is a Set instance. */\nexport function isSet(value: unknown): value is Set<unknown>\nexport function isSet<T extends Set<unknown>>(value: T): value is Extract<T, Set<unknown>>\nexport function isSet(value: unknown): value is Set<unknown> {\n return value instanceof Set\n}\n\n/** Type guard that checks whether a value is a WeakMap instance. */\nexport function isWeakMap(value: unknown): value is WeakMap<WeakKey, unknown>\nexport function isWeakMap<K extends WeakKey, V, T extends WeakMap<K, V>>(value: T): value is Extract<T, WeakMap<K, V>>\nexport function isWeakMap(value: unknown): value is WeakMap<WeakKey, unknown> {\n return value instanceof WeakMap\n}\n\n/** Type guard that checks whether a value is a WeakSet instance. */\nexport function isWeakSet(value: unknown): value is WeakSet<WeakKey>\nexport function isWeakSet<K extends WeakKey, T extends WeakSet<K>>(value: T): value is Extract<T, WeakSet<K>>\nexport function isWeakSet(value: unknown): value is WeakSet<WeakKey> {\n return value instanceof WeakSet\n}\n\n/** Type guard that checks whether a value is a DataView instance. */\nexport function isDataView(value: unknown): value is DataView\nexport function isDataView<T>(value: T): value is Extract<T, DataView>\nexport function isDataView(value: unknown): value is DataView {\n return value instanceof DataView\n}\n\n/** Type guard that checks whether a value is a Blob instance. */\nexport function isBlob(value: unknown): value is Blob\nexport function isBlob<T extends Blob>(value: T): value is Extract<T, Blob>\nexport function isBlob(value: unknown): value is Blob {\n return typeof Blob !== 'undefined' && value instanceof Blob\n}\n\n/** Type guard that checks whether a value is a File instance. */\nexport function isFile(value: unknown): value is File\nexport function isFile<T extends File>(value: T): value is Extract<T, File>\nexport function isFile(value: unknown): value is File {\n return typeof File !== 'undefined' && value instanceof File\n}\n", "import type { FieldType } from './ObjectTypeShape.js'\n\n/**\n * Checks whether a value matches the expected field type, with correct handling for arrays and nulls.\n * @param value - The value to check.\n * @param expectedType - The expected type string.\n * @returns True if the value matches the expected type.\n */\nexport const isType = (value: unknown, expectedType: FieldType) => {\n const typeofValue = typeof value\n switch (expectedType) {\n case 'array': {\n return Array.isArray(value)\n }\n case 'null': {\n return value === null\n }\n case 'undefined': {\n return value === undefined\n }\n case 'object': {\n // nulls resolve to objects, so exclude them\n if (value === null) {\n return false\n }\n // arrays resolve to objects, so exclude them\n return typeofValue === 'object' && !Array.isArray(value)\n }\n default: {\n return typeofValue === expectedType\n }\n }\n}\n", "import type { AssertExErrorFunc, AssertExMessageFunc } from './types.ts'\n\n/**\n * Asserts that a value is defined (not undefined) and returns the value.\n * Throws an error if the value is undefined.\n *\n * @template T - The type of value to check\n * @param expr - Expression to be evaluated for being defined\n * @param messageFunc - Function that returns a message for the error if expression is undefined\n * @throws Error with the message returned by messageFunc\n * @returns The value of the expression (guaranteed to be defined)\n * @example\n * ```typescript\n * // Simple usage with a message function\n * const value = assertDefinedEx(possiblyUndefined, () => 'Value must be defined')\n *\n * // Using with type narrowing\n * const config: Config | undefined = loadConfig()\n * const safeConfig = assertDefinedEx(config, () => 'Config failed to load')\n * // safeConfig is now type Config (not Config | undefined)\n * ```\n */\nfunction assertDefinedEx<T>(expr: T | undefined, messageFunc?: AssertExMessageFunc<T>): T\n\n/**\n * Asserts that a value is defined (not undefined) and returns the value.\n * Throws a custom error if the value is undefined.\n *\n * @template T - The type of value to check\n * @template R - The type of error to throw\n * @param expr - Expression to be evaluated for being defined\n * @param errorFunc - Function that returns a custom error instance if expression is undefined\n * @throws Custom error returned by errorFunc\n * @returns The value of the expression (guaranteed to be defined)\n * @example\n * ```typescript\n * // Using with a custom error\n * const user = assertDefinedEx(getUser(), () => new UserNotFoundError('User not found'))\n * ```\n */\nfunction assertDefinedEx<T, R extends Error>(expr: T | undefined, errorFunc?: AssertExErrorFunc<T, R>): T\n\n/**\n * Implementation of assertDefinedEx that handles all overloads.\n *\n */\nfunction assertDefinedEx<T, R extends Error, P extends AssertExMessageFunc<T> | AssertExErrorFunc<T, R>>(\n expr: T | undefined,\n func?: P,\n): T {\n if (expr !== undefined) return expr\n if (typeof func === 'function') {\n const errorOrMessage = func(expr)\n throw typeof errorOrMessage === 'string' ? new Error(errorOrMessage) : errorOrMessage\n }\n if (func !== undefined) {\n throw new Error('Invalid assertDefinedEx usage: second argument must be a function or undefined')\n }\n throw new Error('Assertion failed: value is undefined')\n}\n\nexport { assertDefinedEx }\n", "import type { AssertExErrorFunc, AssertExMessageFunc } from './types.ts'\n\n/**\n * Asserts that an expression is truthy and returns the value.\n * Throws an error if the expression is falsy.\n *\n * @template T - The type of value to check\n * @param expr - Expression to be evaluated for truthiness\n * @param messageFunc - Function that returns a message for the error if expression is falsy\n * @throws Error with the message returned by messageFunc\n * @returns The value of the expression (guaranteed to be truthy)\n * @example\n * ```typescript\n * // Simple usage with a message function\n * const value = assertEx(possiblyFalsy, () => 'Value must be truthy')\n *\n * // Using with type narrowing\n * const config: Config | null = loadConfig()\n * const safeConfig = assertEx(config, () => 'Config failed to load')\n * // safeConfig is now type Config (not Config | null)\n * ```\n */\nfunction assertEx<T>(expr: T | null | undefined, messageFunc?: AssertExMessageFunc<T>): T\n\n/**\n * Asserts that an expression is truthy and returns the value.\n * Throws a custom error if the expression is falsy.\n *\n * @template T - The type of value to check\n * @template R - The type of error to throw\n * @param expr - Expression to be evaluated for truthiness\n * @param errorFunc - Function that returns a custom error instance if expression is falsy\n * @throws Custom error returned by errorFunc\n * @returns The value of the expression (guaranteed to be truthy)\n * @example\n * ```typescript\n * // Using with a custom error\n * const user = assertEx(getUser(), () => new UserNotFoundError('User not found'))\n * ```\n */\nfunction assertEx<T, R extends Error>(expr: T | null | undefined, errorFunc?: AssertExErrorFunc<T, R>): T\n\n/**\n * Implementation of assertEx that handles all overloads.\n */\nfunction assertEx<T, R extends Error, P extends AssertExMessageFunc<T> | AssertExErrorFunc<T, R>>(\n expr: T | null | undefined,\n func?: P,\n): T {\n if (expr !== undefined && expr !== null && expr !== false && expr !== 0 && expr !== '' && expr !== 0n) return expr\n if (typeof func === 'function') {\n const errorOrMessage = func(expr)\n throw typeof errorOrMessage === 'string' ? new Error(errorOrMessage) : errorOrMessage\n }\n if (func !== undefined) {\n throw new Error('Invalid assertEx usage: second argument must be a function or undefined')\n }\n throw new Error('Assertion failed')\n}\n\nexport { assertEx }\n", "import { assertDefinedEx } from '#assert'\nimport type {\n AsTypeFunction,\n StringOrAlertFunction, TypeCheck, TypeCheckConfig,\n TypeCheckRequiredConfig,\n} from '#object-model'\nimport type { AnyNonPromise } from '#promise'\nimport { isPromise, isTruthy } from '#typeof'\n\n/**\n * Factory for creating type-narrowing 'as' functions that cast a value to T or return undefined.\n * Supports optional assertion messages and configuration for required/optional behavior.\n */\nexport const AsTypeFactory = {\n create: <T extends AnyNonPromise>(typeCheck: TypeCheck<T>): AsTypeFunction<T> => {\n const func = (\n value: AnyNonPromise,\n assertOrConfig?: StringOrAlertFunction<T> | TypeCheckConfig,\n config?: TypeCheckConfig,\n ): T | undefined => {\n // when used as a predicate, it seems that the index is passed as the second parameter (filter,map)\n const isPredicate = typeof assertOrConfig === 'number'\n const resolvedAssert = isPredicate || (typeof assertOrConfig === 'object') ? undefined : assertOrConfig\n const resolvedConfig = isPredicate ? undefined : typeof assertOrConfig === 'object' ? assertOrConfig : config\n\n // only return undefined if not required\n const isRequired = isTruthy((resolvedConfig as (TypeCheckRequiredConfig | undefined))?.required)\n if (!isRequired && (value === undefined || value === null)) {\n return undefined\n }\n\n if (isPromise(value)) {\n throw new TypeError('un-awaited promises may not be sent to \"as\" functions')\n }\n\n const result = typeCheck(value, resolvedConfig) ? (value) : undefined\n\n if (resolvedAssert !== undefined) {\n const message = typeof resolvedAssert === 'function' ? resolvedAssert : () => resolvedAssert\n return assertDefinedEx<T>(result, message)\n }\n return result\n }\n return func\n },\n createOptional: <T extends AnyNonPromise>(typeCheck: TypeCheck<T>) => {\n const func = (value: AnyNonPromise): T | undefined => {\n if (value === undefined || value === null) return undefined\n if (isPromise(value)) {\n throw new TypeError('un-awaited promises may not be sent to \"as\" functions')\n }\n return typeCheck(value) ? (value) : undefined\n }\n return func\n },\n}\n", "import type { TypeCheck } from '#object-model'\nimport type { TypedObject } from '#typeof'\n\nimport { AsTypeFactory } from './AsTypeFactory.ts'\n\n/** Factory for creating type-narrowing functions for TypedObject types. */\nexport const AsObjectFactory = {\n create: <T extends TypedObject>(typeCheck: TypeCheck<T>) => {\n return AsTypeFactory.create<T>(typeCheck)\n },\n createOptional: <T extends TypedObject>(typeCheck: TypeCheck<T>) => {\n return AsTypeFactory.createOptional<T>(typeCheck)\n },\n}\n", "import type { AnyObject } from '#object-model'\nimport { isObject } from '#typeof'\n\nimport { AsObjectFactory } from './AsObjectFactory.ts'\n\n/** Type-narrowing function that casts a value to AnyObject if it is a plain object, or returns undefined. */\nexport const asAnyObject = (() => AsObjectFactory.create<AnyObject>(<T extends AnyObject>(obj: unknown): obj is T => isObject(obj)))()\n", "import type { AnyObject } from '#object-model'\n\n/**\n * Deeply merges two types into a new type.\n */\ntype DeepMerge<A, B> = {\n [K in keyof A | keyof B]:\n K extends keyof B\n ? K extends keyof A\n ? A[K] extends object\n ? B[K] extends object\n ? DeepMerge<A[K], B[K]>\n : B[K]\n : B[K]\n : B[K]\n : K extends keyof A\n ? A[K]\n : never;\n}\n\n/**\n * Merges multiple types into a new type.\n */\ntype MergeAll<T extends object[], R = {}>\n = T extends [infer First extends object, ...infer Rest extends object[]]\n ? MergeAll<Rest, DeepMerge<R, First>>\n : R\n\n/**\n * Options for merging objects in the deep merge function.\n */\ninterface MergeOptions {\n /**\n * Strategy for merging arrays.\n * - 'overwrite': Overwrites the array with the last object's value.\n * - 'concat': Concatenates arrays from all objects.\n * @default 'overwrite'\n */\n arrayStrategy?: 'overwrite' | 'concat'\n /**\n * Mutate the first object in the list instead of creating a new one.\n * @default false\n */\n mutate?: boolean\n}\n\nconst isUnsafeKey = (key: string | symbol): boolean =>\n typeof key === 'string' && ['__proto__', 'constructor', 'prototype'].includes(key)\n\nconst isPlainObject = (value: object): boolean => {\n const prototype: object | null = Object.getPrototypeOf(value) as object | null\n return prototype === Object.prototype || prototype === null\n}\n\nfunction merge<T extends AnyObject>(target: AnyObject, source?: AnyObject, options?: MergeOptions): T {\n if (!source || typeof source !== 'object') return target as T\n\n for (const key of Reflect.ownKeys(source)) {\n if (isUnsafeKey(key)) {\n continue\n }\n const value = source[key]\n if (Array.isArray(value)) {\n const targetValue = target[key]\n target[key]\n // If the value is an array, handle it based on the configured array strategy\n = options?.arrayStrategy === 'concat' && Array.isArray(targetValue)\n ? [...targetValue as unknown[], ...value as unknown[]]\n : value\n } else if (value !== null && typeof value === 'object' && isPlainObject(value)) {\n const targetValue = target[key]\n if (targetValue === undefined || targetValue === null || typeof targetValue !== 'object' || !isPlainObject(targetValue)) {\n target[key] = {}\n }\n merge(target[key] as AnyObject, value as AnyObject, options)\n } else {\n // Overwrite with non-plain-object or primitive values\n target[key] = value\n }\n }\n\n return target as T\n}\n\n/**\n * Creates a deep merge function with the specified options.\n * @param options Options for merging.\n * @returns A deep merge function configured for the specified options.\n */\nexport function createDeepMerge(options: MergeOptions) {\n return function deepMerge<T extends AnyObject[]>(...objects: T): MergeAll<T> {\n const result = (options.mutate === true ? objects[0] ?? {} : {}) as MergeAll<T>\n for (const obj of objects) {\n merge(result, obj, options)\n }\n return result\n }\n}\n\n/**\n * Deeply merges multiple objects into a new object.\n * @param objects Multiple objects to merge deeply.\n * The function merges properties from all objects into a new object.\n * If a property exists in multiple objects, the last object's value will be used.\n * If a property is an object, it will be merged recursively.\n * If a property is an array, it will be overwritten by the last object's value.\n * If a property is a primitive value, it will be overwritten by the last object's value.\n * If a property is undefined in the source, it will be skipped.\n * If a property is a symbol, it will be merged as well.\n * @returns A new object with the merged properties.\n */\nexport const deepMerge = createDeepMerge({ arrayStrategy: 'overwrite', mutate: false })\n", "import type { TypeCheck, TypeCheckConfig } from '#object-model'\nimport {\n isObject, isTruthy,\n type ObjectTypeShape, type TypedObject,\n} from '#typeof'\nimport { isType } from '#typeof'\n\ninterface ConsoleLogger {\n warn: (...data: unknown[]) => void\n}\n\ndeclare const console: ConsoleLogger\n\n/** Configuration options for object type checking. */\nexport interface ObjectTypeConfig extends TypeCheckConfig {}\n\n/** Factory class for creating type-guard functions that validate objects against a given shape and optional additional checks. */\nexport class IsObjectFactory<T extends TypedObject> {\n /**\n * Creates a type-guard function that validates an object matches the given shape and passes additional checks.\n * @param shape - An optional map of property names to expected types.\n * @param additionalChecks - Optional extra type-check functions to run after shape validation.\n * @returns A type-guard function for type T.\n */\n create(shape?: ObjectTypeShape, additionalChecks?: TypeCheck<TypedObject>[]): TypeCheck<T> {\n return (obj: unknown, config?: TypeCheckConfig | number): obj is T => {\n if (!isObject(obj)) {\n return false\n }\n const log = (typeof config === 'object') ? config.log : undefined\n return (\n // do primary check\n Object.entries(shape ?? {}).filter(([key, type]) => {\n const isResult = isType((obj as Record<string, unknown>)[key], type)\n if (!isResult && isTruthy(log)) {\n const logger = typeof log === 'object' ? log : console\n logger.warn(`isType Failed: ${key}: ${type}`)\n }\n return !isResult\n }).length === 0\n // perform additional checks\n // eslint-disable-next-line unicorn/no-array-reduce\n && (additionalChecks?.reduce((prev, check) => prev && check(obj, { log }), true) ?? true)\n )\n }\n }\n}\n", "import * as z from 'zod/mini'\n\nimport {\n zodAsFactory, zodIsFactory, zodToFactory,\n} from '#zod'\n\nconst JsonArrayZod = z.array(z.lazy(() => JsonValueZod))\n\n// Define recursive JSON value schema\nconst JsonValueZod: z.ZodMiniType<unknown> = z.lazy(() =>\n z.union([\n z.string(),\n z.number(),\n z.boolean(),\n z.null(),\n z.array(JsonValueZod),\n z.record(z.string(), JsonValueZod), // object with string keys and JSON values\n ]))\n\n// JSON object schema \u2014 top-level must be an object\n/** Zod schema for a JSON object with string keys and recursive JSON values. */\nexport const JsonObjectZod = z.record(z.string(), JsonValueZod)\n\n// TypeScript type for reference\n/** A recursive JSON value: string, number, boolean, null, array, or object. */\nexport type JsonValue = z.infer<typeof JsonValueZod>\n/** A JSON object with string keys and JSON values. */\nexport type JsonObject = z.infer<typeof JsonObjectZod>\n/** A JSON array containing JSON values. */\nexport type JsonArray = z.infer<typeof JsonArrayZod>\n\n/** Type guard that checks if a value is a valid JSON value. */\nexport const isJsonValue = zodIsFactory(JsonValueZod)\n/** Casts a value to JsonValue or returns undefined if it does not conform. */\nexport const asJsonValue = zodAsFactory(JsonValueZod, 'asJsonValue')\n/** Parses a value into a JsonValue, throwing if it does not conform. */\nexport const toJsonValue = zodToFactory(JsonValueZod, 'toJsonValue')\n\n/** Type guard that checks if a value is a valid JSON array. */\nexport const isJsonArray = zodIsFactory(JsonArrayZod)\n/** Casts a value to JsonArray or returns undefined if it does not conform. */\nexport const asJsonArray = zodAsFactory(JsonArrayZod, 'asJsonArray')\n/** Parses a value into a JsonArray, throwing if it does not conform. */\nexport const toJsonArray = zodToFactory(JsonArrayZod, 'toJsonArray')\n\n/** Type guard that checks if a value is a valid JSON object. */\nexport const isJsonObject = zodIsFactory(JsonObjectZod)\n/** Casts a value to JsonObject or returns undefined if it does not conform. */\nexport const asJsonObject = zodAsFactory(JsonObjectZod, 'asJsonObject')\n/** Parses a value into a JsonObject, throwing if it does not conform. */\nexport const toJsonObject = zodToFactory(JsonObjectZod, 'toJsonObject')\n", "import * as z from 'zod/v4/core'\n\nimport type { AssertConfig } from '#error'\nimport { assertError } from '#error'\n\nimport type { ZodFactoryConfig } from './Config.ts'\n\nconst formatZodValue = (value: unknown): string => {\n const json = JSON.stringify(value)\n return json ?? String(value)\n}\n\n/**\n * Creates a function that validates a value against a zod schema and returns it with a narrowed type.\n * When called without an assert config, returns undefined on failure. When called with an assert config, throws on failure.\n * @param zod - The zod schema to validate against\n * @param name - A name used in error messages for identification\n * @returns A function that validates and narrows the type of a value\n */\nexport function zodAsFactory<TZod>(zod: z.$ZodType<TZod>, name: string) {\n function asFunc<T>(value: T): (T & TZod) | undefined\n function asFunc<T>(value: T, assert: ZodFactoryConfig): (T & TZod)\n function asFunc<T>(value: T, assert?: ZodFactoryConfig): (T & TZod) | undefined {\n const result = z.safeParse(zod, value)\n if (result.success) {\n return value as (T & TZod)\n }\n if (assert !== undefined) {\n let assertConfig: AssertConfig\n switch (typeof assert) {\n case 'string': {\n assertConfig = `[${name}][${formatZodValue(value)}] ${assert}`\n break\n }\n case 'object': {\n assertConfig = `[${name}][${assert.name}][${formatZodValue(value)}] ${result.error.message}`\n break\n }\n case 'boolean': {\n assertConfig = `[${name}][${formatZodValue(value)}] ${result.error.message}`\n break\n }\n case 'function': {\n assertConfig = assert(value, result.error.message) as AssertConfig\n break\n }\n }\n return assertError(value, assertConfig, result.error.message)\n }\n }\n\n return asFunc\n}\n", "import { isString, isUndefined } from '#typeof'\n\ntype AssertCallback = (value: unknown, message: string) => string | boolean\n\n/** Configuration for assertion behavior: a static message string, a boolean toggle, or a callback. */\nexport type AssertConfig = string | AssertCallback | boolean\n\n/**\n * Throws an Error based on the assert configuration when a value fails validation.\n * @param value - The value being validated\n * @param assert - Assertion config controlling the error message\n * @param defaultMessage - Fallback message if no custom message is provided\n */\nexport const assertError = (value: unknown, assert: AssertConfig | undefined, defaultMessage: string) => {\n if (!isUndefined(assert)) {\n const assertString\n = typeof assert === 'string'\n ? assert\n : typeof assert === 'boolean'\n ? defaultMessage\n : assert(value, defaultMessage)\n if (isString(assertString) || assertString) {\n throw new Error(assertString === true ? defaultMessage : assertString)\n }\n }\n // eslint-disable-next-line unicorn/no-useless-undefined\n return undefined\n}\n", "import * as z from 'zod/v4/core'\n\n/**\n * Creates a type guard function that checks if a value matches a zod schema.\n * @param zod - The zod schema to validate against\n * @returns A type guard function that returns true if the value passes validation\n */\nexport function zodIsFactory<TZod>(zod: z.$ZodType<TZod>) {\n return <T>(value: T): value is T & TZod => z.safeParse(zod, value).success\n}\n", "import type * as z from 'zod/v4/core'\n\nimport { isDefined } from '#typeof'\n\nimport type { ZodFactoryConfig } from './Config.ts'\nimport { zodAsFactory } from './zodAsFactory.ts'\n\n/**\n * Creates a function that converts a value to the zod schema type, delegating to `zodAsFactory` internally.\n * Provides overloads for optional assertion: without assert config returns undefined on failure, with assert config throws on failure.\n * @param zod - The zod schema to validate against\n * @param name - A name used in error messages for identification\n * @returns A function that validates and converts a value to the schema type\n */\nexport function zodToFactory<TZod>(zod: z.$ZodType<TZod>, name: string) {\n const as = zodAsFactory<TZod>(zod, name)\n function toFunc<T>(value: T): (T & TZod) | undefined\n function toFunc<T>(value: T, assert: ZodFactoryConfig): (T & TZod)\n function toFunc<T>(value: T, assert?: ZodFactoryConfig): (T & TZod) | undefined {\n if (isDefined(assert)) {\n return as(value, assert)\n }\n return as(value)\n }\n return toFunc\n}\n", "import type { EmptyObject } from './EmptyObject.ts'\nimport type { StringKeyObject } from './StringKeyObject.ts'\n\n/** Abstract base class that wraps an object and provides typed access to it. */\nexport abstract class ObjectWrapper<T extends EmptyObject = EmptyObject> {\n readonly obj: T\n constructor(obj: T) {\n this.obj = obj\n }\n\n protected get stringKeyObj() {\n return this.obj as StringKeyObject\n }\n}\n", "import { assertEx } from '#assert'\n\nimport type { EmptyObject } from './EmptyObject.ts'\nimport type { JsonObject } from './JsonObject.ts'\nimport type { DeepOmitStartsWith } from './OmitStartsWith.ts'\n\n/** A predicate function used to determine which properties to omit from an object. */\nexport type OmitByPredicate<T extends EmptyObject = Record<string, unknown>> = (value: T[keyof T], key: keyof T) => boolean\n\nconst omitByArray = <T>(\n obj: T[],\n predicate: OmitByPredicate,\n maxDepth: number,\n): T[] => {\n return obj.map((value) => {\n return (value !== null && typeof value === 'object') ? omitBy(value, predicate, maxDepth) : value\n }) as T[]\n}\n\nconst omitByObject = <T extends EmptyObject>(\n obj: T,\n predicate: OmitByPredicate,\n maxDepth: number,\n): Partial<T> => {\n const result: JsonObject = {}\n\n for (const key of Object.keys(obj)) {\n const value = obj[key as keyof T]\n if (!predicate(value, key)) {\n result[key] = ((value !== null && typeof value === 'object') ? omitBy(value, predicate, maxDepth - 1) : value)\n }\n }\n\n return result as T\n}\n\n/**\n * Creates a new object excluding properties that satisfy the predicate, with optional recursive depth.\n * @param obj - The source object to omit properties from.\n * @param predicate - A function that returns true for properties to exclude.\n * @param maxDepth - Maximum recursion depth for nested objects.\n * @returns A partial copy of the object without matching properties.\n */\nexport const omitBy = <T extends EmptyObject>(\n obj: T,\n predicate: OmitByPredicate,\n maxDepth = 1,\n): Partial<T> => {\n if (maxDepth <= 0) {\n return obj\n }\n\n return Array.isArray(obj) ? omitByArray(obj, predicate, maxDepth - 1) as T : omitByObject(obj, predicate, maxDepth - 1)\n}\n\nconst omitByPrefixPredicate = (prefix: string) => (_: unknown, key: string) => {\n assertEx(typeof key === 'string', () => `Invalid key type [${key}, ${typeof key}]`)\n return key.startsWith(prefix)\n}\n\n/**\n * Omits all properties whose keys start with the given prefix, recursively through nested objects.\n * @param payload - The source object.\n * @param prefix - The string prefix to match keys against.\n * @param maxDepth - Maximum recursion depth.\n * @returns A new object without properties that have matching prefixed keys.\n */\nexport const omitByPrefix = <T extends EmptyObject, P extends string>(payload: T, prefix: P, maxDepth = 100): DeepOmitStartsWith<T, P> => {\n return omitBy(payload, omitByPrefixPredicate(prefix), maxDepth) as unknown as DeepOmitStartsWith<T, P>\n}\n", "import { assertEx } from '#assert'\n\nimport type { EmptyObject } from './EmptyObject.ts'\nimport type { JsonObject } from './JsonObject.ts'\nimport type { DeepPickStartsWith } from './PickStartsWith.ts'\n\n/** A predicate function used to determine which properties to pick from an object. */\nexport type PickByPredicate<T extends EmptyObject = Record<string, unknown>> = (value: T[keyof T], key: keyof T) => boolean\n\nconst pickByArray = <T>(\n obj: T[],\n predicate: PickByPredicate,\n maxDepth: number,\n): T[] => {\n return obj.map((value) => {\n return (value !== null && typeof value === 'object') ? pickBy(value, predicate, maxDepth) : value\n }) as T[]\n}\n\nconst pickByObject = <T extends EmptyObject>(\n obj: T,\n predicate: PickByPredicate,\n maxDepth: number,\n): Partial<T> => {\n const result: JsonObject = {}\n\n for (const key of Object.keys(obj)) {\n const value = obj[key as keyof T]\n if (predicate(value, key)) {\n result[key] = ((value !== null && typeof value === 'object') ? pickBy(value, predicate, maxDepth - 1) : value)\n }\n }\n\n return result as T\n}\n\n/**\n * Creates a new object containing only the properties that satisfy the predicate, with optional recursive depth.\n * @param obj - The source object to pick properties from.\n * @param predicate - A function that returns true for properties to include.\n * @param maxDepth - Maximum recursion depth for nested objects.\n * @returns A partial copy of the object with only matching properties.\n */\nexport const pickBy = <T extends EmptyObject>(\n obj: T,\n predicate: PickByPredicate,\n maxDepth = 1,\n): Partial<T> => {\n if (maxDepth <= 0) {\n return obj\n }\n\n return Array.isArray(obj) ? pickByArray(obj, predicate, maxDepth - 1) as T : pickByObject(obj, predicate, maxDepth - 1)\n}\n\nconst pickByPrefixPredicate = (prefix: string) => (_: unknown, key: string) => {\n assertEx(typeof key === 'string', () => `Invalid key type [${key}, ${typeof key}]`)\n return key.startsWith(prefix)\n}\n\n/**\n * Picks all properties whose keys start with the given prefix, recursively through nested objects.\n * @param payload - The source object.\n * @param prefix - The string prefix to match keys against.\n * @param maxDepth - Maximum recursion depth.\n * @returns A new object containing only properties with matching prefixed keys.\n */\nexport const pickByPrefix = <T extends EmptyObject, P extends string>(payload: T, prefix: P, maxDepth = 100): DeepPickStartsWith<T, P> => {\n return pickBy(payload, pickByPrefixPredicate(prefix), maxDepth) as unknown as DeepPickStartsWith<T, P>\n}\n", "import type { EmptyObject } from './EmptyObject.ts'\n\n/**\n * Returns a shallow copy of the object with the specified fields removed.\n * @param obj - The source object.\n * @param fields - An array of keys to remove.\n * @returns A new object without the specified fields.\n */\nexport const removeFields = <T extends EmptyObject, K extends keyof T>(obj: T, fields: K[]): Omit<T, K> => {\n const clone = { ...obj }\n for (const field of fields) {\n delete clone[field]\n }\n return clone\n}\n", "import type {\n JsonArray, JsonObject, JsonValue,\n} from './JsonObject.ts'\n\n/**\n * Converts an array to a JSON-safe array, handling circular references and depth limits.\n * @param value - The array to convert.\n * @param cycleList - Tracks visited objects to detect circular references.\n * @param maxDepth - Maximum recursion depth before truncating.\n * @returns A JSON-safe array representation.\n */\nexport const toSafeJsonArray = (value: unknown[], cycleList?: unknown[], maxDepth = 3): JsonArray => {\n return value.map(item => toSafeJsonValue(item, cycleList, maxDepth))\n}\n\n/**\n * Converts an object to a JSON-safe object, handling circular references and depth limits.\n * @param value - The object to convert.\n * @param cycleList - Tracks visited objects to detect circular references.\n * @param maxDepth - Maximum recursion depth before truncating.\n * @returns A JSON-safe object representation.\n */\nexport const toSafeJsonObject = (value: object, cycleList?: unknown[], maxDepth = 3): JsonObject => {\n const result: JsonObject = {}\n for (const [key, entry] of Object.entries(value)) {\n result[key] = entry === undefined ? '[Undefined]' : toSafeJsonValue(entry, cycleList, maxDepth)\n }\n return result\n}\n\n/**\n * Converts an unknown value to a JSON-safe value, replacing circular references with '[Circular]' and\n * non-JSON types with descriptive placeholder strings.\n * @param value - The value to convert.\n * @param cycleList - Tracks visited objects to detect circular references.\n * @param maxDepth - Maximum recursion depth before truncating with '[MaxDepth]'.\n * @returns A JSON-safe representation of the value.\n */\nexport const toSafeJsonValue = (value: unknown, cycleList?: unknown[], maxDepth = 3): JsonValue => {\n if (maxDepth <= 0 && typeof value === 'object') {\n return '[MaxDepth]'\n }\n if (cycleList?.includes(value) === true) {\n return '[Circular]'\n }\n switch (typeof value) {\n case 'string':\n case 'boolean':\n case 'number': {\n return value\n }\n case 'object': {\n if (value === null) {\n return null\n }\n const newCycleList = cycleList ?? []\n newCycleList.push(value)\n if (Array.isArray(value)) {\n return toSafeJsonArray(value, newCycleList, maxDepth - 1)\n }\n return toSafeJsonObject(value, newCycleList, maxDepth - 1)\n }\n default: {\n return `[${typeof value}]`\n }\n }\n}\n\n/**\n * Converts a value to a pretty-printed JSON string, safely handling circular references and non-JSON types.\n * @param value - The value to serialize.\n * @param maxDepth - Maximum recursion depth.\n * @returns A formatted JSON string.\n */\nexport const toSafeJsonString = (value: unknown, maxDepth = 3) => {\n return JSON.stringify(toSafeJson(value, maxDepth), null, 2)\n}\n\n/**\n * Converts a value to a JSON-safe representation, handling circular references and non-serializable types.\n * @param value - The value to convert.\n * @param maxDepth - Maximum recursion depth.\n * @returns A JSON-safe value.\n */\nexport const toSafeJson = (value: unknown, maxDepth = 3): JsonValue => {\n return toSafeJsonValue(value, undefined, maxDepth)\n}\n", "import type { AnyObject } from '#object-model'\nimport type { Promisable } from '#promise'\n\nimport type { EmptyObject } from './EmptyObject.ts'\nimport { ObjectWrapper } from './ObjectWrapper.ts'\n\n/** Interface for validating objects and returning any errors found. */\nexport interface Validator<T extends EmptyObject = AnyObject> {\n validate(payload: T): Promisable<Error[]>\n}\n\n/** Abstract base class for validators that wraps a partial object and provides a validation method. */\nexport abstract class ValidatorBase<T extends EmptyObject = AnyObject> extends ObjectWrapper<Partial<T>> implements Validator<T> {\n abstract validate(payload: T): Promisable<Error[]>\n}\n"],
5
+ "mappings": "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",
6
+ "names": ["deepMerge", "z", "z"]
7
+ }
@@ -1 +1,2 @@
1
- export type * from '../_pkg/object/neutral/model.ts'
1
+ export type * from './modules/object/model.js';
2
+ //# sourceMappingURL=object.model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"object.model.d.ts","sourceRoot":"","sources":["../../src/object.model.ts"],"names":[],"mappings":"AAAA,mBAAmB,eAAe,CAAA"}
@@ -1 +1 @@
1
- export * from '../_pkg/object/neutral/model.mjs'
1
+ //# sourceMappingURL=object.model.mjs.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": [],
4
+ "sourcesContent": [],
5
+ "mappings": "",
6
+ "names": []
7
+ }
@@ -1 +1,2 @@
1
- export * from '../_pkg/profile/neutral/index.ts'
1
+ export * from './modules/profile/index.js';
2
+ //# sourceMappingURL=profile.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"profile.d.ts","sourceRoot":"","sources":["../../src/profile.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA"}