@pithos/core 2.0.0

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 (1612) hide show
  1. package/LICENSE +21 -0
  2. package/dist/.tsbuildinfo +1 -0
  3. package/dist/_internal/test/arbitraries.d.ts +16 -0
  4. package/dist/_internal/test/arbitraries.d.ts.map +1 -0
  5. package/dist/_internal/test/arbitraries.js +19 -0
  6. package/dist/_internal/test/arbitraries.js.map +1 -0
  7. package/dist/arkhe/array/chunk.d.ts +20 -0
  8. package/dist/arkhe/array/chunk.d.ts.map +1 -0
  9. package/dist/arkhe/array/chunk.js +32 -0
  10. package/dist/arkhe/array/chunk.js.map +1 -0
  11. package/dist/arkhe/array/count-by.d.ts +27 -0
  12. package/dist/arkhe/array/count-by.d.ts.map +1 -0
  13. package/dist/arkhe/array/count-by.js +34 -0
  14. package/dist/arkhe/array/count-by.js.map +1 -0
  15. package/dist/arkhe/array/difference-by.d.ts +28 -0
  16. package/dist/arkhe/array/difference-by.d.ts.map +1 -0
  17. package/dist/arkhe/array/difference-by.js +42 -0
  18. package/dist/arkhe/array/difference-by.js.map +1 -0
  19. package/dist/arkhe/array/difference-with.d.ts +36 -0
  20. package/dist/arkhe/array/difference-with.d.ts.map +1 -0
  21. package/dist/arkhe/array/difference-with.js +38 -0
  22. package/dist/arkhe/array/difference-with.js.map +1 -0
  23. package/dist/arkhe/array/difference.d.ts +24 -0
  24. package/dist/arkhe/array/difference.d.ts.map +1 -0
  25. package/dist/arkhe/array/difference.js +56 -0
  26. package/dist/arkhe/array/difference.js.map +1 -0
  27. package/dist/arkhe/array/drop-right-while.d.ts +26 -0
  28. package/dist/arkhe/array/drop-right-while.d.ts.map +1 -0
  29. package/dist/arkhe/array/drop-right-while.js +38 -0
  30. package/dist/arkhe/array/drop-right-while.js.map +1 -0
  31. package/dist/arkhe/array/drop-right.d.ts +25 -0
  32. package/dist/arkhe/array/drop-right.d.ts.map +1 -0
  33. package/dist/arkhe/array/drop-right.js +33 -0
  34. package/dist/arkhe/array/drop-right.js.map +1 -0
  35. package/dist/arkhe/array/drop-while.d.ts +26 -0
  36. package/dist/arkhe/array/drop-while.d.ts.map +1 -0
  37. package/dist/arkhe/array/drop-while.js +36 -0
  38. package/dist/arkhe/array/drop-while.js.map +1 -0
  39. package/dist/arkhe/array/drop.d.ts +25 -0
  40. package/dist/arkhe/array/drop.d.ts.map +1 -0
  41. package/dist/arkhe/array/drop.js +31 -0
  42. package/dist/arkhe/array/drop.js.map +1 -0
  43. package/dist/arkhe/array/fill.d.ts +27 -0
  44. package/dist/arkhe/array/fill.d.ts.map +1 -0
  45. package/dist/arkhe/array/fill.js +43 -0
  46. package/dist/arkhe/array/fill.js.map +1 -0
  47. package/dist/arkhe/array/find-best.d.ts +28 -0
  48. package/dist/arkhe/array/find-best.d.ts.map +1 -0
  49. package/dist/arkhe/array/find-best.js +41 -0
  50. package/dist/arkhe/array/find-best.js.map +1 -0
  51. package/dist/arkhe/array/find-last-index.d.ts +29 -0
  52. package/dist/arkhe/array/find-last-index.d.ts.map +1 -0
  53. package/dist/arkhe/array/find-last-index.js +36 -0
  54. package/dist/arkhe/array/find-last-index.js.map +1 -0
  55. package/dist/arkhe/array/find-last.d.ts +30 -0
  56. package/dist/arkhe/array/find-last.d.ts.map +1 -0
  57. package/dist/arkhe/array/find-last.js +37 -0
  58. package/dist/arkhe/array/find-last.js.map +1 -0
  59. package/dist/arkhe/array/group-by.d.ts +33 -0
  60. package/dist/arkhe/array/group-by.d.ts.map +1 -0
  61. package/dist/arkhe/array/group-by.js +40 -0
  62. package/dist/arkhe/array/group-by.js.map +1 -0
  63. package/dist/arkhe/array/group-with.d.ts +25 -0
  64. package/dist/arkhe/array/group-with.d.ts.map +1 -0
  65. package/dist/arkhe/array/group-with.js +44 -0
  66. package/dist/arkhe/array/group-with.js.map +1 -0
  67. package/dist/arkhe/array/intersection-by.d.ts +25 -0
  68. package/dist/arkhe/array/intersection-by.d.ts.map +1 -0
  69. package/dist/arkhe/array/intersection-by.js +78 -0
  70. package/dist/arkhe/array/intersection-by.js.map +1 -0
  71. package/dist/arkhe/array/intersection-with.d.ts +28 -0
  72. package/dist/arkhe/array/intersection-with.d.ts.map +1 -0
  73. package/dist/arkhe/array/intersection-with.js +101 -0
  74. package/dist/arkhe/array/intersection-with.js.map +1 -0
  75. package/dist/arkhe/array/intersection.d.ts +24 -0
  76. package/dist/arkhe/array/intersection.d.ts.map +1 -0
  77. package/dist/arkhe/array/intersection.js +57 -0
  78. package/dist/arkhe/array/intersection.js.map +1 -0
  79. package/dist/arkhe/array/key-by.d.ts +31 -0
  80. package/dist/arkhe/array/key-by.d.ts.map +1 -0
  81. package/dist/arkhe/array/key-by.js +37 -0
  82. package/dist/arkhe/array/key-by.js.map +1 -0
  83. package/dist/arkhe/array/max-by.d.ts +26 -0
  84. package/dist/arkhe/array/max-by.d.ts.map +1 -0
  85. package/dist/arkhe/array/max-by.js +39 -0
  86. package/dist/arkhe/array/max-by.js.map +1 -0
  87. package/dist/arkhe/array/min-by.d.ts +26 -0
  88. package/dist/arkhe/array/min-by.d.ts.map +1 -0
  89. package/dist/arkhe/array/min-by.js +39 -0
  90. package/dist/arkhe/array/min-by.js.map +1 -0
  91. package/dist/arkhe/array/order-by.d.ts +45 -0
  92. package/dist/arkhe/array/order-by.d.ts.map +1 -0
  93. package/dist/arkhe/array/order-by.js +60 -0
  94. package/dist/arkhe/array/order-by.js.map +1 -0
  95. package/dist/arkhe/array/partition.d.ts +27 -0
  96. package/dist/arkhe/array/partition.d.ts.map +1 -0
  97. package/dist/arkhe/array/partition.js +39 -0
  98. package/dist/arkhe/array/partition.js.map +1 -0
  99. package/dist/arkhe/array/reverse.d.ts +24 -0
  100. package/dist/arkhe/array/reverse.d.ts.map +1 -0
  101. package/dist/arkhe/array/reverse.js +26 -0
  102. package/dist/arkhe/array/reverse.js.map +1 -0
  103. package/dist/arkhe/array/sample-size.d.ts +28 -0
  104. package/dist/arkhe/array/sample-size.d.ts.map +1 -0
  105. package/dist/arkhe/array/sample-size.js +44 -0
  106. package/dist/arkhe/array/sample-size.js.map +1 -0
  107. package/dist/arkhe/array/sample.d.ts +21 -0
  108. package/dist/arkhe/array/sample.d.ts.map +1 -0
  109. package/dist/arkhe/array/sample.js +25 -0
  110. package/dist/arkhe/array/sample.js.map +1 -0
  111. package/dist/arkhe/array/shuffle.d.ts +25 -0
  112. package/dist/arkhe/array/shuffle.d.ts.map +1 -0
  113. package/dist/arkhe/array/shuffle.js +34 -0
  114. package/dist/arkhe/array/shuffle.js.map +1 -0
  115. package/dist/arkhe/array/take-right-while.d.ts +28 -0
  116. package/dist/arkhe/array/take-right-while.d.ts.map +1 -0
  117. package/dist/arkhe/array/take-right-while.js +37 -0
  118. package/dist/arkhe/array/take-right-while.js.map +1 -0
  119. package/dist/arkhe/array/take-right.d.ts +23 -0
  120. package/dist/arkhe/array/take-right.d.ts.map +1 -0
  121. package/dist/arkhe/array/take-right.js +31 -0
  122. package/dist/arkhe/array/take-right.js.map +1 -0
  123. package/dist/arkhe/array/take-while.d.ts +28 -0
  124. package/dist/arkhe/array/take-while.d.ts.map +1 -0
  125. package/dist/arkhe/array/take-while.js +37 -0
  126. package/dist/arkhe/array/take-while.js.map +1 -0
  127. package/dist/arkhe/array/take.d.ts +26 -0
  128. package/dist/arkhe/array/take.d.ts.map +1 -0
  129. package/dist/arkhe/array/take.js +35 -0
  130. package/dist/arkhe/array/take.js.map +1 -0
  131. package/dist/arkhe/array/to-array.d.ts +27 -0
  132. package/dist/arkhe/array/to-array.d.ts.map +1 -0
  133. package/dist/arkhe/array/to-array.js +28 -0
  134. package/dist/arkhe/array/to-array.js.map +1 -0
  135. package/dist/arkhe/array/toggle.d.ts +24 -0
  136. package/dist/arkhe/array/toggle.d.ts.map +1 -0
  137. package/dist/arkhe/array/toggle.js +29 -0
  138. package/dist/arkhe/array/toggle.js.map +1 -0
  139. package/dist/arkhe/array/union-by.d.ts +28 -0
  140. package/dist/arkhe/array/union-by.d.ts.map +1 -0
  141. package/dist/arkhe/array/union-by.js +44 -0
  142. package/dist/arkhe/array/union-by.js.map +1 -0
  143. package/dist/arkhe/array/union-with.d.ts +26 -0
  144. package/dist/arkhe/array/union-with.d.ts.map +1 -0
  145. package/dist/arkhe/array/union-with.js +40 -0
  146. package/dist/arkhe/array/union-with.js.map +1 -0
  147. package/dist/arkhe/array/union.d.ts +23 -0
  148. package/dist/arkhe/array/union.d.ts.map +1 -0
  149. package/dist/arkhe/array/union.js +38 -0
  150. package/dist/arkhe/array/union.js.map +1 -0
  151. package/dist/arkhe/array/uniq-by.d.ts +28 -0
  152. package/dist/arkhe/array/uniq-by.d.ts.map +1 -0
  153. package/dist/arkhe/array/uniq-by.js +39 -0
  154. package/dist/arkhe/array/uniq-by.js.map +1 -0
  155. package/dist/arkhe/array/uniq-with.d.ts +23 -0
  156. package/dist/arkhe/array/uniq-with.d.ts.map +1 -0
  157. package/dist/arkhe/array/uniq-with.js +32 -0
  158. package/dist/arkhe/array/uniq-with.js.map +1 -0
  159. package/dist/arkhe/array/uniq.d.ts +23 -0
  160. package/dist/arkhe/array/uniq.d.ts.map +1 -0
  161. package/dist/arkhe/array/uniq.js +57 -0
  162. package/dist/arkhe/array/uniq.js.map +1 -0
  163. package/dist/arkhe/array/unzip.d.ts +40 -0
  164. package/dist/arkhe/array/unzip.d.ts.map +1 -0
  165. package/dist/arkhe/array/unzip.js +50 -0
  166. package/dist/arkhe/array/unzip.js.map +1 -0
  167. package/dist/arkhe/array/window.d.ts +23 -0
  168. package/dist/arkhe/array/window.d.ts.map +1 -0
  169. package/dist/arkhe/array/window.js +39 -0
  170. package/dist/arkhe/array/window.js.map +1 -0
  171. package/dist/arkhe/array/xor.d.ts +23 -0
  172. package/dist/arkhe/array/xor.d.ts.map +1 -0
  173. package/dist/arkhe/array/xor.js +45 -0
  174. package/dist/arkhe/array/xor.js.map +1 -0
  175. package/dist/arkhe/array/zip-with.d.ts +25 -0
  176. package/dist/arkhe/array/zip-with.d.ts.map +1 -0
  177. package/dist/arkhe/array/zip-with.js +36 -0
  178. package/dist/arkhe/array/zip-with.js.map +1 -0
  179. package/dist/arkhe/array/zip.d.ts +35 -0
  180. package/dist/arkhe/array/zip.d.ts.map +1 -0
  181. package/dist/arkhe/array/zip.js +49 -0
  182. package/dist/arkhe/array/zip.js.map +1 -0
  183. package/dist/arkhe/async/all.d.ts +32 -0
  184. package/dist/arkhe/async/all.d.ts.map +1 -0
  185. package/dist/arkhe/async/all.js +40 -0
  186. package/dist/arkhe/async/all.js.map +1 -0
  187. package/dist/arkhe/async/dedupe-by-key.d.ts +27 -0
  188. package/dist/arkhe/async/dedupe-by-key.d.ts.map +1 -0
  189. package/dist/arkhe/async/dedupe-by-key.js +37 -0
  190. package/dist/arkhe/async/dedupe-by-key.js.map +1 -0
  191. package/dist/arkhe/async/defer.d.ts +20 -0
  192. package/dist/arkhe/async/defer.d.ts.map +1 -0
  193. package/dist/arkhe/async/defer.js +32 -0
  194. package/dist/arkhe/async/defer.js.map +1 -0
  195. package/dist/arkhe/async/guard.d.ts +26 -0
  196. package/dist/arkhe/async/guard.d.ts.map +1 -0
  197. package/dist/arkhe/async/guard.js +40 -0
  198. package/dist/arkhe/async/guard.js.map +1 -0
  199. package/dist/arkhe/async/parallel.d.ts +26 -0
  200. package/dist/arkhe/async/parallel.d.ts.map +1 -0
  201. package/dist/arkhe/async/parallel.js +57 -0
  202. package/dist/arkhe/async/parallel.js.map +1 -0
  203. package/dist/arkhe/async/queue-by-key.d.ts +30 -0
  204. package/dist/arkhe/async/queue-by-key.d.ts.map +1 -0
  205. package/dist/arkhe/async/queue-by-key.js +43 -0
  206. package/dist/arkhe/async/queue-by-key.js.map +1 -0
  207. package/dist/arkhe/async/retry.d.ts +50 -0
  208. package/dist/arkhe/async/retry.d.ts.map +1 -0
  209. package/dist/arkhe/async/retry.js +53 -0
  210. package/dist/arkhe/async/retry.js.map +1 -0
  211. package/dist/arkhe/function/after.d.ts +38 -0
  212. package/dist/arkhe/function/after.d.ts.map +1 -0
  213. package/dist/arkhe/function/after.js +50 -0
  214. package/dist/arkhe/function/after.js.map +1 -0
  215. package/dist/arkhe/function/before.d.ts +37 -0
  216. package/dist/arkhe/function/before.d.ts.map +1 -0
  217. package/dist/arkhe/function/before.js +53 -0
  218. package/dist/arkhe/function/before.js.map +1 -0
  219. package/dist/arkhe/function/cast-comparator.d.ts +42 -0
  220. package/dist/arkhe/function/cast-comparator.d.ts.map +1 -0
  221. package/dist/arkhe/function/cast-comparator.js +41 -0
  222. package/dist/arkhe/function/cast-comparator.js.map +1 -0
  223. package/dist/arkhe/function/cast-mapping.d.ts +31 -0
  224. package/dist/arkhe/function/cast-mapping.d.ts.map +1 -0
  225. package/dist/arkhe/function/cast-mapping.js +37 -0
  226. package/dist/arkhe/function/cast-mapping.js.map +1 -0
  227. package/dist/arkhe/function/curry.d.ts +48 -0
  228. package/dist/arkhe/function/curry.d.ts.map +1 -0
  229. package/dist/arkhe/function/curry.js +53 -0
  230. package/dist/arkhe/function/curry.js.map +1 -0
  231. package/dist/arkhe/function/debounce.d.ts +40 -0
  232. package/dist/arkhe/function/debounce.d.ts.map +1 -0
  233. package/dist/arkhe/function/debounce.js +87 -0
  234. package/dist/arkhe/function/debounce.js.map +1 -0
  235. package/dist/arkhe/function/flip.d.ts +22 -0
  236. package/dist/arkhe/function/flip.d.ts.map +1 -0
  237. package/dist/arkhe/function/flip.js +26 -0
  238. package/dist/arkhe/function/flip.js.map +1 -0
  239. package/dist/arkhe/function/flow-right.d.ts +47 -0
  240. package/dist/arkhe/function/flow-right.d.ts.map +1 -0
  241. package/dist/arkhe/function/flow-right.js +58 -0
  242. package/dist/arkhe/function/flow-right.js.map +1 -0
  243. package/dist/arkhe/function/memoize.d.ts +89 -0
  244. package/dist/arkhe/function/memoize.d.ts.map +1 -0
  245. package/dist/arkhe/function/memoize.js +29 -0
  246. package/dist/arkhe/function/memoize.js.map +1 -0
  247. package/dist/arkhe/function/negate.d.ts +28 -0
  248. package/dist/arkhe/function/negate.d.ts.map +1 -0
  249. package/dist/arkhe/function/negate.js +30 -0
  250. package/dist/arkhe/function/negate.js.map +1 -0
  251. package/dist/arkhe/function/noop.d.ts +23 -0
  252. package/dist/arkhe/function/noop.d.ts.map +1 -0
  253. package/dist/arkhe/function/noop.js +23 -0
  254. package/dist/arkhe/function/noop.js.map +1 -0
  255. package/dist/arkhe/function/once.d.ts +38 -0
  256. package/dist/arkhe/function/once.d.ts.map +1 -0
  257. package/dist/arkhe/function/once.js +48 -0
  258. package/dist/arkhe/function/once.js.map +1 -0
  259. package/dist/arkhe/function/pipe.d.ts +49 -0
  260. package/dist/arkhe/function/pipe.d.ts.map +1 -0
  261. package/dist/arkhe/function/pipe.js +54 -0
  262. package/dist/arkhe/function/pipe.js.map +1 -0
  263. package/dist/arkhe/function/throttle.d.ts +42 -0
  264. package/dist/arkhe/function/throttle.d.ts.map +1 -0
  265. package/dist/arkhe/function/throttle.js +94 -0
  266. package/dist/arkhe/function/throttle.js.map +1 -0
  267. package/dist/arkhe/function/unless.d.ts +34 -0
  268. package/dist/arkhe/function/unless.d.ts.map +1 -0
  269. package/dist/arkhe/function/unless.js +36 -0
  270. package/dist/arkhe/function/unless.js.map +1 -0
  271. package/dist/arkhe/function/when.d.ts +29 -0
  272. package/dist/arkhe/function/when.d.ts.map +1 -0
  273. package/dist/arkhe/function/when.js +31 -0
  274. package/dist/arkhe/function/when.js.map +1 -0
  275. package/dist/arkhe/is/guard/is-array-buffer.d.ts +18 -0
  276. package/dist/arkhe/is/guard/is-array-buffer.d.ts.map +1 -0
  277. package/dist/arkhe/is/guard/is-array-buffer.js +18 -0
  278. package/dist/arkhe/is/guard/is-array-buffer.js.map +1 -0
  279. package/dist/arkhe/is/guard/is-array.d.ts +19 -0
  280. package/dist/arkhe/is/guard/is-array.d.ts.map +1 -0
  281. package/dist/arkhe/is/guard/is-array.js +19 -0
  282. package/dist/arkhe/is/guard/is-array.js.map +1 -0
  283. package/dist/arkhe/is/guard/is-bigint.d.ts +16 -0
  284. package/dist/arkhe/is/guard/is-bigint.d.ts.map +1 -0
  285. package/dist/arkhe/is/guard/is-bigint.js +16 -0
  286. package/dist/arkhe/is/guard/is-bigint.js.map +1 -0
  287. package/dist/arkhe/is/guard/is-boolean.d.ts +17 -0
  288. package/dist/arkhe/is/guard/is-boolean.d.ts.map +1 -0
  289. package/dist/arkhe/is/guard/is-boolean.js +17 -0
  290. package/dist/arkhe/is/guard/is-boolean.js.map +1 -0
  291. package/dist/arkhe/is/guard/is-date.d.ts +19 -0
  292. package/dist/arkhe/is/guard/is-date.d.ts.map +1 -0
  293. package/dist/arkhe/is/guard/is-date.js +19 -0
  294. package/dist/arkhe/is/guard/is-date.js.map +1 -0
  295. package/dist/arkhe/is/guard/is-error.d.ts +19 -0
  296. package/dist/arkhe/is/guard/is-error.d.ts.map +1 -0
  297. package/dist/arkhe/is/guard/is-error.js +19 -0
  298. package/dist/arkhe/is/guard/is-error.js.map +1 -0
  299. package/dist/arkhe/is/guard/is-function.d.ts +20 -0
  300. package/dist/arkhe/is/guard/is-function.d.ts.map +1 -0
  301. package/dist/arkhe/is/guard/is-function.js +22 -0
  302. package/dist/arkhe/is/guard/is-function.js.map +1 -0
  303. package/dist/arkhe/is/guard/is-map.d.ts +20 -0
  304. package/dist/arkhe/is/guard/is-map.d.ts.map +1 -0
  305. package/dist/arkhe/is/guard/is-map.js +20 -0
  306. package/dist/arkhe/is/guard/is-map.js.map +1 -0
  307. package/dist/arkhe/is/guard/is-nil.d.ts +21 -0
  308. package/dist/arkhe/is/guard/is-nil.d.ts.map +1 -0
  309. package/dist/arkhe/is/guard/is-nil.js +21 -0
  310. package/dist/arkhe/is/guard/is-nil.js.map +1 -0
  311. package/dist/arkhe/is/guard/is-non-null.d.ts +22 -0
  312. package/dist/arkhe/is/guard/is-non-null.d.ts.map +1 -0
  313. package/dist/arkhe/is/guard/is-non-null.js +22 -0
  314. package/dist/arkhe/is/guard/is-non-null.js.map +1 -0
  315. package/dist/arkhe/is/guard/is-non-nullable.d.ts +24 -0
  316. package/dist/arkhe/is/guard/is-non-nullable.d.ts.map +1 -0
  317. package/dist/arkhe/is/guard/is-non-nullable.js +24 -0
  318. package/dist/arkhe/is/guard/is-non-nullable.js.map +1 -0
  319. package/dist/arkhe/is/guard/is-non-undefined.d.ts +23 -0
  320. package/dist/arkhe/is/guard/is-non-undefined.d.ts.map +1 -0
  321. package/dist/arkhe/is/guard/is-non-undefined.js +23 -0
  322. package/dist/arkhe/is/guard/is-non-undefined.js.map +1 -0
  323. package/dist/arkhe/is/guard/is-null.d.ts +23 -0
  324. package/dist/arkhe/is/guard/is-null.d.ts.map +1 -0
  325. package/dist/arkhe/is/guard/is-null.js +23 -0
  326. package/dist/arkhe/is/guard/is-null.js.map +1 -0
  327. package/dist/arkhe/is/guard/is-number.d.ts +22 -0
  328. package/dist/arkhe/is/guard/is-number.d.ts.map +1 -0
  329. package/dist/arkhe/is/guard/is-number.js +22 -0
  330. package/dist/arkhe/is/guard/is-number.js.map +1 -0
  331. package/dist/arkhe/is/guard/is-object.d.ts +24 -0
  332. package/dist/arkhe/is/guard/is-object.d.ts.map +1 -0
  333. package/dist/arkhe/is/guard/is-object.js +26 -0
  334. package/dist/arkhe/is/guard/is-object.js.map +1 -0
  335. package/dist/arkhe/is/guard/is-one-of.d.ts +28 -0
  336. package/dist/arkhe/is/guard/is-one-of.d.ts.map +1 -0
  337. package/dist/arkhe/is/guard/is-one-of.js +28 -0
  338. package/dist/arkhe/is/guard/is-one-of.js.map +1 -0
  339. package/dist/arkhe/is/guard/is-plain-object.d.ts +26 -0
  340. package/dist/arkhe/is/guard/is-plain-object.d.ts.map +1 -0
  341. package/dist/arkhe/is/guard/is-plain-object.js +34 -0
  342. package/dist/arkhe/is/guard/is-plain-object.js.map +1 -0
  343. package/dist/arkhe/is/guard/is-primitive.d.ts +21 -0
  344. package/dist/arkhe/is/guard/is-primitive.d.ts.map +1 -0
  345. package/dist/arkhe/is/guard/is-primitive.js +23 -0
  346. package/dist/arkhe/is/guard/is-primitive.js.map +1 -0
  347. package/dist/arkhe/is/guard/is-promise.d.ts +18 -0
  348. package/dist/arkhe/is/guard/is-promise.d.ts.map +1 -0
  349. package/dist/arkhe/is/guard/is-promise.js +23 -0
  350. package/dist/arkhe/is/guard/is-promise.js.map +1 -0
  351. package/dist/arkhe/is/guard/is-regexp.d.ts +16 -0
  352. package/dist/arkhe/is/guard/is-regexp.d.ts.map +1 -0
  353. package/dist/arkhe/is/guard/is-regexp.js +16 -0
  354. package/dist/arkhe/is/guard/is-regexp.js.map +1 -0
  355. package/dist/arkhe/is/guard/is-set.d.ts +21 -0
  356. package/dist/arkhe/is/guard/is-set.d.ts.map +1 -0
  357. package/dist/arkhe/is/guard/is-set.js +21 -0
  358. package/dist/arkhe/is/guard/is-set.js.map +1 -0
  359. package/dist/arkhe/is/guard/is-string.d.ts +19 -0
  360. package/dist/arkhe/is/guard/is-string.d.ts.map +1 -0
  361. package/dist/arkhe/is/guard/is-string.js +19 -0
  362. package/dist/arkhe/is/guard/is-string.js.map +1 -0
  363. package/dist/arkhe/is/guard/is-symbol.d.ts +17 -0
  364. package/dist/arkhe/is/guard/is-symbol.d.ts.map +1 -0
  365. package/dist/arkhe/is/guard/is-symbol.js +17 -0
  366. package/dist/arkhe/is/guard/is-symbol.js.map +1 -0
  367. package/dist/arkhe/is/guard/is-undefined.d.ts +24 -0
  368. package/dist/arkhe/is/guard/is-undefined.d.ts.map +1 -0
  369. package/dist/arkhe/is/guard/is-undefined.js +24 -0
  370. package/dist/arkhe/is/guard/is-undefined.js.map +1 -0
  371. package/dist/arkhe/is/predicate/is-empty.d.ts +27 -0
  372. package/dist/arkhe/is/predicate/is-empty.d.ts.map +1 -0
  373. package/dist/arkhe/is/predicate/is-empty.js +42 -0
  374. package/dist/arkhe/is/predicate/is-empty.js.map +1 -0
  375. package/dist/arkhe/is/predicate/is-equal.d.ts +42 -0
  376. package/dist/arkhe/is/predicate/is-equal.d.ts.map +1 -0
  377. package/dist/arkhe/is/predicate/is-equal.js +150 -0
  378. package/dist/arkhe/is/predicate/is-equal.js.map +1 -0
  379. package/dist/arkhe/is/predicate/is-float.d.ts +20 -0
  380. package/dist/arkhe/is/predicate/is-float.d.ts.map +1 -0
  381. package/dist/arkhe/is/predicate/is-float.js +24 -0
  382. package/dist/arkhe/is/predicate/is-float.js.map +1 -0
  383. package/dist/arkhe/number/clamp.d.ts +21 -0
  384. package/dist/arkhe/number/clamp.d.ts.map +1 -0
  385. package/dist/arkhe/number/clamp.js +25 -0
  386. package/dist/arkhe/number/clamp.js.map +1 -0
  387. package/dist/arkhe/number/in-range.d.ts +26 -0
  388. package/dist/arkhe/number/in-range.d.ts.map +1 -0
  389. package/dist/arkhe/number/in-range.js +12 -0
  390. package/dist/arkhe/number/in-range.js.map +1 -0
  391. package/dist/arkhe/number/parsers/parse-float-def.d.ts +24 -0
  392. package/dist/arkhe/number/parsers/parse-float-def.d.ts.map +1 -0
  393. package/dist/arkhe/number/parsers/parse-float-def.js +29 -0
  394. package/dist/arkhe/number/parsers/parse-float-def.js.map +1 -0
  395. package/dist/arkhe/number/parsers/parse-float.d.ts +22 -0
  396. package/dist/arkhe/number/parsers/parse-float.d.ts.map +1 -0
  397. package/dist/arkhe/number/parsers/parse-float.js +25 -0
  398. package/dist/arkhe/number/parsers/parse-float.js.map +1 -0
  399. package/dist/arkhe/number/parsers/parse-int-def.d.ts +25 -0
  400. package/dist/arkhe/number/parsers/parse-int-def.d.ts.map +1 -0
  401. package/dist/arkhe/number/parsers/parse-int-def.js +30 -0
  402. package/dist/arkhe/number/parsers/parse-int-def.js.map +1 -0
  403. package/dist/arkhe/number/random.d.ts +26 -0
  404. package/dist/arkhe/number/random.d.ts.map +1 -0
  405. package/dist/arkhe/number/random.js +15 -0
  406. package/dist/arkhe/number/random.js.map +1 -0
  407. package/dist/arkhe/number/to-number.d.ts +27 -0
  408. package/dist/arkhe/number/to-number.d.ts.map +1 -0
  409. package/dist/arkhe/number/to-number.js +37 -0
  410. package/dist/arkhe/number/to-number.js.map +1 -0
  411. package/dist/arkhe/object/deep-clone-full.d.ts +37 -0
  412. package/dist/arkhe/object/deep-clone-full.d.ts.map +1 -0
  413. package/dist/arkhe/object/deep-clone-full.js +172 -0
  414. package/dist/arkhe/object/deep-clone-full.js.map +1 -0
  415. package/dist/arkhe/object/deep-clone.d.ts +34 -0
  416. package/dist/arkhe/object/deep-clone.d.ts.map +1 -0
  417. package/dist/arkhe/object/deep-clone.js +115 -0
  418. package/dist/arkhe/object/deep-clone.js.map +1 -0
  419. package/dist/arkhe/object/defaults-deep.d.ts +33 -0
  420. package/dist/arkhe/object/defaults-deep.d.ts.map +1 -0
  421. package/dist/arkhe/object/defaults-deep.js +76 -0
  422. package/dist/arkhe/object/defaults-deep.js.map +1 -0
  423. package/dist/arkhe/object/defaults.d.ts +36 -0
  424. package/dist/arkhe/object/defaults.d.ts.map +1 -0
  425. package/dist/arkhe/object/defaults.js +47 -0
  426. package/dist/arkhe/object/defaults.js.map +1 -0
  427. package/dist/arkhe/object/evolve.d.ts +47 -0
  428. package/dist/arkhe/object/evolve.d.ts.map +1 -0
  429. package/dist/arkhe/object/evolve.js +58 -0
  430. package/dist/arkhe/object/evolve.js.map +1 -0
  431. package/dist/arkhe/object/find-key.d.ts +31 -0
  432. package/dist/arkhe/object/find-key.d.ts.map +1 -0
  433. package/dist/arkhe/object/find-key.js +39 -0
  434. package/dist/arkhe/object/find-key.js.map +1 -0
  435. package/dist/arkhe/object/get.d.ts +36 -0
  436. package/dist/arkhe/object/get.d.ts.map +1 -0
  437. package/dist/arkhe/object/get.js +126 -0
  438. package/dist/arkhe/object/get.js.map +1 -0
  439. package/dist/arkhe/object/has.d.ts +31 -0
  440. package/dist/arkhe/object/has.d.ts.map +1 -0
  441. package/dist/arkhe/object/has.js +33 -0
  442. package/dist/arkhe/object/has.js.map +1 -0
  443. package/dist/arkhe/object/invert.d.ts +28 -0
  444. package/dist/arkhe/object/invert.d.ts.map +1 -0
  445. package/dist/arkhe/object/invert.js +36 -0
  446. package/dist/arkhe/object/invert.js.map +1 -0
  447. package/dist/arkhe/object/map-keys.d.ts +34 -0
  448. package/dist/arkhe/object/map-keys.d.ts.map +1 -0
  449. package/dist/arkhe/object/map-keys.js +43 -0
  450. package/dist/arkhe/object/map-keys.js.map +1 -0
  451. package/dist/arkhe/object/map-values.d.ts +31 -0
  452. package/dist/arkhe/object/map-values.d.ts.map +1 -0
  453. package/dist/arkhe/object/map-values.js +39 -0
  454. package/dist/arkhe/object/map-values.js.map +1 -0
  455. package/dist/arkhe/object/merge-deep.d.ts +65 -0
  456. package/dist/arkhe/object/merge-deep.d.ts.map +1 -0
  457. package/dist/arkhe/object/merge-deep.js +106 -0
  458. package/dist/arkhe/object/merge-deep.js.map +1 -0
  459. package/dist/arkhe/object/merge-with.d.ts +47 -0
  460. package/dist/arkhe/object/merge-with.d.ts.map +1 -0
  461. package/dist/arkhe/object/merge-with.js +71 -0
  462. package/dist/arkhe/object/merge-with.js.map +1 -0
  463. package/dist/arkhe/object/omit-by.d.ts +31 -0
  464. package/dist/arkhe/object/omit-by.d.ts.map +1 -0
  465. package/dist/arkhe/object/omit-by.js +40 -0
  466. package/dist/arkhe/object/omit-by.js.map +1 -0
  467. package/dist/arkhe/object/omit.d.ts +36 -0
  468. package/dist/arkhe/object/omit.d.ts.map +1 -0
  469. package/dist/arkhe/object/omit.js +41 -0
  470. package/dist/arkhe/object/omit.js.map +1 -0
  471. package/dist/arkhe/object/pick.d.ts +30 -0
  472. package/dist/arkhe/object/pick.d.ts.map +1 -0
  473. package/dist/arkhe/object/pick.js +38 -0
  474. package/dist/arkhe/object/pick.js.map +1 -0
  475. package/dist/arkhe/object/pickBy.d.ts +35 -0
  476. package/dist/arkhe/object/pickBy.d.ts.map +1 -0
  477. package/dist/arkhe/object/pickBy.js +46 -0
  478. package/dist/arkhe/object/pickBy.js.map +1 -0
  479. package/dist/arkhe/object/set.d.ts +36 -0
  480. package/dist/arkhe/object/set.d.ts.map +1 -0
  481. package/dist/arkhe/object/set.js +125 -0
  482. package/dist/arkhe/object/set.js.map +1 -0
  483. package/dist/arkhe/string/camel-case.d.ts +23 -0
  484. package/dist/arkhe/string/camel-case.d.ts.map +1 -0
  485. package/dist/arkhe/string/camel-case.js +89 -0
  486. package/dist/arkhe/string/camel-case.js.map +1 -0
  487. package/dist/arkhe/string/capitalize.d.ts +19 -0
  488. package/dist/arkhe/string/capitalize.d.ts.map +1 -0
  489. package/dist/arkhe/string/capitalize.js +24 -0
  490. package/dist/arkhe/string/capitalize.js.map +1 -0
  491. package/dist/arkhe/string/constant-case.d.ts +22 -0
  492. package/dist/arkhe/string/constant-case.d.ts.map +1 -0
  493. package/dist/arkhe/string/constant-case.js +35 -0
  494. package/dist/arkhe/string/constant-case.js.map +1 -0
  495. package/dist/arkhe/string/deburr.d.ts +23 -0
  496. package/dist/arkhe/string/deburr.d.ts.map +1 -0
  497. package/dist/arkhe/string/deburr.js +68 -0
  498. package/dist/arkhe/string/deburr.js.map +1 -0
  499. package/dist/arkhe/string/escape-regexp.d.ts +28 -0
  500. package/dist/arkhe/string/escape-regexp.d.ts.map +1 -0
  501. package/dist/arkhe/string/escape-regexp.js +33 -0
  502. package/dist/arkhe/string/escape-regexp.js.map +1 -0
  503. package/dist/arkhe/string/escape.d.ts +24 -0
  504. package/dist/arkhe/string/escape.d.ts.map +1 -0
  505. package/dist/arkhe/string/escape.js +36 -0
  506. package/dist/arkhe/string/escape.js.map +1 -0
  507. package/dist/arkhe/string/kebab-case.d.ts +22 -0
  508. package/dist/arkhe/string/kebab-case.d.ts.map +1 -0
  509. package/dist/arkhe/string/kebab-case.js +38 -0
  510. package/dist/arkhe/string/kebab-case.js.map +1 -0
  511. package/dist/arkhe/string/lower-case.d.ts +19 -0
  512. package/dist/arkhe/string/lower-case.d.ts.map +1 -0
  513. package/dist/arkhe/string/lower-case.js +129 -0
  514. package/dist/arkhe/string/lower-case.js.map +1 -0
  515. package/dist/arkhe/string/lowerFirst.d.ts +20 -0
  516. package/dist/arkhe/string/lowerFirst.d.ts.map +1 -0
  517. package/dist/arkhe/string/lowerFirst.js +25 -0
  518. package/dist/arkhe/string/lowerFirst.js.map +1 -0
  519. package/dist/arkhe/string/parsers/parse-comma-separated.d.ts +25 -0
  520. package/dist/arkhe/string/parsers/parse-comma-separated.d.ts.map +1 -0
  521. package/dist/arkhe/string/parsers/parse-comma-separated.js +25 -0
  522. package/dist/arkhe/string/parsers/parse-comma-separated.js.map +1 -0
  523. package/dist/arkhe/string/parsers/parse-key-value-pairs.d.ts +30 -0
  524. package/dist/arkhe/string/parsers/parse-key-value-pairs.d.ts.map +1 -0
  525. package/dist/arkhe/string/parsers/parse-key-value-pairs.js +38 -0
  526. package/dist/arkhe/string/parsers/parse-key-value-pairs.js.map +1 -0
  527. package/dist/arkhe/string/parsers/path-parser.d.ts +26 -0
  528. package/dist/arkhe/string/parsers/path-parser.d.ts.map +1 -0
  529. package/dist/arkhe/string/parsers/path-parser.js +111 -0
  530. package/dist/arkhe/string/parsers/path-parser.js.map +1 -0
  531. package/dist/arkhe/string/pascal-case.d.ts +25 -0
  532. package/dist/arkhe/string/pascal-case.d.ts.map +1 -0
  533. package/dist/arkhe/string/pascal-case.js +35 -0
  534. package/dist/arkhe/string/pascal-case.js.map +1 -0
  535. package/dist/arkhe/string/sentence-case.d.ts +20 -0
  536. package/dist/arkhe/string/sentence-case.d.ts.map +1 -0
  537. package/dist/arkhe/string/sentence-case.js +25 -0
  538. package/dist/arkhe/string/sentence-case.js.map +1 -0
  539. package/dist/arkhe/string/snake-case.d.ts +22 -0
  540. package/dist/arkhe/string/snake-case.d.ts.map +1 -0
  541. package/dist/arkhe/string/snake-case.js +38 -0
  542. package/dist/arkhe/string/snake-case.js.map +1 -0
  543. package/dist/arkhe/string/template.d.ts +28 -0
  544. package/dist/arkhe/string/template.d.ts.map +1 -0
  545. package/dist/arkhe/string/template.js +45 -0
  546. package/dist/arkhe/string/template.js.map +1 -0
  547. package/dist/arkhe/string/title-case.d.ts +19 -0
  548. package/dist/arkhe/string/title-case.d.ts.map +1 -0
  549. package/dist/arkhe/string/title-case.js +23 -0
  550. package/dist/arkhe/string/title-case.js.map +1 -0
  551. package/dist/arkhe/string/truncate.d.ts +48 -0
  552. package/dist/arkhe/string/truncate.d.ts.map +1 -0
  553. package/dist/arkhe/string/truncate.js +67 -0
  554. package/dist/arkhe/string/truncate.js.map +1 -0
  555. package/dist/arkhe/string/unescape.d.ts +27 -0
  556. package/dist/arkhe/string/unescape.d.ts.map +1 -0
  557. package/dist/arkhe/string/unescape.js +40 -0
  558. package/dist/arkhe/string/unescape.js.map +1 -0
  559. package/dist/arkhe/string/uniq-with.d.ts +26 -0
  560. package/dist/arkhe/string/uniq-with.d.ts.map +1 -0
  561. package/dist/arkhe/string/uniq-with.js +35 -0
  562. package/dist/arkhe/string/uniq-with.js.map +1 -0
  563. package/dist/arkhe/string/upper-case.d.ts +19 -0
  564. package/dist/arkhe/string/upper-case.d.ts.map +1 -0
  565. package/dist/arkhe/string/upper-case.js +129 -0
  566. package/dist/arkhe/string/upper-case.js.map +1 -0
  567. package/dist/arkhe/string/words.d.ts +39 -0
  568. package/dist/arkhe/string/words.d.ts.map +1 -0
  569. package/dist/arkhe/string/words.js +54 -0
  570. package/dist/arkhe/string/words.js.map +1 -0
  571. package/dist/arkhe/test/console.d.ts +111 -0
  572. package/dist/arkhe/test/console.d.ts.map +1 -0
  573. package/dist/arkhe/test/console.js +162 -0
  574. package/dist/arkhe/test/console.js.map +1 -0
  575. package/dist/arkhe/test/globals.d.ts +144 -0
  576. package/dist/arkhe/test/globals.d.ts.map +1 -0
  577. package/dist/arkhe/test/globals.js +241 -0
  578. package/dist/arkhe/test/globals.js.map +1 -0
  579. package/dist/arkhe/test/private-access.d.ts +54 -0
  580. package/dist/arkhe/test/private-access.d.ts.map +1 -0
  581. package/dist/arkhe/test/private-access.js +50 -0
  582. package/dist/arkhe/test/private-access.js.map +1 -0
  583. package/dist/arkhe/types/animations/easing.d.ts +8 -0
  584. package/dist/arkhe/types/animations/easing.d.ts.map +1 -0
  585. package/dist/arkhe/types/animations/easing.js +2 -0
  586. package/dist/arkhe/types/animations/easing.js.map +1 -0
  587. package/dist/arkhe/types/common/arrayable.d.ts +16 -0
  588. package/dist/arkhe/types/common/arrayable.d.ts.map +1 -0
  589. package/dist/arkhe/types/common/arrayable.js +2 -0
  590. package/dist/arkhe/types/common/arrayable.js.map +1 -0
  591. package/dist/arkhe/types/common/awaitable.d.ts +17 -0
  592. package/dist/arkhe/types/common/awaitable.d.ts.map +1 -0
  593. package/dist/arkhe/types/common/awaitable.js +2 -0
  594. package/dist/arkhe/types/common/awaitable.js.map +1 -0
  595. package/dist/arkhe/types/common/nullish.d.ts +19 -0
  596. package/dist/arkhe/types/common/nullish.d.ts.map +1 -0
  597. package/dist/arkhe/types/common/nullish.js +2 -0
  598. package/dist/arkhe/types/common/nullish.js.map +1 -0
  599. package/dist/arkhe/types/dom/attachable.d.ts +15 -0
  600. package/dist/arkhe/types/dom/attachable.d.ts.map +1 -0
  601. package/dist/arkhe/types/dom/attachable.js +2 -0
  602. package/dist/arkhe/types/dom/attachable.js.map +1 -0
  603. package/dist/arkhe/types/dom/viewport.d.ts +15 -0
  604. package/dist/arkhe/types/dom/viewport.d.ts.map +1 -0
  605. package/dist/arkhe/types/dom/viewport.js +2 -0
  606. package/dist/arkhe/types/dom/viewport.js.map +1 -0
  607. package/dist/arkhe/types/gestures/axis.d.ts +6 -0
  608. package/dist/arkhe/types/gestures/axis.d.ts.map +1 -0
  609. package/dist/arkhe/types/gestures/axis.js +2 -0
  610. package/dist/arkhe/types/gestures/axis.js.map +1 -0
  611. package/dist/arkhe/types/gestures/drag.d.ts +11 -0
  612. package/dist/arkhe/types/gestures/drag.d.ts.map +1 -0
  613. package/dist/arkhe/types/gestures/drag.js +2 -0
  614. package/dist/arkhe/types/gestures/drag.js.map +1 -0
  615. package/dist/arkhe/types/math/arithmetic.d.ts +79 -0
  616. package/dist/arkhe/types/math/arithmetic.d.ts.map +1 -0
  617. package/dist/arkhe/types/math/arithmetic.js +7 -0
  618. package/dist/arkhe/types/math/arithmetic.js.map +1 -0
  619. package/dist/arkhe/types/math/geometry.d.ts +77 -0
  620. package/dist/arkhe/types/math/geometry.d.ts.map +1 -0
  621. package/dist/arkhe/types/math/geometry.js +2 -0
  622. package/dist/arkhe/types/math/geometry.js.map +1 -0
  623. package/dist/arkhe/types/performance/cache.d.ts +35 -0
  624. package/dist/arkhe/types/performance/cache.d.ts.map +1 -0
  625. package/dist/arkhe/types/performance/cache.js +2 -0
  626. package/dist/arkhe/types/performance/cache.js.map +1 -0
  627. package/dist/arkhe/types/utilities/deep-partial.d.ts +34 -0
  628. package/dist/arkhe/types/utilities/deep-partial.d.ts.map +1 -0
  629. package/dist/arkhe/types/utilities/deep-partial.js +2 -0
  630. package/dist/arkhe/types/utilities/deep-partial.js.map +1 -0
  631. package/dist/arkhe/types/utilities/deep-readonly.d.ts +31 -0
  632. package/dist/arkhe/types/utilities/deep-readonly.d.ts.map +1 -0
  633. package/dist/arkhe/types/utilities/deep-readonly.js +2 -0
  634. package/dist/arkhe/types/utilities/deep-readonly.js.map +1 -0
  635. package/dist/arkhe/types/utilities/entry.d.ts +25 -0
  636. package/dist/arkhe/types/utilities/entry.d.ts.map +1 -0
  637. package/dist/arkhe/types/utilities/entry.js +2 -0
  638. package/dist/arkhe/types/utilities/entry.js.map +1 -0
  639. package/dist/arkhe/types/utilities/error-type.d.ts +15 -0
  640. package/dist/arkhe/types/utilities/error-type.d.ts.map +1 -0
  641. package/dist/arkhe/types/utilities/error-type.js +2 -0
  642. package/dist/arkhe/types/utilities/error-type.js.map +1 -0
  643. package/dist/arkhe/types/utilities/is-some-option.d.ts +22 -0
  644. package/dist/arkhe/types/utilities/is-some-option.d.ts.map +1 -0
  645. package/dist/arkhe/types/utilities/is-some-option.js +18 -0
  646. package/dist/arkhe/types/utilities/is-some-option.js.map +1 -0
  647. package/dist/arkhe/types/utilities/map-entries.d.ts +23 -0
  648. package/dist/arkhe/types/utilities/map-entries.d.ts.map +1 -0
  649. package/dist/arkhe/types/utilities/map-entries.js +2 -0
  650. package/dist/arkhe/types/utilities/map-entries.js.map +1 -0
  651. package/dist/arkhe/types/utilities/non-empty-array.d.ts +23 -0
  652. package/dist/arkhe/types/utilities/non-empty-array.d.ts.map +1 -0
  653. package/dist/arkhe/types/utilities/non-empty-array.js +2 -0
  654. package/dist/arkhe/types/utilities/non-empty-array.js.map +1 -0
  655. package/dist/arkhe/types/utilities/partial-except.d.ts +27 -0
  656. package/dist/arkhe/types/utilities/partial-except.d.ts.map +1 -0
  657. package/dist/arkhe/types/utilities/partial-except.js +2 -0
  658. package/dist/arkhe/types/utilities/partial-except.js.map +1 -0
  659. package/dist/arkhe/types/utilities/partial-keys.d.ts +27 -0
  660. package/dist/arkhe/types/utilities/partial-keys.d.ts.map +1 -0
  661. package/dist/arkhe/types/utilities/partial-keys.js +2 -0
  662. package/dist/arkhe/types/utilities/partial-keys.js.map +1 -0
  663. package/dist/arkhe/types/utilities/prettify.d.ts +27 -0
  664. package/dist/arkhe/types/utilities/prettify.d.ts.map +1 -0
  665. package/dist/arkhe/types/utilities/prettify.js +2 -0
  666. package/dist/arkhe/types/utilities/prettify.js.map +1 -0
  667. package/dist/arkhe/types/utilities/primitive.d.ts +21 -0
  668. package/dist/arkhe/types/utilities/primitive.d.ts.map +1 -0
  669. package/dist/arkhe/types/utilities/primitive.js +2 -0
  670. package/dist/arkhe/types/utilities/primitive.js.map +1 -0
  671. package/dist/arkhe/types/utilities/required-except.d.ts +28 -0
  672. package/dist/arkhe/types/utilities/required-except.d.ts.map +1 -0
  673. package/dist/arkhe/types/utilities/required-except.js +2 -0
  674. package/dist/arkhe/types/utilities/required-except.js.map +1 -0
  675. package/dist/arkhe/types/utilities/required-keys.d.ts +28 -0
  676. package/dist/arkhe/types/utilities/required-keys.d.ts.map +1 -0
  677. package/dist/arkhe/types/utilities/required-keys.js +2 -0
  678. package/dist/arkhe/types/utilities/required-keys.js.map +1 -0
  679. package/dist/arkhe/types/utilities/strict-omit.d.ts +23 -0
  680. package/dist/arkhe/types/utilities/strict-omit.d.ts.map +1 -0
  681. package/dist/arkhe/types/utilities/strict-omit.js +2 -0
  682. package/dist/arkhe/types/utilities/strict-omit.js.map +1 -0
  683. package/dist/arkhe/util/default-to.d.ts +30 -0
  684. package/dist/arkhe/util/default-to.d.ts.map +1 -0
  685. package/dist/arkhe/util/default-to.js +36 -0
  686. package/dist/arkhe/util/default-to.js.map +1 -0
  687. package/dist/arkhe/util/range.d.ts +24 -0
  688. package/dist/arkhe/util/range.d.ts.map +1 -0
  689. package/dist/arkhe/util/range.js +43 -0
  690. package/dist/arkhe/util/range.js.map +1 -0
  691. package/dist/arkhe/util/sleep.d.ts +22 -0
  692. package/dist/arkhe/util/sleep.d.ts.map +1 -0
  693. package/dist/arkhe/util/sleep.js +27 -0
  694. package/dist/arkhe/util/sleep.js.map +1 -0
  695. package/dist/arkhe/util/times.d.ts +25 -0
  696. package/dist/arkhe/util/times.d.ts.map +1 -0
  697. package/dist/arkhe/util/times.js +48 -0
  698. package/dist/arkhe/util/times.js.map +1 -0
  699. package/dist/arkhe/util/unique-id.d.ts +29 -0
  700. package/dist/arkhe/util/unique-id.d.ts.map +1 -0
  701. package/dist/arkhe/util/unique-id.js +32 -0
  702. package/dist/arkhe/util/unique-id.js.map +1 -0
  703. package/dist/autocompletion.d.ts +1627 -0
  704. package/dist/kanon/core/consts/messages.d.ts +88 -0
  705. package/dist/kanon/core/consts/messages.d.ts.map +1 -0
  706. package/dist/kanon/core/consts/messages.js +97 -0
  707. package/dist/kanon/core/consts/messages.js.map +1 -0
  708. package/dist/kanon/core/consts/patterns.d.ts +42 -0
  709. package/dist/kanon/core/consts/patterns.d.ts.map +1 -0
  710. package/dist/kanon/core/consts/patterns.js +42 -0
  711. package/dist/kanon/core/consts/patterns.js.map +1 -0
  712. package/dist/kanon/core/parser.d.ts +54 -0
  713. package/dist/kanon/core/parser.d.ts.map +1 -0
  714. package/dist/kanon/core/parser.js +96 -0
  715. package/dist/kanon/core/parser.js.map +1 -0
  716. package/dist/kanon/helpers/as-zod.d.ts +205 -0
  717. package/dist/kanon/helpers/as-zod.d.ts.map +1 -0
  718. package/dist/kanon/helpers/as-zod.js +307 -0
  719. package/dist/kanon/helpers/as-zod.js.map +1 -0
  720. package/dist/kanon/helpers/as-zod.shim.d.ts +257 -0
  721. package/dist/kanon/helpers/as-zod.shim.d.ts.map +1 -0
  722. package/dist/kanon/helpers/as-zod.shim.js +152 -0
  723. package/dist/kanon/helpers/as-zod.shim.js.map +1 -0
  724. package/dist/kanon/helpers/k.d.ts +179 -0
  725. package/dist/kanon/helpers/k.d.ts.map +1 -0
  726. package/dist/kanon/helpers/k.js +191 -0
  727. package/dist/kanon/helpers/k.js.map +1 -0
  728. package/dist/kanon/index.d.ts +62 -0
  729. package/dist/kanon/index.d.ts.map +1 -0
  730. package/dist/kanon/index.js +62 -0
  731. package/dist/kanon/index.js.map +1 -0
  732. package/dist/kanon/jit/builders/coerce.d.ts +175 -0
  733. package/dist/kanon/jit/builders/coerce.d.ts.map +1 -0
  734. package/dist/kanon/jit/builders/coerce.js +266 -0
  735. package/dist/kanon/jit/builders/coerce.js.map +1 -0
  736. package/dist/kanon/jit/builders/composites/array.d.ts +164 -0
  737. package/dist/kanon/jit/builders/composites/array.d.ts.map +1 -0
  738. package/dist/kanon/jit/builders/composites/array.js +299 -0
  739. package/dist/kanon/jit/builders/composites/array.js.map +1 -0
  740. package/dist/kanon/jit/builders/composites/object.d.ts +200 -0
  741. package/dist/kanon/jit/builders/composites/object.d.ts.map +1 -0
  742. package/dist/kanon/jit/builders/composites/object.js +300 -0
  743. package/dist/kanon/jit/builders/composites/object.js.map +1 -0
  744. package/dist/kanon/jit/builders/operators/union.d.ts +166 -0
  745. package/dist/kanon/jit/builders/operators/union.d.ts.map +1 -0
  746. package/dist/kanon/jit/builders/operators/union.js +284 -0
  747. package/dist/kanon/jit/builders/operators/union.js.map +1 -0
  748. package/dist/kanon/jit/builders/primitives/boolean.d.ts +50 -0
  749. package/dist/kanon/jit/builders/primitives/boolean.d.ts.map +1 -0
  750. package/dist/kanon/jit/builders/primitives/boolean.js +63 -0
  751. package/dist/kanon/jit/builders/primitives/boolean.js.map +1 -0
  752. package/dist/kanon/jit/builders/primitives/number.d.ts +246 -0
  753. package/dist/kanon/jit/builders/primitives/number.d.ts.map +1 -0
  754. package/dist/kanon/jit/builders/primitives/number.js +405 -0
  755. package/dist/kanon/jit/builders/primitives/number.js.map +1 -0
  756. package/dist/kanon/jit/builders/primitives/others.d.ts +200 -0
  757. package/dist/kanon/jit/builders/primitives/others.d.ts.map +1 -0
  758. package/dist/kanon/jit/builders/primitives/others.js +258 -0
  759. package/dist/kanon/jit/builders/primitives/others.js.map +1 -0
  760. package/dist/kanon/jit/builders/primitives/string.d.ts +215 -0
  761. package/dist/kanon/jit/builders/primitives/string.d.ts.map +1 -0
  762. package/dist/kanon/jit/builders/primitives/string.js +392 -0
  763. package/dist/kanon/jit/builders/primitives/string.js.map +1 -0
  764. package/dist/kanon/jit/builders/refinements.d.ts +105 -0
  765. package/dist/kanon/jit/builders/refinements.d.ts.map +1 -0
  766. package/dist/kanon/jit/builders/refinements.js +124 -0
  767. package/dist/kanon/jit/builders/refinements.js.map +1 -0
  768. package/dist/kanon/jit/cache.d.ts +106 -0
  769. package/dist/kanon/jit/cache.d.ts.map +1 -0
  770. package/dist/kanon/jit/cache.js +65 -0
  771. package/dist/kanon/jit/cache.js.map +1 -0
  772. package/dist/kanon/jit/compiler.d.ts +275 -0
  773. package/dist/kanon/jit/compiler.d.ts.map +1 -0
  774. package/dist/kanon/jit/compiler.js +561 -0
  775. package/dist/kanon/jit/compiler.js.map +1 -0
  776. package/dist/kanon/jit/context.d.ts +204 -0
  777. package/dist/kanon/jit/context.d.ts.map +1 -0
  778. package/dist/kanon/jit/context.js +238 -0
  779. package/dist/kanon/jit/context.js.map +1 -0
  780. package/dist/kanon/jit/utils/arbitraries.d.ts +145 -0
  781. package/dist/kanon/jit/utils/arbitraries.d.ts.map +1 -0
  782. package/dist/kanon/jit/utils/arbitraries.js +386 -0
  783. package/dist/kanon/jit/utils/arbitraries.js.map +1 -0
  784. package/dist/kanon/jit/utils/code.d.ts +73 -0
  785. package/dist/kanon/jit/utils/code.d.ts.map +1 -0
  786. package/dist/kanon/jit/utils/code.js +84 -0
  787. package/dist/kanon/jit/utils/code.js.map +1 -0
  788. package/dist/kanon/schemas/coerce/bigint.d.ts +23 -0
  789. package/dist/kanon/schemas/coerce/bigint.d.ts.map +1 -0
  790. package/dist/kanon/schemas/coerce/bigint.js +45 -0
  791. package/dist/kanon/schemas/coerce/bigint.js.map +1 -0
  792. package/dist/kanon/schemas/coerce/boolean.d.ts +10 -0
  793. package/dist/kanon/schemas/coerce/boolean.d.ts.map +1 -0
  794. package/dist/kanon/schemas/coerce/boolean.js +21 -0
  795. package/dist/kanon/schemas/coerce/boolean.js.map +1 -0
  796. package/dist/kanon/schemas/coerce/date.d.ts +20 -0
  797. package/dist/kanon/schemas/coerce/date.d.ts.map +1 -0
  798. package/dist/kanon/schemas/coerce/date.js +46 -0
  799. package/dist/kanon/schemas/coerce/date.js.map +1 -0
  800. package/dist/kanon/schemas/coerce/number.d.ts +20 -0
  801. package/dist/kanon/schemas/coerce/number.d.ts.map +1 -0
  802. package/dist/kanon/schemas/coerce/number.js +42 -0
  803. package/dist/kanon/schemas/coerce/number.js.map +1 -0
  804. package/dist/kanon/schemas/coerce/string.d.ts +20 -0
  805. package/dist/kanon/schemas/coerce/string.d.ts.map +1 -0
  806. package/dist/kanon/schemas/coerce/string.js +40 -0
  807. package/dist/kanon/schemas/coerce/string.js.map +1 -0
  808. package/dist/kanon/schemas/composites/array.d.ts +12 -0
  809. package/dist/kanon/schemas/composites/array.d.ts.map +1 -0
  810. package/dist/kanon/schemas/composites/array.js +49 -0
  811. package/dist/kanon/schemas/composites/array.js.map +1 -0
  812. package/dist/kanon/schemas/composites/map.d.ts +13 -0
  813. package/dist/kanon/schemas/composites/map.d.ts.map +1 -0
  814. package/dist/kanon/schemas/composites/map.js +64 -0
  815. package/dist/kanon/schemas/composites/map.js.map +1 -0
  816. package/dist/kanon/schemas/composites/object.d.ts +32 -0
  817. package/dist/kanon/schemas/composites/object.d.ts.map +1 -0
  818. package/dist/kanon/schemas/composites/object.js +87 -0
  819. package/dist/kanon/schemas/composites/object.js.map +1 -0
  820. package/dist/kanon/schemas/composites/record.d.ts +13 -0
  821. package/dist/kanon/schemas/composites/record.d.ts.map +1 -0
  822. package/dist/kanon/schemas/composites/record.js +54 -0
  823. package/dist/kanon/schemas/composites/record.js.map +1 -0
  824. package/dist/kanon/schemas/composites/set.d.ts +12 -0
  825. package/dist/kanon/schemas/composites/set.d.ts.map +1 -0
  826. package/dist/kanon/schemas/composites/set.js +53 -0
  827. package/dist/kanon/schemas/composites/set.js.map +1 -0
  828. package/dist/kanon/schemas/composites/tuple.d.ts +55 -0
  829. package/dist/kanon/schemas/composites/tuple.d.ts.map +1 -0
  830. package/dist/kanon/schemas/composites/tuple.js +158 -0
  831. package/dist/kanon/schemas/composites/tuple.js.map +1 -0
  832. package/dist/kanon/schemas/constraints/array.d.ts +10 -0
  833. package/dist/kanon/schemas/constraints/array.d.ts.map +1 -0
  834. package/dist/kanon/schemas/constraints/array.js +33 -0
  835. package/dist/kanon/schemas/constraints/array.js.map +1 -0
  836. package/dist/kanon/schemas/constraints/bigint.d.ts +9 -0
  837. package/dist/kanon/schemas/constraints/bigint.d.ts.map +1 -0
  838. package/dist/kanon/schemas/constraints/bigint.js +30 -0
  839. package/dist/kanon/schemas/constraints/bigint.js.map +1 -0
  840. package/dist/kanon/schemas/constraints/date.d.ts +9 -0
  841. package/dist/kanon/schemas/constraints/date.d.ts.map +1 -0
  842. package/dist/kanon/schemas/constraints/date.js +30 -0
  843. package/dist/kanon/schemas/constraints/date.js.map +1 -0
  844. package/dist/kanon/schemas/constraints/map.d.ts +10 -0
  845. package/dist/kanon/schemas/constraints/map.d.ts.map +1 -0
  846. package/dist/kanon/schemas/constraints/map.js +22 -0
  847. package/dist/kanon/schemas/constraints/map.js.map +1 -0
  848. package/dist/kanon/schemas/constraints/number.d.ts +9 -0
  849. package/dist/kanon/schemas/constraints/number.d.ts.map +1 -0
  850. package/dist/kanon/schemas/constraints/number.js +46 -0
  851. package/dist/kanon/schemas/constraints/number.js.map +1 -0
  852. package/dist/kanon/schemas/constraints/object.d.ts +10 -0
  853. package/dist/kanon/schemas/constraints/object.d.ts.map +1 -0
  854. package/dist/kanon/schemas/constraints/object.js +34 -0
  855. package/dist/kanon/schemas/constraints/object.js.map +1 -0
  856. package/dist/kanon/schemas/constraints/refine/array.d.ts +11 -0
  857. package/dist/kanon/schemas/constraints/refine/array.d.ts.map +1 -0
  858. package/dist/kanon/schemas/constraints/refine/array.js +55 -0
  859. package/dist/kanon/schemas/constraints/refine/array.js.map +1 -0
  860. package/dist/kanon/schemas/constraints/refine/bigint.d.ts +11 -0
  861. package/dist/kanon/schemas/constraints/refine/bigint.d.ts.map +1 -0
  862. package/dist/kanon/schemas/constraints/refine/bigint.js +47 -0
  863. package/dist/kanon/schemas/constraints/refine/bigint.js.map +1 -0
  864. package/dist/kanon/schemas/constraints/refine/date.d.ts +11 -0
  865. package/dist/kanon/schemas/constraints/refine/date.d.ts.map +1 -0
  866. package/dist/kanon/schemas/constraints/refine/date.js +46 -0
  867. package/dist/kanon/schemas/constraints/refine/date.js.map +1 -0
  868. package/dist/kanon/schemas/constraints/refine/map.d.ts +11 -0
  869. package/dist/kanon/schemas/constraints/refine/map.d.ts.map +1 -0
  870. package/dist/kanon/schemas/constraints/refine/map.js +72 -0
  871. package/dist/kanon/schemas/constraints/refine/map.js.map +1 -0
  872. package/dist/kanon/schemas/constraints/refine/number.d.ts +11 -0
  873. package/dist/kanon/schemas/constraints/refine/number.d.ts.map +1 -0
  874. package/dist/kanon/schemas/constraints/refine/number.js +46 -0
  875. package/dist/kanon/schemas/constraints/refine/number.js.map +1 -0
  876. package/dist/kanon/schemas/constraints/refine/object.d.ts +15 -0
  877. package/dist/kanon/schemas/constraints/refine/object.d.ts.map +1 -0
  878. package/dist/kanon/schemas/constraints/refine/object.js +56 -0
  879. package/dist/kanon/schemas/constraints/refine/object.js.map +1 -0
  880. package/dist/kanon/schemas/constraints/refine/set.d.ts +11 -0
  881. package/dist/kanon/schemas/constraints/refine/set.d.ts.map +1 -0
  882. package/dist/kanon/schemas/constraints/refine/set.js +60 -0
  883. package/dist/kanon/schemas/constraints/refine/set.js.map +1 -0
  884. package/dist/kanon/schemas/constraints/refine/string.d.ts +11 -0
  885. package/dist/kanon/schemas/constraints/refine/string.d.ts.map +1 -0
  886. package/dist/kanon/schemas/constraints/refine/string.js +46 -0
  887. package/dist/kanon/schemas/constraints/refine/string.js.map +1 -0
  888. package/dist/kanon/schemas/constraints/set.d.ts +10 -0
  889. package/dist/kanon/schemas/constraints/set.d.ts.map +1 -0
  890. package/dist/kanon/schemas/constraints/set.js +22 -0
  891. package/dist/kanon/schemas/constraints/set.js.map +1 -0
  892. package/dist/kanon/schemas/constraints/string.d.ts +9 -0
  893. package/dist/kanon/schemas/constraints/string.d.ts.map +1 -0
  894. package/dist/kanon/schemas/constraints/string.js +53 -0
  895. package/dist/kanon/schemas/constraints/string.js.map +1 -0
  896. package/dist/kanon/schemas/operators/intersection.d.ts +24 -0
  897. package/dist/kanon/schemas/operators/intersection.d.ts.map +1 -0
  898. package/dist/kanon/schemas/operators/intersection.js +54 -0
  899. package/dist/kanon/schemas/operators/intersection.js.map +1 -0
  900. package/dist/kanon/schemas/operators/union.d.ts +63 -0
  901. package/dist/kanon/schemas/operators/union.d.ts.map +1 -0
  902. package/dist/kanon/schemas/operators/union.js +151 -0
  903. package/dist/kanon/schemas/operators/union.js.map +1 -0
  904. package/dist/kanon/schemas/primitives/any.d.ts +15 -0
  905. package/dist/kanon/schemas/primitives/any.d.ts.map +1 -0
  906. package/dist/kanon/schemas/primitives/any.js +31 -0
  907. package/dist/kanon/schemas/primitives/any.js.map +1 -0
  908. package/dist/kanon/schemas/primitives/bigint.d.ts +16 -0
  909. package/dist/kanon/schemas/primitives/bigint.d.ts.map +1 -0
  910. package/dist/kanon/schemas/primitives/bigint.js +49 -0
  911. package/dist/kanon/schemas/primitives/bigint.js.map +1 -0
  912. package/dist/kanon/schemas/primitives/boolean.d.ts +14 -0
  913. package/dist/kanon/schemas/primitives/boolean.d.ts.map +1 -0
  914. package/dist/kanon/schemas/primitives/boolean.js +44 -0
  915. package/dist/kanon/schemas/primitives/boolean.js.map +1 -0
  916. package/dist/kanon/schemas/primitives/date.d.ts +16 -0
  917. package/dist/kanon/schemas/primitives/date.d.ts.map +1 -0
  918. package/dist/kanon/schemas/primitives/date.js +49 -0
  919. package/dist/kanon/schemas/primitives/date.js.map +1 -0
  920. package/dist/kanon/schemas/primitives/enum.d.ts +38 -0
  921. package/dist/kanon/schemas/primitives/enum.d.ts.map +1 -0
  922. package/dist/kanon/schemas/primitives/enum.js +67 -0
  923. package/dist/kanon/schemas/primitives/enum.js.map +1 -0
  924. package/dist/kanon/schemas/primitives/int.d.ts +10 -0
  925. package/dist/kanon/schemas/primitives/int.d.ts.map +1 -0
  926. package/dist/kanon/schemas/primitives/int.js +33 -0
  927. package/dist/kanon/schemas/primitives/int.js.map +1 -0
  928. package/dist/kanon/schemas/primitives/literal.d.ts +11 -0
  929. package/dist/kanon/schemas/primitives/literal.d.ts.map +1 -0
  930. package/dist/kanon/schemas/primitives/literal.js +24 -0
  931. package/dist/kanon/schemas/primitives/literal.js.map +1 -0
  932. package/dist/kanon/schemas/primitives/nativeEnum.d.ts +16 -0
  933. package/dist/kanon/schemas/primitives/nativeEnum.d.ts.map +1 -0
  934. package/dist/kanon/schemas/primitives/nativeEnum.js +54 -0
  935. package/dist/kanon/schemas/primitives/nativeEnum.js.map +1 -0
  936. package/dist/kanon/schemas/primitives/never.d.ts +12 -0
  937. package/dist/kanon/schemas/primitives/never.d.ts.map +1 -0
  938. package/dist/kanon/schemas/primitives/never.js +31 -0
  939. package/dist/kanon/schemas/primitives/never.js.map +1 -0
  940. package/dist/kanon/schemas/primitives/null.d.ts +14 -0
  941. package/dist/kanon/schemas/primitives/null.d.ts.map +1 -0
  942. package/dist/kanon/schemas/primitives/null.js +44 -0
  943. package/dist/kanon/schemas/primitives/null.js.map +1 -0
  944. package/dist/kanon/schemas/primitives/number.d.ts +16 -0
  945. package/dist/kanon/schemas/primitives/number.d.ts.map +1 -0
  946. package/dist/kanon/schemas/primitives/number.js +49 -0
  947. package/dist/kanon/schemas/primitives/number.js.map +1 -0
  948. package/dist/kanon/schemas/primitives/string.d.ts +16 -0
  949. package/dist/kanon/schemas/primitives/string.d.ts.map +1 -0
  950. package/dist/kanon/schemas/primitives/string.js +49 -0
  951. package/dist/kanon/schemas/primitives/string.js.map +1 -0
  952. package/dist/kanon/schemas/primitives/symbol.d.ts +10 -0
  953. package/dist/kanon/schemas/primitives/symbol.d.ts.map +1 -0
  954. package/dist/kanon/schemas/primitives/symbol.js +32 -0
  955. package/dist/kanon/schemas/primitives/symbol.js.map +1 -0
  956. package/dist/kanon/schemas/primitives/undefined.d.ts +14 -0
  957. package/dist/kanon/schemas/primitives/undefined.d.ts.map +1 -0
  958. package/dist/kanon/schemas/primitives/undefined.js +44 -0
  959. package/dist/kanon/schemas/primitives/undefined.js.map +1 -0
  960. package/dist/kanon/schemas/primitives/unknown.d.ts +15 -0
  961. package/dist/kanon/schemas/primitives/unknown.d.ts.map +1 -0
  962. package/dist/kanon/schemas/primitives/unknown.js +31 -0
  963. package/dist/kanon/schemas/primitives/unknown.js.map +1 -0
  964. package/dist/kanon/schemas/primitives/void.d.ts +16 -0
  965. package/dist/kanon/schemas/primitives/void.d.ts.map +1 -0
  966. package/dist/kanon/schemas/primitives/void.js +46 -0
  967. package/dist/kanon/schemas/primitives/void.js.map +1 -0
  968. package/dist/kanon/schemas/transforms/keyof.d.ts +16 -0
  969. package/dist/kanon/schemas/transforms/keyof.d.ts.map +1 -0
  970. package/dist/kanon/schemas/transforms/keyof.js +35 -0
  971. package/dist/kanon/schemas/transforms/keyof.js.map +1 -0
  972. package/dist/kanon/schemas/transforms/omit.d.ts +17 -0
  973. package/dist/kanon/schemas/transforms/omit.d.ts.map +1 -0
  974. package/dist/kanon/schemas/transforms/omit.js +44 -0
  975. package/dist/kanon/schemas/transforms/omit.js.map +1 -0
  976. package/dist/kanon/schemas/transforms/partial.d.ts +16 -0
  977. package/dist/kanon/schemas/transforms/partial.d.ts.map +1 -0
  978. package/dist/kanon/schemas/transforms/partial.js +38 -0
  979. package/dist/kanon/schemas/transforms/partial.js.map +1 -0
  980. package/dist/kanon/schemas/transforms/pick.d.ts +17 -0
  981. package/dist/kanon/schemas/transforms/pick.d.ts.map +1 -0
  982. package/dist/kanon/schemas/transforms/pick.js +43 -0
  983. package/dist/kanon/schemas/transforms/pick.js.map +1 -0
  984. package/dist/kanon/schemas/transforms/required.d.ts +16 -0
  985. package/dist/kanon/schemas/transforms/required.d.ts.map +1 -0
  986. package/dist/kanon/schemas/transforms/required.js +38 -0
  987. package/dist/kanon/schemas/transforms/required.js.map +1 -0
  988. package/dist/kanon/schemas/wrappers/default.d.ts +40 -0
  989. package/dist/kanon/schemas/wrappers/default.d.ts.map +1 -0
  990. package/dist/kanon/schemas/wrappers/default.js +82 -0
  991. package/dist/kanon/schemas/wrappers/default.js.map +1 -0
  992. package/dist/kanon/schemas/wrappers/lazy.d.ts +12 -0
  993. package/dist/kanon/schemas/wrappers/lazy.d.ts.map +1 -0
  994. package/dist/kanon/schemas/wrappers/lazy.js +21 -0
  995. package/dist/kanon/schemas/wrappers/lazy.js.map +1 -0
  996. package/dist/kanon/schemas/wrappers/nullable.d.ts +12 -0
  997. package/dist/kanon/schemas/wrappers/nullable.d.ts.map +1 -0
  998. package/dist/kanon/schemas/wrappers/nullable.js +27 -0
  999. package/dist/kanon/schemas/wrappers/nullable.js.map +1 -0
  1000. package/dist/kanon/schemas/wrappers/nullish.d.ts +12 -0
  1001. package/dist/kanon/schemas/wrappers/nullish.d.ts.map +1 -0
  1002. package/dist/kanon/schemas/wrappers/nullish.js +29 -0
  1003. package/dist/kanon/schemas/wrappers/nullish.js.map +1 -0
  1004. package/dist/kanon/schemas/wrappers/optional.d.ts +11 -0
  1005. package/dist/kanon/schemas/wrappers/optional.d.ts.map +1 -0
  1006. package/dist/kanon/schemas/wrappers/optional.js +21 -0
  1007. package/dist/kanon/schemas/wrappers/optional.js.map +1 -0
  1008. package/dist/kanon/schemas/wrappers/readonly.d.ts +12 -0
  1009. package/dist/kanon/schemas/wrappers/readonly.d.ts.map +1 -0
  1010. package/dist/kanon/schemas/wrappers/readonly.js +26 -0
  1011. package/dist/kanon/schemas/wrappers/readonly.js.map +1 -0
  1012. package/dist/kanon/types/base.d.ts +95 -0
  1013. package/dist/kanon/types/base.d.ts.map +1 -0
  1014. package/dist/kanon/types/base.js +11 -0
  1015. package/dist/kanon/types/base.js.map +1 -0
  1016. package/dist/kanon/types/composites.d.ts +103 -0
  1017. package/dist/kanon/types/composites.d.ts.map +1 -0
  1018. package/dist/kanon/types/composites.js +16 -0
  1019. package/dist/kanon/types/composites.js.map +1 -0
  1020. package/dist/kanon/types/constraints.d.ts +171 -0
  1021. package/dist/kanon/types/constraints.d.ts.map +1 -0
  1022. package/dist/kanon/types/constraints.js +7 -0
  1023. package/dist/kanon/types/constraints.js.map +1 -0
  1024. package/dist/kanon/types/guards.d.ts +257 -0
  1025. package/dist/kanon/types/guards.d.ts.map +1 -0
  1026. package/dist/kanon/types/guards.js +262 -0
  1027. package/dist/kanon/types/guards.js.map +1 -0
  1028. package/dist/kanon/types/operators.d.ts +69 -0
  1029. package/dist/kanon/types/operators.d.ts.map +1 -0
  1030. package/dist/kanon/types/operators.js +7 -0
  1031. package/dist/kanon/types/operators.js.map +1 -0
  1032. package/dist/kanon/types/primitives.d.ts +149 -0
  1033. package/dist/kanon/types/primitives.d.ts.map +1 -0
  1034. package/dist/kanon/types/primitives.js +7 -0
  1035. package/dist/kanon/types/primitives.js.map +1 -0
  1036. package/dist/kanon/types/transforms.d.ts +61 -0
  1037. package/dist/kanon/types/transforms.d.ts.map +1 -0
  1038. package/dist/kanon/types/transforms.js +7 -0
  1039. package/dist/kanon/types/transforms.js.map +1 -0
  1040. package/dist/kanon/types/wrappers.d.ts +95 -0
  1041. package/dist/kanon/types/wrappers.d.ts.map +1 -0
  1042. package/dist/kanon/types/wrappers.js +7 -0
  1043. package/dist/kanon/types/wrappers.js.map +1 -0
  1044. package/dist/kanon/validation.d.ts +64 -0
  1045. package/dist/kanon/validation.d.ts.map +1 -0
  1046. package/dist/kanon/validation.js +62 -0
  1047. package/dist/kanon/validation.js.map +1 -0
  1048. package/dist/sphalma/error-factory.d.ts +32 -0
  1049. package/dist/sphalma/error-factory.d.ts.map +1 -0
  1050. package/dist/sphalma/error-factory.js +42 -0
  1051. package/dist/sphalma/error-factory.js.map +1 -0
  1052. package/dist/taphos/array/at.d.ts +43 -0
  1053. package/dist/taphos/array/at.d.ts.map +1 -0
  1054. package/dist/taphos/array/at.js +50 -0
  1055. package/dist/taphos/array/at.js.map +1 -0
  1056. package/dist/taphos/array/compact.d.ts +29 -0
  1057. package/dist/taphos/array/compact.d.ts.map +1 -0
  1058. package/dist/taphos/array/compact.js +37 -0
  1059. package/dist/taphos/array/compact.js.map +1 -0
  1060. package/dist/taphos/array/concat.d.ts +29 -0
  1061. package/dist/taphos/array/concat.d.ts.map +1 -0
  1062. package/dist/taphos/array/concat.js +31 -0
  1063. package/dist/taphos/array/concat.js.map +1 -0
  1064. package/dist/taphos/array/find.d.ts +32 -0
  1065. package/dist/taphos/array/find.d.ts.map +1 -0
  1066. package/dist/taphos/array/find.js +34 -0
  1067. package/dist/taphos/array/find.js.map +1 -0
  1068. package/dist/taphos/array/findIndex.d.ts +34 -0
  1069. package/dist/taphos/array/findIndex.d.ts.map +1 -0
  1070. package/dist/taphos/array/findIndex.js +36 -0
  1071. package/dist/taphos/array/findIndex.js.map +1 -0
  1072. package/dist/taphos/array/first.d.ts +31 -0
  1073. package/dist/taphos/array/first.d.ts.map +1 -0
  1074. package/dist/taphos/array/first.js +33 -0
  1075. package/dist/taphos/array/first.js.map +1 -0
  1076. package/dist/taphos/array/flatten.d.ts +27 -0
  1077. package/dist/taphos/array/flatten.d.ts.map +1 -0
  1078. package/dist/taphos/array/flatten.js +29 -0
  1079. package/dist/taphos/array/flatten.js.map +1 -0
  1080. package/dist/taphos/array/flattenDeep.d.ts +27 -0
  1081. package/dist/taphos/array/flattenDeep.d.ts.map +1 -0
  1082. package/dist/taphos/array/flattenDeep.js +29 -0
  1083. package/dist/taphos/array/flattenDeep.js.map +1 -0
  1084. package/dist/taphos/array/flattenDepth.d.ts +28 -0
  1085. package/dist/taphos/array/flattenDepth.d.ts.map +1 -0
  1086. package/dist/taphos/array/flattenDepth.js +30 -0
  1087. package/dist/taphos/array/flattenDepth.js.map +1 -0
  1088. package/dist/taphos/array/fromPairs.d.ts +28 -0
  1089. package/dist/taphos/array/fromPairs.d.ts.map +1 -0
  1090. package/dist/taphos/array/fromPairs.js +30 -0
  1091. package/dist/taphos/array/fromPairs.js.map +1 -0
  1092. package/dist/taphos/array/head.d.ts +33 -0
  1093. package/dist/taphos/array/head.d.ts.map +1 -0
  1094. package/dist/taphos/array/head.js +35 -0
  1095. package/dist/taphos/array/head.js.map +1 -0
  1096. package/dist/taphos/array/indexOf.d.ts +29 -0
  1097. package/dist/taphos/array/indexOf.d.ts.map +1 -0
  1098. package/dist/taphos/array/indexOf.js +31 -0
  1099. package/dist/taphos/array/indexOf.js.map +1 -0
  1100. package/dist/taphos/array/initial.d.ts +27 -0
  1101. package/dist/taphos/array/initial.d.ts.map +1 -0
  1102. package/dist/taphos/array/initial.js +29 -0
  1103. package/dist/taphos/array/initial.js.map +1 -0
  1104. package/dist/taphos/array/join.d.ts +28 -0
  1105. package/dist/taphos/array/join.d.ts.map +1 -0
  1106. package/dist/taphos/array/join.js +30 -0
  1107. package/dist/taphos/array/join.js.map +1 -0
  1108. package/dist/taphos/array/last.d.ts +31 -0
  1109. package/dist/taphos/array/last.d.ts.map +1 -0
  1110. package/dist/taphos/array/last.js +33 -0
  1111. package/dist/taphos/array/last.js.map +1 -0
  1112. package/dist/taphos/array/lastIndexOf.d.ts +29 -0
  1113. package/dist/taphos/array/lastIndexOf.d.ts.map +1 -0
  1114. package/dist/taphos/array/lastIndexOf.js +34 -0
  1115. package/dist/taphos/array/lastIndexOf.js.map +1 -0
  1116. package/dist/taphos/array/map.d.ts +29 -0
  1117. package/dist/taphos/array/map.d.ts.map +1 -0
  1118. package/dist/taphos/array/map.js +31 -0
  1119. package/dist/taphos/array/map.js.map +1 -0
  1120. package/dist/taphos/array/nth.d.ts +34 -0
  1121. package/dist/taphos/array/nth.d.ts.map +1 -0
  1122. package/dist/taphos/array/nth.js +37 -0
  1123. package/dist/taphos/array/nth.js.map +1 -0
  1124. package/dist/taphos/array/pull-all.d.ts +23 -0
  1125. package/dist/taphos/array/pull-all.d.ts.map +1 -0
  1126. package/dist/taphos/array/pull-all.js +26 -0
  1127. package/dist/taphos/array/pull-all.js.map +1 -0
  1128. package/dist/taphos/array/pull.d.ts +22 -0
  1129. package/dist/taphos/array/pull.d.ts.map +1 -0
  1130. package/dist/taphos/array/pull.js +33 -0
  1131. package/dist/taphos/array/pull.js.map +1 -0
  1132. package/dist/taphos/array/pullAllBy.d.ts +31 -0
  1133. package/dist/taphos/array/pullAllBy.d.ts.map +1 -0
  1134. package/dist/taphos/array/pullAllBy.js +37 -0
  1135. package/dist/taphos/array/pullAllBy.js.map +1 -0
  1136. package/dist/taphos/array/pullAllWith.d.ts +31 -0
  1137. package/dist/taphos/array/pullAllWith.d.ts.map +1 -0
  1138. package/dist/taphos/array/pullAllWith.js +37 -0
  1139. package/dist/taphos/array/pullAllWith.js.map +1 -0
  1140. package/dist/taphos/array/pullAt.d.ts +33 -0
  1141. package/dist/taphos/array/pullAt.d.ts.map +1 -0
  1142. package/dist/taphos/array/pullAt.js +49 -0
  1143. package/dist/taphos/array/pullAt.js.map +1 -0
  1144. package/dist/taphos/array/remove.d.ts +32 -0
  1145. package/dist/taphos/array/remove.d.ts.map +1 -0
  1146. package/dist/taphos/array/remove.js +46 -0
  1147. package/dist/taphos/array/remove.js.map +1 -0
  1148. package/dist/taphos/array/slice.d.ts +29 -0
  1149. package/dist/taphos/array/slice.d.ts.map +1 -0
  1150. package/dist/taphos/array/slice.js +31 -0
  1151. package/dist/taphos/array/slice.js.map +1 -0
  1152. package/dist/taphos/array/tail.d.ts +27 -0
  1153. package/dist/taphos/array/tail.d.ts.map +1 -0
  1154. package/dist/taphos/array/tail.js +29 -0
  1155. package/dist/taphos/array/tail.js.map +1 -0
  1156. package/dist/taphos/array/without.d.ts +30 -0
  1157. package/dist/taphos/array/without.d.ts.map +1 -0
  1158. package/dist/taphos/array/without.js +33 -0
  1159. package/dist/taphos/array/without.js.map +1 -0
  1160. package/dist/taphos/array/zipObject.d.ts +31 -0
  1161. package/dist/taphos/array/zipObject.d.ts.map +1 -0
  1162. package/dist/taphos/array/zipObject.js +37 -0
  1163. package/dist/taphos/array/zipObject.js.map +1 -0
  1164. package/dist/taphos/collection/each.d.ts +43 -0
  1165. package/dist/taphos/collection/each.d.ts.map +1 -0
  1166. package/dist/taphos/collection/each.js +51 -0
  1167. package/dist/taphos/collection/each.js.map +1 -0
  1168. package/dist/taphos/collection/eachRight.d.ts +30 -0
  1169. package/dist/taphos/collection/eachRight.d.ts.map +1 -0
  1170. package/dist/taphos/collection/eachRight.js +34 -0
  1171. package/dist/taphos/collection/eachRight.js.map +1 -0
  1172. package/dist/taphos/collection/every.d.ts +35 -0
  1173. package/dist/taphos/collection/every.d.ts.map +1 -0
  1174. package/dist/taphos/collection/every.js +41 -0
  1175. package/dist/taphos/collection/every.js.map +1 -0
  1176. package/dist/taphos/collection/filter.d.ts +37 -0
  1177. package/dist/taphos/collection/filter.d.ts.map +1 -0
  1178. package/dist/taphos/collection/filter.js +44 -0
  1179. package/dist/taphos/collection/filter.js.map +1 -0
  1180. package/dist/taphos/collection/flatMap.d.ts +27 -0
  1181. package/dist/taphos/collection/flatMap.d.ts.map +1 -0
  1182. package/dist/taphos/collection/flatMap.js +29 -0
  1183. package/dist/taphos/collection/flatMap.js.map +1 -0
  1184. package/dist/taphos/collection/flatMapDeep.d.ts +26 -0
  1185. package/dist/taphos/collection/flatMapDeep.d.ts.map +1 -0
  1186. package/dist/taphos/collection/flatMapDeep.js +28 -0
  1187. package/dist/taphos/collection/flatMapDeep.js.map +1 -0
  1188. package/dist/taphos/collection/flatMapDepth.d.ts +27 -0
  1189. package/dist/taphos/collection/flatMapDepth.d.ts.map +1 -0
  1190. package/dist/taphos/collection/flatMapDepth.js +29 -0
  1191. package/dist/taphos/collection/flatMapDepth.js.map +1 -0
  1192. package/dist/taphos/collection/includes.d.ts +36 -0
  1193. package/dist/taphos/collection/includes.d.ts.map +1 -0
  1194. package/dist/taphos/collection/includes.js +41 -0
  1195. package/dist/taphos/collection/includes.js.map +1 -0
  1196. package/dist/taphos/collection/map.d.ts +36 -0
  1197. package/dist/taphos/collection/map.d.ts.map +1 -0
  1198. package/dist/taphos/collection/map.js +43 -0
  1199. package/dist/taphos/collection/map.js.map +1 -0
  1200. package/dist/taphos/collection/pluck.d.ts +32 -0
  1201. package/dist/taphos/collection/pluck.d.ts.map +1 -0
  1202. package/dist/taphos/collection/pluck.js +37 -0
  1203. package/dist/taphos/collection/pluck.js.map +1 -0
  1204. package/dist/taphos/collection/reduce.d.ts +38 -0
  1205. package/dist/taphos/collection/reduce.d.ts.map +1 -0
  1206. package/dist/taphos/collection/reduce.js +54 -0
  1207. package/dist/taphos/collection/reduce.js.map +1 -0
  1208. package/dist/taphos/collection/reduceRight.d.ts +39 -0
  1209. package/dist/taphos/collection/reduceRight.d.ts.map +1 -0
  1210. package/dist/taphos/collection/reduceRight.js +53 -0
  1211. package/dist/taphos/collection/reduceRight.js.map +1 -0
  1212. package/dist/taphos/collection/reject.d.ts +37 -0
  1213. package/dist/taphos/collection/reject.d.ts.map +1 -0
  1214. package/dist/taphos/collection/reject.js +42 -0
  1215. package/dist/taphos/collection/reject.js.map +1 -0
  1216. package/dist/taphos/collection/size.d.ts +33 -0
  1217. package/dist/taphos/collection/size.d.ts.map +1 -0
  1218. package/dist/taphos/collection/size.js +38 -0
  1219. package/dist/taphos/collection/size.js.map +1 -0
  1220. package/dist/taphos/collection/some.d.ts +35 -0
  1221. package/dist/taphos/collection/some.d.ts.map +1 -0
  1222. package/dist/taphos/collection/some.js +42 -0
  1223. package/dist/taphos/collection/some.js.map +1 -0
  1224. package/dist/taphos/collection/sortBy.d.ts +38 -0
  1225. package/dist/taphos/collection/sortBy.d.ts.map +1 -0
  1226. package/dist/taphos/collection/sortBy.js +65 -0
  1227. package/dist/taphos/collection/sortBy.js.map +1 -0
  1228. package/dist/taphos/collection/uniq.d.ts +32 -0
  1229. package/dist/taphos/collection/uniq.d.ts.map +1 -0
  1230. package/dist/taphos/collection/uniq.js +34 -0
  1231. package/dist/taphos/collection/uniq.js.map +1 -0
  1232. package/dist/taphos/date/now.d.ts +20 -0
  1233. package/dist/taphos/date/now.d.ts.map +1 -0
  1234. package/dist/taphos/date/now.js +22 -0
  1235. package/dist/taphos/date/now.js.map +1 -0
  1236. package/dist/taphos/function/bind.d.ts +39 -0
  1237. package/dist/taphos/function/bind.d.ts.map +1 -0
  1238. package/dist/taphos/function/bind.js +42 -0
  1239. package/dist/taphos/function/bind.js.map +1 -0
  1240. package/dist/taphos/function/defer.d.ts +21 -0
  1241. package/dist/taphos/function/defer.d.ts.map +1 -0
  1242. package/dist/taphos/function/defer.js +23 -0
  1243. package/dist/taphos/function/defer.js.map +1 -0
  1244. package/dist/taphos/function/delay.d.ts +22 -0
  1245. package/dist/taphos/function/delay.d.ts.map +1 -0
  1246. package/dist/taphos/function/delay.js +24 -0
  1247. package/dist/taphos/function/delay.js.map +1 -0
  1248. package/dist/taphos/function/partial.d.ts +33 -0
  1249. package/dist/taphos/function/partial.d.ts.map +1 -0
  1250. package/dist/taphos/function/partial.js +36 -0
  1251. package/dist/taphos/function/partial.js.map +1 -0
  1252. package/dist/taphos/function/rest.d.ts +31 -0
  1253. package/dist/taphos/function/rest.d.ts.map +1 -0
  1254. package/dist/taphos/function/rest.js +44 -0
  1255. package/dist/taphos/function/rest.js.map +1 -0
  1256. package/dist/taphos/function/spread.d.ts +28 -0
  1257. package/dist/taphos/function/spread.d.ts.map +1 -0
  1258. package/dist/taphos/function/spread.js +40 -0
  1259. package/dist/taphos/function/spread.js.map +1 -0
  1260. package/dist/taphos/function/unary.d.ts +23 -0
  1261. package/dist/taphos/function/unary.d.ts.map +1 -0
  1262. package/dist/taphos/function/unary.js +25 -0
  1263. package/dist/taphos/function/unary.js.map +1 -0
  1264. package/dist/taphos/function/wrap.d.ts +27 -0
  1265. package/dist/taphos/function/wrap.d.ts.map +1 -0
  1266. package/dist/taphos/function/wrap.js +29 -0
  1267. package/dist/taphos/function/wrap.js.map +1 -0
  1268. package/dist/taphos/is/predicate/is-finite.d.ts +25 -0
  1269. package/dist/taphos/is/predicate/is-finite.d.ts.map +1 -0
  1270. package/dist/taphos/is/predicate/is-finite.js +27 -0
  1271. package/dist/taphos/is/predicate/is-finite.js.map +1 -0
  1272. package/dist/taphos/is/predicate/is-integer.d.ts +25 -0
  1273. package/dist/taphos/is/predicate/is-integer.d.ts.map +1 -0
  1274. package/dist/taphos/is/predicate/is-integer.js +27 -0
  1275. package/dist/taphos/is/predicate/is-integer.js.map +1 -0
  1276. package/dist/taphos/is/predicate/is-nan.d.ts +27 -0
  1277. package/dist/taphos/is/predicate/is-nan.d.ts.map +1 -0
  1278. package/dist/taphos/is/predicate/is-nan.js +29 -0
  1279. package/dist/taphos/is/predicate/is-nan.js.map +1 -0
  1280. package/dist/taphos/lang/eq.d.ts +30 -0
  1281. package/dist/taphos/lang/eq.d.ts.map +1 -0
  1282. package/dist/taphos/lang/eq.js +32 -0
  1283. package/dist/taphos/lang/eq.js.map +1 -0
  1284. package/dist/taphos/lang/gt.d.ts +25 -0
  1285. package/dist/taphos/lang/gt.d.ts.map +1 -0
  1286. package/dist/taphos/lang/gt.js +27 -0
  1287. package/dist/taphos/lang/gt.js.map +1 -0
  1288. package/dist/taphos/lang/gte.d.ts +25 -0
  1289. package/dist/taphos/lang/gte.d.ts.map +1 -0
  1290. package/dist/taphos/lang/gte.js +27 -0
  1291. package/dist/taphos/lang/gte.js.map +1 -0
  1292. package/dist/taphos/lang/isBuffer.d.ts +22 -0
  1293. package/dist/taphos/lang/isBuffer.d.ts.map +1 -0
  1294. package/dist/taphos/lang/isBuffer.js +25 -0
  1295. package/dist/taphos/lang/isBuffer.js.map +1 -0
  1296. package/dist/taphos/lang/isElement.d.ts +22 -0
  1297. package/dist/taphos/lang/isElement.d.ts.map +1 -0
  1298. package/dist/taphos/lang/isElement.js +25 -0
  1299. package/dist/taphos/lang/isElement.js.map +1 -0
  1300. package/dist/taphos/lang/isFinite.d.ts +27 -0
  1301. package/dist/taphos/lang/isFinite.d.ts.map +1 -0
  1302. package/dist/taphos/lang/isFinite.js +29 -0
  1303. package/dist/taphos/lang/isFinite.js.map +1 -0
  1304. package/dist/taphos/lang/isInteger.d.ts +27 -0
  1305. package/dist/taphos/lang/isInteger.d.ts.map +1 -0
  1306. package/dist/taphos/lang/isInteger.js +29 -0
  1307. package/dist/taphos/lang/isInteger.js.map +1 -0
  1308. package/dist/taphos/lang/isNaN.d.ts +25 -0
  1309. package/dist/taphos/lang/isNaN.d.ts.map +1 -0
  1310. package/dist/taphos/lang/isNaN.js +28 -0
  1311. package/dist/taphos/lang/isNaN.js.map +1 -0
  1312. package/dist/taphos/lang/isSafeInteger.d.ts +29 -0
  1313. package/dist/taphos/lang/isSafeInteger.d.ts.map +1 -0
  1314. package/dist/taphos/lang/isSafeInteger.js +31 -0
  1315. package/dist/taphos/lang/isSafeInteger.js.map +1 -0
  1316. package/dist/taphos/lang/isTypedArray.d.ts +31 -0
  1317. package/dist/taphos/lang/isTypedArray.d.ts.map +1 -0
  1318. package/dist/taphos/lang/isTypedArray.js +31 -0
  1319. package/dist/taphos/lang/isTypedArray.js.map +1 -0
  1320. package/dist/taphos/lang/isWeakMap.d.ts +22 -0
  1321. package/dist/taphos/lang/isWeakMap.d.ts.map +1 -0
  1322. package/dist/taphos/lang/isWeakMap.js +26 -0
  1323. package/dist/taphos/lang/isWeakMap.js.map +1 -0
  1324. package/dist/taphos/lang/isWeakSet.d.ts +22 -0
  1325. package/dist/taphos/lang/isWeakSet.d.ts.map +1 -0
  1326. package/dist/taphos/lang/isWeakSet.js +26 -0
  1327. package/dist/taphos/lang/isWeakSet.js.map +1 -0
  1328. package/dist/taphos/lang/lt.d.ts +25 -0
  1329. package/dist/taphos/lang/lt.d.ts.map +1 -0
  1330. package/dist/taphos/lang/lt.js +27 -0
  1331. package/dist/taphos/lang/lt.js.map +1 -0
  1332. package/dist/taphos/lang/lte.d.ts +25 -0
  1333. package/dist/taphos/lang/lte.d.ts.map +1 -0
  1334. package/dist/taphos/lang/lte.js +27 -0
  1335. package/dist/taphos/lang/lte.js.map +1 -0
  1336. package/dist/taphos/lang/toFinite.d.ts +24 -0
  1337. package/dist/taphos/lang/toFinite.d.ts.map +1 -0
  1338. package/dist/taphos/lang/toFinite.js +33 -0
  1339. package/dist/taphos/lang/toFinite.js.map +1 -0
  1340. package/dist/taphos/lang/toInteger.d.ts +26 -0
  1341. package/dist/taphos/lang/toInteger.d.ts.map +1 -0
  1342. package/dist/taphos/lang/toInteger.js +34 -0
  1343. package/dist/taphos/lang/toInteger.js.map +1 -0
  1344. package/dist/taphos/lang/toNumber.d.ts +26 -0
  1345. package/dist/taphos/lang/toNumber.d.ts.map +1 -0
  1346. package/dist/taphos/lang/toNumber.js +28 -0
  1347. package/dist/taphos/lang/toNumber.js.map +1 -0
  1348. package/dist/taphos/lang/toSafeInteger.d.ts +25 -0
  1349. package/dist/taphos/lang/toSafeInteger.d.ts.map +1 -0
  1350. package/dist/taphos/lang/toSafeInteger.js +36 -0
  1351. package/dist/taphos/lang/toSafeInteger.js.map +1 -0
  1352. package/dist/taphos/math/add.d.ts +21 -0
  1353. package/dist/taphos/math/add.d.ts.map +1 -0
  1354. package/dist/taphos/math/add.js +23 -0
  1355. package/dist/taphos/math/add.js.map +1 -0
  1356. package/dist/taphos/math/ceil.d.ts +25 -0
  1357. package/dist/taphos/math/ceil.d.ts.map +1 -0
  1358. package/dist/taphos/math/ceil.js +31 -0
  1359. package/dist/taphos/math/ceil.js.map +1 -0
  1360. package/dist/taphos/math/divide.d.ts +21 -0
  1361. package/dist/taphos/math/divide.d.ts.map +1 -0
  1362. package/dist/taphos/math/divide.js +23 -0
  1363. package/dist/taphos/math/divide.js.map +1 -0
  1364. package/dist/taphos/math/floor.d.ts +25 -0
  1365. package/dist/taphos/math/floor.d.ts.map +1 -0
  1366. package/dist/taphos/math/floor.js +31 -0
  1367. package/dist/taphos/math/floor.js.map +1 -0
  1368. package/dist/taphos/math/max.d.ts +22 -0
  1369. package/dist/taphos/math/max.d.ts.map +1 -0
  1370. package/dist/taphos/math/max.js +26 -0
  1371. package/dist/taphos/math/max.js.map +1 -0
  1372. package/dist/taphos/math/min.d.ts +22 -0
  1373. package/dist/taphos/math/min.d.ts.map +1 -0
  1374. package/dist/taphos/math/min.js +26 -0
  1375. package/dist/taphos/math/min.js.map +1 -0
  1376. package/dist/taphos/math/multiply.d.ts +21 -0
  1377. package/dist/taphos/math/multiply.d.ts.map +1 -0
  1378. package/dist/taphos/math/multiply.js +23 -0
  1379. package/dist/taphos/math/multiply.js.map +1 -0
  1380. package/dist/taphos/math/round.d.ts +25 -0
  1381. package/dist/taphos/math/round.d.ts.map +1 -0
  1382. package/dist/taphos/math/round.js +31 -0
  1383. package/dist/taphos/math/round.js.map +1 -0
  1384. package/dist/taphos/math/subtract.d.ts +21 -0
  1385. package/dist/taphos/math/subtract.d.ts.map +1 -0
  1386. package/dist/taphos/math/subtract.js +23 -0
  1387. package/dist/taphos/math/subtract.js.map +1 -0
  1388. package/dist/taphos/object/assign.d.ts +34 -0
  1389. package/dist/taphos/object/assign.d.ts.map +1 -0
  1390. package/dist/taphos/object/assign.js +36 -0
  1391. package/dist/taphos/object/assign.js.map +1 -0
  1392. package/dist/taphos/object/at.d.ts +25 -0
  1393. package/dist/taphos/object/at.d.ts.map +1 -0
  1394. package/dist/taphos/object/at.js +28 -0
  1395. package/dist/taphos/object/at.js.map +1 -0
  1396. package/dist/taphos/object/create.d.ts +25 -0
  1397. package/dist/taphos/object/create.d.ts.map +1 -0
  1398. package/dist/taphos/object/create.js +32 -0
  1399. package/dist/taphos/object/create.js.map +1 -0
  1400. package/dist/taphos/object/extend.d.ts +38 -0
  1401. package/dist/taphos/object/extend.d.ts.map +1 -0
  1402. package/dist/taphos/object/extend.js +41 -0
  1403. package/dist/taphos/object/extend.js.map +1 -0
  1404. package/dist/taphos/object/forIn.d.ts +23 -0
  1405. package/dist/taphos/object/forIn.d.ts.map +1 -0
  1406. package/dist/taphos/object/forIn.js +27 -0
  1407. package/dist/taphos/object/forIn.js.map +1 -0
  1408. package/dist/taphos/object/forOwn.d.ts +23 -0
  1409. package/dist/taphos/object/forOwn.d.ts.map +1 -0
  1410. package/dist/taphos/object/forOwn.js +27 -0
  1411. package/dist/taphos/object/forOwn.js.map +1 -0
  1412. package/dist/taphos/object/hasIn.d.ts +23 -0
  1413. package/dist/taphos/object/hasIn.d.ts.map +1 -0
  1414. package/dist/taphos/object/hasIn.js +25 -0
  1415. package/dist/taphos/object/hasIn.js.map +1 -0
  1416. package/dist/taphos/object/invoke.d.ts +36 -0
  1417. package/dist/taphos/object/invoke.d.ts.map +1 -0
  1418. package/dist/taphos/object/invoke.js +40 -0
  1419. package/dist/taphos/object/invoke.js.map +1 -0
  1420. package/dist/taphos/object/keys.d.ts +28 -0
  1421. package/dist/taphos/object/keys.d.ts.map +1 -0
  1422. package/dist/taphos/object/keys.js +31 -0
  1423. package/dist/taphos/object/keys.js.map +1 -0
  1424. package/dist/taphos/object/toPairs.d.ts +28 -0
  1425. package/dist/taphos/object/toPairs.d.ts.map +1 -0
  1426. package/dist/taphos/object/toPairs.js +31 -0
  1427. package/dist/taphos/object/toPairs.js.map +1 -0
  1428. package/dist/taphos/object/transform.d.ts +31 -0
  1429. package/dist/taphos/object/transform.d.ts.map +1 -0
  1430. package/dist/taphos/object/transform.js +36 -0
  1431. package/dist/taphos/object/transform.js.map +1 -0
  1432. package/dist/taphos/object/unset.d.ts +30 -0
  1433. package/dist/taphos/object/unset.d.ts.map +1 -0
  1434. package/dist/taphos/object/unset.js +56 -0
  1435. package/dist/taphos/object/unset.js.map +1 -0
  1436. package/dist/taphos/object/update.d.ts +32 -0
  1437. package/dist/taphos/object/update.d.ts.map +1 -0
  1438. package/dist/taphos/object/update.js +38 -0
  1439. package/dist/taphos/object/update.js.map +1 -0
  1440. package/dist/taphos/object/values.d.ts +28 -0
  1441. package/dist/taphos/object/values.d.ts.map +1 -0
  1442. package/dist/taphos/object/values.js +31 -0
  1443. package/dist/taphos/object/values.js.map +1 -0
  1444. package/dist/taphos/seq/tap.d.ts +40 -0
  1445. package/dist/taphos/seq/tap.d.ts.map +1 -0
  1446. package/dist/taphos/seq/tap.js +43 -0
  1447. package/dist/taphos/seq/tap.js.map +1 -0
  1448. package/dist/taphos/seq/thru.d.ts +35 -0
  1449. package/dist/taphos/seq/thru.d.ts.map +1 -0
  1450. package/dist/taphos/seq/thru.js +37 -0
  1451. package/dist/taphos/seq/thru.js.map +1 -0
  1452. package/dist/taphos/string/endsWith.d.ts +25 -0
  1453. package/dist/taphos/string/endsWith.d.ts.map +1 -0
  1454. package/dist/taphos/string/endsWith.js +31 -0
  1455. package/dist/taphos/string/endsWith.js.map +1 -0
  1456. package/dist/taphos/string/pad.d.ts +31 -0
  1457. package/dist/taphos/string/pad.d.ts.map +1 -0
  1458. package/dist/taphos/string/pad.js +49 -0
  1459. package/dist/taphos/string/pad.js.map +1 -0
  1460. package/dist/taphos/string/padEnd.d.ts +25 -0
  1461. package/dist/taphos/string/padEnd.d.ts.map +1 -0
  1462. package/dist/taphos/string/padEnd.js +27 -0
  1463. package/dist/taphos/string/padEnd.js.map +1 -0
  1464. package/dist/taphos/string/padStart.d.ts +25 -0
  1465. package/dist/taphos/string/padStart.d.ts.map +1 -0
  1466. package/dist/taphos/string/padStart.js +27 -0
  1467. package/dist/taphos/string/padStart.js.map +1 -0
  1468. package/dist/taphos/string/parseInteger.d.ts +26 -0
  1469. package/dist/taphos/string/parseInteger.d.ts.map +1 -0
  1470. package/dist/taphos/string/parseInteger.js +29 -0
  1471. package/dist/taphos/string/parseInteger.js.map +1 -0
  1472. package/dist/taphos/string/repeat.d.ts +24 -0
  1473. package/dist/taphos/string/repeat.d.ts.map +1 -0
  1474. package/dist/taphos/string/repeat.js +30 -0
  1475. package/dist/taphos/string/repeat.js.map +1 -0
  1476. package/dist/taphos/string/replace.d.ts +25 -0
  1477. package/dist/taphos/string/replace.d.ts.map +1 -0
  1478. package/dist/taphos/string/replace.js +27 -0
  1479. package/dist/taphos/string/replace.js.map +1 -0
  1480. package/dist/taphos/string/split.d.ts +25 -0
  1481. package/dist/taphos/string/split.d.ts.map +1 -0
  1482. package/dist/taphos/string/split.js +27 -0
  1483. package/dist/taphos/string/split.js.map +1 -0
  1484. package/dist/taphos/string/startsWith.d.ts +25 -0
  1485. package/dist/taphos/string/startsWith.d.ts.map +1 -0
  1486. package/dist/taphos/string/startsWith.js +30 -0
  1487. package/dist/taphos/string/startsWith.js.map +1 -0
  1488. package/dist/taphos/string/toLower.d.ts +21 -0
  1489. package/dist/taphos/string/toLower.d.ts.map +1 -0
  1490. package/dist/taphos/string/toLower.js +23 -0
  1491. package/dist/taphos/string/toLower.js.map +1 -0
  1492. package/dist/taphos/string/toUpper.d.ts +21 -0
  1493. package/dist/taphos/string/toUpper.d.ts.map +1 -0
  1494. package/dist/taphos/string/toUpper.js +23 -0
  1495. package/dist/taphos/string/toUpper.js.map +1 -0
  1496. package/dist/taphos/string/trim.d.ts +21 -0
  1497. package/dist/taphos/string/trim.d.ts.map +1 -0
  1498. package/dist/taphos/string/trim.js +23 -0
  1499. package/dist/taphos/string/trim.js.map +1 -0
  1500. package/dist/taphos/string/trimEnd.d.ts +21 -0
  1501. package/dist/taphos/string/trimEnd.d.ts.map +1 -0
  1502. package/dist/taphos/string/trimEnd.js +23 -0
  1503. package/dist/taphos/string/trimEnd.js.map +1 -0
  1504. package/dist/taphos/string/trimStart.d.ts +21 -0
  1505. package/dist/taphos/string/trimStart.d.ts.map +1 -0
  1506. package/dist/taphos/string/trimStart.js +23 -0
  1507. package/dist/taphos/string/trimStart.js.map +1 -0
  1508. package/dist/taphos/string/upperFirst.d.ts +22 -0
  1509. package/dist/taphos/string/upperFirst.d.ts.map +1 -0
  1510. package/dist/taphos/string/upperFirst.js +27 -0
  1511. package/dist/taphos/string/upperFirst.js.map +1 -0
  1512. package/dist/taphos/util/attempt.d.ts +42 -0
  1513. package/dist/taphos/util/attempt.d.ts.map +1 -0
  1514. package/dist/taphos/util/attempt.js +49 -0
  1515. package/dist/taphos/util/attempt.js.map +1 -0
  1516. package/dist/taphos/util/castArray.d.ts +24 -0
  1517. package/dist/taphos/util/castArray.d.ts.map +1 -0
  1518. package/dist/taphos/util/castArray.js +26 -0
  1519. package/dist/taphos/util/castArray.js.map +1 -0
  1520. package/dist/taphos/util/cloneDeep.d.ts +28 -0
  1521. package/dist/taphos/util/cloneDeep.d.ts.map +1 -0
  1522. package/dist/taphos/util/cloneDeep.js +30 -0
  1523. package/dist/taphos/util/cloneDeep.js.map +1 -0
  1524. package/dist/taphos/util/constant.d.ts +22 -0
  1525. package/dist/taphos/util/constant.d.ts.map +1 -0
  1526. package/dist/taphos/util/constant.js +24 -0
  1527. package/dist/taphos/util/constant.js.map +1 -0
  1528. package/dist/taphos/util/identity.d.ts +22 -0
  1529. package/dist/taphos/util/identity.d.ts.map +1 -0
  1530. package/dist/taphos/util/identity.js +24 -0
  1531. package/dist/taphos/util/identity.js.map +1 -0
  1532. package/dist/taphos/util/nthArg.d.ts +21 -0
  1533. package/dist/taphos/util/nthArg.d.ts.map +1 -0
  1534. package/dist/taphos/util/nthArg.js +26 -0
  1535. package/dist/taphos/util/nthArg.js.map +1 -0
  1536. package/dist/taphos/util/overEvery.d.ts +26 -0
  1537. package/dist/taphos/util/overEvery.d.ts.map +1 -0
  1538. package/dist/taphos/util/overEvery.js +28 -0
  1539. package/dist/taphos/util/overEvery.js.map +1 -0
  1540. package/dist/taphos/util/overSome.d.ts +26 -0
  1541. package/dist/taphos/util/overSome.d.ts.map +1 -0
  1542. package/dist/taphos/util/overSome.js +28 -0
  1543. package/dist/taphos/util/overSome.js.map +1 -0
  1544. package/dist/taphos/util/property.d.ts +24 -0
  1545. package/dist/taphos/util/property.d.ts.map +1 -0
  1546. package/dist/taphos/util/property.js +26 -0
  1547. package/dist/taphos/util/property.js.map +1 -0
  1548. package/dist/taphos/util/propertyOf.d.ts +25 -0
  1549. package/dist/taphos/util/propertyOf.d.ts.map +1 -0
  1550. package/dist/taphos/util/propertyOf.js +27 -0
  1551. package/dist/taphos/util/propertyOf.js.map +1 -0
  1552. package/dist/taphos/util/rangeRight.d.ts +28 -0
  1553. package/dist/taphos/util/rangeRight.d.ts.map +1 -0
  1554. package/dist/taphos/util/rangeRight.js +9 -0
  1555. package/dist/taphos/util/rangeRight.js.map +1 -0
  1556. package/dist/taphos/util/stubArray.d.ts +18 -0
  1557. package/dist/taphos/util/stubArray.d.ts.map +1 -0
  1558. package/dist/taphos/util/stubArray.js +20 -0
  1559. package/dist/taphos/util/stubArray.js.map +1 -0
  1560. package/dist/taphos/util/stubFalse.d.ts +18 -0
  1561. package/dist/taphos/util/stubFalse.d.ts.map +1 -0
  1562. package/dist/taphos/util/stubFalse.js +20 -0
  1563. package/dist/taphos/util/stubFalse.js.map +1 -0
  1564. package/dist/taphos/util/stubObject.d.ts +18 -0
  1565. package/dist/taphos/util/stubObject.d.ts.map +1 -0
  1566. package/dist/taphos/util/stubObject.js +20 -0
  1567. package/dist/taphos/util/stubObject.js.map +1 -0
  1568. package/dist/taphos/util/stubString.d.ts +18 -0
  1569. package/dist/taphos/util/stubString.d.ts.map +1 -0
  1570. package/dist/taphos/util/stubString.js +20 -0
  1571. package/dist/taphos/util/stubString.js.map +1 -0
  1572. package/dist/taphos/util/stubTrue.d.ts +18 -0
  1573. package/dist/taphos/util/stubTrue.d.ts.map +1 -0
  1574. package/dist/taphos/util/stubTrue.js +20 -0
  1575. package/dist/taphos/util/stubTrue.js.map +1 -0
  1576. package/dist/taphos/util/toPath.d.ts +23 -0
  1577. package/dist/taphos/util/toPath.d.ts.map +1 -0
  1578. package/dist/taphos/util/toPath.js +95 -0
  1579. package/dist/taphos/util/toPath.js.map +1 -0
  1580. package/dist/zygos/either.d.ts +402 -0
  1581. package/dist/zygos/either.d.ts.map +1 -0
  1582. package/dist/zygos/either.js +447 -0
  1583. package/dist/zygos/either.js.map +1 -0
  1584. package/dist/zygos/option.d.ts +363 -0
  1585. package/dist/zygos/option.d.ts.map +1 -0
  1586. package/dist/zygos/option.js +369 -0
  1587. package/dist/zygos/option.js.map +1 -0
  1588. package/dist/zygos/orElse.d.ts +67 -0
  1589. package/dist/zygos/orElse.d.ts.map +1 -0
  1590. package/dist/zygos/orElse.js +88 -0
  1591. package/dist/zygos/orElse.js.map +1 -0
  1592. package/dist/zygos/result/result-async.d.ts +503 -0
  1593. package/dist/zygos/result/result-async.d.ts.map +1 -0
  1594. package/dist/zygos/result/result-async.js +605 -0
  1595. package/dist/zygos/result/result-async.js.map +1 -0
  1596. package/dist/zygos/result/result.d.ts +537 -0
  1597. package/dist/zygos/result/result.d.ts.map +1 -0
  1598. package/dist/zygos/result/result.js +438 -0
  1599. package/dist/zygos/result/result.js.map +1 -0
  1600. package/dist/zygos/safe.d.ts +24 -0
  1601. package/dist/zygos/safe.d.ts.map +1 -0
  1602. package/dist/zygos/safe.js +33 -0
  1603. package/dist/zygos/safe.js.map +1 -0
  1604. package/dist/zygos/task-either.d.ts +204 -0
  1605. package/dist/zygos/task-either.d.ts.map +1 -0
  1606. package/dist/zygos/task-either.js +288 -0
  1607. package/dist/zygos/task-either.js.map +1 -0
  1608. package/dist/zygos/task.d.ts +46 -0
  1609. package/dist/zygos/task.d.ts.map +1 -0
  1610. package/dist/zygos/task.js +59 -0
  1611. package/dist/zygos/task.js.map +1 -0
  1612. package/package.json +92 -0
@@ -0,0 +1,1627 @@
1
+ /**
2
+ * 🤖 Autocompletion file generated automatically
3
+ * ⚠️ DO NOT MODIFY MANUALLY
4
+ *
5
+ * This file provides structured autocompletion for your IDE.
6
+ * Navigate through the structure: math.geometry.distance
7
+ *
8
+ * To preserve tree-shaking in production, use direct imports:
9
+ * ❌ import { distance } from 'pithos/autocompletion';
10
+ * ❌ const distance = math.geometry.distance; // from autocompletion
11
+ * ✅ import { distance } from 'pithos/math/geometry';
12
+ *
13
+ * Generated on: 2026-02-22T16:49:34.264Z
14
+ * */
15
+
16
+ /**
17
+ * @deprecated ⚠️ This nested structure is for autocompletion only.
18
+ * Use direct imports in production to preserve tree-shaking.
19
+ */
20
+ declare const _autocompletion: {
21
+ arkhe: {
22
+ chunk: {
23
+ chunk: typeof import('./arkhe/array/chunk')['chunk'];
24
+ };
25
+ count_by: {
26
+ countBy: typeof import('./arkhe/array/count-by')['countBy'];
27
+ };
28
+ difference: {
29
+ difference: typeof import('./arkhe/array/difference')['difference'];
30
+ };
31
+ difference_by: {
32
+ differenceBy: typeof import('./arkhe/array/difference-by')['differenceBy'];
33
+ };
34
+ difference_with: {
35
+ differenceWith: typeof import('./arkhe/array/difference-with')['differenceWith'];
36
+ };
37
+ drop: {
38
+ drop: typeof import('./arkhe/array/drop')['drop'];
39
+ };
40
+ drop_right: {
41
+ dropRight: typeof import('./arkhe/array/drop-right')['dropRight'];
42
+ };
43
+ drop_right_while: {
44
+ dropRightWhile: typeof import('./arkhe/array/drop-right-while')['dropRightWhile'];
45
+ };
46
+ drop_while: {
47
+ dropWhile: typeof import('./arkhe/array/drop-while')['dropWhile'];
48
+ };
49
+ fill: {
50
+ fill: typeof import('./arkhe/array/fill')['fill'];
51
+ };
52
+ find_best: {
53
+ findBest: typeof import('./arkhe/array/find-best')['findBest'];
54
+ };
55
+ find_last: {
56
+ findLast: typeof import('./arkhe/array/find-last')['findLast'];
57
+ };
58
+ find_last_index: {
59
+ findLastIndex: typeof import('./arkhe/array/find-last-index')['findLastIndex'];
60
+ };
61
+ group_by: {
62
+ groupBy: typeof import('./arkhe/array/group-by')['groupBy'];
63
+ };
64
+ group_with: {
65
+ groupWith: typeof import('./arkhe/array/group-with')['groupWith'];
66
+ };
67
+ intersection: {
68
+ intersection: typeof import('./arkhe/array/intersection')['intersection'];
69
+ };
70
+ intersection_by: {
71
+ intersectionBy: typeof import('./arkhe/array/intersection-by')['intersectionBy'];
72
+ };
73
+ intersection_with: {
74
+ intersectionWith: typeof import('./arkhe/array/intersection-with')['intersectionWith'];
75
+ };
76
+ key_by: {
77
+ keyBy: typeof import('./arkhe/array/key-by')['keyBy'];
78
+ };
79
+ max_by: {
80
+ maxBy: typeof import('./arkhe/array/max-by')['maxBy'];
81
+ };
82
+ min_by: {
83
+ minBy: typeof import('./arkhe/array/min-by')['minBy'];
84
+ };
85
+ order_by: {
86
+ orderBy: typeof import('./arkhe/array/order-by')['orderBy'];
87
+ };
88
+ partition: {
89
+ partition: typeof import('./arkhe/array/partition')['partition'];
90
+ };
91
+ reverse: {
92
+ reverse: typeof import('./arkhe/array/reverse')['reverse'];
93
+ };
94
+ sample: {
95
+ sample: typeof import('./arkhe/array/sample')['sample'];
96
+ };
97
+ sample_size: {
98
+ sampleSize: typeof import('./arkhe/array/sample-size')['sampleSize'];
99
+ };
100
+ shuffle: {
101
+ shuffle: typeof import('./arkhe/array/shuffle')['shuffle'];
102
+ };
103
+ take: {
104
+ take: typeof import('./arkhe/array/take')['take'];
105
+ };
106
+ take_right: {
107
+ takeRight: typeof import('./arkhe/array/take-right')['takeRight'];
108
+ };
109
+ take_right_while: {
110
+ takeRightWhile: typeof import('./arkhe/array/take-right-while')['takeRightWhile'];
111
+ };
112
+ take_while: {
113
+ takeWhile: typeof import('./arkhe/array/take-while')['takeWhile'];
114
+ };
115
+ to_array: {
116
+ toArray: typeof import('./arkhe/array/to-array')['toArray'];
117
+ };
118
+ toggle: {
119
+ toggle: typeof import('./arkhe/array/toggle')['toggle'];
120
+ };
121
+ union: {
122
+ union: typeof import('./arkhe/array/union')['union'];
123
+ };
124
+ union_by: {
125
+ unionBy: typeof import('./arkhe/array/union-by')['unionBy'];
126
+ };
127
+ union_with: {
128
+ unionWith: typeof import('./arkhe/array/union-with')['unionWith'];
129
+ };
130
+ uniq: {
131
+ uniq: typeof import('./arkhe/array/uniq')['uniq'];
132
+ };
133
+ uniq_by: {
134
+ uniqBy: typeof import('./arkhe/array/uniq-by')['uniqBy'];
135
+ };
136
+ uniq_with: {
137
+ uniqWith: typeof import('./arkhe/array/uniq-with')['uniqWith'];
138
+ };
139
+ unzip: {
140
+ unzip: typeof import('./arkhe/array/unzip')['unzip'];
141
+ };
142
+ window: {
143
+ window: typeof import('./arkhe/array/window')['window'];
144
+ };
145
+ xor: {
146
+ xor: typeof import('./arkhe/array/xor')['xor'];
147
+ };
148
+ zip: {
149
+ zip: typeof import('./arkhe/array/zip')['zip'];
150
+ };
151
+ zip_with: {
152
+ zipWith: typeof import('./arkhe/array/zip-with')['zipWith'];
153
+ };
154
+ all: {
155
+ all: typeof import('./arkhe/async/all')['all'];
156
+ };
157
+ dedupe_by_key: {
158
+ dedupeByKey: typeof import('./arkhe/async/dedupe-by-key')['dedupeByKey'];
159
+ };
160
+ defer: {
161
+ defer: typeof import('./arkhe/async/defer')['defer'];
162
+ };
163
+ guard: {
164
+ guard: typeof import('./arkhe/async/guard')['guard'];
165
+ };
166
+ parallel: {
167
+ parallel: typeof import('./arkhe/async/parallel')['parallel'];
168
+ };
169
+ queue_by_key: {
170
+ queueByKey: typeof import('./arkhe/async/queue-by-key')['queueByKey'];
171
+ };
172
+ retry: {
173
+ retry: typeof import('./arkhe/async/retry')['retry'];
174
+ };
175
+ after: {
176
+ after: typeof import('./arkhe/function/after')['after'];
177
+ };
178
+ before: {
179
+ before: typeof import('./arkhe/function/before')['before'];
180
+ };
181
+ cast_comparator: {
182
+ castComparator: typeof import('./arkhe/function/cast-comparator')['castComparator'];
183
+ };
184
+ cast_mapping: {
185
+ castMapping: typeof import('./arkhe/function/cast-mapping')['castMapping'];
186
+ };
187
+ curry: {
188
+ curry: typeof import('./arkhe/function/curry')['curry'];
189
+ };
190
+ debounce: {
191
+ debounce: typeof import('./arkhe/function/debounce')['debounce'];
192
+ };
193
+ flip: {
194
+ flip: typeof import('./arkhe/function/flip')['flip'];
195
+ };
196
+ flow_right: {
197
+ compose: typeof import('./arkhe/function/flow-right')['compose'];
198
+ flowRight: typeof import('./arkhe/function/flow-right')['flowRight'];
199
+ };
200
+ memoize: {
201
+ memoize: typeof import('./arkhe/function/memoize')['memoize'];
202
+ };
203
+ negate: {
204
+ negate: typeof import('./arkhe/function/negate')['negate'];
205
+ };
206
+ noop: {
207
+ noop: typeof import('./arkhe/function/noop')['noop'];
208
+ };
209
+ once: {
210
+ once: typeof import('./arkhe/function/once')['once'];
211
+ };
212
+ pipe: {
213
+ pipe: typeof import('./arkhe/function/pipe')['pipe'];
214
+ };
215
+ throttle: {
216
+ throttle: typeof import('./arkhe/function/throttle')['throttle'];
217
+ };
218
+ unless: {
219
+ unless: typeof import('./arkhe/function/unless')['unless'];
220
+ };
221
+ when: {
222
+ when: typeof import('./arkhe/function/when')['when'];
223
+ };
224
+ clamp: {
225
+ clamp: typeof import('./arkhe/number/clamp')['clamp'];
226
+ };
227
+ in_range: {
228
+ inRange: typeof import('./arkhe/number/in-range')['inRange'];
229
+ };
230
+ parsers: {
231
+ parse_float_def: {
232
+ parseFloatDef: typeof import('./arkhe/number/parsers/parse-float-def')['parseFloatDef'];
233
+ };
234
+ parse_float: {
235
+ parseFloat: typeof import('./arkhe/number/parsers/parse-float')['parseFloat'];
236
+ };
237
+ parse_int_def: {
238
+ parseIntDef: typeof import('./arkhe/number/parsers/parse-int-def')['parseIntDef'];
239
+ };
240
+ };
241
+ random: {
242
+ random: typeof import('./arkhe/number/random')['random'];
243
+ };
244
+ to_number: {
245
+ toNumber: typeof import('./arkhe/number/to-number')['toNumber'];
246
+ };
247
+ deep_clone: {
248
+ deepClone: typeof import('./arkhe/object/deep-clone')['deepClone'];
249
+ };
250
+ deep_clone_full: {
251
+ deepCloneFull: typeof import('./arkhe/object/deep-clone-full')['deepCloneFull'];
252
+ };
253
+ defaults: {
254
+ defaults: typeof import('./arkhe/object/defaults')['defaults'];
255
+ };
256
+ defaults_deep: {
257
+ defaultsDeep: typeof import('./arkhe/object/defaults-deep')['defaultsDeep'];
258
+ };
259
+ evolve: {
260
+ evolve: typeof import('./arkhe/object/evolve')['evolve'];
261
+ };
262
+ find_key: {
263
+ findKey: typeof import('./arkhe/object/find-key')['findKey'];
264
+ };
265
+ get: {
266
+ get: typeof import('./arkhe/object/get')['get'];
267
+ };
268
+ has: {
269
+ has: typeof import('./arkhe/object/has')['has'];
270
+ };
271
+ invert: {
272
+ invert: typeof import('./arkhe/object/invert')['invert'];
273
+ };
274
+ map_keys: {
275
+ mapKeys: typeof import('./arkhe/object/map-keys')['mapKeys'];
276
+ };
277
+ map_values: {
278
+ mapValues: typeof import('./arkhe/object/map-values')['mapValues'];
279
+ };
280
+ merge_deep: {
281
+ mergeDeepLeft: typeof import('./arkhe/object/merge-deep')['mergeDeepLeft'];
282
+ mergeDeepRight: typeof import('./arkhe/object/merge-deep')['mergeDeepRight'];
283
+ };
284
+ merge_with: {
285
+ mergeWith: typeof import('./arkhe/object/merge-with')['mergeWith'];
286
+ };
287
+ omit: {
288
+ omit: typeof import('./arkhe/object/omit')['omit'];
289
+ };
290
+ omit_by: {
291
+ omitBy: typeof import('./arkhe/object/omit-by')['omitBy'];
292
+ };
293
+ pick: {
294
+ pick: typeof import('./arkhe/object/pick')['pick'];
295
+ };
296
+ pickBy: {
297
+ pickBy: typeof import('./arkhe/object/pickBy')['pickBy'];
298
+ };
299
+ set: {
300
+ set: typeof import('./arkhe/object/set')['set'];
301
+ };
302
+ camel_case: {
303
+ camelCase: typeof import('./arkhe/string/camel-case')['camelCase'];
304
+ };
305
+ capitalize: {
306
+ capitalize: typeof import('./arkhe/string/capitalize')['capitalize'];
307
+ };
308
+ constant_case: {
309
+ constantCase: typeof import('./arkhe/string/constant-case')['constantCase'];
310
+ };
311
+ deburr: {
312
+ deburr: typeof import('./arkhe/string/deburr')['deburr'];
313
+ };
314
+ escape: {
315
+ escape: typeof import('./arkhe/string/escape')['escape'];
316
+ };
317
+ escape_regexp: {
318
+ escapeRegExp: typeof import('./arkhe/string/escape-regexp')['escapeRegExp'];
319
+ };
320
+ kebab_case: {
321
+ kebabCase: typeof import('./arkhe/string/kebab-case')['kebabCase'];
322
+ };
323
+ lower_case: {
324
+ lowerCase: typeof import('./arkhe/string/lower-case')['lowerCase'];
325
+ };
326
+ lowerFirst: {
327
+ lowerFirst: typeof import('./arkhe/string/lowerFirst')['lowerFirst'];
328
+ };
329
+ parsers: {
330
+ parse_comma_separated: {
331
+ parseCommaSeparated: typeof import('./arkhe/string/parsers/parse-comma-separated')['parseCommaSeparated'];
332
+ };
333
+ parse_key_value_pairs: {
334
+ parseKeyValuePairs: typeof import('./arkhe/string/parsers/parse-key-value-pairs')['parseKeyValuePairs'];
335
+ };
336
+ path_parser: {
337
+ parsePath: typeof import('./arkhe/string/parsers/path-parser')['parsePath'];
338
+ };
339
+ };
340
+ pascal_case: {
341
+ pascalCase: typeof import('./arkhe/string/pascal-case')['pascalCase'];
342
+ };
343
+ sentence_case: {
344
+ sentenceCase: typeof import('./arkhe/string/sentence-case')['sentenceCase'];
345
+ };
346
+ snake_case: {
347
+ snakeCase: typeof import('./arkhe/string/snake-case')['snakeCase'];
348
+ };
349
+ template: {
350
+ template: typeof import('./arkhe/string/template')['template'];
351
+ };
352
+ title_case: {
353
+ titleCase: typeof import('./arkhe/string/title-case')['titleCase'];
354
+ };
355
+ truncate: {
356
+ truncate: typeof import('./arkhe/string/truncate')['truncate'];
357
+ };
358
+ unescape: {
359
+ unescape: typeof import('./arkhe/string/unescape')['unescape'];
360
+ };
361
+ uniq_with: {
362
+ uniqWith: typeof import('./arkhe/string/uniq-with')['uniqWith'];
363
+ };
364
+ upper_case: {
365
+ upperCase: typeof import('./arkhe/string/upper-case')['upperCase'];
366
+ };
367
+ words: {
368
+ words: typeof import('./arkhe/string/words')['words'];
369
+ };
370
+ console: {
371
+ mockConsole: typeof import('./arkhe/test/console')['mockConsole'];
372
+ silenceConsole: typeof import('./arkhe/test/console')['silenceConsole'];
373
+ withSilentConsole: typeof import('./arkhe/test/console')['withSilentConsole'];
374
+ };
375
+ globals: {
376
+ __autoRestoreAll: typeof import('./arkhe/test/globals')['__autoRestoreAll'];
377
+ getGlobalThis: typeof import('./arkhe/test/globals')['getGlobalThis'];
378
+ mockDocument: typeof import('./arkhe/test/globals')['mockDocument'];
379
+ mockDOMRect: typeof import('./arkhe/test/globals')['mockDOMRect'];
380
+ mockPerformance: typeof import('./arkhe/test/globals')['mockPerformance'];
381
+ mockWindow: typeof import('./arkhe/test/globals')['mockWindow'];
382
+ setGlobal: typeof import('./arkhe/test/globals')['setGlobal'];
383
+ trackRestore: typeof import('./arkhe/test/globals')['trackRestore'];
384
+ };
385
+ private_access: {
386
+ cast: typeof import('./arkhe/test/private-access')['cast'];
387
+ castArray: typeof import('./arkhe/test/private-access')['castArray'];
388
+ castMap: typeof import('./arkhe/test/private-access')['castMap'];
389
+ testNull: typeof import('./arkhe/test/private-access')['testNull'];
390
+ testUndefined: typeof import('./arkhe/test/private-access')['testUndefined'];
391
+ };
392
+ default_to: {
393
+ defaultTo: typeof import('./arkhe/util/default-to')['defaultTo'];
394
+ };
395
+ range: {
396
+ range: typeof import('./arkhe/util/range')['range'];
397
+ };
398
+ sleep: {
399
+ sleep: typeof import('./arkhe/util/sleep')['sleep'];
400
+ };
401
+ times: {
402
+ times: typeof import('./arkhe/util/times')['times'];
403
+ };
404
+ unique_id: {
405
+ uniqueId: typeof import('./arkhe/util/unique-id')['uniqueId'];
406
+ };
407
+ guard: {
408
+ is_array_buffer: {
409
+ isArrayBuffer: typeof import('./arkhe/is/guard/is-array-buffer')['isArrayBuffer'];
410
+ };
411
+ is_array: {
412
+ isArray: typeof import('./arkhe/is/guard/is-array')['isArray'];
413
+ };
414
+ is_bigint: {
415
+ isBigint: typeof import('./arkhe/is/guard/is-bigint')['isBigint'];
416
+ };
417
+ is_boolean: {
418
+ isBoolean: typeof import('./arkhe/is/guard/is-boolean')['isBoolean'];
419
+ };
420
+ is_date: {
421
+ isDate: typeof import('./arkhe/is/guard/is-date')['isDate'];
422
+ };
423
+ is_error: {
424
+ isError: typeof import('./arkhe/is/guard/is-error')['isError'];
425
+ };
426
+ is_function: {
427
+ isFunction: typeof import('./arkhe/is/guard/is-function')['isFunction'];
428
+ };
429
+ is_map: {
430
+ isMap: typeof import('./arkhe/is/guard/is-map')['isMap'];
431
+ };
432
+ is_nil: {
433
+ isNil: typeof import('./arkhe/is/guard/is-nil')['isNil'];
434
+ };
435
+ is_non_null: {
436
+ isNonNull: typeof import('./arkhe/is/guard/is-non-null')['isNonNull'];
437
+ };
438
+ is_non_nullable: {
439
+ isNonNullable: typeof import('./arkhe/is/guard/is-non-nullable')['isNonNullable'];
440
+ };
441
+ is_non_undefined: {
442
+ isNonUndefined: typeof import('./arkhe/is/guard/is-non-undefined')['isNonUndefined'];
443
+ };
444
+ is_null: {
445
+ isNull: typeof import('./arkhe/is/guard/is-null')['isNull'];
446
+ };
447
+ is_number: {
448
+ isNumber: typeof import('./arkhe/is/guard/is-number')['isNumber'];
449
+ };
450
+ is_object: {
451
+ isObject: typeof import('./arkhe/is/guard/is-object')['isObject'];
452
+ };
453
+ is_one_of: {
454
+ isOneOf: typeof import('./arkhe/is/guard/is-one-of')['isOneOf'];
455
+ };
456
+ is_plain_object: {
457
+ isPlainObject: typeof import('./arkhe/is/guard/is-plain-object')['isPlainObject'];
458
+ };
459
+ is_primitive: {
460
+ isPrimitive: typeof import('./arkhe/is/guard/is-primitive')['isPrimitive'];
461
+ };
462
+ is_promise: {
463
+ isPromise: typeof import('./arkhe/is/guard/is-promise')['isPromise'];
464
+ };
465
+ is_regexp: {
466
+ isRegExp: typeof import('./arkhe/is/guard/is-regexp')['isRegExp'];
467
+ };
468
+ is_set: {
469
+ isSet: typeof import('./arkhe/is/guard/is-set')['isSet'];
470
+ };
471
+ is_string: {
472
+ isString: typeof import('./arkhe/is/guard/is-string')['isString'];
473
+ };
474
+ is_symbol: {
475
+ isSymbol: typeof import('./arkhe/is/guard/is-symbol')['isSymbol'];
476
+ };
477
+ is_undefined: {
478
+ isUndefined: typeof import('./arkhe/is/guard/is-undefined')['isUndefined'];
479
+ };
480
+ };
481
+ predicate: {
482
+ is_empty: {
483
+ isEmpty: typeof import('./arkhe/is/predicate/is-empty')['isEmpty'];
484
+ };
485
+ is_equal: {
486
+ isEqual: typeof import('./arkhe/is/predicate/is-equal')['isEqual'];
487
+ };
488
+ is_float: {
489
+ isFloat: typeof import('./arkhe/is/predicate/is-float')['isFloat'];
490
+ };
491
+ };
492
+ animations: {
493
+ easing: {
494
+ };
495
+ };
496
+ common: {
497
+ arrayable: {
498
+ };
499
+ awaitable: {
500
+ };
501
+ nullish: {
502
+ };
503
+ };
504
+ dom: {
505
+ attachable: {
506
+ };
507
+ viewport: {
508
+ };
509
+ };
510
+ gestures: {
511
+ axis: {
512
+ };
513
+ drag: {
514
+ };
515
+ };
516
+ math: {
517
+ arithmetic: {
518
+ };
519
+ geometry: {
520
+ };
521
+ };
522
+ performance: {
523
+ cache: {
524
+ };
525
+ };
526
+ utilities: {
527
+ deep_partial: {
528
+ };
529
+ deep_readonly: {
530
+ };
531
+ entry: {
532
+ };
533
+ error_type: {
534
+ };
535
+ is_some_option: {
536
+ isSomeOption: typeof import('./arkhe/types/utilities/is-some-option')['isSomeOption'];
537
+ };
538
+ map_entries: {
539
+ };
540
+ non_empty_array: {
541
+ };
542
+ partial_except: {
543
+ };
544
+ partial_keys: {
545
+ };
546
+ prettify: {
547
+ };
548
+ primitive: {
549
+ };
550
+ required_except: {
551
+ };
552
+ required_keys: {
553
+ };
554
+ strict_omit: {
555
+ };
556
+ };
557
+ };
558
+ kanon: {
559
+ index: {
560
+ any: typeof import('./kanon/index')['any'];
561
+ array: typeof import('./kanon/index')['array'];
562
+ bigint: typeof import('./kanon/index')['bigint'];
563
+ boolean: typeof import('./kanon/index')['boolean'];
564
+ booleanEnum: typeof import('./kanon/index')['booleanEnum'];
565
+ clearCache: typeof import('./kanon/index')['clearCache'];
566
+ coerceBigInt: typeof import('./kanon/index')['coerceBigInt'];
567
+ coerceBoolean: typeof import('./kanon/index')['coerceBoolean'];
568
+ coerceDate: typeof import('./kanon/index')['coerceDate'];
569
+ coerceNumber: typeof import('./kanon/index')['coerceNumber'];
570
+ coerceString: typeof import('./kanon/index')['coerceString'];
571
+ compile: typeof import('./kanon/index')['compile'];
572
+ date: typeof import('./kanon/index')['date'];
573
+ default_: typeof import('./kanon/index')['default_'];
574
+ DefaultValues: typeof import('./kanon/index')['DefaultValues'];
575
+ discriminatedUnion: typeof import('./kanon/index')['discriminatedUnion'];
576
+ enum_: typeof import('./kanon/index')['enum_'];
577
+ hasTupleRest: typeof import('./kanon/index')['hasTupleRest'];
578
+ int: typeof import('./kanon/index')['int'];
579
+ intersection: typeof import('./kanon/index')['intersection'];
580
+ intersection3: typeof import('./kanon/index')['intersection3'];
581
+ isArrayConstraint: typeof import('./kanon/index')['isArrayConstraint'];
582
+ isBigIntConstraint: typeof import('./kanon/index')['isBigIntConstraint'];
583
+ isDateConstraint: typeof import('./kanon/index')['isDateConstraint'];
584
+ isJITAvailable: typeof import('./kanon/index')['isJITAvailable'];
585
+ isMapConstraint: typeof import('./kanon/index')['isMapConstraint'];
586
+ isNumberConstraint: typeof import('./kanon/index')['isNumberConstraint'];
587
+ isObjectConstraint: typeof import('./kanon/index')['isObjectConstraint'];
588
+ isSchemaType: typeof import('./kanon/index')['isSchemaType'];
589
+ isSetConstraint: typeof import('./kanon/index')['isSetConstraint'];
590
+ isStringConstraint: typeof import('./kanon/index')['isStringConstraint'];
591
+ k: typeof import('./kanon/index')['k'];
592
+ keyof: typeof import('./kanon/index')['keyof'];
593
+ lazy: typeof import('./kanon/index')['lazy'];
594
+ literal: typeof import('./kanon/index')['literal'];
595
+ looseObject: typeof import('./kanon/index')['looseObject'];
596
+ map: typeof import('./kanon/index')['map'];
597
+ mixedEnum: typeof import('./kanon/index')['mixedEnum'];
598
+ nativeEnum: typeof import('./kanon/index')['nativeEnum'];
599
+ never: typeof import('./kanon/index')['never'];
600
+ null_: typeof import('./kanon/index')['null_'];
601
+ nullable: typeof import('./kanon/index')['nullable'];
602
+ nullish: typeof import('./kanon/index')['nullish'];
603
+ number: typeof import('./kanon/index')['number'];
604
+ numberEnum: typeof import('./kanon/index')['numberEnum'];
605
+ object: typeof import('./kanon/index')['object'];
606
+ omit: typeof import('./kanon/index')['omit'];
607
+ optional: typeof import('./kanon/index')['optional'];
608
+ parse: typeof import('./kanon/index')['parse'];
609
+ parseBulk: typeof import('./kanon/index')['parseBulk'];
610
+ partial: typeof import('./kanon/index')['partial'];
611
+ pick: typeof import('./kanon/index')['pick'];
612
+ readonly: typeof import('./kanon/index')['readonly'];
613
+ record: typeof import('./kanon/index')['record'];
614
+ required: typeof import('./kanon/index')['required'];
615
+ schemaGuards: typeof import('./kanon/index')['schemaGuards'];
616
+ set: typeof import('./kanon/index')['set'];
617
+ strictObject: typeof import('./kanon/index')['strictObject'];
618
+ string: typeof import('./kanon/index')['string'];
619
+ symbol: typeof import('./kanon/index')['symbol'];
620
+ tuple: typeof import('./kanon/index')['tuple'];
621
+ tupleOf: typeof import('./kanon/index')['tupleOf'];
622
+ tupleOf3: typeof import('./kanon/index')['tupleOf3'];
623
+ tupleOf4: typeof import('./kanon/index')['tupleOf4'];
624
+ tupleWithRest: typeof import('./kanon/index')['tupleWithRest'];
625
+ undefined_: typeof import('./kanon/index')['undefined_'];
626
+ unionOf: typeof import('./kanon/index')['unionOf'];
627
+ unionOf3: typeof import('./kanon/index')['unionOf3'];
628
+ unionOf4: typeof import('./kanon/index')['unionOf4'];
629
+ unknown: typeof import('./kanon/index')['unknown'];
630
+ validation: typeof import('./kanon/index')['validation'];
631
+ void_: typeof import('./kanon/index')['void_'];
632
+ };
633
+ validation: {
634
+ validation: typeof import('./kanon/validation')['validation'];
635
+ };
636
+ consts: {
637
+ messages: {
638
+ ERROR_MESSAGES_COMPOSITION: typeof import('./kanon/core/consts/messages')['ERROR_MESSAGES_COMPOSITION'];
639
+ };
640
+ patterns: {
641
+ EMAIL_REGEX: typeof import('./kanon/core/consts/patterns')['EMAIL_REGEX'];
642
+ URL_REGEX: typeof import('./kanon/core/consts/patterns')['URL_REGEX'];
643
+ UUID_REGEX: typeof import('./kanon/core/consts/patterns')['UUID_REGEX'];
644
+ };
645
+ };
646
+ parser: {
647
+ parse: typeof import('./kanon/core/parser')['parse'];
648
+ parseBulk: typeof import('./kanon/core/parser')['parseBulk'];
649
+ };
650
+ as_zod: {
651
+ asZod: typeof import('./kanon/helpers/as-zod')['asZod'];
652
+ };
653
+ as_zod.shim: {
654
+ z: typeof import('./kanon/helpers/as-zod.shim')['z'];
655
+ };
656
+ k: {
657
+ k: typeof import('./kanon/helpers/k')['k'];
658
+ };
659
+ builders: {
660
+ coerce: {
661
+ generateCoerceBooleanCheck: typeof import('./kanon/jit/builders/coerce')['generateCoerceBooleanCheck'];
662
+ generateCoerceBooleanValidation: typeof import('./kanon/jit/builders/coerce')['generateCoerceBooleanValidation'];
663
+ generateCoerceDateCheck: typeof import('./kanon/jit/builders/coerce')['generateCoerceDateCheck'];
664
+ generateCoerceDateValidation: typeof import('./kanon/jit/builders/coerce')['generateCoerceDateValidation'];
665
+ generateCoerceNumberCheck: typeof import('./kanon/jit/builders/coerce')['generateCoerceNumberCheck'];
666
+ generateCoerceNumberValidation: typeof import('./kanon/jit/builders/coerce')['generateCoerceNumberValidation'];
667
+ generateCoerceStringCheck: typeof import('./kanon/jit/builders/coerce')['generateCoerceStringCheck'];
668
+ generateCoerceStringValidation: typeof import('./kanon/jit/builders/coerce')['generateCoerceStringValidation'];
669
+ isCoerceType: typeof import('./kanon/jit/builders/coerce')['isCoerceType'];
670
+ };
671
+ refinements: {
672
+ generateRefinementCall: typeof import('./kanon/jit/builders/refinements')['generateRefinementCall'];
673
+ generateRefinementsValidation: typeof import('./kanon/jit/builders/refinements')['generateRefinementsValidation'];
674
+ getRefinements: typeof import('./kanon/jit/builders/refinements')['getRefinements'];
675
+ hasRefinements: typeof import('./kanon/jit/builders/refinements')['hasRefinements'];
676
+ };
677
+ array: {
678
+ generateArrayItemsLoop: typeof import('./kanon/jit/builders/composites/array')['generateArrayItemsLoop'];
679
+ generateArrayLengthCheck: typeof import('./kanon/jit/builders/composites/array')['generateArrayLengthCheck'];
680
+ generateArrayMaxLengthCheck: typeof import('./kanon/jit/builders/composites/array')['generateArrayMaxLengthCheck'];
681
+ generateArrayMinLengthCheck: typeof import('./kanon/jit/builders/composites/array')['generateArrayMinLengthCheck'];
682
+ generateArrayTypeCheck: typeof import('./kanon/jit/builders/composites/array')['generateArrayTypeCheck'];
683
+ generateArrayValidation: typeof import('./kanon/jit/builders/composites/array')['generateArrayValidation'];
684
+ generateSimpleArrayItemsLoop: typeof import('./kanon/jit/builders/composites/array')['generateSimpleArrayItemsLoop'];
685
+ };
686
+ object: {
687
+ createNestedObjectGenerator: typeof import('./kanon/jit/builders/composites/object')['createNestedObjectGenerator'];
688
+ generateMaxKeysCheck: typeof import('./kanon/jit/builders/composites/object')['generateMaxKeysCheck'];
689
+ generateMinKeysCheck: typeof import('./kanon/jit/builders/composites/object')['generateMinKeysCheck'];
690
+ generateObjectTypeCheck: typeof import('./kanon/jit/builders/composites/object')['generateObjectTypeCheck'];
691
+ generateObjectValidation: typeof import('./kanon/jit/builders/composites/object')['generateObjectValidation'];
692
+ generatePropertyValidation: typeof import('./kanon/jit/builders/composites/object')['generatePropertyValidation'];
693
+ generateStrictModeCheck: typeof import('./kanon/jit/builders/composites/object')['generateStrictModeCheck'];
694
+ };
695
+ union: {
696
+ canOptimizeWithTypeof: typeof import('./kanon/jit/builders/operators/union')['canOptimizeWithTypeof'];
697
+ createBooleanBranch: typeof import('./kanon/jit/builders/operators/union')['createBooleanBranch'];
698
+ createNullBranch: typeof import('./kanon/jit/builders/operators/union')['createNullBranch'];
699
+ createNumberBranch: typeof import('./kanon/jit/builders/operators/union')['createNumberBranch'];
700
+ createStringBranch: typeof import('./kanon/jit/builders/operators/union')['createStringBranch'];
701
+ createUndefinedBranch: typeof import('./kanon/jit/builders/operators/union')['createUndefinedBranch'];
702
+ generateOptimizedPrimitiveUnion: typeof import('./kanon/jit/builders/operators/union')['generateOptimizedPrimitiveUnion'];
703
+ generateSimpleSequentialUnion: typeof import('./kanon/jit/builders/operators/union')['generateSimpleSequentialUnion'];
704
+ generateUnionValidation: typeof import('./kanon/jit/builders/operators/union')['generateUnionValidation'];
705
+ groupBranchesByTypeof: typeof import('./kanon/jit/builders/operators/union')['groupBranchesByTypeof'];
706
+ };
707
+ boolean: {
708
+ generateBooleanTypeCheck: typeof import('./kanon/jit/builders/primitives/boolean')['generateBooleanTypeCheck'];
709
+ generateBooleanValidation: typeof import('./kanon/jit/builders/primitives/boolean')['generateBooleanValidation'];
710
+ };
711
+ number: {
712
+ generateGtCheck: typeof import('./kanon/jit/builders/primitives/number')['generateGtCheck'];
713
+ generateGteCheck: typeof import('./kanon/jit/builders/primitives/number')['generateGteCheck'];
714
+ generateIntCheck: typeof import('./kanon/jit/builders/primitives/number')['generateIntCheck'];
715
+ generateLtCheck: typeof import('./kanon/jit/builders/primitives/number')['generateLtCheck'];
716
+ generateLteCheck: typeof import('./kanon/jit/builders/primitives/number')['generateLteCheck'];
717
+ generateMaxCheck: typeof import('./kanon/jit/builders/primitives/number')['generateMaxCheck'];
718
+ generateMinCheck: typeof import('./kanon/jit/builders/primitives/number')['generateMinCheck'];
719
+ generateMultipleOfCheck: typeof import('./kanon/jit/builders/primitives/number')['generateMultipleOfCheck'];
720
+ generateNegativeCheck: typeof import('./kanon/jit/builders/primitives/number')['generateNegativeCheck'];
721
+ generateNumberTypeCheck: typeof import('./kanon/jit/builders/primitives/number')['generateNumberTypeCheck'];
722
+ generateNumberValidation: typeof import('./kanon/jit/builders/primitives/number')['generateNumberValidation'];
723
+ generatePositiveCheck: typeof import('./kanon/jit/builders/primitives/number')['generatePositiveCheck'];
724
+ };
725
+ others: {
726
+ generateAnyValidation: typeof import('./kanon/jit/builders/primitives/others')['generateAnyValidation'];
727
+ generateNeverTypeCheck: typeof import('./kanon/jit/builders/primitives/others')['generateNeverTypeCheck'];
728
+ generateNeverValidation: typeof import('./kanon/jit/builders/primitives/others')['generateNeverValidation'];
729
+ generateNullTypeCheck: typeof import('./kanon/jit/builders/primitives/others')['generateNullTypeCheck'];
730
+ generateNullValidation: typeof import('./kanon/jit/builders/primitives/others')['generateNullValidation'];
731
+ generateSymbolTypeCheck: typeof import('./kanon/jit/builders/primitives/others')['generateSymbolTypeCheck'];
732
+ generateSymbolValidation: typeof import('./kanon/jit/builders/primitives/others')['generateSymbolValidation'];
733
+ generateUndefinedTypeCheck: typeof import('./kanon/jit/builders/primitives/others')['generateUndefinedTypeCheck'];
734
+ generateUndefinedValidation: typeof import('./kanon/jit/builders/primitives/others')['generateUndefinedValidation'];
735
+ generateUnknownValidation: typeof import('./kanon/jit/builders/primitives/others')['generateUnknownValidation'];
736
+ generateVoidTypeCheck: typeof import('./kanon/jit/builders/primitives/others')['generateVoidTypeCheck'];
737
+ generateVoidValidation: typeof import('./kanon/jit/builders/primitives/others')['generateVoidValidation'];
738
+ };
739
+ string: {
740
+ generateEmailCheck: typeof import('./kanon/jit/builders/primitives/string')['generateEmailCheck'];
741
+ generateEndsWithCheck: typeof import('./kanon/jit/builders/primitives/string')['generateEndsWithCheck'];
742
+ generateIncludesCheck: typeof import('./kanon/jit/builders/primitives/string')['generateIncludesCheck'];
743
+ generateLengthCheck: typeof import('./kanon/jit/builders/primitives/string')['generateLengthCheck'];
744
+ generateMaxLengthCheck: typeof import('./kanon/jit/builders/primitives/string')['generateMaxLengthCheck'];
745
+ generateMinLengthCheck: typeof import('./kanon/jit/builders/primitives/string')['generateMinLengthCheck'];
746
+ generateRegexCheck: typeof import('./kanon/jit/builders/primitives/string')['generateRegexCheck'];
747
+ generateStartsWithCheck: typeof import('./kanon/jit/builders/primitives/string')['generateStartsWithCheck'];
748
+ generateStringTypeCheck: typeof import('./kanon/jit/builders/primitives/string')['generateStringTypeCheck'];
749
+ generateStringValidation: typeof import('./kanon/jit/builders/primitives/string')['generateStringValidation'];
750
+ generateUrlCheck: typeof import('./kanon/jit/builders/primitives/string')['generateUrlCheck'];
751
+ generateUuidCheck: typeof import('./kanon/jit/builders/primitives/string')['generateUuidCheck'];
752
+ STRING_PATTERNS: typeof import('./kanon/jit/builders/primitives/string')['STRING_PATTERNS'];
753
+ };
754
+ };
755
+ cache: {
756
+ createValidatorCache: typeof import('./kanon/jit/cache')['createValidatorCache'];
757
+ globalValidatorCache: typeof import('./kanon/jit/cache')['globalValidatorCache'];
758
+ };
759
+ compiler: {
760
+ clearCache: typeof import('./kanon/jit/compiler')['clearCache'];
761
+ compile: typeof import('./kanon/jit/compiler')['compile'];
762
+ isJITAvailable: typeof import('./kanon/jit/compiler')['isJITAvailable'];
763
+ };
764
+ context: {
765
+ addExternal: typeof import('./kanon/jit/context')['addExternal'];
766
+ createGeneratorContext: typeof import('./kanon/jit/context')['createGeneratorContext'];
767
+ decreaseIndent: typeof import('./kanon/jit/context')['decreaseIndent'];
768
+ formatPath: typeof import('./kanon/jit/context')['formatPath'];
769
+ getIndent: typeof import('./kanon/jit/context')['getIndent'];
770
+ hasVisited: typeof import('./kanon/jit/context')['hasVisited'];
771
+ increaseIndent: typeof import('./kanon/jit/context')['increaseIndent'];
772
+ markVisited: typeof import('./kanon/jit/context')['markVisited'];
773
+ nextVar: typeof import('./kanon/jit/context')['nextVar'];
774
+ popPath: typeof import('./kanon/jit/context')['popPath'];
775
+ pushPath: typeof import('./kanon/jit/context')['pushPath'];
776
+ };
777
+ utils: {
778
+ arbitraries: {
779
+ arbitraryArraySchema: typeof import('./kanon/jit/utils/arbitraries')['arbitraryArraySchema'];
780
+ arbitraryBooleanSchema: typeof import('./kanon/jit/utils/arbitraries')['arbitraryBooleanSchema'];
781
+ arbitraryNumberSchema: typeof import('./kanon/jit/utils/arbitraries')['arbitraryNumberSchema'];
782
+ arbitraryObjectSchema: typeof import('./kanon/jit/utils/arbitraries')['arbitraryObjectSchema'];
783
+ arbitrarySchema: typeof import('./kanon/jit/utils/arbitraries')['arbitrarySchema'];
784
+ arbitrarySchemaWithInvalidValue: typeof import('./kanon/jit/utils/arbitraries')['arbitrarySchemaWithInvalidValue'];
785
+ arbitrarySchemaWithValidValue: typeof import('./kanon/jit/utils/arbitraries')['arbitrarySchemaWithValidValue'];
786
+ arbitrarySchemaWithValue: typeof import('./kanon/jit/utils/arbitraries')['arbitrarySchemaWithValue'];
787
+ arbitraryStringSchema: typeof import('./kanon/jit/utils/arbitraries')['arbitraryStringSchema'];
788
+ arbitraryUnionSchema: typeof import('./kanon/jit/utils/arbitraries')['arbitraryUnionSchema'];
789
+ arbitraryValueForSchema: typeof import('./kanon/jit/utils/arbitraries')['arbitraryValueForSchema'];
790
+ };
791
+ code: {
792
+ debugComment: typeof import('./kanon/jit/utils/code')['debugComment'];
793
+ debugSectionComment: typeof import('./kanon/jit/utils/code')['debugSectionComment'];
794
+ escapeString: typeof import('./kanon/jit/utils/code')['escapeString'];
795
+ wrapWithDebugComment: typeof import('./kanon/jit/utils/code')['wrapWithDebugComment'];
796
+ };
797
+ };
798
+ base: {
799
+ isCoerced: typeof import('./kanon/types/base')['isCoerced'];
800
+ };
801
+ composites: {
802
+ hasTupleRest: typeof import('./kanon/types/composites')['hasTupleRest'];
803
+ };
804
+ constraints: {
805
+ };
806
+ guards: {
807
+ isArrayConstraint: typeof import('./kanon/types/guards')['isArrayConstraint'];
808
+ isBigIntConstraint: typeof import('./kanon/types/guards')['isBigIntConstraint'];
809
+ isDateConstraint: typeof import('./kanon/types/guards')['isDateConstraint'];
810
+ isMapConstraint: typeof import('./kanon/types/guards')['isMapConstraint'];
811
+ isNumberConstraint: typeof import('./kanon/types/guards')['isNumberConstraint'];
812
+ isObjectConstraint: typeof import('./kanon/types/guards')['isObjectConstraint'];
813
+ isSchemaType: typeof import('./kanon/types/guards')['isSchemaType'];
814
+ isSetConstraint: typeof import('./kanon/types/guards')['isSetConstraint'];
815
+ isStringConstraint: typeof import('./kanon/types/guards')['isStringConstraint'];
816
+ schemaGuards: typeof import('./kanon/types/guards')['schemaGuards'];
817
+ };
818
+ operators: {
819
+ };
820
+ primitives: {
821
+ };
822
+ transforms: {
823
+ };
824
+ wrappers: {
825
+ };
826
+ coerce: {
827
+ bigint: {
828
+ coerceBigInt: typeof import('./kanon/schemas/coerce/bigint')['coerceBigInt'];
829
+ };
830
+ boolean: {
831
+ coerceBoolean: typeof import('./kanon/schemas/coerce/boolean')['coerceBoolean'];
832
+ };
833
+ date: {
834
+ coerceDate: typeof import('./kanon/schemas/coerce/date')['coerceDate'];
835
+ };
836
+ number: {
837
+ coerceNumber: typeof import('./kanon/schemas/coerce/number')['coerceNumber'];
838
+ };
839
+ string: {
840
+ coerceString: typeof import('./kanon/schemas/coerce/string')['coerceString'];
841
+ };
842
+ };
843
+ composites: {
844
+ array: {
845
+ array: typeof import('./kanon/schemas/composites/array')['array'];
846
+ };
847
+ map: {
848
+ map: typeof import('./kanon/schemas/composites/map')['map'];
849
+ };
850
+ object: {
851
+ looseObject: typeof import('./kanon/schemas/composites/object')['looseObject'];
852
+ object: typeof import('./kanon/schemas/composites/object')['object'];
853
+ strictObject: typeof import('./kanon/schemas/composites/object')['strictObject'];
854
+ };
855
+ record: {
856
+ record: typeof import('./kanon/schemas/composites/record')['record'];
857
+ };
858
+ set: {
859
+ set: typeof import('./kanon/schemas/composites/set')['set'];
860
+ };
861
+ tuple: {
862
+ tuple: typeof import('./kanon/schemas/composites/tuple')['tuple'];
863
+ tupleOf: typeof import('./kanon/schemas/composites/tuple')['tupleOf'];
864
+ tupleOf3: typeof import('./kanon/schemas/composites/tuple')['tupleOf3'];
865
+ tupleOf4: typeof import('./kanon/schemas/composites/tuple')['tupleOf4'];
866
+ tupleWithRest: typeof import('./kanon/schemas/composites/tuple')['tupleWithRest'];
867
+ };
868
+ };
869
+ constraints: {
870
+ array: {
871
+ addArrayConstraints: typeof import('./kanon/schemas/constraints/array')['addArrayConstraints'];
872
+ };
873
+ bigint: {
874
+ addBigIntConstraints: typeof import('./kanon/schemas/constraints/bigint')['addBigIntConstraints'];
875
+ };
876
+ date: {
877
+ addDateConstraints: typeof import('./kanon/schemas/constraints/date')['addDateConstraints'];
878
+ };
879
+ map: {
880
+ addMapConstraints: typeof import('./kanon/schemas/constraints/map')['addMapConstraints'];
881
+ };
882
+ number: {
883
+ addNumberConstraints: typeof import('./kanon/schemas/constraints/number')['addNumberConstraints'];
884
+ };
885
+ object: {
886
+ addObjectConstraints: typeof import('./kanon/schemas/constraints/object')['addObjectConstraints'];
887
+ };
888
+ set: {
889
+ addSetConstraints: typeof import('./kanon/schemas/constraints/set')['addSetConstraints'];
890
+ };
891
+ string: {
892
+ addStringConstraints: typeof import('./kanon/schemas/constraints/string')['addStringConstraints'];
893
+ };
894
+ array: {
895
+ refineArray: typeof import('./kanon/schemas/constraints/refine/array')['refineArray'];
896
+ };
897
+ bigint: {
898
+ refineBigInt: typeof import('./kanon/schemas/constraints/refine/bigint')['refineBigInt'];
899
+ };
900
+ date: {
901
+ refineDate: typeof import('./kanon/schemas/constraints/refine/date')['refineDate'];
902
+ };
903
+ map: {
904
+ refineMap: typeof import('./kanon/schemas/constraints/refine/map')['refineMap'];
905
+ };
906
+ number: {
907
+ refineNumber: typeof import('./kanon/schemas/constraints/refine/number')['refineNumber'];
908
+ };
909
+ object: {
910
+ refineObject: typeof import('./kanon/schemas/constraints/refine/object')['refineObject'];
911
+ };
912
+ set: {
913
+ refineSet: typeof import('./kanon/schemas/constraints/refine/set')['refineSet'];
914
+ };
915
+ string: {
916
+ refineString: typeof import('./kanon/schemas/constraints/refine/string')['refineString'];
917
+ };
918
+ };
919
+ operators: {
920
+ intersection: {
921
+ intersection: typeof import('./kanon/schemas/operators/intersection')['intersection'];
922
+ intersection3: typeof import('./kanon/schemas/operators/intersection')['intersection3'];
923
+ };
924
+ union: {
925
+ discriminatedUnion: typeof import('./kanon/schemas/operators/union')['discriminatedUnion'];
926
+ unionOf: typeof import('./kanon/schemas/operators/union')['unionOf'];
927
+ unionOf3: typeof import('./kanon/schemas/operators/union')['unionOf3'];
928
+ unionOf4: typeof import('./kanon/schemas/operators/union')['unionOf4'];
929
+ };
930
+ };
931
+ primitives: {
932
+ any: {
933
+ any: typeof import('./kanon/schemas/primitives/any')['any'];
934
+ };
935
+ bigint: {
936
+ bigint: typeof import('./kanon/schemas/primitives/bigint')['bigint'];
937
+ };
938
+ boolean: {
939
+ boolean: typeof import('./kanon/schemas/primitives/boolean')['boolean'];
940
+ };
941
+ date: {
942
+ date: typeof import('./kanon/schemas/primitives/date')['date'];
943
+ };
944
+ enum: {
945
+ booleanEnum: typeof import('./kanon/schemas/primitives/enum')['booleanEnum'];
946
+ enum_: typeof import('./kanon/schemas/primitives/enum')['enum_'];
947
+ mixedEnum: typeof import('./kanon/schemas/primitives/enum')['mixedEnum'];
948
+ numberEnum: typeof import('./kanon/schemas/primitives/enum')['numberEnum'];
949
+ };
950
+ int: {
951
+ int: typeof import('./kanon/schemas/primitives/int')['int'];
952
+ };
953
+ literal: {
954
+ literal: typeof import('./kanon/schemas/primitives/literal')['literal'];
955
+ };
956
+ nativeEnum: {
957
+ nativeEnum: typeof import('./kanon/schemas/primitives/nativeEnum')['nativeEnum'];
958
+ };
959
+ never: {
960
+ never: typeof import('./kanon/schemas/primitives/never')['never'];
961
+ };
962
+ null: {
963
+ null_: typeof import('./kanon/schemas/primitives/null')['null_'];
964
+ };
965
+ number: {
966
+ number: typeof import('./kanon/schemas/primitives/number')['number'];
967
+ };
968
+ string: {
969
+ string: typeof import('./kanon/schemas/primitives/string')['string'];
970
+ };
971
+ symbol: {
972
+ symbol: typeof import('./kanon/schemas/primitives/symbol')['symbol'];
973
+ };
974
+ undefined: {
975
+ undefined_: typeof import('./kanon/schemas/primitives/undefined')['undefined_'];
976
+ };
977
+ unknown: {
978
+ unknown: typeof import('./kanon/schemas/primitives/unknown')['unknown'];
979
+ };
980
+ void: {
981
+ void_: typeof import('./kanon/schemas/primitives/void')['void_'];
982
+ };
983
+ };
984
+ transforms: {
985
+ keyof: {
986
+ keyof: typeof import('./kanon/schemas/transforms/keyof')['keyof'];
987
+ };
988
+ omit: {
989
+ omit: typeof import('./kanon/schemas/transforms/omit')['omit'];
990
+ };
991
+ partial: {
992
+ partial: typeof import('./kanon/schemas/transforms/partial')['partial'];
993
+ };
994
+ pick: {
995
+ pick: typeof import('./kanon/schemas/transforms/pick')['pick'];
996
+ };
997
+ required: {
998
+ required: typeof import('./kanon/schemas/transforms/required')['required'];
999
+ };
1000
+ };
1001
+ wrappers: {
1002
+ default: {
1003
+ default_: typeof import('./kanon/schemas/wrappers/default')['default_'];
1004
+ DefaultValues: typeof import('./kanon/schemas/wrappers/default')['DefaultValues'];
1005
+ };
1006
+ lazy: {
1007
+ lazy: typeof import('./kanon/schemas/wrappers/lazy')['lazy'];
1008
+ };
1009
+ nullable: {
1010
+ nullable: typeof import('./kanon/schemas/wrappers/nullable')['nullable'];
1011
+ };
1012
+ nullish: {
1013
+ nullish: typeof import('./kanon/schemas/wrappers/nullish')['nullish'];
1014
+ };
1015
+ optional: {
1016
+ optional: typeof import('./kanon/schemas/wrappers/optional')['optional'];
1017
+ };
1018
+ readonly: {
1019
+ readonly: typeof import('./kanon/schemas/wrappers/readonly')['readonly'];
1020
+ };
1021
+ };
1022
+ };
1023
+ sphalma: {
1024
+ error_factory: {
1025
+ CodedError: typeof import('./sphalma/error-factory')['CodedError'];
1026
+ createErrorFactory: typeof import('./sphalma/error-factory')['createErrorFactory'];
1027
+ };
1028
+ };
1029
+ taphos: {
1030
+ at: {
1031
+ at: typeof import('./taphos/array/at')['at'];
1032
+ };
1033
+ compact: {
1034
+ compact: typeof import('./taphos/array/compact')['compact'];
1035
+ };
1036
+ concat: {
1037
+ concat: typeof import('./taphos/array/concat')['concat'];
1038
+ };
1039
+ find: {
1040
+ find: typeof import('./taphos/array/find')['find'];
1041
+ };
1042
+ findIndex: {
1043
+ findIndex: typeof import('./taphos/array/findIndex')['findIndex'];
1044
+ };
1045
+ first: {
1046
+ first: typeof import('./taphos/array/first')['first'];
1047
+ };
1048
+ flatten: {
1049
+ flatten: typeof import('./taphos/array/flatten')['flatten'];
1050
+ };
1051
+ flattenDeep: {
1052
+ flattenDeep: typeof import('./taphos/array/flattenDeep')['flattenDeep'];
1053
+ };
1054
+ flattenDepth: {
1055
+ flattenDepth: typeof import('./taphos/array/flattenDepth')['flattenDepth'];
1056
+ };
1057
+ fromPairs: {
1058
+ fromPairs: typeof import('./taphos/array/fromPairs')['fromPairs'];
1059
+ };
1060
+ head: {
1061
+ head: typeof import('./taphos/array/head')['head'];
1062
+ };
1063
+ indexOf: {
1064
+ indexOf: typeof import('./taphos/array/indexOf')['indexOf'];
1065
+ };
1066
+ initial: {
1067
+ initial: typeof import('./taphos/array/initial')['initial'];
1068
+ };
1069
+ join: {
1070
+ join: typeof import('./taphos/array/join')['join'];
1071
+ };
1072
+ last: {
1073
+ last: typeof import('./taphos/array/last')['last'];
1074
+ };
1075
+ lastIndexOf: {
1076
+ lastIndexOf: typeof import('./taphos/array/lastIndexOf')['lastIndexOf'];
1077
+ };
1078
+ map: {
1079
+ map: typeof import('./taphos/array/map')['map'];
1080
+ };
1081
+ nth: {
1082
+ nth: typeof import('./taphos/array/nth')['nth'];
1083
+ };
1084
+ pull: {
1085
+ pull: typeof import('./taphos/array/pull')['pull'];
1086
+ };
1087
+ pull_all: {
1088
+ pullAll: typeof import('./taphos/array/pull-all')['pullAll'];
1089
+ };
1090
+ pullAllBy: {
1091
+ pullAllBy: typeof import('./taphos/array/pullAllBy')['pullAllBy'];
1092
+ };
1093
+ pullAllWith: {
1094
+ pullAllWith: typeof import('./taphos/array/pullAllWith')['pullAllWith'];
1095
+ };
1096
+ pullAt: {
1097
+ pullAt: typeof import('./taphos/array/pullAt')['pullAt'];
1098
+ };
1099
+ remove: {
1100
+ remove: typeof import('./taphos/array/remove')['remove'];
1101
+ };
1102
+ slice: {
1103
+ slice: typeof import('./taphos/array/slice')['slice'];
1104
+ };
1105
+ tail: {
1106
+ tail: typeof import('./taphos/array/tail')['tail'];
1107
+ };
1108
+ without: {
1109
+ without: typeof import('./taphos/array/without')['without'];
1110
+ };
1111
+ zipObject: {
1112
+ zipObject: typeof import('./taphos/array/zipObject')['zipObject'];
1113
+ };
1114
+ each: {
1115
+ each: typeof import('./taphos/collection/each')['each'];
1116
+ };
1117
+ eachRight: {
1118
+ eachRight: typeof import('./taphos/collection/eachRight')['eachRight'];
1119
+ forEachRight: typeof import('./taphos/collection/eachRight')['forEachRight'];
1120
+ };
1121
+ every: {
1122
+ every: typeof import('./taphos/collection/every')['every'];
1123
+ };
1124
+ filter: {
1125
+ filter: typeof import('./taphos/collection/filter')['filter'];
1126
+ };
1127
+ flatMap: {
1128
+ flatMap: typeof import('./taphos/collection/flatMap')['flatMap'];
1129
+ };
1130
+ flatMapDeep: {
1131
+ flatMapDeep: typeof import('./taphos/collection/flatMapDeep')['flatMapDeep'];
1132
+ };
1133
+ flatMapDepth: {
1134
+ flatMapDepth: typeof import('./taphos/collection/flatMapDepth')['flatMapDepth'];
1135
+ };
1136
+ includes: {
1137
+ includes: typeof import('./taphos/collection/includes')['includes'];
1138
+ };
1139
+ map: {
1140
+ map: typeof import('./taphos/collection/map')['map'];
1141
+ };
1142
+ pluck: {
1143
+ pluck: typeof import('./taphos/collection/pluck')['pluck'];
1144
+ };
1145
+ reduce: {
1146
+ reduce: typeof import('./taphos/collection/reduce')['reduce'];
1147
+ };
1148
+ reduceRight: {
1149
+ reduceRight: typeof import('./taphos/collection/reduceRight')['reduceRight'];
1150
+ };
1151
+ reject: {
1152
+ reject: typeof import('./taphos/collection/reject')['reject'];
1153
+ };
1154
+ size: {
1155
+ size: typeof import('./taphos/collection/size')['size'];
1156
+ };
1157
+ some: {
1158
+ some: typeof import('./taphos/collection/some')['some'];
1159
+ };
1160
+ sortBy: {
1161
+ sortBy: typeof import('./taphos/collection/sortBy')['sortBy'];
1162
+ };
1163
+ uniq: {
1164
+ uniq: typeof import('./taphos/collection/uniq')['uniq'];
1165
+ };
1166
+ now: {
1167
+ now: typeof import('./taphos/date/now')['now'];
1168
+ };
1169
+ bind: {
1170
+ bind: typeof import('./taphos/function/bind')['bind'];
1171
+ };
1172
+ defer: {
1173
+ defer: typeof import('./taphos/function/defer')['defer'];
1174
+ };
1175
+ delay: {
1176
+ delay: typeof import('./taphos/function/delay')['delay'];
1177
+ };
1178
+ partial: {
1179
+ partial: typeof import('./taphos/function/partial')['partial'];
1180
+ };
1181
+ rest: {
1182
+ rest: typeof import('./taphos/function/rest')['rest'];
1183
+ };
1184
+ spread: {
1185
+ spread: typeof import('./taphos/function/spread')['spread'];
1186
+ };
1187
+ unary: {
1188
+ unary: typeof import('./taphos/function/unary')['unary'];
1189
+ };
1190
+ wrap: {
1191
+ wrap: typeof import('./taphos/function/wrap')['wrap'];
1192
+ };
1193
+ eq: {
1194
+ eq: typeof import('./taphos/lang/eq')['eq'];
1195
+ };
1196
+ gt: {
1197
+ gt: typeof import('./taphos/lang/gt')['gt'];
1198
+ };
1199
+ gte: {
1200
+ gte: typeof import('./taphos/lang/gte')['gte'];
1201
+ };
1202
+ isBuffer: {
1203
+ isBuffer: typeof import('./taphos/lang/isBuffer')['isBuffer'];
1204
+ };
1205
+ isElement: {
1206
+ isElement: typeof import('./taphos/lang/isElement')['isElement'];
1207
+ };
1208
+ isFinite: {
1209
+ isFinite: typeof import('./taphos/lang/isFinite')['isFinite'];
1210
+ };
1211
+ isInteger: {
1212
+ isInteger: typeof import('./taphos/lang/isInteger')['isInteger'];
1213
+ };
1214
+ isNaN: {
1215
+ isNaN: typeof import('./taphos/lang/isNaN')['isNaN'];
1216
+ };
1217
+ isSafeInteger: {
1218
+ isSafeInteger: typeof import('./taphos/lang/isSafeInteger')['isSafeInteger'];
1219
+ };
1220
+ isTypedArray: {
1221
+ isTypedArray: typeof import('./taphos/lang/isTypedArray')['isTypedArray'];
1222
+ };
1223
+ isWeakMap: {
1224
+ isWeakMap: typeof import('./taphos/lang/isWeakMap')['isWeakMap'];
1225
+ };
1226
+ isWeakSet: {
1227
+ isWeakSet: typeof import('./taphos/lang/isWeakSet')['isWeakSet'];
1228
+ };
1229
+ lt: {
1230
+ lt: typeof import('./taphos/lang/lt')['lt'];
1231
+ };
1232
+ lte: {
1233
+ lte: typeof import('./taphos/lang/lte')['lte'];
1234
+ };
1235
+ toFinite: {
1236
+ toFinite: typeof import('./taphos/lang/toFinite')['toFinite'];
1237
+ };
1238
+ toInteger: {
1239
+ toInteger: typeof import('./taphos/lang/toInteger')['toInteger'];
1240
+ };
1241
+ toNumber: {
1242
+ toNumber: typeof import('./taphos/lang/toNumber')['toNumber'];
1243
+ };
1244
+ toSafeInteger: {
1245
+ toSafeInteger: typeof import('./taphos/lang/toSafeInteger')['toSafeInteger'];
1246
+ };
1247
+ add: {
1248
+ add: typeof import('./taphos/math/add')['add'];
1249
+ };
1250
+ ceil: {
1251
+ ceil: typeof import('./taphos/math/ceil')['ceil'];
1252
+ };
1253
+ divide: {
1254
+ divide: typeof import('./taphos/math/divide')['divide'];
1255
+ };
1256
+ floor: {
1257
+ floor: typeof import('./taphos/math/floor')['floor'];
1258
+ };
1259
+ max: {
1260
+ max: typeof import('./taphos/math/max')['max'];
1261
+ };
1262
+ min: {
1263
+ min: typeof import('./taphos/math/min')['min'];
1264
+ };
1265
+ multiply: {
1266
+ multiply: typeof import('./taphos/math/multiply')['multiply'];
1267
+ };
1268
+ round: {
1269
+ round: typeof import('./taphos/math/round')['round'];
1270
+ };
1271
+ subtract: {
1272
+ subtract: typeof import('./taphos/math/subtract')['subtract'];
1273
+ };
1274
+ assign: {
1275
+ assign: typeof import('./taphos/object/assign')['assign'];
1276
+ };
1277
+ at: {
1278
+ at: typeof import('./taphos/object/at')['at'];
1279
+ };
1280
+ create: {
1281
+ create: typeof import('./taphos/object/create')['create'];
1282
+ };
1283
+ extend: {
1284
+ extend: typeof import('./taphos/object/extend')['extend'];
1285
+ };
1286
+ forIn: {
1287
+ forIn: typeof import('./taphos/object/forIn')['forIn'];
1288
+ };
1289
+ forOwn: {
1290
+ forOwn: typeof import('./taphos/object/forOwn')['forOwn'];
1291
+ };
1292
+ hasIn: {
1293
+ hasIn: typeof import('./taphos/object/hasIn')['hasIn'];
1294
+ };
1295
+ invoke: {
1296
+ invoke: typeof import('./taphos/object/invoke')['invoke'];
1297
+ };
1298
+ keys: {
1299
+ keys: typeof import('./taphos/object/keys')['keys'];
1300
+ };
1301
+ toPairs: {
1302
+ toPairs: typeof import('./taphos/object/toPairs')['toPairs'];
1303
+ };
1304
+ transform: {
1305
+ transform: typeof import('./taphos/object/transform')['transform'];
1306
+ };
1307
+ unset: {
1308
+ unset: typeof import('./taphos/object/unset')['unset'];
1309
+ };
1310
+ update: {
1311
+ update: typeof import('./taphos/object/update')['update'];
1312
+ };
1313
+ values: {
1314
+ values: typeof import('./taphos/object/values')['values'];
1315
+ };
1316
+ tap: {
1317
+ tap: typeof import('./taphos/seq/tap')['tap'];
1318
+ };
1319
+ thru: {
1320
+ thru: typeof import('./taphos/seq/thru')['thru'];
1321
+ };
1322
+ endsWith: {
1323
+ endsWith: typeof import('./taphos/string/endsWith')['endsWith'];
1324
+ };
1325
+ pad: {
1326
+ pad: typeof import('./taphos/string/pad')['pad'];
1327
+ };
1328
+ padEnd: {
1329
+ padEnd: typeof import('./taphos/string/padEnd')['padEnd'];
1330
+ };
1331
+ padStart: {
1332
+ padStart: typeof import('./taphos/string/padStart')['padStart'];
1333
+ };
1334
+ parseInteger: {
1335
+ parseInteger: typeof import('./taphos/string/parseInteger')['parseInteger'];
1336
+ };
1337
+ repeat: {
1338
+ repeat: typeof import('./taphos/string/repeat')['repeat'];
1339
+ };
1340
+ replace: {
1341
+ replace: typeof import('./taphos/string/replace')['replace'];
1342
+ };
1343
+ split: {
1344
+ split: typeof import('./taphos/string/split')['split'];
1345
+ };
1346
+ startsWith: {
1347
+ startsWith: typeof import('./taphos/string/startsWith')['startsWith'];
1348
+ };
1349
+ toLower: {
1350
+ toLower: typeof import('./taphos/string/toLower')['toLower'];
1351
+ };
1352
+ toUpper: {
1353
+ toUpper: typeof import('./taphos/string/toUpper')['toUpper'];
1354
+ };
1355
+ trim: {
1356
+ trim: typeof import('./taphos/string/trim')['trim'];
1357
+ };
1358
+ trimEnd: {
1359
+ trimEnd: typeof import('./taphos/string/trimEnd')['trimEnd'];
1360
+ };
1361
+ trimStart: {
1362
+ trimStart: typeof import('./taphos/string/trimStart')['trimStart'];
1363
+ };
1364
+ upperFirst: {
1365
+ upperFirst: typeof import('./taphos/string/upperFirst')['upperFirst'];
1366
+ };
1367
+ attempt: {
1368
+ attempt: typeof import('./taphos/util/attempt')['attempt'];
1369
+ };
1370
+ castArray: {
1371
+ castArray: typeof import('./taphos/util/castArray')['castArray'];
1372
+ };
1373
+ cloneDeep: {
1374
+ cloneDeep: typeof import('./taphos/util/cloneDeep')['cloneDeep'];
1375
+ };
1376
+ constant: {
1377
+ constant: typeof import('./taphos/util/constant')['constant'];
1378
+ };
1379
+ identity: {
1380
+ identity: typeof import('./taphos/util/identity')['identity'];
1381
+ };
1382
+ nthArg: {
1383
+ nthArg: typeof import('./taphos/util/nthArg')['nthArg'];
1384
+ };
1385
+ overEvery: {
1386
+ overEvery: typeof import('./taphos/util/overEvery')['overEvery'];
1387
+ };
1388
+ overSome: {
1389
+ overSome: typeof import('./taphos/util/overSome')['overSome'];
1390
+ };
1391
+ property: {
1392
+ property: typeof import('./taphos/util/property')['property'];
1393
+ };
1394
+ propertyOf: {
1395
+ propertyOf: typeof import('./taphos/util/propertyOf')['propertyOf'];
1396
+ };
1397
+ rangeRight: {
1398
+ rangeRight: typeof import('./taphos/util/rangeRight')['rangeRight'];
1399
+ };
1400
+ stubArray: {
1401
+ stubArray: typeof import('./taphos/util/stubArray')['stubArray'];
1402
+ };
1403
+ stubFalse: {
1404
+ stubFalse: typeof import('./taphos/util/stubFalse')['stubFalse'];
1405
+ };
1406
+ stubObject: {
1407
+ stubObject: typeof import('./taphos/util/stubObject')['stubObject'];
1408
+ };
1409
+ stubString: {
1410
+ stubString: typeof import('./taphos/util/stubString')['stubString'];
1411
+ };
1412
+ stubTrue: {
1413
+ stubTrue: typeof import('./taphos/util/stubTrue')['stubTrue'];
1414
+ };
1415
+ toPath: {
1416
+ toPath: typeof import('./taphos/util/toPath')['toPath'];
1417
+ };
1418
+ predicate: {
1419
+ is_finite: {
1420
+ isFinite: typeof import('./taphos/is/predicate/is-finite')['isFinite'];
1421
+ };
1422
+ is_integer: {
1423
+ isInteger: typeof import('./taphos/is/predicate/is-integer')['isInteger'];
1424
+ };
1425
+ is_nan: {
1426
+ isNaN: typeof import('./taphos/is/predicate/is-nan')['isNaN'];
1427
+ };
1428
+ };
1429
+ };
1430
+ zygos: {
1431
+ either: {
1432
+ ap: typeof import('./zygos/either')['ap'];
1433
+ apFirst: typeof import('./zygos/either')['apFirst'];
1434
+ apS: typeof import('./zygos/either')['apS'];
1435
+ apSecond: typeof import('./zygos/either')['apSecond'];
1436
+ bimap: typeof import('./zygos/either')['bimap'];
1437
+ bind: typeof import('./zygos/either')['bind'];
1438
+ bindTo: typeof import('./zygos/either')['bindTo'];
1439
+ Do: typeof import('./zygos/either')['Do'];
1440
+ elem: typeof import('./zygos/either')['elem'];
1441
+ exists: typeof import('./zygos/either')['exists'];
1442
+ filterOrElse: typeof import('./zygos/either')['filterOrElse'];
1443
+ flatMap: typeof import('./zygos/either')['flatMap'];
1444
+ flatMapNullable: typeof import('./zygos/either')['flatMapNullable'];
1445
+ flatMapOption: typeof import('./zygos/either')['flatMapOption'];
1446
+ flatten: typeof import('./zygos/either')['flatten'];
1447
+ fold: typeof import('./zygos/either')['fold'];
1448
+ fromNullable: typeof import('./zygos/either')['fromNullable'];
1449
+ fromOption: typeof import('./zygos/either')['fromOption'];
1450
+ fromPredicate: typeof import('./zygos/either')['fromPredicate'];
1451
+ getOrElse: typeof import('./zygos/either')['getOrElse'];
1452
+ getOrElseW: typeof import('./zygos/either')['getOrElseW'];
1453
+ isLeft: typeof import('./zygos/either')['isLeft'];
1454
+ isRight: typeof import('./zygos/either')['isRight'];
1455
+ left: typeof import('./zygos/either')['left'];
1456
+ liftNullable: typeof import('./zygos/either')['liftNullable'];
1457
+ liftOption: typeof import('./zygos/either')['liftOption'];
1458
+ map: typeof import('./zygos/either')['map'];
1459
+ mapLeft: typeof import('./zygos/either')['mapLeft'];
1460
+ match: typeof import('./zygos/either')['match'];
1461
+ matchW: typeof import('./zygos/either')['matchW'];
1462
+ orElse: typeof import('./zygos/either')['orElse'];
1463
+ orElseW: typeof import('./zygos/either')['orElseW'];
1464
+ right: typeof import('./zygos/either')['right'];
1465
+ swap: typeof import('./zygos/either')['swap'];
1466
+ tap: typeof import('./zygos/either')['tap'];
1467
+ toUnion: typeof import('./zygos/either')['toUnion'];
1468
+ tryCatch: typeof import('./zygos/either')['tryCatch'];
1469
+ tryCatchK: typeof import('./zygos/either')['tryCatchK'];
1470
+ };
1471
+ option: {
1472
+ alt: typeof import('./zygos/option')['alt'];
1473
+ apFirst: typeof import('./zygos/option')['apFirst'];
1474
+ apSecond: typeof import('./zygos/option')['apSecond'];
1475
+ as: typeof import('./zygos/option')['as'];
1476
+ asUnit: typeof import('./zygos/option')['asUnit'];
1477
+ chain: typeof import('./zygos/option')['chain'];
1478
+ chainNullableK: typeof import('./zygos/option')['chainNullableK'];
1479
+ compact: typeof import('./zygos/option')['compact'];
1480
+ default: typeof import('./zygos/option')['default'];
1481
+ exists: typeof import('./zygos/option')['exists'];
1482
+ filter: typeof import('./zygos/option')['filter'];
1483
+ filterMap: typeof import('./zygos/option')['filterMap'];
1484
+ flap: typeof import('./zygos/option')['flap'];
1485
+ flatMap: typeof import('./zygos/option')['flatMap'];
1486
+ flatten: typeof import('./zygos/option')['flatten'];
1487
+ fold: typeof import('./zygos/option')['fold'];
1488
+ foldW: typeof import('./zygos/option')['foldW'];
1489
+ fromEither: typeof import('./zygos/option')['fromEither'];
1490
+ fromNullable: typeof import('./zygos/option')['fromNullable'];
1491
+ fromNullableK: typeof import('./zygos/option')['fromNullableK'];
1492
+ fromPredicate: typeof import('./zygos/option')['fromPredicate'];
1493
+ getOrElse: typeof import('./zygos/option')['getOrElse'];
1494
+ getOrElseW: typeof import('./zygos/option')['getOrElseW'];
1495
+ isNone: typeof import('./zygos/option')['isNone'];
1496
+ isSome: typeof import('./zygos/option')['isSome'];
1497
+ map: typeof import('./zygos/option')['map'];
1498
+ match: typeof import('./zygos/option')['match'];
1499
+ matchW: typeof import('./zygos/option')['matchW'];
1500
+ none: typeof import('./zygos/option')['none'];
1501
+ of: typeof import('./zygos/option')['of'];
1502
+ option: typeof import('./zygos/option').default;
1503
+ orElse: typeof import('./zygos/option')['orElse'];
1504
+ some: typeof import('./zygos/option')['some'];
1505
+ toEither: typeof import('./zygos/option')['toEither'];
1506
+ toNullable: typeof import('./zygos/option')['toNullable'];
1507
+ toUndefined: typeof import('./zygos/option')['toUndefined'];
1508
+ tryCatch: typeof import('./zygos/option')['tryCatch'];
1509
+ tryCatchK: typeof import('./zygos/option')['tryCatchK'];
1510
+ };
1511
+ orElse: {
1512
+ orElse: typeof import('./zygos/orElse')['orElse'];
1513
+ orElseAsync: typeof import('./zygos/orElse')['orElseAsync'];
1514
+ orElseLazy: typeof import('./zygos/orElse')['orElseLazy'];
1515
+ };
1516
+ safe: {
1517
+ safe: typeof import('./zygos/safe')['safe'];
1518
+ };
1519
+ task_either: {
1520
+ bimap: typeof import('./zygos/task-either')['bimap'];
1521
+ chain: typeof import('./zygos/task-either')['chain'];
1522
+ flatMap: typeof import('./zygos/task-either')['flatMap'];
1523
+ flatten: typeof import('./zygos/task-either')['flatten'];
1524
+ fold: typeof import('./zygos/task-either')['fold'];
1525
+ fromEither: typeof import('./zygos/task-either')['fromEither'];
1526
+ fromNullable: typeof import('./zygos/task-either')['fromNullable'];
1527
+ fromOption: typeof import('./zygos/task-either')['fromOption'];
1528
+ fromPredicate: typeof import('./zygos/task-either')['fromPredicate'];
1529
+ fromTask: typeof import('./zygos/task-either')['fromTask'];
1530
+ getOrElse: typeof import('./zygos/task-either')['getOrElse'];
1531
+ left: typeof import('./zygos/task-either')['left'];
1532
+ map: typeof import('./zygos/task-either')['map'];
1533
+ mapBoth: typeof import('./zygos/task-either')['mapBoth'];
1534
+ mapError: typeof import('./zygos/task-either')['mapError'];
1535
+ mapLeft: typeof import('./zygos/task-either')['mapLeft'];
1536
+ match: typeof import('./zygos/task-either')['match'];
1537
+ of: typeof import('./zygos/task-either')['of'];
1538
+ orElse: typeof import('./zygos/task-either')['orElse'];
1539
+ right: typeof import('./zygos/task-either')['right'];
1540
+ swap: typeof import('./zygos/task-either')['swap'];
1541
+ tryCatch: typeof import('./zygos/task-either')['tryCatch'];
1542
+ };
1543
+ task: {
1544
+ ap: typeof import('./zygos/task')['ap'];
1545
+ flatMap: typeof import('./zygos/task')['flatMap'];
1546
+ map: typeof import('./zygos/task')['map'];
1547
+ of: typeof import('./zygos/task')['of'];
1548
+ };
1549
+ result: {
1550
+ err: typeof import('./zygos/result/result')['err'];
1551
+ Err: typeof import('./zygos/result/result')['Err'];
1552
+ errAsync: typeof import('./zygos/result/result')['errAsync'];
1553
+ fromAsyncThrowable: typeof import('./zygos/result/result')['fromAsyncThrowable'];
1554
+ fromEither: typeof import('./zygos/result/result')['fromEither'];
1555
+ fromOption: typeof import('./zygos/result/result')['fromOption'];
1556
+ fromPromise: typeof import('./zygos/result/result')['fromPromise'];
1557
+ fromSafePromise: typeof import('./zygos/result/result')['fromSafePromise'];
1558
+ ok: typeof import('./zygos/result/result')['ok'];
1559
+ Ok: typeof import('./zygos/result/result')['Ok'];
1560
+ okAsync: typeof import('./zygos/result/result')['okAsync'];
1561
+ ResultAsync: typeof import('./zygos/result/result')['ResultAsync'];
1562
+ safeAsyncTry: typeof import('./zygos/result/result')['safeAsyncTry'];
1563
+ safeTry: typeof import('./zygos/result/result')['safeTry'];
1564
+ toEither: typeof import('./zygos/result/result')['toEither'];
1565
+ };
1566
+ result_async: {
1567
+ errAsync: typeof import('./zygos/result/result-async')['errAsync'];
1568
+ fromAsyncThrowable: typeof import('./zygos/result/result-async')['fromAsyncThrowable'];
1569
+ fromPromise: typeof import('./zygos/result/result-async')['fromPromise'];
1570
+ fromSafePromise: typeof import('./zygos/result/result-async')['fromSafePromise'];
1571
+ okAsync: typeof import('./zygos/result/result-async')['okAsync'];
1572
+ ResultAsync: typeof import('./zygos/result/result-async')['ResultAsync'];
1573
+ };
1574
+ };
1575
+ };
1576
+
1577
+ export default _autocompletion;
1578
+
1579
+ // ============================================
1580
+ // 🎯 Direct namespace exports
1581
+ // ============================================
1582
+
1583
+ /**
1584
+ * @deprecated ⚠️ For autocompletion only.
1585
+ * Use direct imports from 'arkhe/...' to preserve tree-shaking.
1586
+ * @example
1587
+ * import { chunk } from 'pithos/arkhe/array/chunk';
1588
+ */
1589
+ declare const arkhe: typeof _autocompletion.arkhe;
1590
+ export { arkhe };
1591
+
1592
+ /**
1593
+ * @deprecated ⚠️ For autocompletion only.
1594
+ * Use direct imports from 'kanon/...' to preserve tree-shaking.
1595
+ * @example
1596
+ * import { parse } from 'pithos/kanon/index';
1597
+ */
1598
+ declare const kanon: typeof _autocompletion.kanon;
1599
+ export { kanon };
1600
+
1601
+ /**
1602
+ * @deprecated ⚠️ For autocompletion only.
1603
+ * Use direct imports from 'sphalma/...' to preserve tree-shaking.
1604
+ * @example
1605
+ * import { createErrorFactory } from 'pithos/sphalma/error-factory';
1606
+ */
1607
+ declare const sphalma: typeof _autocompletion.sphalma;
1608
+ export { sphalma };
1609
+
1610
+ /**
1611
+ * @deprecated ⚠️ For autocompletion only.
1612
+ * Use direct imports from 'taphos/...' to preserve tree-shaking.
1613
+ * @example
1614
+ * import { at } from 'pithos/taphos/array/at';
1615
+ */
1616
+ declare const taphos: typeof _autocompletion.taphos;
1617
+ export { taphos };
1618
+
1619
+ /**
1620
+ * @deprecated ⚠️ For autocompletion only.
1621
+ * Use direct imports from 'zygos/...' to preserve tree-shaking.
1622
+ * @example
1623
+ * import { left } from 'pithos/zygos/either';
1624
+ */
1625
+ declare const zygos: typeof _autocompletion.zygos;
1626
+ export { zygos };
1627
+