@pithos/core 2.0.1 → 2.1.1

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