typebox 1.1.32 → 1.1.34

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 (626) hide show
  1. package/build/format/_registry.mjs +9 -9
  2. package/build/format/format.d.mts +9 -9
  3. package/build/format/format.mjs +9 -9
  4. package/build/schema/pointer/index.d.mts +1 -1
  5. package/build/schema/pointer/index.mjs +1 -1
  6. package/build/schema/static/{~elements.d.mts → _elements.d.mts} +1 -1
  7. package/build/schema/static/items.d.mts +1 -1
  8. package/build/schema/static/prefixItems.d.mts +1 -1
  9. package/build/schema/static/ref.d.mts +1 -1
  10. package/build/schema/static/static.d.mts +1 -1
  11. package/build/system/locale/_config.d.mts +1 -1
  12. package/build/system/locale/ar_001.d.mts +1 -1
  13. package/build/system/locale/bn_BD.d.mts +1 -1
  14. package/build/system/locale/cs_CZ.d.mts +1 -1
  15. package/build/system/locale/de_DE.d.mts +1 -1
  16. package/build/system/locale/el_GR.d.mts +1 -1
  17. package/build/system/locale/en_US.d.mts +1 -1
  18. package/build/system/locale/es_419.d.mts +1 -1
  19. package/build/system/locale/es_AR.d.mts +1 -1
  20. package/build/system/locale/es_ES.d.mts +1 -1
  21. package/build/system/locale/es_MX.d.mts +1 -1
  22. package/build/system/locale/fa_IR.d.mts +1 -1
  23. package/build/system/locale/fil_PH.d.mts +1 -1
  24. package/build/system/locale/fr_CA.d.mts +1 -1
  25. package/build/system/locale/fr_FR.d.mts +1 -1
  26. package/build/system/locale/ha_NG.d.mts +1 -1
  27. package/build/system/locale/hi_IN.d.mts +1 -1
  28. package/build/system/locale/hu_HU.d.mts +1 -1
  29. package/build/system/locale/id_ID.d.mts +1 -1
  30. package/build/system/locale/it_IT.d.mts +1 -1
  31. package/build/system/locale/ja_JP.d.mts +1 -1
  32. package/build/system/locale/ko_KR.d.mts +1 -1
  33. package/build/system/locale/ms_MY.d.mts +1 -1
  34. package/build/system/locale/nl_NL.d.mts +1 -1
  35. package/build/system/locale/pl_PL.d.mts +1 -1
  36. package/build/system/locale/pt_BR.d.mts +1 -1
  37. package/build/system/locale/pt_PT.d.mts +1 -1
  38. package/build/system/locale/ro_RO.d.mts +1 -1
  39. package/build/system/locale/ru_RU.d.mts +1 -1
  40. package/build/system/locale/sv_SE.d.mts +1 -1
  41. package/build/system/locale/sw_TZ.d.mts +1 -1
  42. package/build/system/locale/th_TH.d.mts +1 -1
  43. package/build/system/locale/tr_TR.d.mts +1 -1
  44. package/build/system/locale/uk_UA.d.mts +1 -1
  45. package/build/system/locale/ur_PK.d.mts +1 -1
  46. package/build/system/locale/vi_VN.d.mts +1 -1
  47. package/build/system/locale/yo_NG.d.mts +1 -1
  48. package/build/system/locale/zh_Hans.d.mts +1 -1
  49. package/build/system/locale/zh_Hant.d.mts +1 -1
  50. package/build/type/action/{constructor-parameters.d.mts → constructor_parameters.d.mts} +1 -1
  51. package/build/type/action/{constructor-parameters.mjs → constructor_parameters.mjs} +1 -1
  52. package/build/type/action/index.d.mts +5 -5
  53. package/build/type/action/index.mjs +5 -5
  54. package/build/type/action/indexed.d.mts +1 -1
  55. package/build/type/action/indexed.mjs +1 -1
  56. package/build/type/action/{instance-type.d.mts → instance_type.d.mts} +1 -1
  57. package/build/type/action/{instance-type.mjs → instance_type.mjs} +1 -1
  58. package/build/type/action/{non-nullable.d.mts → non_nullable.d.mts} +1 -1
  59. package/build/type/action/{non-nullable.mjs → non_nullable.mjs} +1 -1
  60. package/build/type/action/omit.d.mts +1 -1
  61. package/build/type/action/omit.mjs +1 -1
  62. package/build/type/action/pick.d.mts +1 -1
  63. package/build/type/action/pick.mjs +1 -1
  64. package/build/type/action/{readonly-object.d.mts → readonly_object.d.mts} +1 -1
  65. package/build/type/action/{readonly-object.mjs → readonly_object.mjs} +1 -1
  66. package/build/type/action/{return-type.d.mts → return_type.d.mts} +1 -1
  67. package/build/type/action/{return-type.mjs → return_type.mjs} +1 -1
  68. package/build/type/engine/call/{distribute-arguments.mjs → distribute_arguments.mjs} +1 -7
  69. package/build/type/engine/call/instantiate.d.mts +3 -3
  70. package/build/type/engine/call/instantiate.mjs +3 -3
  71. package/build/type/engine/{constructor-parameters → constructor_parameters}/instantiate.d.mts +1 -1
  72. package/build/type/engine/{constructor-parameters → constructor_parameters}/instantiate.mjs +1 -1
  73. package/build/type/engine/cyclic/candidates.d.mts +1 -1
  74. package/build/type/engine/cyclic/check.d.mts +1 -1
  75. package/build/type/engine/cyclic/check.mjs +1 -1
  76. package/build/type/engine/cyclic/dependencies.d.mts +1 -1
  77. package/build/type/engine/cyclic/dependencies.mjs +1 -1
  78. package/build/type/engine/cyclic/extends.d.mts +1 -1
  79. package/build/type/engine/cyclic/extends.mjs +1 -1
  80. package/build/type/engine/enum/index.d.mts +2 -2
  81. package/build/type/engine/enum/index.mjs +2 -2
  82. package/build/type/engine/evaluate/composite.d.mts +1 -1
  83. package/build/type/engine/evaluate/composite.mjs +1 -1
  84. package/build/type/engine/evaluate/flatten.d.mts +1 -1
  85. package/build/type/engine/evaluate/narrow.d.mts +3 -3
  86. package/build/type/engine/helpers/index.d.mts +1 -1
  87. package/build/type/engine/helpers/index.mjs +1 -1
  88. package/build/type/engine/index.d.mts +6 -6
  89. package/build/type/engine/index.mjs +6 -6
  90. package/build/type/engine/indexable/{from-cyclic.d.mts → from_cyclic.d.mts} +1 -1
  91. package/build/type/engine/indexable/{from-cyclic.mjs → from_cyclic.mjs} +1 -1
  92. package/build/type/engine/indexable/{from-enum.d.mts → from_enum.d.mts} +2 -2
  93. package/build/type/engine/indexable/{from-enum.mjs → from_enum.mjs} +2 -2
  94. package/build/type/engine/indexable/{from-intersect.d.mts → from_intersect.d.mts} +1 -1
  95. package/build/type/engine/indexable/{from-intersect.mjs → from_intersect.mjs} +1 -1
  96. package/build/type/engine/indexable/{from-literal.d.mts → from_literal.d.mts} +1 -1
  97. package/build/type/engine/indexable/{from-template-literal.d.mts → from_template_literal.d.mts} +2 -2
  98. package/build/type/engine/indexable/{from-template-literal.mjs → from_template_literal.mjs} +2 -2
  99. package/build/type/engine/indexable/{from-type.d.mts → from_type.d.mts} +7 -7
  100. package/build/type/engine/indexable/{from-type.mjs → from_type.mjs} +7 -7
  101. package/build/type/engine/indexable/{from-union.d.mts → from_union.d.mts} +1 -1
  102. package/build/type/engine/indexable/{from-union.mjs → from_union.mjs} +1 -1
  103. package/build/type/engine/indexable/{to-indexable-keys.d.mts → to_indexable_keys.d.mts} +1 -1
  104. package/build/type/engine/indexable/{to-indexable-keys.mjs → to_indexable_keys.mjs} +1 -1
  105. package/build/type/engine/indexed/{from-object.d.mts → from_object.d.mts} +2 -2
  106. package/build/type/engine/indexed/{from-object.mjs → from_object.mjs} +2 -2
  107. package/build/type/engine/indexed/{from-tuple.d.mts → from_tuple.d.mts} +1 -1
  108. package/build/type/engine/indexed/{from-tuple.mjs → from_tuple.mjs} +1 -1
  109. package/build/type/engine/indexed/{from-type.d.mts → from_type.d.mts} +3 -3
  110. package/build/type/engine/indexed/{from-type.mjs → from_type.mjs} +3 -3
  111. package/build/type/engine/indexed/instantiate.d.mts +1 -1
  112. package/build/type/engine/indexed/instantiate.mjs +1 -1
  113. package/build/type/engine/{instance-type → instance_type}/instantiate.d.mts +1 -1
  114. package/build/type/engine/{instance-type → instance_type}/instantiate.mjs +1 -1
  115. package/build/type/engine/instantiate.d.mts +9 -9
  116. package/build/type/engine/instantiate.mjs +9 -9
  117. package/build/type/engine/intrinsics/{from-template-literal.d.mts → from_template_literal.d.mts} +2 -2
  118. package/build/type/engine/intrinsics/{from-template-literal.mjs → from_template_literal.mjs} +2 -2
  119. package/build/type/engine/intrinsics/{from-type.d.mts → from_type.d.mts} +4 -4
  120. package/build/type/engine/intrinsics/{from-type.mjs → from_type.mjs} +4 -4
  121. package/build/type/engine/intrinsics/{from-union.d.mts → from_union.d.mts} +1 -1
  122. package/build/type/engine/intrinsics/{from-union.mjs → from_union.mjs} +1 -1
  123. package/build/type/engine/intrinsics/instantiate.d.mts +1 -1
  124. package/build/type/engine/intrinsics/instantiate.mjs +1 -1
  125. package/build/type/engine/keyof/{from-type.d.mts → from_type.d.mts} +5 -5
  126. package/build/type/engine/keyof/{from-type.mjs → from_type.mjs} +5 -5
  127. package/build/type/engine/keyof/instantiate.d.mts +1 -1
  128. package/build/type/engine/keyof/instantiate.mjs +1 -1
  129. package/build/type/engine/mapped/instantiate.d.mts +1 -1
  130. package/build/type/engine/mapped/instantiate.mjs +1 -1
  131. package/build/type/engine/mapped/{mapped-operation.d.mts → mapped_operation.d.mts} +3 -3
  132. package/build/type/engine/mapped/{mapped-operation.mjs → mapped_operation.mjs} +3 -3
  133. package/build/type/engine/mapped/{mapped-variants.d.mts → mapped_variants.d.mts} +2 -2
  134. package/build/type/engine/mapped/{mapped-variants.mjs → mapped_variants.mjs} +2 -2
  135. package/build/type/engine/{non-nullable → non_nullable}/instantiate.d.mts +1 -1
  136. package/build/type/engine/{non-nullable → non_nullable}/instantiate.mjs +1 -1
  137. package/build/type/engine/object/collapse.d.mts +1 -1
  138. package/build/type/engine/object/collapse.mjs +1 -1
  139. package/build/type/engine/object/{from-cyclic.d.mts → from_cyclic.d.mts} +1 -1
  140. package/build/type/engine/object/{from-cyclic.mjs → from_cyclic.mjs} +1 -1
  141. package/build/type/engine/object/{from-intersect.d.mts → from_intersect.d.mts} +1 -1
  142. package/build/type/engine/object/{from-intersect.mjs → from_intersect.mjs} +1 -1
  143. package/build/type/engine/object/{from-tuple.d.mts → from_tuple.d.mts} +2 -2
  144. package/build/type/engine/object/{from-tuple.mjs → from_tuple.mjs} +2 -2
  145. package/build/type/engine/object/{from-type.d.mts → from_type.d.mts} +5 -5
  146. package/build/type/engine/object/{from-type.mjs → from_type.mjs} +5 -5
  147. package/build/type/engine/object/{from-union.d.mts → from_union.d.mts} +1 -1
  148. package/build/type/engine/object/{from-union.mjs → from_union.mjs} +1 -1
  149. package/build/type/engine/omit/{from-type.d.mts → from_type.d.mts} +2 -2
  150. package/build/type/engine/omit/{from-type.mjs → from_type.mjs} +2 -2
  151. package/build/type/engine/omit/instantiate.d.mts +1 -1
  152. package/build/type/engine/omit/instantiate.mjs +1 -1
  153. package/build/type/engine/{readonly-object/from-cyclic.d.mts → partial/from_cyclic.d.mts} +1 -1
  154. package/build/type/engine/{readonly-object/from-cyclic.mjs → partial/from_cyclic.mjs} +1 -1
  155. package/build/type/engine/partial/{from-intersect.d.mts → from_intersect.d.mts} +1 -1
  156. package/build/type/engine/partial/{from-intersect.mjs → from_intersect.mjs} +1 -1
  157. package/build/type/engine/partial/{from-type.d.mts → from_type.d.mts} +4 -4
  158. package/build/type/engine/partial/{from-type.mjs → from_type.mjs} +4 -4
  159. package/build/type/engine/{readonly-object/from-union.d.mts → partial/from_union.d.mts} +1 -1
  160. package/build/type/engine/{readonly-object/from-union.mjs → partial/from_union.mjs} +1 -1
  161. package/build/type/engine/partial/instantiate.d.mts +1 -1
  162. package/build/type/engine/partial/instantiate.mjs +1 -1
  163. package/build/type/engine/pick/{from-type.d.mts → from_type.d.mts} +2 -2
  164. package/build/type/engine/pick/{from-type.mjs → from_type.mjs} +2 -2
  165. package/build/type/engine/pick/instantiate.d.mts +1 -1
  166. package/build/type/engine/pick/instantiate.mjs +1 -1
  167. package/build/type/engine/{partial/from-cyclic.d.mts → readonly_object/from_cyclic.d.mts} +1 -1
  168. package/build/type/engine/{required/from-cyclic.mjs → readonly_object/from_cyclic.mjs} +1 -1
  169. package/build/type/engine/{readonly-object/from-intersect.d.mts → readonly_object/from_intersect.d.mts} +1 -1
  170. package/build/type/engine/{required/from-intersect.mjs → readonly_object/from_intersect.mjs} +1 -1
  171. package/build/type/engine/{readonly-object/from-type.d.mts → readonly_object/from_type.d.mts} +6 -6
  172. package/build/type/engine/{readonly-object/from-type.mjs → readonly_object/from_type.mjs} +6 -6
  173. package/build/type/engine/{partial/from-union.d.mts → readonly_object/from_union.d.mts} +1 -1
  174. package/build/type/engine/{required/from-union.mjs → readonly_object/from_union.mjs} +1 -1
  175. package/build/type/engine/{readonly-object → readonly_object}/instantiate.d.mts +2 -2
  176. package/build/type/engine/{readonly-object → readonly_object}/instantiate.mjs +2 -2
  177. package/build/type/engine/record/{from-key.d.mts → from_key.d.mts} +11 -11
  178. package/build/type/engine/record/{from-key.mjs → from_key.mjs} +11 -11
  179. package/build/type/engine/record/{from-key-any.mjs → from_key_any.mjs} +1 -1
  180. package/build/type/engine/record/{from-key-enum.d.mts → from_key_enum.d.mts} +2 -2
  181. package/build/type/engine/record/{from-key-enum.mjs → from_key_enum.mjs} +2 -2
  182. package/build/type/engine/record/{from-key-integer.mjs → from_key_integer.mjs} +1 -1
  183. package/build/type/engine/record/{from-key-intersect.d.mts → from_key_intersect.d.mts} +1 -1
  184. package/build/type/engine/record/{from-key-intersect.mjs → from_key_intersect.mjs} +1 -1
  185. package/build/type/engine/record/{from-key-number.mjs → from_key_number.mjs} +1 -1
  186. package/build/type/engine/record/{from-key-string.mjs → from_key_string.mjs} +1 -1
  187. package/build/type/engine/record/{from-key-template-literal.d.mts → from_key_template_literal.d.mts} +3 -3
  188. package/build/type/engine/record/{from-key-template-literal.mjs → from_key_template_literal.mjs} +4 -4
  189. package/build/type/engine/record/{from-key-union.mjs → from_key_union.mjs} +1 -1
  190. package/build/type/engine/record/instantiate.d.mts +1 -1
  191. package/build/type/engine/record/instantiate.mjs +1 -1
  192. package/build/type/engine/ref/instantiate.d.mts +1 -1
  193. package/build/type/engine/required/{from-cyclic.d.mts → from_cyclic.d.mts} +1 -1
  194. package/build/type/engine/{partial/from-cyclic.mjs → required/from_cyclic.mjs} +1 -1
  195. package/build/type/engine/required/{from-intersect.d.mts → from_intersect.d.mts} +1 -1
  196. package/build/type/engine/{readonly-object/from-intersect.mjs → required/from_intersect.mjs} +1 -1
  197. package/build/type/engine/required/{from-type.d.mts → from_type.d.mts} +4 -4
  198. package/build/type/engine/required/{from-type.mjs → from_type.mjs} +4 -4
  199. package/build/type/engine/required/{from-union.d.mts → from_union.d.mts} +1 -1
  200. package/build/type/engine/{partial/from-union.mjs → required/from_union.mjs} +1 -1
  201. package/build/type/engine/required/instantiate.d.mts +1 -1
  202. package/build/type/engine/required/instantiate.mjs +1 -1
  203. package/build/type/engine/{return-type → return_type}/instantiate.d.mts +1 -1
  204. package/build/type/engine/{return-type → return_type}/instantiate.mjs +1 -1
  205. package/build/type/engine/{template-literal → template_literal}/decode.d.mts +3 -3
  206. package/build/type/engine/{template-literal → template_literal}/decode.mjs +2 -2
  207. package/build/type/engine/{template-literal → template_literal}/encode.d.mts +2 -2
  208. package/build/type/engine/{template-literal → template_literal}/encode.mjs +2 -2
  209. package/build/type/engine/{template-literal → template_literal}/index.d.mts +2 -2
  210. package/build/type/engine/{template-literal → template_literal}/index.mjs +2 -2
  211. package/build/type/engine/{template-literal → template_literal}/instantiate.d.mts +1 -1
  212. package/build/type/engine/{template-literal → template_literal}/instantiate.mjs +1 -1
  213. package/build/type/engine/this/{expand-this.d.mts → expand_this.d.mts} +1 -1
  214. package/build/type/engine/this/{expand-this.mjs → expand_this.mjs} +7 -7
  215. package/build/type/extends/any.d.mts +1 -1
  216. package/build/type/extends/any.mjs +1 -1
  217. package/build/type/extends/array.d.mts +2 -2
  218. package/build/type/extends/array.mjs +2 -2
  219. package/build/type/extends/{async-iterator.d.mts → async_iterator.d.mts} +3 -3
  220. package/build/type/extends/{async-iterator.mjs → async_iterator.mjs} +3 -3
  221. package/build/type/extends/bigint.d.mts +1 -1
  222. package/build/type/extends/bigint.mjs +1 -1
  223. package/build/type/extends/boolean.d.mts +1 -1
  224. package/build/type/extends/boolean.mjs +1 -1
  225. package/build/type/extends/constructor.d.mts +1 -1
  226. package/build/type/extends/constructor.mjs +1 -1
  227. package/build/type/extends/enum.d.mts +1 -1
  228. package/build/type/extends/enum.mjs +1 -1
  229. package/build/type/extends/extends.d.mts +1 -1
  230. package/build/type/extends/extends.mjs +1 -1
  231. package/build/type/extends/{extends-left.d.mts → extends_left.d.mts} +4 -4
  232. package/build/type/extends/{extends-left.mjs → extends_left.mjs} +4 -4
  233. package/build/type/extends/{extends-right.d.mts → extends_right.d.mts} +3 -3
  234. package/build/type/extends/{extends-right.mjs → extends_right.mjs} +3 -3
  235. package/build/type/extends/function.d.mts +1 -1
  236. package/build/type/extends/function.mjs +1 -1
  237. package/build/type/extends/inference.d.mts +1 -1
  238. package/build/type/extends/inference.mjs +1 -1
  239. package/build/type/extends/integer.d.mts +1 -1
  240. package/build/type/extends/integer.mjs +1 -1
  241. package/build/type/extends/intersect.d.mts +1 -1
  242. package/build/type/extends/intersect.mjs +1 -1
  243. package/build/type/extends/iterator.d.mts +2 -2
  244. package/build/type/extends/iterator.mjs +2 -2
  245. package/build/type/extends/literal.d.mts +2 -2
  246. package/build/type/extends/literal.mjs +2 -2
  247. package/build/type/extends/never.d.mts +1 -1
  248. package/build/type/extends/never.mjs +1 -1
  249. package/build/type/extends/null.d.mts +1 -1
  250. package/build/type/extends/null.mjs +1 -1
  251. package/build/type/extends/number.d.mts +1 -1
  252. package/build/type/extends/number.mjs +1 -1
  253. package/build/type/extends/object.d.mts +2 -2
  254. package/build/type/extends/object.mjs +2 -2
  255. package/build/type/extends/parameters.d.mts +1 -1
  256. package/build/type/extends/parameters.mjs +1 -1
  257. package/build/type/extends/promise.d.mts +2 -2
  258. package/build/type/extends/promise.mjs +2 -2
  259. package/build/type/extends/result.d.mts +1 -1
  260. package/build/type/extends/{return-type.d.mts → return_type.d.mts} +1 -1
  261. package/build/type/extends/{return-type.mjs → return_type.mjs} +1 -1
  262. package/build/type/extends/string.d.mts +1 -1
  263. package/build/type/extends/string.mjs +1 -1
  264. package/build/type/extends/symbol.d.mts +1 -1
  265. package/build/type/extends/symbol.mjs +1 -1
  266. package/build/type/extends/{template-literal.d.mts → template_literal.d.mts} +2 -2
  267. package/build/type/extends/{template-literal.mjs → template_literal.mjs} +2 -2
  268. package/build/type/extends/tuple.d.mts +2 -2
  269. package/build/type/extends/tuple.mjs +2 -2
  270. package/build/type/extends/undefined.d.mts +1 -1
  271. package/build/type/extends/undefined.mjs +1 -1
  272. package/build/type/extends/union.d.mts +1 -1
  273. package/build/type/extends/union.mjs +1 -1
  274. package/build/type/extends/unknown.d.mts +1 -1
  275. package/build/type/extends/unknown.mjs +1 -1
  276. package/build/type/extends/void.d.mts +1 -1
  277. package/build/type/extends/void.mjs +1 -1
  278. package/build/type/script/token/internal/guard.d.mts +1 -1
  279. package/build/type/script/token/internal/guard.mjs +1 -1
  280. package/build/type/script/token/internal/take.mjs +5 -9
  281. package/build/type/script/token/until.mjs +4 -7
  282. package/build/type/types/array.d.mts +2 -1
  283. package/build/type/types/array.mjs +2 -1
  284. package/build/type/types/enum.d.mts +2 -2
  285. package/build/type/types/enum.mjs +2 -2
  286. package/build/type/types/function.mjs +1 -1
  287. package/build/type/types/index.d.mts +2 -2
  288. package/build/type/types/index.mjs +2 -2
  289. package/build/type/types/object.mjs +1 -1
  290. package/build/type/types/record.d.mts +2 -2
  291. package/build/type/types/record.mjs +2 -2
  292. package/build/type/types/static.d.mts +2 -2
  293. package/build/type/types/{template-literal.d.mts → template_literal.d.mts} +2 -2
  294. package/build/type/types/{template-literal.mjs → template_literal.mjs} +1 -1
  295. package/build/typebox.d.mts +7 -7
  296. package/build/typebox.mjs +7 -7
  297. package/build/value/clean/clean.mjs +1 -1
  298. package/build/value/clean/{from-array.mjs → from_array.mjs} +1 -1
  299. package/build/value/clean/{from-cyclic.mjs → from_cyclic.mjs} +1 -1
  300. package/build/value/clean/{from-intersect.mjs → from_intersect.mjs} +1 -1
  301. package/build/value/clean/{from-object.mjs → from_object.mjs} +1 -1
  302. package/build/value/clean/{from-record.mjs → from_record.mjs} +1 -1
  303. package/build/value/clean/{from-ref.mjs → from_ref.mjs} +1 -1
  304. package/build/value/clean/{from-tuple.mjs → from_tuple.mjs} +1 -1
  305. package/build/value/clean/{from-type.mjs → from_type.mjs} +9 -9
  306. package/build/value/clean/{from-union.mjs → from_union.mjs} +2 -2
  307. package/build/value/codec/decode.mjs +1 -1
  308. package/build/value/codec/encode.mjs +1 -1
  309. package/build/value/codec/{from-array.mjs → from_array.mjs} +1 -1
  310. package/build/value/codec/{from-cyclic.mjs → from_cyclic.mjs} +1 -1
  311. package/build/value/codec/{from-intersect.mjs → from_intersect.mjs} +1 -1
  312. package/build/value/codec/{from-object.mjs → from_object.mjs} +2 -2
  313. package/build/value/codec/{from-record.mjs → from_record.mjs} +1 -1
  314. package/build/value/codec/{from-ref.mjs → from_ref.mjs} +1 -1
  315. package/build/value/codec/{from-tuple.mjs → from_tuple.mjs} +1 -1
  316. package/build/value/codec/{from-type.mjs → from_type.mjs} +8 -8
  317. package/build/value/codec/{from-union.mjs → from_union.mjs} +2 -2
  318. package/build/value/convert/convert.mjs +1 -1
  319. package/build/value/convert/{from-additional.mjs → from_additional.mjs} +1 -1
  320. package/build/value/convert/{from-array.mjs → from_array.mjs} +1 -1
  321. package/build/value/convert/{from-cyclic.mjs → from_cyclic.mjs} +1 -1
  322. package/build/value/convert/{from-enum.mjs → from_enum.mjs} +1 -1
  323. package/build/value/convert/{from-intersect.mjs → from_intersect.mjs} +1 -1
  324. package/build/value/convert/{from-literal.d.mts → from_literal.d.mts} +1 -1
  325. package/build/value/convert/{from-object.mjs → from_object.mjs} +3 -3
  326. package/build/value/convert/{from-record.mjs → from_record.mjs} +2 -2
  327. package/build/value/convert/{from-ref.mjs → from_ref.mjs} +1 -1
  328. package/build/value/convert/{from-template-literal.mjs → from_template_literal.mjs} +2 -2
  329. package/build/value/convert/{from-tuple.mjs → from_tuple.mjs} +1 -1
  330. package/build/value/convert/{from-type.mjs → from_type.mjs} +20 -20
  331. package/build/value/convert/{from-union.mjs → from_union.mjs} +1 -1
  332. package/build/value/convert/try/try.d.mts +8 -8
  333. package/build/value/convert/try/try.mjs +8 -8
  334. package/build/value/convert/try/{try-array.d.mts → try_array.d.mts} +1 -1
  335. package/build/value/convert/try/{try-array.mjs → try_array.mjs} +1 -1
  336. package/build/value/convert/try/{try-bigint.d.mts → try_bigint.d.mts} +1 -1
  337. package/build/value/convert/try/{try-bigint.mjs → try_bigint.mjs} +1 -1
  338. package/build/value/convert/try/{try-boolean.d.mts → try_boolean.d.mts} +1 -1
  339. package/build/value/convert/try/{try-boolean.mjs → try_boolean.mjs} +1 -1
  340. package/build/value/convert/try/{try-null.d.mts → try_null.d.mts} +1 -1
  341. package/build/value/convert/try/{try-null.mjs → try_null.mjs} +1 -1
  342. package/build/value/convert/try/{try-number.d.mts → try_number.d.mts} +1 -1
  343. package/build/value/convert/try/{try-number.mjs → try_number.mjs} +2 -2
  344. package/build/value/convert/try/{try-string.d.mts → try_string.d.mts} +1 -1
  345. package/build/value/convert/try/{try-string.mjs → try_string.mjs} +1 -1
  346. package/build/value/convert/try/{try-undefined.d.mts → try_undefined.d.mts} +1 -1
  347. package/build/value/convert/try/{try-undefined.mjs → try_undefined.mjs} +1 -1
  348. package/build/value/create/create.mjs +1 -1
  349. package/build/value/create/{from-array.mjs → from_array.mjs} +1 -1
  350. package/build/value/create/{from-constructor.mjs → from_constructor.mjs} +1 -1
  351. package/build/value/create/{from-cyclic.mjs → from_cyclic.mjs} +1 -1
  352. package/build/value/create/{from-enum.mjs → from_enum.mjs} +1 -1
  353. package/build/value/create/{from-function.mjs → from_function.mjs} +1 -1
  354. package/build/value/create/{from-intersect.mjs → from_intersect.mjs} +1 -1
  355. package/build/value/create/{from-object.mjs → from_object.mjs} +1 -1
  356. package/build/value/create/{from-promise.mjs → from_promise.mjs} +1 -1
  357. package/build/value/create/{from-ref.mjs → from_ref.mjs} +1 -1
  358. package/build/value/create/{from-template-literal.mjs → from_template_literal.mjs} +2 -2
  359. package/build/value/create/{from-tuple.mjs → from_tuple.mjs} +1 -1
  360. package/build/value/create/{from-type.mjs → from_type.mjs} +28 -28
  361. package/build/value/create/{from-union.mjs → from_union.mjs} +1 -1
  362. package/build/value/default/default.mjs +1 -1
  363. package/build/value/default/{from-array.mjs → from_array.mjs} +1 -1
  364. package/build/value/{clean/from-cyclic.d.mts → default/from_cyclic.d.mts} +1 -1
  365. package/build/value/default/{from-cyclic.mjs → from_cyclic.mjs} +1 -1
  366. package/build/value/default/{from-intersect.mjs → from_intersect.mjs} +1 -1
  367. package/build/value/default/{from-object.mjs → from_object.mjs} +1 -1
  368. package/build/value/default/{from-record.mjs → from_record.mjs} +1 -1
  369. package/build/value/default/{from-ref.mjs → from_ref.mjs} +1 -1
  370. package/build/value/default/{from-tuple.mjs → from_tuple.mjs} +1 -1
  371. package/build/value/default/{from-type.mjs → from_type.mjs} +10 -10
  372. package/build/value/default/{from-union.mjs → from_union.mjs} +1 -1
  373. package/build/value/mutate/{from-array.mjs → from_array.mjs} +1 -1
  374. package/build/value/mutate/{from-object.mjs → from_object.mjs} +1 -1
  375. package/build/value/mutate/{from-value.mjs → from_value.mjs} +3 -3
  376. package/build/value/mutate/mutate.mjs +1 -1
  377. package/build/value/repair/{from-array.mjs → from_array.mjs} +1 -1
  378. package/build/value/repair/{from-base.mjs → from_base.mjs} +1 -1
  379. package/build/value/repair/{from-enum.mjs → from_enum.mjs} +1 -1
  380. package/build/value/repair/from_intersect.d.mts +2 -0
  381. package/build/value/repair/{from-intersect.mjs → from_intersect.mjs} +1 -1
  382. package/build/value/repair/{from-object.mjs → from_object.mjs} +1 -1
  383. package/build/value/repair/{from-record.mjs → from_record.mjs} +1 -1
  384. package/build/value/repair/{from-ref.mjs → from_ref.mjs} +1 -1
  385. package/build/value/repair/{from-template-literal.mjs → from_template_literal.mjs} +2 -2
  386. package/build/value/repair/{from-tuple.mjs → from_tuple.mjs} +1 -1
  387. package/build/value/repair/{from-type.mjs → from_type.mjs} +11 -11
  388. package/build/value/repair/{from-union.mjs → from_union.mjs} +2 -2
  389. package/build/value/repair/repair.mjs +1 -1
  390. package/build/value/shared/index.d.mts +3 -3
  391. package/build/value/shared/index.mjs +3 -3
  392. package/package.json +1 -1
  393. package/build/value/default/from-intersect.d.mts +0 -2
  394. /package/build/format/{date-time.d.mts → date_time.d.mts} +0 -0
  395. /package/build/format/{date-time.mjs → date_time.mjs} +0 -0
  396. /package/build/format/{idn-email.d.mts → idn_email.d.mts} +0 -0
  397. /package/build/format/{idn-email.mjs → idn_email.mjs} +0 -0
  398. /package/build/format/{idn-hostname.d.mts → idn_hostname.d.mts} +0 -0
  399. /package/build/format/{idn-hostname.mjs → idn_hostname.mjs} +0 -0
  400. /package/build/format/{iri-reference.d.mts → iri_reference.d.mts} +0 -0
  401. /package/build/format/{iri-reference.mjs → iri_reference.mjs} +0 -0
  402. /package/build/format/{json-pointer.d.mts → json_pointer.d.mts} +0 -0
  403. /package/build/format/{json-pointer.mjs → json_pointer.mjs} +0 -0
  404. /package/build/format/{json-pointer-uri-fragment.d.mts → json_pointer_uri_fragment.d.mts} +0 -0
  405. /package/build/format/{json-pointer-uri-fragment.mjs → json_pointer_uri_fragment.mjs} +0 -0
  406. /package/build/format/{relative-json-pointer.d.mts → relative_json_pointer.d.mts} +0 -0
  407. /package/build/format/{relative-json-pointer.mjs → relative_json_pointer.mjs} +0 -0
  408. /package/build/format/{uri-reference.d.mts → uri_reference.d.mts} +0 -0
  409. /package/build/format/{uri-reference.mjs → uri_reference.mjs} +0 -0
  410. /package/build/format/{uri-template.d.mts → uri_template.d.mts} +0 -0
  411. /package/build/format/{uri-template.mjs → uri_template.mjs} +0 -0
  412. /package/build/schema/pointer/{pointer-get.d.mts → pointer_get.d.mts} +0 -0
  413. /package/build/schema/pointer/{pointer-get.mjs → pointer_get.mjs} +0 -0
  414. /package/build/schema/static/{~canonical.d.mts → _canonical.d.mts} +0 -0
  415. /package/build/schema/static/{~canonical.mjs → _canonical.mjs} +0 -0
  416. /package/build/schema/static/{~comparer.d.mts → _comparer.d.mts} +0 -0
  417. /package/build/schema/static/{~comparer.mjs → _comparer.mjs} +0 -0
  418. /package/build/schema/static/{~elements.mjs → _elements.mjs} +0 -0
  419. /package/build/type/engine/call/{distribute-arguments.d.mts → distribute_arguments.d.mts} +0 -0
  420. /package/build/type/engine/call/{resolve-arguments.d.mts → resolve_arguments.d.mts} +0 -0
  421. /package/build/type/engine/call/{resolve-arguments.mjs → resolve_arguments.mjs} +0 -0
  422. /package/build/type/engine/call/{resolve-target.d.mts → resolve_target.d.mts} +0 -0
  423. /package/build/type/engine/call/{resolve-target.mjs → resolve_target.mjs} +0 -0
  424. /package/build/type/engine/{constructor-parameters → constructor_parameters}/index.d.mts +0 -0
  425. /package/build/type/engine/{constructor-parameters → constructor_parameters}/index.mjs +0 -0
  426. /package/build/type/engine/enum/{enum-to-union.d.mts → enum_to_union.d.mts} +0 -0
  427. /package/build/type/engine/enum/{enum-to-union.mjs → enum_to_union.mjs} +0 -0
  428. /package/build/type/engine/enum/{typescript-enum-to-enum-values.d.mts → typescript_enum_to_enum_values.d.mts} +0 -0
  429. /package/build/type/engine/enum/{typescript-enum-to-enum-values.mjs → typescript_enum_to_enum_values.mjs} +0 -0
  430. /package/build/type/engine/helpers/{keys-to-indexer.d.mts → keys_to_indexer.d.mts} +0 -0
  431. /package/build/type/engine/helpers/{keys-to-indexer.mjs → keys_to_indexer.mjs} +0 -0
  432. /package/build/type/engine/indexable/{from-literal.mjs → from_literal.mjs} +0 -0
  433. /package/build/type/engine/indexable/{to-indexable.d.mts → to_indexable.d.mts} +0 -0
  434. /package/build/type/engine/indexable/{to-indexable.mjs → to_indexable.mjs} +0 -0
  435. /package/build/type/engine/indexed/{array-indexer.d.mts → array_indexer.d.mts} +0 -0
  436. /package/build/type/engine/indexed/{array-indexer.mjs → array_indexer.mjs} +0 -0
  437. /package/build/type/engine/indexed/{from-array.d.mts → from_array.d.mts} +0 -0
  438. /package/build/type/engine/indexed/{from-array.mjs → from_array.mjs} +0 -0
  439. /package/build/type/engine/{instance-type → instance_type}/index.d.mts +0 -0
  440. /package/build/type/engine/{instance-type → instance_type}/index.mjs +0 -0
  441. /package/build/type/engine/intrinsics/{from-literal.d.mts → from_literal.d.mts} +0 -0
  442. /package/build/type/engine/intrinsics/{from-literal.mjs → from_literal.mjs} +0 -0
  443. /package/build/type/engine/keyof/{from-any.d.mts → from_any.d.mts} +0 -0
  444. /package/build/type/engine/keyof/{from-any.mjs → from_any.mjs} +0 -0
  445. /package/build/type/engine/keyof/{from-array.d.mts → from_array.d.mts} +0 -0
  446. /package/build/type/engine/keyof/{from-array.mjs → from_array.mjs} +0 -0
  447. /package/build/type/engine/keyof/{from-object.d.mts → from_object.d.mts} +0 -0
  448. /package/build/type/engine/keyof/{from-object.mjs → from_object.mjs} +0 -0
  449. /package/build/type/engine/keyof/{from-record.d.mts → from_record.d.mts} +0 -0
  450. /package/build/type/engine/keyof/{from-record.mjs → from_record.mjs} +0 -0
  451. /package/build/type/engine/keyof/{from-tuple.d.mts → from_tuple.d.mts} +0 -0
  452. /package/build/type/engine/keyof/{from-tuple.mjs → from_tuple.mjs} +0 -0
  453. /package/build/type/engine/{non-nullable → non_nullable}/index.d.mts +0 -0
  454. /package/build/type/engine/{non-nullable → non_nullable}/index.mjs +0 -0
  455. /package/build/type/engine/object/{from-object.d.mts → from_object.d.mts} +0 -0
  456. /package/build/type/engine/object/{from-object.mjs → from_object.mjs} +0 -0
  457. /package/build/type/engine/partial/{from-object.d.mts → from_object.d.mts} +0 -0
  458. /package/build/type/engine/partial/{from-object.mjs → from_object.mjs} +0 -0
  459. /package/build/type/engine/{readonly-object/from-array.d.mts → readonly_object/from_array.d.mts} +0 -0
  460. /package/build/type/engine/{readonly-object/from-array.mjs → readonly_object/from_array.mjs} +0 -0
  461. /package/build/type/engine/{readonly-object/from-object.d.mts → readonly_object/from_object.d.mts} +0 -0
  462. /package/build/type/engine/{readonly-object/from-object.mjs → readonly_object/from_object.mjs} +0 -0
  463. /package/build/type/engine/{readonly-object/from-tuple.d.mts → readonly_object/from_tuple.d.mts} +0 -0
  464. /package/build/type/engine/{readonly-object/from-tuple.mjs → readonly_object/from_tuple.mjs} +0 -0
  465. /package/build/type/engine/{readonly-object → readonly_object}/index.d.mts +0 -0
  466. /package/build/type/engine/{readonly-object → readonly_object}/index.mjs +0 -0
  467. /package/build/type/engine/record/{from-key-any.d.mts → from_key_any.d.mts} +0 -0
  468. /package/build/type/engine/record/{from-key-boolean.d.mts → from_key_boolean.d.mts} +0 -0
  469. /package/build/type/engine/record/{from-key-boolean.mjs → from_key_boolean.mjs} +0 -0
  470. /package/build/type/engine/record/{from-key-integer.d.mts → from_key_integer.d.mts} +0 -0
  471. /package/build/type/engine/record/{from-key-literal.d.mts → from_key_literal.d.mts} +0 -0
  472. /package/build/type/engine/record/{from-key-literal.mjs → from_key_literal.mjs} +0 -0
  473. /package/build/type/engine/record/{from-key-number.d.mts → from_key_number.d.mts} +0 -0
  474. /package/build/type/engine/record/{from-key-string.d.mts → from_key_string.d.mts} +0 -0
  475. /package/build/type/engine/record/{from-key-union.d.mts → from_key_union.d.mts} +0 -0
  476. /package/build/type/engine/record/{record-create.d.mts → record_create.d.mts} +0 -0
  477. /package/build/type/engine/record/{record-create.mjs → record_create.mjs} +0 -0
  478. /package/build/type/engine/required/{from-object.d.mts → from_object.d.mts} +0 -0
  479. /package/build/type/engine/required/{from-object.mjs → from_object.mjs} +0 -0
  480. /package/build/type/engine/{return-type → return_type}/index.d.mts +0 -0
  481. /package/build/type/engine/{return-type → return_type}/index.mjs +0 -0
  482. /package/build/type/engine/{template-literal → template_literal}/create.d.mts +0 -0
  483. /package/build/type/engine/{template-literal → template_literal}/create.mjs +0 -0
  484. /package/build/type/engine/{template-literal/is-finite.d.mts → template_literal/is_finite.d.mts} +0 -0
  485. /package/build/type/engine/{template-literal/is-finite.mjs → template_literal/is_finite.mjs} +0 -0
  486. /package/build/type/engine/{template-literal/is-pattern.d.mts → template_literal/is_pattern.d.mts} +0 -0
  487. /package/build/type/engine/{template-literal/is-pattern.mjs → template_literal/is_pattern.mjs} +0 -0
  488. /package/build/type/engine/{template-literal → template_literal}/static.d.mts +0 -0
  489. /package/build/type/engine/{template-literal → template_literal}/static.mjs +0 -0
  490. /package/build/type/engine/tuple/{to-object.d.mts → to_object.d.mts} +0 -0
  491. /package/build/type/engine/tuple/{to-object.mjs → to_object.mjs} +0 -0
  492. /package/build/type/types/{async-iterator.d.mts → async_iterator.d.mts} +0 -0
  493. /package/build/type/types/{async-iterator.mjs → async_iterator.mjs} +0 -0
  494. /package/build/value/clean/{from-array.d.mts → from_array.d.mts} +0 -0
  495. /package/build/value/clean/{from-base.d.mts → from_base.d.mts} +0 -0
  496. /package/build/value/clean/{from-base.mjs → from_base.mjs} +0 -0
  497. /package/build/value/{convert/from-cyclic.d.mts → clean/from_cyclic.d.mts} +0 -0
  498. /package/build/value/clean/{from-intersect.d.mts → from_intersect.d.mts} +0 -0
  499. /package/build/value/clean/{from-object.d.mts → from_object.d.mts} +0 -0
  500. /package/build/value/clean/{from-record.d.mts → from_record.d.mts} +0 -0
  501. /package/build/value/clean/{from-ref.d.mts → from_ref.d.mts} +0 -0
  502. /package/build/value/clean/{from-tuple.d.mts → from_tuple.d.mts} +0 -0
  503. /package/build/value/clean/{from-type.d.mts → from_type.d.mts} +0 -0
  504. /package/build/value/clean/{from-union.d.mts → from_union.d.mts} +0 -0
  505. /package/build/value/codec/{from-array.d.mts → from_array.d.mts} +0 -0
  506. /package/build/value/codec/{from-cyclic.d.mts → from_cyclic.d.mts} +0 -0
  507. /package/build/value/codec/{from-intersect.d.mts → from_intersect.d.mts} +0 -0
  508. /package/build/value/codec/{from-object.d.mts → from_object.d.mts} +0 -0
  509. /package/build/value/codec/{from-record.d.mts → from_record.d.mts} +0 -0
  510. /package/build/value/codec/{from-ref.d.mts → from_ref.d.mts} +0 -0
  511. /package/build/value/codec/{from-tuple.d.mts → from_tuple.d.mts} +0 -0
  512. /package/build/value/codec/{from-type.d.mts → from_type.d.mts} +0 -0
  513. /package/build/value/codec/{from-union.d.mts → from_union.d.mts} +0 -0
  514. /package/build/value/convert/{from-additional.d.mts → from_additional.d.mts} +0 -0
  515. /package/build/value/convert/{from-array.d.mts → from_array.d.mts} +0 -0
  516. /package/build/value/convert/{from-base.d.mts → from_base.d.mts} +0 -0
  517. /package/build/value/convert/{from-base.mjs → from_base.mjs} +0 -0
  518. /package/build/value/convert/{from-bigint.d.mts → from_bigint.d.mts} +0 -0
  519. /package/build/value/convert/{from-bigint.mjs → from_bigint.mjs} +0 -0
  520. /package/build/value/convert/{from-boolean.d.mts → from_boolean.d.mts} +0 -0
  521. /package/build/value/convert/{from-boolean.mjs → from_boolean.mjs} +0 -0
  522. /package/build/value/{default/from-cyclic.d.mts → convert/from_cyclic.d.mts} +0 -0
  523. /package/build/value/convert/{from-enum.d.mts → from_enum.d.mts} +0 -0
  524. /package/build/value/convert/{from-integer.d.mts → from_integer.d.mts} +0 -0
  525. /package/build/value/convert/{from-integer.mjs → from_integer.mjs} +0 -0
  526. /package/build/value/convert/{from-intersect.d.mts → from_intersect.d.mts} +0 -0
  527. /package/build/value/convert/{from-literal.mjs → from_literal.mjs} +0 -0
  528. /package/build/value/convert/{from-null.d.mts → from_null.d.mts} +0 -0
  529. /package/build/value/convert/{from-null.mjs → from_null.mjs} +0 -0
  530. /package/build/value/convert/{from-number.d.mts → from_number.d.mts} +0 -0
  531. /package/build/value/convert/{from-number.mjs → from_number.mjs} +0 -0
  532. /package/build/value/convert/{from-object.d.mts → from_object.d.mts} +0 -0
  533. /package/build/value/convert/{from-record.d.mts → from_record.d.mts} +0 -0
  534. /package/build/value/convert/{from-ref.d.mts → from_ref.d.mts} +0 -0
  535. /package/build/value/convert/{from-string.d.mts → from_string.d.mts} +0 -0
  536. /package/build/value/convert/{from-string.mjs → from_string.mjs} +0 -0
  537. /package/build/value/convert/{from-template-literal.d.mts → from_template_literal.d.mts} +0 -0
  538. /package/build/value/convert/{from-tuple.d.mts → from_tuple.d.mts} +0 -0
  539. /package/build/value/convert/{from-type.d.mts → from_type.d.mts} +0 -0
  540. /package/build/value/convert/{from-undefined.d.mts → from_undefined.d.mts} +0 -0
  541. /package/build/value/convert/{from-undefined.mjs → from_undefined.mjs} +0 -0
  542. /package/build/value/convert/{from-union.d.mts → from_union.d.mts} +0 -0
  543. /package/build/value/convert/{from-void.d.mts → from_void.d.mts} +0 -0
  544. /package/build/value/convert/{from-void.mjs → from_void.mjs} +0 -0
  545. /package/build/value/convert/try/{try-result.d.mts → try_result.d.mts} +0 -0
  546. /package/build/value/convert/try/{try-result.mjs → try_result.mjs} +0 -0
  547. /package/build/value/create/{from-array.d.mts → from_array.d.mts} +0 -0
  548. /package/build/value/create/{from-async-iterator.d.mts → from_async_iterator.d.mts} +0 -0
  549. /package/build/value/create/{from-async-iterator.mjs → from_async_iterator.mjs} +0 -0
  550. /package/build/value/create/{from-base.d.mts → from_base.d.mts} +0 -0
  551. /package/build/value/create/{from-base.mjs → from_base.mjs} +0 -0
  552. /package/build/value/create/{from-bigint.d.mts → from_bigint.d.mts} +0 -0
  553. /package/build/value/create/{from-bigint.mjs → from_bigint.mjs} +0 -0
  554. /package/build/value/create/{from-boolean.d.mts → from_boolean.d.mts} +0 -0
  555. /package/build/value/create/{from-boolean.mjs → from_boolean.mjs} +0 -0
  556. /package/build/value/create/{from-constructor.d.mts → from_constructor.d.mts} +0 -0
  557. /package/build/value/create/{from-cyclic.d.mts → from_cyclic.d.mts} +0 -0
  558. /package/build/value/create/{from-default.d.mts → from_default.d.mts} +0 -0
  559. /package/build/value/create/{from-default.mjs → from_default.mjs} +0 -0
  560. /package/build/value/create/{from-enum.d.mts → from_enum.d.mts} +0 -0
  561. /package/build/value/create/{from-function.d.mts → from_function.d.mts} +0 -0
  562. /package/build/value/create/{from-integer.d.mts → from_integer.d.mts} +0 -0
  563. /package/build/value/create/{from-integer.mjs → from_integer.mjs} +0 -0
  564. /package/build/value/create/{from-intersect.d.mts → from_intersect.d.mts} +0 -0
  565. /package/build/value/create/{from-iterator.d.mts → from_iterator.d.mts} +0 -0
  566. /package/build/value/create/{from-iterator.mjs → from_iterator.mjs} +0 -0
  567. /package/build/value/create/{from-literal.d.mts → from_literal.d.mts} +0 -0
  568. /package/build/value/create/{from-literal.mjs → from_literal.mjs} +0 -0
  569. /package/build/value/create/{from-never.d.mts → from_never.d.mts} +0 -0
  570. /package/build/value/create/{from-never.mjs → from_never.mjs} +0 -0
  571. /package/build/value/create/{from-null.d.mts → from_null.d.mts} +0 -0
  572. /package/build/value/create/{from-null.mjs → from_null.mjs} +0 -0
  573. /package/build/value/create/{from-number.d.mts → from_number.d.mts} +0 -0
  574. /package/build/value/create/{from-number.mjs → from_number.mjs} +0 -0
  575. /package/build/value/create/{from-object.d.mts → from_object.d.mts} +0 -0
  576. /package/build/value/create/{from-promise.d.mts → from_promise.d.mts} +0 -0
  577. /package/build/value/create/{from-record.d.mts → from_record.d.mts} +0 -0
  578. /package/build/value/create/{from-record.mjs → from_record.mjs} +0 -0
  579. /package/build/value/create/{from-ref.d.mts → from_ref.d.mts} +0 -0
  580. /package/build/value/create/{from-string.d.mts → from_string.d.mts} +0 -0
  581. /package/build/value/create/{from-string.mjs → from_string.mjs} +0 -0
  582. /package/build/value/create/{from-symbol.d.mts → from_symbol.d.mts} +0 -0
  583. /package/build/value/create/{from-symbol.mjs → from_symbol.mjs} +0 -0
  584. /package/build/value/create/{from-template-literal.d.mts → from_template_literal.d.mts} +0 -0
  585. /package/build/value/create/{from-tuple.d.mts → from_tuple.d.mts} +0 -0
  586. /package/build/value/create/{from-type.d.mts → from_type.d.mts} +0 -0
  587. /package/build/value/create/{from-undefined.d.mts → from_undefined.d.mts} +0 -0
  588. /package/build/value/create/{from-undefined.mjs → from_undefined.mjs} +0 -0
  589. /package/build/value/create/{from-union.d.mts → from_union.d.mts} +0 -0
  590. /package/build/value/create/{from-void.d.mts → from_void.d.mts} +0 -0
  591. /package/build/value/create/{from-void.mjs → from_void.mjs} +0 -0
  592. /package/build/value/default/{from-array.d.mts → from_array.d.mts} +0 -0
  593. /package/build/value/default/{from-base.d.mts → from_base.d.mts} +0 -0
  594. /package/build/value/default/{from-base.mjs → from_base.mjs} +0 -0
  595. /package/build/value/default/{from-default.d.mts → from_default.d.mts} +0 -0
  596. /package/build/value/default/{from-default.mjs → from_default.mjs} +0 -0
  597. /package/build/value/{repair/from-intersect.d.mts → default/from_intersect.d.mts} +0 -0
  598. /package/build/value/default/{from-object.d.mts → from_object.d.mts} +0 -0
  599. /package/build/value/default/{from-record.d.mts → from_record.d.mts} +0 -0
  600. /package/build/value/default/{from-ref.d.mts → from_ref.d.mts} +0 -0
  601. /package/build/value/default/{from-tuple.d.mts → from_tuple.d.mts} +0 -0
  602. /package/build/value/default/{from-type.d.mts → from_type.d.mts} +0 -0
  603. /package/build/value/default/{from-union.d.mts → from_union.d.mts} +0 -0
  604. /package/build/value/mutate/{from-array.d.mts → from_array.d.mts} +0 -0
  605. /package/build/value/mutate/{from-object.d.mts → from_object.d.mts} +0 -0
  606. /package/build/value/mutate/{from-unknown.d.mts → from_unknown.d.mts} +0 -0
  607. /package/build/value/mutate/{from-unknown.mjs → from_unknown.mjs} +0 -0
  608. /package/build/value/mutate/{from-value.d.mts → from_value.d.mts} +0 -0
  609. /package/build/value/repair/{from-array.d.mts → from_array.d.mts} +0 -0
  610. /package/build/value/repair/{from-base.d.mts → from_base.d.mts} +0 -0
  611. /package/build/value/repair/{from-enum.d.mts → from_enum.d.mts} +0 -0
  612. /package/build/value/repair/{from-object.d.mts → from_object.d.mts} +0 -0
  613. /package/build/value/repair/{from-record.d.mts → from_record.d.mts} +0 -0
  614. /package/build/value/repair/{from-ref.d.mts → from_ref.d.mts} +0 -0
  615. /package/build/value/repair/{from-template-literal.d.mts → from_template_literal.d.mts} +0 -0
  616. /package/build/value/repair/{from-tuple.d.mts → from_tuple.d.mts} +0 -0
  617. /package/build/value/repair/{from-type.d.mts → from_type.d.mts} +0 -0
  618. /package/build/value/repair/{from-union.d.mts → from_union.d.mts} +0 -0
  619. /package/build/value/repair/{from-unknown.d.mts → from_unknown.d.mts} +0 -0
  620. /package/build/value/repair/{from-unknown.mjs → from_unknown.mjs} +0 -0
  621. /package/build/value/shared/{optional-undefined.d.mts → optional_undefined.d.mts} +0 -0
  622. /package/build/value/shared/{optional-undefined.mjs → optional_undefined.mjs} +0 -0
  623. /package/build/value/shared/{union-priority-sort.d.mts → union_priority_sort.d.mts} +0 -0
  624. /package/build/value/shared/{union-priority-sort.mjs → union_priority_sort.mjs} +0 -0
  625. /package/build/value/shared/{union-score-select.d.mts → union_score_select.d.mts} +0 -0
  626. /package/build/value/shared/{union-score-select.mjs → union_score_select.mjs} +0 -0
@@ -1,9 +1,9 @@
1
1
  import { type TImmutable } from '../types/_immutable.mjs';
2
- import { type TOptional, TOptionalAdd, TOptionalRemove } from '../types/_optional.mjs';
3
- import { type TReadonly, TReadonlyAdd, TReadonlyRemove } from '../types/_readonly.mjs';
2
+ import { type TOptional, type TOptionalAdd, type TOptionalRemove } from '../types/_optional.mjs';
3
+ import { type TReadonly, type TReadonlyAdd, type TReadonlyRemove } from '../types/_readonly.mjs';
4
4
  import { type TSchema } from '../types/schema.mjs';
5
5
  import { type TArray } from '../types/array.mjs';
6
- import { type TAsyncIterator } from '../types/async-iterator.mjs';
6
+ import { type TAsyncIterator } from '../types/async_iterator.mjs';
7
7
  import { type TConstructor } from '../types/constructor.mjs';
8
8
  import { type TDeferred } from '../types/deferred.mjs';
9
9
  import { type TFunction } from '../types/function.mjs';
@@ -25,29 +25,29 @@ import { type TAwaitedInstantiate } from './awaited/instantiate.mjs';
25
25
  import { type TCallInstantiate } from './call/instantiate.mjs';
26
26
  import { type TCapitalizeInstantiate } from './intrinsics/instantiate.mjs';
27
27
  import { type TConditionalInstantiate } from './conditional/index.mjs';
28
- import { type TConstructorParametersInstantiate } from './constructor-parameters/instantiate.mjs';
28
+ import { type TConstructorParametersInstantiate } from './constructor_parameters/instantiate.mjs';
29
29
  import { type TEvaluateInstantiate } from './evaluate/instantiate.mjs';
30
30
  import { type TExcludeInstantiate } from './exclude/instantiate.mjs';
31
31
  import { type TExtractInstantiate } from './extract/instantiate.mjs';
32
32
  import { type TIndexInstantiate } from './indexed/instantiate.mjs';
33
- import { type TInstanceTypeInstantiate } from './instance-type/instantiate.mjs';
33
+ import { type TInstanceTypeInstantiate } from './instance_type/instantiate.mjs';
34
34
  import { type TInterfaceInstantiate } from './interface/instantiate.mjs';
35
35
  import { type TKeyOfInstantiate } from './keyof/instantiate.mjs';
36
36
  import { type TLowercaseInstantiate } from './intrinsics/instantiate.mjs';
37
37
  import { type TMappedInstantiate } from './mapped/instantiate.mjs';
38
38
  import { type TModuleInstantiate } from './module/instantiate.mjs';
39
- import { type TNonNullableInstantiate } from './non-nullable/instantiate.mjs';
39
+ import { type TNonNullableInstantiate } from './non_nullable/instantiate.mjs';
40
40
  import { type TOmitInstantiate } from './omit/instantiate.mjs';
41
41
  import { type TOptionsInstantiate } from './options/instantiate.mjs';
42
42
  import { type TParametersInstantiate } from './parameters/instantiate.mjs';
43
43
  import { type TPartialInstantiate } from './partial/instantiate.mjs';
44
44
  import { type TPickInstantiate } from './pick/instantiate.mjs';
45
- import { type TReadonlyObjectInstantiate } from './readonly-object/instantiate.mjs';
45
+ import { type TReadonlyObjectInstantiate } from './readonly_object/instantiate.mjs';
46
46
  import { type TRecordInstantiate } from './record/instantiate.mjs';
47
47
  import { type TRefInstantiate } from './ref/instantiate.mjs';
48
48
  import { type TRequiredInstantiate } from './required/instantiate.mjs';
49
- import { type TReturnTypeInstantiate } from './return-type/instantiate.mjs';
50
- import { type TTemplateLiteralInstantiate } from './template-literal/instantiate.mjs';
49
+ import { type TReturnTypeInstantiate } from './return_type/instantiate.mjs';
50
+ import { type TTemplateLiteralInstantiate } from './template_literal/instantiate.mjs';
51
51
  import { type TUncapitalizeInstantiate } from './intrinsics/instantiate.mjs';
52
52
  import { type TUppercaseInstantiate } from './intrinsics/instantiate.mjs';
53
53
  import { type TRestSpread } from './rest/index.mjs';
@@ -11,8 +11,8 @@ import { IsReadonly, ReadonlyAdd, ReadonlyRemove } from '../types/_readonly.mjs'
11
11
  // Types
12
12
  // ------------------------------------------------------------------
13
13
  import { IsBase } from '../types/base.mjs';
14
- import { Array, IsArray, ArrayOptions } from '../types/array.mjs';
15
- import { AsyncIterator, IsAsyncIterator, AsyncIteratorOptions } from '../types/async-iterator.mjs';
14
+ import { _Array_, IsArray, ArrayOptions } from '../types/array.mjs';
15
+ import { AsyncIterator, IsAsyncIterator, AsyncIteratorOptions } from '../types/async_iterator.mjs';
16
16
  import { Constructor, IsConstructor, ConstructorOptions } from '../types/constructor.mjs';
17
17
  import { Deferred, IsDeferred } from '../types/deferred.mjs';
18
18
  import { _Function_, IsFunction, FunctionOptions } from '../types/function.mjs';
@@ -38,29 +38,29 @@ import { AwaitedInstantiate } from './awaited/instantiate.mjs';
38
38
  import { CallInstantiate } from './call/instantiate.mjs';
39
39
  import { CapitalizeInstantiate } from './intrinsics/instantiate.mjs';
40
40
  import { ConditionalInstantiate } from './conditional/index.mjs';
41
- import { ConstructorParametersInstantiate } from './constructor-parameters/instantiate.mjs';
41
+ import { ConstructorParametersInstantiate } from './constructor_parameters/instantiate.mjs';
42
42
  import { EvaluateInstantiate } from './evaluate/instantiate.mjs';
43
43
  import { ExcludeInstantiate } from './exclude/instantiate.mjs';
44
44
  import { ExtractInstantiate } from './extract/instantiate.mjs';
45
45
  import { IndexInstantiate } from './indexed/instantiate.mjs';
46
- import { InstanceTypeInstantiate } from './instance-type/instantiate.mjs';
46
+ import { InstanceTypeInstantiate } from './instance_type/instantiate.mjs';
47
47
  import { InterfaceInstantiate } from './interface/instantiate.mjs';
48
48
  import { KeyOfInstantiate } from './keyof/instantiate.mjs';
49
49
  import { LowercaseInstantiate } from './intrinsics/instantiate.mjs';
50
50
  import { MappedInstantiate } from './mapped/instantiate.mjs';
51
51
  import { ModuleInstantiate } from './module/instantiate.mjs';
52
- import { NonNullableInstantiate } from './non-nullable/instantiate.mjs';
52
+ import { NonNullableInstantiate } from './non_nullable/instantiate.mjs';
53
53
  import { OmitInstantiate } from './omit/instantiate.mjs';
54
54
  import { OptionsInstantiate } from './options/instantiate.mjs';
55
55
  import { ParametersInstantiate } from './parameters/instantiate.mjs';
56
56
  import { PartialInstantiate } from './partial/instantiate.mjs';
57
57
  import { PickInstantiate } from './pick/instantiate.mjs';
58
- import { ReadonlyObjectInstantiate } from './readonly-object/instantiate.mjs';
58
+ import { ReadonlyObjectInstantiate } from './readonly_object/instantiate.mjs';
59
59
  import { RecordInstantiate } from './record/instantiate.mjs';
60
60
  import { RefInstantiate } from './ref/instantiate.mjs';
61
61
  import { RequiredInstantiate } from './required/instantiate.mjs';
62
- import { ReturnTypeInstantiate } from './return-type/instantiate.mjs';
63
- import { TemplateLiteralInstantiate } from './template-literal/instantiate.mjs';
62
+ import { ReturnTypeInstantiate } from './return_type/instantiate.mjs';
63
+ import { TemplateLiteralInstantiate } from './template_literal/instantiate.mjs';
64
64
  import { UncapitalizeInstantiate } from './intrinsics/instantiate.mjs';
65
65
  import { UppercaseInstantiate } from './intrinsics/instantiate.mjs';
66
66
  import { RestSpread } from './rest/index.mjs';
@@ -134,7 +134,7 @@ export function InstantiateType(context, state, input) {
134
134
  const modifiers = ModifierActions(input, IsReadonly(input) ? 'add' : 'none', IsOptional(input) ? 'add' : 'none');
135
135
  const type = IsBase(modifiers[0]) ? modifiers[0].Clone() : modifiers[0];
136
136
  const instantiated = (IsRef(type) ? RefInstantiate(context, state, type, type.$ref) :
137
- IsArray(type) ? Array(InstantiateType(context, state, type.items), ArrayOptions(type)) :
137
+ IsArray(type) ? _Array_(InstantiateType(context, state, type.items), ArrayOptions(type)) :
138
138
  IsAsyncIterator(type) ? AsyncIterator(InstantiateType(context, state, type.iteratorItems), AsyncIteratorOptions(type)) :
139
139
  IsCall(type) ? CallInstantiate(context, state, type.target, type.arguments) :
140
140
  IsConstructor(type) ? Constructor(InstantiateTypes(context, state, type.parameters), InstantiateType(context, state, type.instanceType), ConstructorOptions(type)) :
@@ -1,6 +1,6 @@
1
1
  import { type TSchema } from '../../types/schema.mjs';
2
2
  import { type TMappingType, type TMappingFunc } from './mapping.mjs';
3
- import { type TTemplateLiteralDecode } from '../template-literal/decode.mjs';
4
- import { type TFromType } from './from-type.mjs';
3
+ import { type TTemplateLiteralDecode } from '../template_literal/decode.mjs';
4
+ import { type TFromType } from './from_type.mjs';
5
5
  export type TFromTemplateLiteral<Mapping extends TMappingType, Pattern extends string, Decoded extends TSchema = TTemplateLiteralDecode<Pattern>, Result extends TSchema = TFromType<Mapping, Decoded>> = Result;
6
6
  export declare function FromTemplateLiteral(mapping: TMappingFunc, pattern: string): TSchema;
@@ -1,6 +1,6 @@
1
1
  // deno-fmt-ignore-file
2
- import { TemplateLiteralDecode } from '../template-literal/decode.mjs';
3
- import { FromType } from './from-type.mjs';
2
+ import { TemplateLiteralDecode } from '../template_literal/decode.mjs';
3
+ import { FromType } from './from_type.mjs';
4
4
  export function FromTemplateLiteral(mapping, pattern) {
5
5
  const decoded = TemplateLiteralDecode(pattern);
6
6
  const result = FromType(mapping, decoded);
@@ -1,10 +1,10 @@
1
1
  import { type TSchema } from '../../types/schema.mjs';
2
2
  import { type TLiteral, type TLiteralValue } from '../../types/literal.mjs';
3
- import { type TTemplateLiteral } from '../../types/template-literal.mjs';
3
+ import { type TTemplateLiteral } from '../../types/template_literal.mjs';
4
4
  import { type TUnion } from '../../types/union.mjs';
5
5
  import { type TMappingType, type TMappingFunc } from './mapping.mjs';
6
- import { type TFromLiteral } from './from-literal.mjs';
7
- import { type TFromTemplateLiteral } from './from-template-literal.mjs';
8
- import { type TFromUnion } from './from-union.mjs';
6
+ import { type TFromLiteral } from './from_literal.mjs';
7
+ import { type TFromTemplateLiteral } from './from_template_literal.mjs';
8
+ import { type TFromUnion } from './from_union.mjs';
9
9
  export type TFromType<Mapping extends TMappingType, Type extends TSchema> = (Type extends TLiteral<infer Value extends TLiteralValue> ? TFromLiteral<Mapping, Value> : Type extends TTemplateLiteral<infer Pattern extends string> ? TFromTemplateLiteral<Mapping, Pattern> : Type extends TUnion<infer Types extends TSchema[]> ? TFromUnion<Mapping, Types> : Type);
10
10
  export declare function FromType(mapping: TMappingFunc, type: TSchema): TSchema;
@@ -1,10 +1,10 @@
1
1
  // deno-fmt-ignore-file
2
2
  import { IsLiteral } from '../../types/literal.mjs';
3
- import { IsTemplateLiteral } from '../../types/template-literal.mjs';
3
+ import { IsTemplateLiteral } from '../../types/template_literal.mjs';
4
4
  import { IsUnion } from '../../types/union.mjs';
5
- import { FromLiteral } from './from-literal.mjs';
6
- import { FromTemplateLiteral } from './from-template-literal.mjs';
7
- import { FromUnion } from './from-union.mjs';
5
+ import { FromLiteral } from './from_literal.mjs';
6
+ import { FromTemplateLiteral } from './from_template_literal.mjs';
7
+ import { FromUnion } from './from_union.mjs';
8
8
  export function FromType(mapping, type) {
9
9
  return (IsLiteral(type) ? FromLiteral(mapping, type.const) :
10
10
  IsTemplateLiteral(type) ? FromTemplateLiteral(mapping, type.pattern) :
@@ -1,6 +1,6 @@
1
1
  import { type TSchema } from '../../types/schema.mjs';
2
2
  import { type TUnion } from '../../types/union.mjs';
3
3
  import { type TMappingType, type TMappingFunc } from './mapping.mjs';
4
- import { type TFromType } from './from-type.mjs';
4
+ import { type TFromType } from './from_type.mjs';
5
5
  export type TFromUnion<Mapping extends TMappingType, Types extends TSchema[], Result extends TSchema[] = []> = (Types extends [infer Left extends TSchema, ...infer Right extends TSchema[]] ? TFromUnion<Mapping, Right, [...Result, TFromType<Mapping, Left>]> : TUnion<Result>);
6
6
  export declare function FromUnion(mapping: TMappingFunc, types: TSchema[]): TSchema;
@@ -1,6 +1,6 @@
1
1
  // deno-fmt-ignore-file
2
2
  import { Union } from '../../types/union.mjs';
3
- import { FromType } from './from-type.mjs';
3
+ import { FromType } from './from_type.mjs';
4
4
  export function FromUnion(mapping, types) {
5
5
  const result = types.map(type => FromType(mapping, type));
6
6
  return Union(result);
@@ -1,7 +1,7 @@
1
1
  import { type TSchema, type TSchemaOptions } from '../../types/schema.mjs';
2
2
  import { type TProperties } from '../../types/properties.mjs';
3
3
  import { type TMappingType } from './mapping.mjs';
4
- import { type TFromType } from './from-type.mjs';
4
+ import { type TFromType } from './from_type.mjs';
5
5
  import { type TState, type TInstantiateType, type TCanInstantiate } from '../instantiate.mjs';
6
6
  import { type TCapitalizeDeferred } from '../../action/capitalize.mjs';
7
7
  import { type TLowercaseDeferred } from '../../action/lowercase.mjs';
@@ -1,6 +1,6 @@
1
1
  // deno-fmt-ignore-file
2
2
  import { Memory } from '../../../system/memory/index.mjs';
3
- import { FromType } from './from-type.mjs';
3
+ import { FromType } from './from_type.mjs';
4
4
  import { InstantiateType, CanInstantiate } from '../instantiate.mjs';
5
5
  import { CapitalizeDeferred } from '../../action/capitalize.mjs';
6
6
  import { LowercaseDeferred } from '../../action/lowercase.mjs';
@@ -6,10 +6,10 @@ import { type TNever } from '../../types/never.mjs';
6
6
  import { type TObject } from '../../types/object.mjs';
7
7
  import { type TRecord } from '../../types/record.mjs';
8
8
  import { type TTuple } from '../../types/tuple.mjs';
9
- import { type TFromAny } from './from-any.mjs';
10
- import { type TFromArray } from './from-array.mjs';
11
- import { type TFromObject } from './from-object.mjs';
12
- import { type TFromRecord } from './from-record.mjs';
13
- import { type TFromTuple } from './from-tuple.mjs';
9
+ import { type TFromAny } from './from_any.mjs';
10
+ import { type TFromArray } from './from_array.mjs';
11
+ import { type TFromObject } from './from_object.mjs';
12
+ import { type TFromRecord } from './from_record.mjs';
13
+ import { type TFromTuple } from './from_tuple.mjs';
14
14
  export type TFromType<Type extends TSchema> = (Type extends TAny ? TFromAny : Type extends TArray<infer Type extends TSchema> ? TFromArray<Type> : Type extends TObject<infer Properties extends TProperties> ? TFromObject<Properties> : Type extends TRecord ? TFromRecord<Type> : Type extends TTuple<infer Types extends TSchema[]> ? TFromTuple<Types> : TNever);
15
15
  export declare function FromType<Type extends TSchema>(type: Type): TFromType<Type>;
@@ -8,11 +8,11 @@ import { IsTuple } from '../../types/tuple.mjs';
8
8
  // ------------------------------------------------------------------
9
9
  // Computed
10
10
  // ------------------------------------------------------------------
11
- import { FromAny } from './from-any.mjs';
12
- import { FromArray } from './from-array.mjs';
13
- import { FromObject } from './from-object.mjs';
14
- import { FromRecord } from './from-record.mjs';
15
- import { FromTuple } from './from-tuple.mjs';
11
+ import { FromAny } from './from_any.mjs';
12
+ import { FromArray } from './from_array.mjs';
13
+ import { FromObject } from './from_object.mjs';
14
+ import { FromRecord } from './from_record.mjs';
15
+ import { FromTuple } from './from_tuple.mjs';
16
16
  export function FromType(type) {
17
17
  return (IsAny(type) ? FromAny() :
18
18
  IsArray(type) ? FromArray(type.items) :
@@ -6,7 +6,7 @@ import { type TUnion } from '../../types/union.mjs';
6
6
  import { type TKeyOfDeferred } from '../../action/keyof.mjs';
7
7
  import { type TState, type TInstantiateType, type TCanInstantiate } from '../instantiate.mjs';
8
8
  import { type TCollapseToObject } from '../object/index.mjs';
9
- import { type TFromType } from './from-type.mjs';
9
+ import { type TFromType } from './from_type.mjs';
10
10
  type TNormalizeType<Type extends TSchema, Result extends TSchema = (Type extends TCyclic | TIntersect | TUnion ? TCollapseToObject<Type> : Type)> = Result;
11
11
  export type TKeyOfAction<Type extends TSchema, Result extends TSchema = TCanInstantiate<[Type]> extends true ? TFromType<TNormalizeType<Type>> : TKeyOfDeferred<Type>> = Result;
12
12
  export declare function KeyOfAction<Type extends TSchema>(type: Type, options: TSchemaOptions): TKeyOfAction<Type>;
@@ -9,7 +9,7 @@ import { CollapseToObject } from '../object/index.mjs';
9
9
  // ------------------------------------------------------------------
10
10
  // Computed
11
11
  // ------------------------------------------------------------------
12
- import { FromType } from './from-type.mjs';
12
+ import { FromType } from './from_type.mjs';
13
13
  function NormalizeType(type) {
14
14
  const result = (IsCyclic(type) || IsIntersect(type) || IsUnion(type) ? CollapseToObject(type) : type);
15
15
  return result;
@@ -3,7 +3,7 @@ import { type TProperties } from '../../types/properties.mjs';
3
3
  import { type TIdentifier } from '../../types/identifier.mjs';
4
4
  import { type TMappedDeferred } from '../../action/mapped.mjs';
5
5
  import { type TState, type TInstantiateType, type TCanInstantiate } from '../instantiate.mjs';
6
- import { type TMappedOperation } from './mapped-operation.mjs';
6
+ import { type TMappedOperation } from './mapped_operation.mjs';
7
7
  export type TMappedAction<Context extends TProperties, State extends TState, Identifier extends TIdentifier, Type extends TSchema, As extends TSchema, Property extends TSchema, Result extends TSchema = TCanInstantiate<[Type]> extends true ? TMappedOperation<Context, State, Identifier, Type, As, Property> : TMappedDeferred<Identifier, Type, As, Property>> = Result;
8
8
  export declare function MappedAction<Context extends TProperties, State extends TState, Identifier extends TIdentifier, Type extends TSchema, As extends TSchema, Property extends TSchema>(context: Context, state: State, identifier: Identifier, type: Type, as: As, property: Property, options: TSchemaOptions): TMappedAction<Context, State, Identifier, Type, As, Property>;
9
9
  export type TMappedInstantiate<Context extends TProperties, State extends TState, Identifier extends TIdentifier, Type extends TSchema, As extends TSchema, Property extends TSchema, InstaniatedType extends TSchema = TInstantiateType<Context, State, Type>> = TMappedAction<Context, State, Identifier, InstaniatedType, As, Property>;
@@ -2,7 +2,7 @@
2
2
  import { Memory } from '../../../system/memory/index.mjs';
3
3
  import { MappedDeferred } from '../../action/mapped.mjs';
4
4
  import { InstantiateType, CanInstantiate } from '../instantiate.mjs';
5
- import { MappedOperation } from './mapped-operation.mjs';
5
+ import { MappedOperation } from './mapped_operation.mjs';
6
6
  export function MappedAction(context, state, identifier, type, as, property, options) {
7
7
  const result = CanInstantiate([type])
8
8
  ? Memory.Update(MappedOperation(context, state, identifier, type, as, property), {}, options)
@@ -4,11 +4,11 @@ import { type TLiteral } from '../../types/literal.mjs';
4
4
  import { type TObject } from '../../types/object.mjs';
5
5
  import { type TProperties } from '../../types/properties.mjs';
6
6
  import { type TIdentifier } from '../../types/identifier.mjs';
7
- import { type TTemplateLiteral } from '../../types/template-literal.mjs';
8
- import { type TTemplateLiteralDecode } from '../template-literal/decode.mjs';
7
+ import { type TTemplateLiteral } from '../../types/template_literal.mjs';
8
+ import { type TTemplateLiteralDecode } from '../template_literal/decode.mjs';
9
9
  import { type TState, type TInstantiateType } from '../instantiate.mjs';
10
10
  import { type TEvaluateIntersect } from '../evaluate/index.mjs';
11
- import { type TMappedVariants } from './mapped-variants.mjs';
11
+ import { type TMappedVariants } from './mapped_variants.mjs';
12
12
  type TCanonicalAs<InstantiatedAs extends TSchema, Result extends TSchema = InstantiatedAs extends TTemplateLiteral<infer Pattern extends string> ? TTemplateLiteralDecode<Pattern> : InstantiatedAs> = Result;
13
13
  type TMappedVariant<Context extends TProperties, State extends TState, Identifier extends TIdentifier, Variant extends TSchema, As extends TSchema, Property extends TSchema, VariantContext extends TProperties = Memory.TAssign<Context, {
14
14
  [_ in Identifier['name']]: Variant;
@@ -3,11 +3,11 @@
3
3
  import { Memory } from '../../../system/memory/index.mjs';
4
4
  import { IsLiteralNumber, IsLiteralString } from '../../types/literal.mjs';
5
5
  import { Object } from '../../types/object.mjs';
6
- import { IsTemplateLiteral } from '../../types/template-literal.mjs';
7
- import { TemplateLiteralDecode } from '../template-literal/decode.mjs';
6
+ import { IsTemplateLiteral } from '../../types/template_literal.mjs';
7
+ import { TemplateLiteralDecode } from '../template_literal/decode.mjs';
8
8
  import { InstantiateType } from '../instantiate.mjs';
9
9
  import { EvaluateIntersect } from '../evaluate/index.mjs';
10
- import { MappedVariants } from './mapped-variants.mjs';
10
+ import { MappedVariants } from './mapped_variants.mjs';
11
11
  function CanonicalAs(instantiatedAs) {
12
12
  const result = IsTemplateLiteral(instantiatedAs)
13
13
  ? TemplateLiteralDecode(instantiatedAs.pattern)
@@ -1,10 +1,10 @@
1
1
  import { type TSchema } from '../../types/index.mjs';
2
2
  import { type TLiteral, type TLiteralValue } from '../../types/literal.mjs';
3
3
  import { type TEnum, type TEnumValue } from '../../types/enum.mjs';
4
- import { type TTemplateLiteral } from '../../types/template-literal.mjs';
4
+ import { type TTemplateLiteral } from '../../types/template_literal.mjs';
5
5
  import { type TUnion } from '../../types/union.mjs';
6
6
  import { type TEnumValuesToVariants } from '../enum/index.mjs';
7
- import { type TTemplateLiteralDecode } from '../template-literal/decode.mjs';
7
+ import { type TTemplateLiteralDecode } from '../template_literal/decode.mjs';
8
8
  type TFromTemplateLiteral<Pattern extends string, Decoded extends TSchema = TTemplateLiteralDecode<Pattern>, Result extends TSchema[] = TFromType<Decoded>> = Result;
9
9
  type TFromUnion<Types extends TSchema[], Result extends TSchema[] = []> = (Types extends [infer Left extends TSchema, ...infer Right extends TSchema[]] ? TFromUnion<Right, [...Result, ...TFromType<Left>]> : Result);
10
10
  type TFromLiteral<Value extends TLiteralValue, Result extends TSchema[] = Value extends number ? [TLiteral<`${Value}`>] : [TLiteral<Value>]> = Result;
@@ -2,10 +2,10 @@
2
2
  import { Guard } from '../../../guard/index.mjs';
3
3
  import { Literal, IsLiteral } from '../../types/literal.mjs';
4
4
  import { IsEnum } from '../../types/enum.mjs';
5
- import { IsTemplateLiteral } from '../../types/template-literal.mjs';
5
+ import { IsTemplateLiteral } from '../../types/template_literal.mjs';
6
6
  import { IsUnion } from '../../types/union.mjs';
7
7
  import { EnumValuesToVariants } from '../enum/index.mjs';
8
- import { TemplateLiteralDecode } from '../template-literal/decode.mjs';
8
+ import { TemplateLiteralDecode } from '../template_literal/decode.mjs';
9
9
  function FromTemplateLiteral(pattern) {
10
10
  const decoded = TemplateLiteralDecode(pattern);
11
11
  const result = FromType(decoded);
@@ -4,7 +4,7 @@ import { type TNull } from '../../types/null.mjs';
4
4
  import { type TUndefined } from '../../types/undefined.mjs';
5
5
  import { type TUnion } from '../../types/union.mjs';
6
6
  import { type TExcludeAction } from '../exclude/instantiate.mjs';
7
- import { type TNonNullableDeferred } from '../../action/non-nullable.mjs';
7
+ import { type TNonNullableDeferred } from '../../action/non_nullable.mjs';
8
8
  import { type TState, type TInstantiateType, type TCanInstantiate } from '../instantiate.mjs';
9
9
  type TNonNullableOperation<Type extends TSchema, Excluded extends TSchema = TUnion<[TNull, TUndefined]>> = TExcludeAction<Type, Excluded>;
10
10
  export type TNonNullableAction<Type extends TSchema, Result extends TSchema = TCanInstantiate<[Type]> extends true ? TNonNullableOperation<Type> : TNonNullableDeferred<Type>> = Result;
@@ -4,7 +4,7 @@ import { Null } from '../../types/null.mjs';
4
4
  import { Undefined } from '../../types/undefined.mjs';
5
5
  import { Union } from '../../types/union.mjs';
6
6
  import { ExcludeAction } from '../exclude/instantiate.mjs';
7
- import { NonNullableDeferred } from '../../action/non-nullable.mjs';
7
+ import { NonNullableDeferred } from '../../action/non_nullable.mjs';
8
8
  import { InstantiateType, CanInstantiate } from '../instantiate.mjs';
9
9
  function NonNullableOperation(type) {
10
10
  const excluded = Union([Null(), Undefined()]);
@@ -1,7 +1,7 @@
1
1
  import { type TSchema } from '../../types/schema.mjs';
2
2
  import { type TProperties } from '../../types/properties.mjs';
3
3
  import { type TObject } from '../../types/object.mjs';
4
- import { type TFromType } from './from-type.mjs';
4
+ import { type TFromType } from './from_type.mjs';
5
5
  export type TCollapseToObject<Type extends TSchema, Properties extends TProperties = TFromType<Type>, Result extends TSchema = TObject<Properties>> = Result;
6
6
  /**
7
7
  * Collapses a type into a TObject schema. This is a lossy fast path used to
@@ -1,6 +1,6 @@
1
1
  // deno-fmt-ignore-file
2
2
  import { Object } from '../../types/object.mjs';
3
- import { FromType } from './from-type.mjs';
3
+ import { FromType } from './from_type.mjs';
4
4
  /**
5
5
  * Collapses a type into a TObject schema. This is a lossy fast path used to
6
6
  * normalize arbitrary TSchema types into a TObject structure. This function is
@@ -1,6 +1,6 @@
1
1
  import { type TSchema } from '../../types/schema.mjs';
2
2
  import { type TProperties } from '../../types/properties.mjs';
3
- import { type TFromType } from './from-type.mjs';
3
+ import { type TFromType } from './from_type.mjs';
4
4
  import { type TCyclicTarget } from '../cyclic/target.mjs';
5
5
  export type TFromCyclic<Defs extends TProperties, Ref extends string, Target extends TSchema = TCyclicTarget<Defs, Ref>, Result extends TProperties = TFromType<Target>> = Result;
6
6
  export declare function FromCyclic<Defs extends TProperties, Ref extends string>(defs: Defs, ref: Ref): TFromCyclic<Defs, Ref>;
@@ -1,5 +1,5 @@
1
1
  // deno-fmt-ignore-file
2
- import { FromType } from './from-type.mjs';
2
+ import { FromType } from './from_type.mjs';
3
3
  import { CyclicTarget } from '../cyclic/target.mjs';
4
4
  export function FromCyclic(defs, ref) {
5
5
  const target = CyclicTarget(defs, ref);
@@ -1,7 +1,7 @@
1
1
  import { Memory } from '../../../system/memory/index.mjs';
2
2
  import { type TSchema } from '../../types/schema.mjs';
3
3
  import { type TProperties } from '../../types/properties.mjs';
4
- import { type TFromType } from './from-type.mjs';
4
+ import { type TFromType } from './from_type.mjs';
5
5
  import { type TEvaluateIntersect } from '../evaluate/evaluate.mjs';
6
6
  type TCollapseIntersectProperties<Left extends TProperties, Right extends TProperties, LeftKeys extends keyof Left = Exclude<keyof Left, keyof Right>, RightKeys extends keyof Right = Exclude<keyof Right, keyof Left>, SharedKeys extends keyof Left & keyof Right = Extract<keyof Left, keyof Right>, LeftProperties extends TProperties = {
7
7
  [Key in LeftKeys]: Left[Key];
@@ -2,7 +2,7 @@
2
2
  // deno-fmt-ignore-file
3
3
  import { Memory } from '../../../system/memory/index.mjs';
4
4
  import { Guard } from '../../../guard/index.mjs';
5
- import { FromType } from './from-type.mjs';
5
+ import { FromType } from './from_type.mjs';
6
6
  import { EvaluateIntersect } from '../evaluate/evaluate.mjs';
7
7
  function CollapseIntersectProperties(left, right) {
8
8
  const leftKeys = Guard.Keys(left).filter((key) => !Guard.HasPropertyKey(right, key));
@@ -1,6 +1,6 @@
1
1
  import { type TSchema } from '../../types/schema.mjs';
2
2
  import { type TTuple } from '../../types/tuple.mjs';
3
- import { type TTupleToObject } from '../tuple/to-object.mjs';
4
- import { type TFromType } from './from-type.mjs';
3
+ import { type TTupleToObject } from '../tuple/to_object.mjs';
4
+ import { type TFromType } from './from_type.mjs';
5
5
  export type TFromTuple<Types extends TSchema[], Object extends TSchema = TTupleToObject<TTuple<Types>>, Result extends TSchema = TFromType<Object>> = Result;
6
6
  export declare function FromTuple<Types extends TSchema[]>(types: [...Types]): TFromTuple<Types>;
@@ -1,7 +1,7 @@
1
1
  // deno-fmt-ignore-file
2
2
  import { Tuple } from '../../types/tuple.mjs';
3
- import { TupleToObject } from '../tuple/to-object.mjs';
4
- import { FromType } from './from-type.mjs';
3
+ import { TupleToObject } from '../tuple/to_object.mjs';
4
+ import { FromType } from './from_type.mjs';
5
5
  export function FromTuple(types) {
6
6
  const object = TupleToObject(Tuple(types));
7
7
  const result = FromType(object);
@@ -5,10 +5,10 @@ import { type TProperties } from '../../types/properties.mjs';
5
5
  import { type TObject } from '../../types/object.mjs';
6
6
  import { type TTuple } from '../../types/tuple.mjs';
7
7
  import { type TUnion } from '../../types/union.mjs';
8
- import { type TFromCyclic } from './from-cyclic.mjs';
9
- import { type TFromIntersect } from './from-intersect.mjs';
10
- import { type TFromObject } from './from-object.mjs';
11
- import { type TFromTuple } from './from-tuple.mjs';
12
- import { type TFromUnion } from './from-union.mjs';
8
+ import { type TFromCyclic } from './from_cyclic.mjs';
9
+ import { type TFromIntersect } from './from_intersect.mjs';
10
+ import { type TFromObject } from './from_object.mjs';
11
+ import { type TFromTuple } from './from_tuple.mjs';
12
+ import { type TFromUnion } from './from_union.mjs';
13
13
  export type TFromType<Type extends TSchema, Result extends TProperties = (Type extends TCyclic<infer Defs extends TProperties, infer Ref extends string> ? TFromCyclic<Defs, Ref> : Type extends TIntersect<infer Types extends TSchema[]> ? TFromIntersect<Types> : Type extends TUnion<infer Types extends TSchema[]> ? TFromUnion<Types> : Type extends TTuple<infer Types extends TSchema[]> ? TFromTuple<Types> : Type extends TObject<infer Properties extends TProperties> ? TFromObject<Properties> : {})> = Result;
14
14
  export declare function FromType<Type extends TSchema>(type: Type): TFromType<Type>;
@@ -5,11 +5,11 @@ import { IsIntersect } from '../../types/intersect.mjs';
5
5
  import { IsObject } from '../../types/object.mjs';
6
6
  import { IsTuple } from '../../types/tuple.mjs';
7
7
  import { IsUnion } from '../../types/union.mjs';
8
- import { FromCyclic } from './from-cyclic.mjs';
9
- import { FromIntersect } from './from-intersect.mjs';
10
- import { FromObject } from './from-object.mjs';
11
- import { FromTuple } from './from-tuple.mjs';
12
- import { FromUnion } from './from-union.mjs';
8
+ import { FromCyclic } from './from_cyclic.mjs';
9
+ import { FromIntersect } from './from_intersect.mjs';
10
+ import { FromObject } from './from_object.mjs';
11
+ import { FromTuple } from './from_tuple.mjs';
12
+ import { FromUnion } from './from_union.mjs';
13
13
  export function FromType(type) {
14
14
  return (IsCyclic(type) ? FromCyclic(type.$defs, type.$ref) :
15
15
  IsIntersect(type) ? FromIntersect(type.allOf) :
@@ -2,7 +2,7 @@ import { type TUnreachable } from '../../../system/unreachable/index.mjs';
2
2
  import { type TSchema } from '../../types/schema.mjs';
3
3
  import { type TProperties } from '../../types/properties.mjs';
4
4
  import { type TEvaluateUnion } from '../evaluate/evaluate.mjs';
5
- import { type TFromType } from './from-type.mjs';
5
+ import { type TFromType } from './from_type.mjs';
6
6
  type TCollapseUnionProperties<Left extends TProperties, Right extends TProperties, SharedKeys extends PropertyKey = keyof Left & keyof Right, Result extends TProperties = {
7
7
  [Key in SharedKeys]: TEvaluateUnion<[Left[Key], Right[Key]]>;
8
8
  }> = Result;
@@ -2,7 +2,7 @@
2
2
  import { Guard } from '../../../guard/index.mjs';
3
3
  import { Unreachable } from '../../../system/unreachable/index.mjs';
4
4
  import { EvaluateUnion } from '../evaluate/evaluate.mjs';
5
- import { FromType } from './from-type.mjs';
5
+ import { FromType } from './from_type.mjs';
6
6
  function CollapseUnionProperties(left, right) {
7
7
  const sharedKeys = Guard.Keys(left).filter((key) => key in right);
8
8
  const result = sharedKeys.reduce((result, key) => {
@@ -1,8 +1,8 @@
1
1
  import { type TSchema } from '../../types/schema.mjs';
2
2
  import { type TProperties } from '../../types/properties.mjs';
3
3
  import { type TObject } from '../../types/object.mjs';
4
- import { type TToIndexableKeys } from '../indexable/to-indexable-keys.mjs';
5
- import { type TToIndexable } from '../indexable/to-indexable.mjs';
4
+ import { type TToIndexableKeys } from '../indexable/to_indexable_keys.mjs';
5
+ import { type TToIndexable } from '../indexable/to_indexable.mjs';
6
6
  type TNormalKeys<Keys extends string[], UnionKeys extends string = Keys[number], Result extends string | number = (UnionKeys extends `${infer Value extends number}` ? UnionKeys | Value : UnionKeys)> = Result;
7
7
  type TFromKeys<Properties extends TProperties, Keys extends string[], Omitted extends TProperties = Omit<Properties, TNormalKeys<Keys>>, Result extends TProperties = {
8
8
  [Key in keyof Omitted]: Omitted[Key];
@@ -1,8 +1,8 @@
1
1
  // deno-fmt-ignore-file
2
2
  import { Guard } from '../../../guard/index.mjs';
3
3
  import { Object } from '../../types/object.mjs';
4
- import { ToIndexableKeys } from '../indexable/to-indexable-keys.mjs';
5
- import { ToIndexable } from '../indexable/to-indexable.mjs';
4
+ import { ToIndexableKeys } from '../indexable/to_indexable_keys.mjs';
5
+ import { ToIndexable } from '../indexable/to_indexable.mjs';
6
6
  function FromKeys(properties, keys) {
7
7
  const result = Guard.Keys(properties).reduce((result, key) => {
8
8
  return keys.includes(key) ? result : { ...result, [key]: properties[key] };
@@ -2,7 +2,7 @@ import { type TSchema, type TSchemaOptions } from '../../types/schema.mjs';
2
2
  import { type TProperties } from '../../types/properties.mjs';
3
3
  import { type TOmitDeferred } from '../../action/omit.mjs';
4
4
  import { type TState, type TInstantiateType, type TCanInstantiate } from '../instantiate.mjs';
5
- import { type TFromType } from './from-type.mjs';
5
+ import { type TFromType } from './from_type.mjs';
6
6
  export type TOmitAction<Type extends TSchema, Indexer extends TSchema, Result extends TSchema = TCanInstantiate<[Type, Indexer]> extends true ? TFromType<Type, Indexer> : TOmitDeferred<Type, Indexer>> = Result;
7
7
  export declare function OmitAction<Type extends TSchema, Indexer extends TSchema>(type: Type, indexer: Indexer, options: TSchemaOptions): TOmitAction<Type, Indexer>;
8
8
  export type TOmitInstantiate<Context extends TProperties, State extends TState, Type extends TSchema, Indexer extends TSchema, InstantiatedType extends TSchema = TInstantiateType<Context, State, Type>, InstantiatedIndexer extends TSchema = TInstantiateType<Context, State, Indexer>> = TOmitAction<InstantiatedType, InstantiatedIndexer>;
@@ -2,7 +2,7 @@
2
2
  import { Memory } from '../../../system/memory/index.mjs';
3
3
  import { OmitDeferred } from '../../action/omit.mjs';
4
4
  import { InstantiateType, CanInstantiate } from '../instantiate.mjs';
5
- import { FromType } from './from-type.mjs';
5
+ import { FromType } from './from_type.mjs';
6
6
  export function OmitAction(type, indexer, options) {
7
7
  const result = CanInstantiate([type, indexer])
8
8
  ? Memory.Update(FromType(type, indexer), {}, options)
@@ -2,7 +2,7 @@ import { Memory } from '../../../system/memory/index.mjs';
2
2
  import { type TSchema } from '../../types/schema.mjs';
3
3
  import { type TCyclic } from '../../types/cyclic.mjs';
4
4
  import { type TProperties } from '../../types/properties.mjs';
5
- import { type TFromType } from './from-type.mjs';
5
+ import { type TFromType } from './from_type.mjs';
6
6
  import { type TCyclicTarget } from '../cyclic/target.mjs';
7
7
  export type TFromCyclic<Defs extends TProperties, Ref extends string, Target extends TSchema = TCyclicTarget<Defs, Ref>, Partial extends TSchema = TFromType<Target>, Result extends TSchema = TCyclic<Memory.TAssign<Defs, {
8
8
  [_ in Ref]: Partial;
@@ -1,7 +1,7 @@
1
1
  // deno-fmt-ignore-file
2
2
  import { Memory } from '../../../system/memory/index.mjs';
3
3
  import { Cyclic } from '../../types/cyclic.mjs';
4
- import { FromType } from './from-type.mjs';
4
+ import { FromType } from './from_type.mjs';
5
5
  import { CyclicTarget } from '../cyclic/target.mjs';
6
6
  export function FromCyclic(defs, ref) {
7
7
  const target = CyclicTarget(defs, ref);
@@ -1,5 +1,5 @@
1
1
  import { type TSchema } from '../../types/schema.mjs';
2
- import { type TFromType } from './from-type.mjs';
2
+ import { type TFromType } from './from_type.mjs';
3
3
  import { type TEvaluateIntersect } from '../evaluate/evaluate.mjs';
4
4
  export type TFromIntersect<Types extends TSchema[], Result extends TSchema[] = []> = (Types extends [infer Left extends TSchema, ...infer Right extends TSchema[]] ? TFromIntersect<Right, [...Result, TFromType<Left>]> : TEvaluateIntersect<Result>);
5
5
  export declare function FromIntersect<Types extends TSchema[]>(types: [...Types]): TFromIntersect<Types>;
@@ -1,5 +1,5 @@
1
1
  // deno-fmt-ignore-file
2
- import { FromType } from './from-type.mjs';
2
+ import { FromType } from './from_type.mjs';
3
3
  import { EvaluateIntersect } from '../evaluate/evaluate.mjs';
4
4
  export function FromIntersect(types) {
5
5
  const result = types.map(type => FromType(type));