@pithos/core 2.1.0 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (190) 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/arkhe/types/common/simple-result.d.ts +31 -0
  15. package/dist/arkhe/types/common/simple-result.d.ts.map +1 -0
  16. package/dist/arkhe/types/common/simple-result.js +2 -0
  17. package/dist/arkhe/types/common/simple-result.js.map +1 -0
  18. package/dist/autocompletion.d.ts +704 -702
  19. package/dist/bridges/ensure.d.ts +2 -2
  20. package/dist/bridges/ensure.js +2 -2
  21. package/dist/bridges/ensureAsync.d.ts +2 -2
  22. package/dist/bridges/ensureAsync.js +2 -2
  23. package/dist/bridges/ensurePromise.d.ts +3 -3
  24. package/dist/bridges/ensurePromise.js +3 -3
  25. package/dist/kanon/core/parser.d.ts +1 -1
  26. package/dist/kanon/core/parser.js +1 -1
  27. package/dist/kanon/helpers/as-zod.d.ts +1 -1
  28. package/dist/kanon/helpers/as-zod.js +2 -2
  29. package/dist/kanon/helpers/as-zod.shim.d.ts +1 -1
  30. package/dist/kanon/helpers/as-zod.shim.js +3 -3
  31. package/dist/kanon/helpers/k.d.ts +42 -42
  32. package/dist/kanon/helpers/k.js +41 -41
  33. package/dist/kanon/index.d.ts +56 -56
  34. package/dist/kanon/index.js +46 -46
  35. package/dist/kanon/jit/builders/coerce.d.ts +2 -2
  36. package/dist/kanon/jit/builders/coerce.js +2 -2
  37. package/dist/kanon/jit/builders/composites/array.d.ts +2 -2
  38. package/dist/kanon/jit/builders/composites/array.js +2 -2
  39. package/dist/kanon/jit/builders/composites/object.d.ts +3 -3
  40. package/dist/kanon/jit/builders/composites/object.js +2 -2
  41. package/dist/kanon/jit/builders/operators/union.d.ts +1 -1
  42. package/dist/kanon/jit/builders/operators/union.js +3 -3
  43. package/dist/kanon/jit/builders/primitives/boolean.d.ts +2 -2
  44. package/dist/kanon/jit/builders/primitives/boolean.js +3 -3
  45. package/dist/kanon/jit/builders/primitives/number.d.ts +2 -2
  46. package/dist/kanon/jit/builders/primitives/number.js +3 -3
  47. package/dist/kanon/jit/builders/primitives/others.d.ts +2 -2
  48. package/dist/kanon/jit/builders/primitives/others.js +3 -3
  49. package/dist/kanon/jit/builders/primitives/string.d.ts +2 -2
  50. package/dist/kanon/jit/builders/primitives/string.js +4 -4
  51. package/dist/kanon/jit/builders/refinements.d.ts +2 -2
  52. package/dist/kanon/jit/builders/refinements.js +2 -2
  53. package/dist/kanon/jit/cache.d.ts +1 -1
  54. package/dist/kanon/jit/compiler.d.ts +4 -4
  55. package/dist/kanon/jit/compiler.js +14 -14
  56. package/dist/kanon/jit/context.d.ts +1 -1
  57. package/dist/kanon/jit/utils/arbitraries.d.ts +1 -1
  58. package/dist/kanon/jit/utils/arbitraries.js +6 -6
  59. package/dist/kanon/jit/utils/code.d.ts +1 -1
  60. package/dist/kanon/jit/utils/code.js +1 -1
  61. package/dist/kanon/schemas/coerce/bigint.d.ts +1 -1
  62. package/dist/kanon/schemas/coerce/bigint.js +2 -2
  63. package/dist/kanon/schemas/coerce/boolean.d.ts +1 -1
  64. package/dist/kanon/schemas/coerce/date.d.ts +1 -1
  65. package/dist/kanon/schemas/coerce/date.js +2 -2
  66. package/dist/kanon/schemas/coerce/number.d.ts +1 -1
  67. package/dist/kanon/schemas/coerce/number.js +2 -2
  68. package/dist/kanon/schemas/coerce/string.d.ts +1 -1
  69. package/dist/kanon/schemas/coerce/string.js +2 -2
  70. package/dist/kanon/schemas/composites/array.d.ts +2 -2
  71. package/dist/kanon/schemas/composites/array.js +3 -3
  72. package/dist/kanon/schemas/composites/map.d.ts +2 -2
  73. package/dist/kanon/schemas/composites/map.js +3 -3
  74. package/dist/kanon/schemas/composites/object.d.ts +2 -2
  75. package/dist/kanon/schemas/composites/object.js +3 -3
  76. package/dist/kanon/schemas/composites/record.d.ts +2 -2
  77. package/dist/kanon/schemas/composites/record.js +2 -2
  78. package/dist/kanon/schemas/composites/set.d.ts +2 -2
  79. package/dist/kanon/schemas/composites/set.js +3 -3
  80. package/dist/kanon/schemas/composites/tuple.d.ts +2 -2
  81. package/dist/kanon/schemas/composites/tuple.js +2 -2
  82. package/dist/kanon/schemas/constraints/array.d.ts +3 -3
  83. package/dist/kanon/schemas/constraints/array.js +2 -2
  84. package/dist/kanon/schemas/constraints/bigint.d.ts +2 -2
  85. package/dist/kanon/schemas/constraints/bigint.js +2 -2
  86. package/dist/kanon/schemas/constraints/date.d.ts +2 -2
  87. package/dist/kanon/schemas/constraints/date.js +2 -2
  88. package/dist/kanon/schemas/constraints/map.d.ts +3 -3
  89. package/dist/kanon/schemas/constraints/map.js +2 -2
  90. package/dist/kanon/schemas/constraints/number.d.ts +2 -2
  91. package/dist/kanon/schemas/constraints/number.js +2 -2
  92. package/dist/kanon/schemas/constraints/object.d.ts +3 -3
  93. package/dist/kanon/schemas/constraints/object.js +2 -2
  94. package/dist/kanon/schemas/constraints/refine/array.d.ts +3 -3
  95. package/dist/kanon/schemas/constraints/refine/array.js +2 -2
  96. package/dist/kanon/schemas/constraints/refine/bigint.d.ts +2 -2
  97. package/dist/kanon/schemas/constraints/refine/date.d.ts +2 -2
  98. package/dist/kanon/schemas/constraints/refine/map.d.ts +3 -3
  99. package/dist/kanon/schemas/constraints/refine/map.js +2 -2
  100. package/dist/kanon/schemas/constraints/refine/number.d.ts +2 -2
  101. package/dist/kanon/schemas/constraints/refine/object.d.ts +3 -3
  102. package/dist/kanon/schemas/constraints/refine/object.js +2 -2
  103. package/dist/kanon/schemas/constraints/refine/set.d.ts +3 -3
  104. package/dist/kanon/schemas/constraints/refine/set.js +2 -2
  105. package/dist/kanon/schemas/constraints/refine/string.d.ts +2 -2
  106. package/dist/kanon/schemas/constraints/set.d.ts +3 -3
  107. package/dist/kanon/schemas/constraints/set.js +2 -2
  108. package/dist/kanon/schemas/constraints/string.d.ts +2 -2
  109. package/dist/kanon/schemas/constraints/string.js +3 -3
  110. package/dist/kanon/schemas/operators/intersection.d.ts +2 -2
  111. package/dist/kanon/schemas/operators/union.d.ts +2 -2
  112. package/dist/kanon/schemas/operators/union.js +1 -1
  113. package/dist/kanon/schemas/primitives/any.d.ts +1 -1
  114. package/dist/kanon/schemas/primitives/bigint.d.ts +1 -1
  115. package/dist/kanon/schemas/primitives/bigint.js +2 -2
  116. package/dist/kanon/schemas/primitives/boolean.d.ts +1 -1
  117. package/dist/kanon/schemas/primitives/boolean.js +1 -1
  118. package/dist/kanon/schemas/primitives/date.d.ts +1 -1
  119. package/dist/kanon/schemas/primitives/date.js +2 -2
  120. package/dist/kanon/schemas/primitives/enum.d.ts +1 -1
  121. package/dist/kanon/schemas/primitives/enum.js +1 -1
  122. package/dist/kanon/schemas/primitives/int.d.ts +1 -1
  123. package/dist/kanon/schemas/primitives/int.js +1 -1
  124. package/dist/kanon/schemas/primitives/literal.d.ts +1 -1
  125. package/dist/kanon/schemas/primitives/literal.js +1 -1
  126. package/dist/kanon/schemas/primitives/nativeEnum.d.ts +1 -1
  127. package/dist/kanon/schemas/primitives/nativeEnum.js +1 -1
  128. package/dist/kanon/schemas/primitives/never.d.ts +1 -1
  129. package/dist/kanon/schemas/primitives/never.js +1 -1
  130. package/dist/kanon/schemas/primitives/null.d.ts +1 -1
  131. package/dist/kanon/schemas/primitives/null.js +1 -1
  132. package/dist/kanon/schemas/primitives/number.d.ts +1 -1
  133. package/dist/kanon/schemas/primitives/number.js +2 -2
  134. package/dist/kanon/schemas/primitives/string.d.ts +1 -1
  135. package/dist/kanon/schemas/primitives/string.js +2 -2
  136. package/dist/kanon/schemas/primitives/symbol.d.ts +1 -1
  137. package/dist/kanon/schemas/primitives/symbol.js +1 -1
  138. package/dist/kanon/schemas/primitives/undefined.d.ts +1 -1
  139. package/dist/kanon/schemas/primitives/undefined.js +1 -1
  140. package/dist/kanon/schemas/primitives/unknown.d.ts +1 -1
  141. package/dist/kanon/schemas/primitives/void.d.ts +1 -1
  142. package/dist/kanon/schemas/primitives/void.js +1 -1
  143. package/dist/kanon/schemas/transforms/keyof.d.ts +4 -4
  144. package/dist/kanon/schemas/transforms/keyof.js +1 -1
  145. package/dist/kanon/schemas/transforms/omit.d.ts +4 -4
  146. package/dist/kanon/schemas/transforms/omit.js +1 -1
  147. package/dist/kanon/schemas/transforms/partial.d.ts +4 -4
  148. package/dist/kanon/schemas/transforms/partial.js +1 -1
  149. package/dist/kanon/schemas/transforms/pick.d.ts +4 -4
  150. package/dist/kanon/schemas/transforms/pick.js +1 -1
  151. package/dist/kanon/schemas/transforms/required.d.ts +4 -4
  152. package/dist/kanon/schemas/transforms/required.js +1 -1
  153. package/dist/kanon/schemas/wrappers/default.d.ts +2 -2
  154. package/dist/kanon/schemas/wrappers/lazy.d.ts +2 -2
  155. package/dist/kanon/schemas/wrappers/nullable.d.ts +2 -2
  156. package/dist/kanon/schemas/wrappers/nullish.d.ts +2 -2
  157. package/dist/kanon/schemas/wrappers/optional.d.ts +2 -2
  158. package/dist/kanon/schemas/wrappers/readonly.d.ts +2 -2
  159. package/dist/kanon/types/composites.d.ts +1 -1
  160. package/dist/kanon/types/constraints.d.ts +1 -1
  161. package/dist/kanon/types/guards.d.ts +7 -7
  162. package/dist/kanon/types/operators.d.ts +2 -2
  163. package/dist/kanon/types/primitives.d.ts +1 -1
  164. package/dist/kanon/types/transforms.d.ts +1 -1
  165. package/dist/kanon/types/wrappers.d.ts +1 -1
  166. package/dist/kanon/validation.d.ts +1 -1
  167. package/dist/kanon/validation.js +1 -1
  168. package/dist/taphos/array/nth.js +1 -1
  169. package/dist/taphos/array/pull-all.js +1 -1
  170. package/dist/taphos/array/pullAllBy.js +1 -1
  171. package/dist/taphos/array/pullAllWith.js +1 -1
  172. package/dist/taphos/array/without.js +1 -1
  173. package/dist/taphos/object/at.js +1 -1
  174. package/dist/taphos/object/extend.js +1 -1
  175. package/dist/taphos/object/invoke.js +1 -1
  176. package/dist/taphos/object/unset.js +2 -2
  177. package/dist/taphos/object/update.js +2 -2
  178. package/dist/taphos/util/rangeRight.js +1 -1
  179. package/dist/zygos/either.d.ts +1 -1
  180. package/dist/zygos/either.js +1 -1
  181. package/dist/zygos/option.d.ts +1 -1
  182. package/dist/zygos/result/result-async.d.ts +5 -5
  183. package/dist/zygos/result/result-async.js +5 -5
  184. package/dist/zygos/result/result.d.ts +3 -3
  185. package/dist/zygos/result/result.js +4 -4
  186. package/dist/zygos/safe.d.ts +1 -1
  187. package/dist/zygos/safe.js +1 -1
  188. package/dist/zygos/task-either.d.ts +3 -3
  189. package/dist/zygos/task-either.js +3 -3
  190. package/package.json +2 -1
@@ -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-03-04T07:03:41.432Z
13
+ * Generated on: 2026-03-07T15:23:33.893Z
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: {
@@ -500,6 +500,8 @@ declare const _autocompletion: {
500
500
  };
501
501
  nullish: {
502
502
  };
503
+ simple_result: {
504
+ };
503
505
  };
504
506
  dom: {
505
507
  attachable: {
@@ -533,7 +535,7 @@ declare const _autocompletion: {
533
535
  error_type: {
534
536
  };
535
537
  is_some_option: {
536
- isSomeOption: typeof import('./arkhe/types/utilities/is-some-option')['isSomeOption'];
538
+ isSomeOption: typeof import('./arkhe/types/utilities/is-some-option.js')['isSomeOption'];
537
539
  };
538
540
  map_entries: {
539
541
  };
@@ -557,274 +559,274 @@ declare const _autocompletion: {
557
559
  };
558
560
  bridges: {
559
561
  ensure: {
560
- ensure: typeof import('./bridges/ensure')['ensure'];
562
+ ensure: typeof import('./bridges/ensure.js')['ensure'];
561
563
  };
562
564
  ensureAsync: {
563
- ensureAsync: typeof import('./bridges/ensureAsync')['ensureAsync'];
565
+ ensureAsync: typeof import('./bridges/ensureAsync.js')['ensureAsync'];
564
566
  };
565
567
  ensurePromise: {
566
- ensurePromise: typeof import('./bridges/ensurePromise')['ensurePromise'];
568
+ ensurePromise: typeof import('./bridges/ensurePromise.js')['ensurePromise'];
567
569
  };
568
570
  };
569
571
  kanon: {
570
572
  index: {
571
- any: typeof import('./kanon/index')['any'];
572
- array: typeof import('./kanon/index')['array'];
573
- bigint: typeof import('./kanon/index')['bigint'];
574
- boolean: typeof import('./kanon/index')['boolean'];
575
- booleanEnum: typeof import('./kanon/index')['booleanEnum'];
576
- clearCache: typeof import('./kanon/index')['clearCache'];
577
- coerceBigInt: typeof import('./kanon/index')['coerceBigInt'];
578
- coerceBoolean: typeof import('./kanon/index')['coerceBoolean'];
579
- coerceDate: typeof import('./kanon/index')['coerceDate'];
580
- coerceNumber: typeof import('./kanon/index')['coerceNumber'];
581
- coerceString: typeof import('./kanon/index')['coerceString'];
582
- compile: typeof import('./kanon/index')['compile'];
583
- date: typeof import('./kanon/index')['date'];
584
- default_: typeof import('./kanon/index')['default_'];
585
- DefaultValues: typeof import('./kanon/index')['DefaultValues'];
586
- discriminatedUnion: typeof import('./kanon/index')['discriminatedUnion'];
587
- enum_: typeof import('./kanon/index')['enum_'];
588
- hasTupleRest: typeof import('./kanon/index')['hasTupleRest'];
589
- int: typeof import('./kanon/index')['int'];
590
- intersection: typeof import('./kanon/index')['intersection'];
591
- intersection3: typeof import('./kanon/index')['intersection3'];
592
- isArrayConstraint: typeof import('./kanon/index')['isArrayConstraint'];
593
- isBigIntConstraint: typeof import('./kanon/index')['isBigIntConstraint'];
594
- isDateConstraint: typeof import('./kanon/index')['isDateConstraint'];
595
- isJITAvailable: typeof import('./kanon/index')['isJITAvailable'];
596
- isMapConstraint: typeof import('./kanon/index')['isMapConstraint'];
597
- isNumberConstraint: typeof import('./kanon/index')['isNumberConstraint'];
598
- isObjectConstraint: typeof import('./kanon/index')['isObjectConstraint'];
599
- isSchemaType: typeof import('./kanon/index')['isSchemaType'];
600
- isSetConstraint: typeof import('./kanon/index')['isSetConstraint'];
601
- isStringConstraint: typeof import('./kanon/index')['isStringConstraint'];
602
- k: typeof import('./kanon/index')['k'];
603
- keyof: typeof import('./kanon/index')['keyof'];
604
- lazy: typeof import('./kanon/index')['lazy'];
605
- literal: typeof import('./kanon/index')['literal'];
606
- looseObject: typeof import('./kanon/index')['looseObject'];
607
- map: typeof import('./kanon/index')['map'];
608
- mixedEnum: typeof import('./kanon/index')['mixedEnum'];
609
- nativeEnum: typeof import('./kanon/index')['nativeEnum'];
610
- never: typeof import('./kanon/index')['never'];
611
- null_: typeof import('./kanon/index')['null_'];
612
- nullable: typeof import('./kanon/index')['nullable'];
613
- nullish: typeof import('./kanon/index')['nullish'];
614
- number: typeof import('./kanon/index')['number'];
615
- numberEnum: typeof import('./kanon/index')['numberEnum'];
616
- object: typeof import('./kanon/index')['object'];
617
- omit: typeof import('./kanon/index')['omit'];
618
- optional: typeof import('./kanon/index')['optional'];
619
- parse: typeof import('./kanon/index')['parse'];
620
- parseBulk: typeof import('./kanon/index')['parseBulk'];
621
- partial: typeof import('./kanon/index')['partial'];
622
- pick: typeof import('./kanon/index')['pick'];
623
- readonly: typeof import('./kanon/index')['readonly'];
624
- record: typeof import('./kanon/index')['record'];
625
- required: typeof import('./kanon/index')['required'];
626
- schemaGuards: typeof import('./kanon/index')['schemaGuards'];
627
- set: typeof import('./kanon/index')['set'];
628
- strictObject: typeof import('./kanon/index')['strictObject'];
629
- string: typeof import('./kanon/index')['string'];
630
- symbol: typeof import('./kanon/index')['symbol'];
631
- tuple: typeof import('./kanon/index')['tuple'];
632
- tupleOf: typeof import('./kanon/index')['tupleOf'];
633
- tupleOf3: typeof import('./kanon/index')['tupleOf3'];
634
- tupleOf4: typeof import('./kanon/index')['tupleOf4'];
635
- tupleWithRest: typeof import('./kanon/index')['tupleWithRest'];
636
- undefined_: typeof import('./kanon/index')['undefined_'];
637
- unionOf: typeof import('./kanon/index')['unionOf'];
638
- unionOf3: typeof import('./kanon/index')['unionOf3'];
639
- unionOf4: typeof import('./kanon/index')['unionOf4'];
640
- unknown: typeof import('./kanon/index')['unknown'];
641
- validation: typeof import('./kanon/index')['validation'];
642
- void_: typeof import('./kanon/index')['void_'];
573
+ any: typeof import('./kanon/index.js')['any'];
574
+ array: typeof import('./kanon/index.js')['array'];
575
+ bigint: typeof import('./kanon/index.js')['bigint'];
576
+ boolean: typeof import('./kanon/index.js')['boolean'];
577
+ booleanEnum: typeof import('./kanon/index.js')['booleanEnum'];
578
+ clearCache: typeof import('./kanon/index.js')['clearCache'];
579
+ coerceBigInt: typeof import('./kanon/index.js')['coerceBigInt'];
580
+ coerceBoolean: typeof import('./kanon/index.js')['coerceBoolean'];
581
+ coerceDate: typeof import('./kanon/index.js')['coerceDate'];
582
+ coerceNumber: typeof import('./kanon/index.js')['coerceNumber'];
583
+ coerceString: typeof import('./kanon/index.js')['coerceString'];
584
+ compile: typeof import('./kanon/index.js')['compile'];
585
+ date: typeof import('./kanon/index.js')['date'];
586
+ default_: typeof import('./kanon/index.js')['default_'];
587
+ DefaultValues: typeof import('./kanon/index.js')['DefaultValues'];
588
+ discriminatedUnion: typeof import('./kanon/index.js')['discriminatedUnion'];
589
+ enum_: typeof import('./kanon/index.js')['enum_'];
590
+ hasTupleRest: typeof import('./kanon/index.js')['hasTupleRest'];
591
+ int: typeof import('./kanon/index.js')['int'];
592
+ intersection: typeof import('./kanon/index.js')['intersection'];
593
+ intersection3: typeof import('./kanon/index.js')['intersection3'];
594
+ isArrayConstraint: typeof import('./kanon/index.js')['isArrayConstraint'];
595
+ isBigIntConstraint: typeof import('./kanon/index.js')['isBigIntConstraint'];
596
+ isDateConstraint: typeof import('./kanon/index.js')['isDateConstraint'];
597
+ isJITAvailable: typeof import('./kanon/index.js')['isJITAvailable'];
598
+ isMapConstraint: typeof import('./kanon/index.js')['isMapConstraint'];
599
+ isNumberConstraint: typeof import('./kanon/index.js')['isNumberConstraint'];
600
+ isObjectConstraint: typeof import('./kanon/index.js')['isObjectConstraint'];
601
+ isSchemaType: typeof import('./kanon/index.js')['isSchemaType'];
602
+ isSetConstraint: typeof import('./kanon/index.js')['isSetConstraint'];
603
+ isStringConstraint: typeof import('./kanon/index.js')['isStringConstraint'];
604
+ k: typeof import('./kanon/index.js')['k'];
605
+ keyof: typeof import('./kanon/index.js')['keyof'];
606
+ lazy: typeof import('./kanon/index.js')['lazy'];
607
+ literal: typeof import('./kanon/index.js')['literal'];
608
+ looseObject: typeof import('./kanon/index.js')['looseObject'];
609
+ map: typeof import('./kanon/index.js')['map'];
610
+ mixedEnum: typeof import('./kanon/index.js')['mixedEnum'];
611
+ nativeEnum: typeof import('./kanon/index.js')['nativeEnum'];
612
+ never: typeof import('./kanon/index.js')['never'];
613
+ null_: typeof import('./kanon/index.js')['null_'];
614
+ nullable: typeof import('./kanon/index.js')['nullable'];
615
+ nullish: typeof import('./kanon/index.js')['nullish'];
616
+ number: typeof import('./kanon/index.js')['number'];
617
+ numberEnum: typeof import('./kanon/index.js')['numberEnum'];
618
+ object: typeof import('./kanon/index.js')['object'];
619
+ omit: typeof import('./kanon/index.js')['omit'];
620
+ optional: typeof import('./kanon/index.js')['optional'];
621
+ parse: typeof import('./kanon/index.js')['parse'];
622
+ parseBulk: typeof import('./kanon/index.js')['parseBulk'];
623
+ partial: typeof import('./kanon/index.js')['partial'];
624
+ pick: typeof import('./kanon/index.js')['pick'];
625
+ readonly: typeof import('./kanon/index.js')['readonly'];
626
+ record: typeof import('./kanon/index.js')['record'];
627
+ required: typeof import('./kanon/index.js')['required'];
628
+ schemaGuards: typeof import('./kanon/index.js')['schemaGuards'];
629
+ set: typeof import('./kanon/index.js')['set'];
630
+ strictObject: typeof import('./kanon/index.js')['strictObject'];
631
+ string: typeof import('./kanon/index.js')['string'];
632
+ symbol: typeof import('./kanon/index.js')['symbol'];
633
+ tuple: typeof import('./kanon/index.js')['tuple'];
634
+ tupleOf: typeof import('./kanon/index.js')['tupleOf'];
635
+ tupleOf3: typeof import('./kanon/index.js')['tupleOf3'];
636
+ tupleOf4: typeof import('./kanon/index.js')['tupleOf4'];
637
+ tupleWithRest: typeof import('./kanon/index.js')['tupleWithRest'];
638
+ undefined_: typeof import('./kanon/index.js')['undefined_'];
639
+ unionOf: typeof import('./kanon/index.js')['unionOf'];
640
+ unionOf3: typeof import('./kanon/index.js')['unionOf3'];
641
+ unionOf4: typeof import('./kanon/index.js')['unionOf4'];
642
+ unknown: typeof import('./kanon/index.js')['unknown'];
643
+ validation: typeof import('./kanon/index.js')['validation'];
644
+ void_: typeof import('./kanon/index.js')['void_'];
643
645
  };
644
646
  validation: {
645
- validation: typeof import('./kanon/validation')['validation'];
647
+ validation: typeof import('./kanon/validation.js')['validation'];
646
648
  };
647
649
  consts: {
648
650
  messages: {
649
- ERROR_MESSAGES_COMPOSITION: typeof import('./kanon/core/consts/messages')['ERROR_MESSAGES_COMPOSITION'];
651
+ ERROR_MESSAGES_COMPOSITION: typeof import('./kanon/core/consts/messages.js')['ERROR_MESSAGES_COMPOSITION'];
650
652
  };
651
653
  patterns: {
652
- EMAIL_REGEX: typeof import('./kanon/core/consts/patterns')['EMAIL_REGEX'];
653
- URL_REGEX: typeof import('./kanon/core/consts/patterns')['URL_REGEX'];
654
- UUID_REGEX: typeof import('./kanon/core/consts/patterns')['UUID_REGEX'];
654
+ EMAIL_REGEX: typeof import('./kanon/core/consts/patterns.js')['EMAIL_REGEX'];
655
+ URL_REGEX: typeof import('./kanon/core/consts/patterns.js')['URL_REGEX'];
656
+ UUID_REGEX: typeof import('./kanon/core/consts/patterns.js')['UUID_REGEX'];
655
657
  };
656
658
  };
657
659
  parser: {
658
- parse: typeof import('./kanon/core/parser')['parse'];
659
- parseBulk: typeof import('./kanon/core/parser')['parseBulk'];
660
+ parse: typeof import('./kanon/core/parser.js')['parse'];
661
+ parseBulk: typeof import('./kanon/core/parser.js')['parseBulk'];
660
662
  };
661
663
  as_zod: {
662
- asZod: typeof import('./kanon/helpers/as-zod')['asZod'];
664
+ asZod: typeof import('./kanon/helpers/as-zod.js')['asZod'];
663
665
  };
664
666
  as_zod.shim: {
665
- z: typeof import('./kanon/helpers/as-zod.shim')['z'];
667
+ z: typeof import('./kanon/helpers/as-zod.shim.js')['z'];
666
668
  };
667
669
  k: {
668
- k: typeof import('./kanon/helpers/k')['k'];
670
+ k: typeof import('./kanon/helpers/k.js')['k'];
669
671
  };
670
672
  builders: {
671
673
  coerce: {
672
- generateCoerceBooleanCheck: typeof import('./kanon/jit/builders/coerce')['generateCoerceBooleanCheck'];
673
- generateCoerceBooleanValidation: typeof import('./kanon/jit/builders/coerce')['generateCoerceBooleanValidation'];
674
- generateCoerceDateCheck: typeof import('./kanon/jit/builders/coerce')['generateCoerceDateCheck'];
675
- generateCoerceDateValidation: typeof import('./kanon/jit/builders/coerce')['generateCoerceDateValidation'];
676
- generateCoerceNumberCheck: typeof import('./kanon/jit/builders/coerce')['generateCoerceNumberCheck'];
677
- generateCoerceNumberValidation: typeof import('./kanon/jit/builders/coerce')['generateCoerceNumberValidation'];
678
- generateCoerceStringCheck: typeof import('./kanon/jit/builders/coerce')['generateCoerceStringCheck'];
679
- generateCoerceStringValidation: typeof import('./kanon/jit/builders/coerce')['generateCoerceStringValidation'];
680
- isCoerceType: typeof import('./kanon/jit/builders/coerce')['isCoerceType'];
674
+ generateCoerceBooleanCheck: typeof import('./kanon/jit/builders/coerce.js')['generateCoerceBooleanCheck'];
675
+ generateCoerceBooleanValidation: typeof import('./kanon/jit/builders/coerce.js')['generateCoerceBooleanValidation'];
676
+ generateCoerceDateCheck: typeof import('./kanon/jit/builders/coerce.js')['generateCoerceDateCheck'];
677
+ generateCoerceDateValidation: typeof import('./kanon/jit/builders/coerce.js')['generateCoerceDateValidation'];
678
+ generateCoerceNumberCheck: typeof import('./kanon/jit/builders/coerce.js')['generateCoerceNumberCheck'];
679
+ generateCoerceNumberValidation: typeof import('./kanon/jit/builders/coerce.js')['generateCoerceNumberValidation'];
680
+ generateCoerceStringCheck: typeof import('./kanon/jit/builders/coerce.js')['generateCoerceStringCheck'];
681
+ generateCoerceStringValidation: typeof import('./kanon/jit/builders/coerce.js')['generateCoerceStringValidation'];
682
+ isCoerceType: typeof import('./kanon/jit/builders/coerce.js')['isCoerceType'];
681
683
  };
682
684
  refinements: {
683
- generateRefinementCall: typeof import('./kanon/jit/builders/refinements')['generateRefinementCall'];
684
- generateRefinementsValidation: typeof import('./kanon/jit/builders/refinements')['generateRefinementsValidation'];
685
- getRefinements: typeof import('./kanon/jit/builders/refinements')['getRefinements'];
686
- hasRefinements: typeof import('./kanon/jit/builders/refinements')['hasRefinements'];
685
+ generateRefinementCall: typeof import('./kanon/jit/builders/refinements.js')['generateRefinementCall'];
686
+ generateRefinementsValidation: typeof import('./kanon/jit/builders/refinements.js')['generateRefinementsValidation'];
687
+ getRefinements: typeof import('./kanon/jit/builders/refinements.js')['getRefinements'];
688
+ hasRefinements: typeof import('./kanon/jit/builders/refinements.js')['hasRefinements'];
687
689
  };
688
690
  array: {
689
- generateArrayItemsLoop: typeof import('./kanon/jit/builders/composites/array')['generateArrayItemsLoop'];
690
- generateArrayLengthCheck: typeof import('./kanon/jit/builders/composites/array')['generateArrayLengthCheck'];
691
- generateArrayMaxLengthCheck: typeof import('./kanon/jit/builders/composites/array')['generateArrayMaxLengthCheck'];
692
- generateArrayMinLengthCheck: typeof import('./kanon/jit/builders/composites/array')['generateArrayMinLengthCheck'];
693
- generateArrayTypeCheck: typeof import('./kanon/jit/builders/composites/array')['generateArrayTypeCheck'];
694
- generateArrayValidation: typeof import('./kanon/jit/builders/composites/array')['generateArrayValidation'];
695
- generateSimpleArrayItemsLoop: typeof import('./kanon/jit/builders/composites/array')['generateSimpleArrayItemsLoop'];
691
+ generateArrayItemsLoop: typeof import('./kanon/jit/builders/composites/array.js')['generateArrayItemsLoop'];
692
+ generateArrayLengthCheck: typeof import('./kanon/jit/builders/composites/array.js')['generateArrayLengthCheck'];
693
+ generateArrayMaxLengthCheck: typeof import('./kanon/jit/builders/composites/array.js')['generateArrayMaxLengthCheck'];
694
+ generateArrayMinLengthCheck: typeof import('./kanon/jit/builders/composites/array.js')['generateArrayMinLengthCheck'];
695
+ generateArrayTypeCheck: typeof import('./kanon/jit/builders/composites/array.js')['generateArrayTypeCheck'];
696
+ generateArrayValidation: typeof import('./kanon/jit/builders/composites/array.js')['generateArrayValidation'];
697
+ generateSimpleArrayItemsLoop: typeof import('./kanon/jit/builders/composites/array.js')['generateSimpleArrayItemsLoop'];
696
698
  };
697
699
  object: {
698
- createNestedObjectGenerator: typeof import('./kanon/jit/builders/composites/object')['createNestedObjectGenerator'];
699
- generateMaxKeysCheck: typeof import('./kanon/jit/builders/composites/object')['generateMaxKeysCheck'];
700
- generateMinKeysCheck: typeof import('./kanon/jit/builders/composites/object')['generateMinKeysCheck'];
701
- generateObjectTypeCheck: typeof import('./kanon/jit/builders/composites/object')['generateObjectTypeCheck'];
702
- generateObjectValidation: typeof import('./kanon/jit/builders/composites/object')['generateObjectValidation'];
703
- generatePropertyValidation: typeof import('./kanon/jit/builders/composites/object')['generatePropertyValidation'];
704
- generateStrictModeCheck: typeof import('./kanon/jit/builders/composites/object')['generateStrictModeCheck'];
700
+ createNestedObjectGenerator: typeof import('./kanon/jit/builders/composites/object.js')['createNestedObjectGenerator'];
701
+ generateMaxKeysCheck: typeof import('./kanon/jit/builders/composites/object.js')['generateMaxKeysCheck'];
702
+ generateMinKeysCheck: typeof import('./kanon/jit/builders/composites/object.js')['generateMinKeysCheck'];
703
+ generateObjectTypeCheck: typeof import('./kanon/jit/builders/composites/object.js')['generateObjectTypeCheck'];
704
+ generateObjectValidation: typeof import('./kanon/jit/builders/composites/object.js')['generateObjectValidation'];
705
+ generatePropertyValidation: typeof import('./kanon/jit/builders/composites/object.js')['generatePropertyValidation'];
706
+ generateStrictModeCheck: typeof import('./kanon/jit/builders/composites/object.js')['generateStrictModeCheck'];
705
707
  };
706
708
  union: {
707
- canOptimizeWithTypeof: typeof import('./kanon/jit/builders/operators/union')['canOptimizeWithTypeof'];
708
- createBooleanBranch: typeof import('./kanon/jit/builders/operators/union')['createBooleanBranch'];
709
- createNullBranch: typeof import('./kanon/jit/builders/operators/union')['createNullBranch'];
710
- createNumberBranch: typeof import('./kanon/jit/builders/operators/union')['createNumberBranch'];
711
- createStringBranch: typeof import('./kanon/jit/builders/operators/union')['createStringBranch'];
712
- createUndefinedBranch: typeof import('./kanon/jit/builders/operators/union')['createUndefinedBranch'];
713
- generateOptimizedPrimitiveUnion: typeof import('./kanon/jit/builders/operators/union')['generateOptimizedPrimitiveUnion'];
714
- generateSimpleSequentialUnion: typeof import('./kanon/jit/builders/operators/union')['generateSimpleSequentialUnion'];
715
- generateUnionValidation: typeof import('./kanon/jit/builders/operators/union')['generateUnionValidation'];
716
- groupBranchesByTypeof: typeof import('./kanon/jit/builders/operators/union')['groupBranchesByTypeof'];
709
+ canOptimizeWithTypeof: typeof import('./kanon/jit/builders/operators/union.js')['canOptimizeWithTypeof'];
710
+ createBooleanBranch: typeof import('./kanon/jit/builders/operators/union.js')['createBooleanBranch'];
711
+ createNullBranch: typeof import('./kanon/jit/builders/operators/union.js')['createNullBranch'];
712
+ createNumberBranch: typeof import('./kanon/jit/builders/operators/union.js')['createNumberBranch'];
713
+ createStringBranch: typeof import('./kanon/jit/builders/operators/union.js')['createStringBranch'];
714
+ createUndefinedBranch: typeof import('./kanon/jit/builders/operators/union.js')['createUndefinedBranch'];
715
+ generateOptimizedPrimitiveUnion: typeof import('./kanon/jit/builders/operators/union.js')['generateOptimizedPrimitiveUnion'];
716
+ generateSimpleSequentialUnion: typeof import('./kanon/jit/builders/operators/union.js')['generateSimpleSequentialUnion'];
717
+ generateUnionValidation: typeof import('./kanon/jit/builders/operators/union.js')['generateUnionValidation'];
718
+ groupBranchesByTypeof: typeof import('./kanon/jit/builders/operators/union.js')['groupBranchesByTypeof'];
717
719
  };
718
720
  boolean: {
719
- generateBooleanTypeCheck: typeof import('./kanon/jit/builders/primitives/boolean')['generateBooleanTypeCheck'];
720
- generateBooleanValidation: typeof import('./kanon/jit/builders/primitives/boolean')['generateBooleanValidation'];
721
+ generateBooleanTypeCheck: typeof import('./kanon/jit/builders/primitives/boolean.js')['generateBooleanTypeCheck'];
722
+ generateBooleanValidation: typeof import('./kanon/jit/builders/primitives/boolean.js')['generateBooleanValidation'];
721
723
  };
722
724
  number: {
723
- generateGtCheck: typeof import('./kanon/jit/builders/primitives/number')['generateGtCheck'];
724
- generateGteCheck: typeof import('./kanon/jit/builders/primitives/number')['generateGteCheck'];
725
- generateIntCheck: typeof import('./kanon/jit/builders/primitives/number')['generateIntCheck'];
726
- generateLtCheck: typeof import('./kanon/jit/builders/primitives/number')['generateLtCheck'];
727
- generateLteCheck: typeof import('./kanon/jit/builders/primitives/number')['generateLteCheck'];
728
- generateMaxCheck: typeof import('./kanon/jit/builders/primitives/number')['generateMaxCheck'];
729
- generateMinCheck: typeof import('./kanon/jit/builders/primitives/number')['generateMinCheck'];
730
- generateMultipleOfCheck: typeof import('./kanon/jit/builders/primitives/number')['generateMultipleOfCheck'];
731
- generateNegativeCheck: typeof import('./kanon/jit/builders/primitives/number')['generateNegativeCheck'];
732
- generateNumberTypeCheck: typeof import('./kanon/jit/builders/primitives/number')['generateNumberTypeCheck'];
733
- generateNumberValidation: typeof import('./kanon/jit/builders/primitives/number')['generateNumberValidation'];
734
- generatePositiveCheck: typeof import('./kanon/jit/builders/primitives/number')['generatePositiveCheck'];
725
+ generateGtCheck: typeof import('./kanon/jit/builders/primitives/number.js')['generateGtCheck'];
726
+ generateGteCheck: typeof import('./kanon/jit/builders/primitives/number.js')['generateGteCheck'];
727
+ generateIntCheck: typeof import('./kanon/jit/builders/primitives/number.js')['generateIntCheck'];
728
+ generateLtCheck: typeof import('./kanon/jit/builders/primitives/number.js')['generateLtCheck'];
729
+ generateLteCheck: typeof import('./kanon/jit/builders/primitives/number.js')['generateLteCheck'];
730
+ generateMaxCheck: typeof import('./kanon/jit/builders/primitives/number.js')['generateMaxCheck'];
731
+ generateMinCheck: typeof import('./kanon/jit/builders/primitives/number.js')['generateMinCheck'];
732
+ generateMultipleOfCheck: typeof import('./kanon/jit/builders/primitives/number.js')['generateMultipleOfCheck'];
733
+ generateNegativeCheck: typeof import('./kanon/jit/builders/primitives/number.js')['generateNegativeCheck'];
734
+ generateNumberTypeCheck: typeof import('./kanon/jit/builders/primitives/number.js')['generateNumberTypeCheck'];
735
+ generateNumberValidation: typeof import('./kanon/jit/builders/primitives/number.js')['generateNumberValidation'];
736
+ generatePositiveCheck: typeof import('./kanon/jit/builders/primitives/number.js')['generatePositiveCheck'];
735
737
  };
736
738
  others: {
737
- generateAnyValidation: typeof import('./kanon/jit/builders/primitives/others')['generateAnyValidation'];
738
- generateNeverTypeCheck: typeof import('./kanon/jit/builders/primitives/others')['generateNeverTypeCheck'];
739
- generateNeverValidation: typeof import('./kanon/jit/builders/primitives/others')['generateNeverValidation'];
740
- generateNullTypeCheck: typeof import('./kanon/jit/builders/primitives/others')['generateNullTypeCheck'];
741
- generateNullValidation: typeof import('./kanon/jit/builders/primitives/others')['generateNullValidation'];
742
- generateSymbolTypeCheck: typeof import('./kanon/jit/builders/primitives/others')['generateSymbolTypeCheck'];
743
- generateSymbolValidation: typeof import('./kanon/jit/builders/primitives/others')['generateSymbolValidation'];
744
- generateUndefinedTypeCheck: typeof import('./kanon/jit/builders/primitives/others')['generateUndefinedTypeCheck'];
745
- generateUndefinedValidation: typeof import('./kanon/jit/builders/primitives/others')['generateUndefinedValidation'];
746
- generateUnknownValidation: typeof import('./kanon/jit/builders/primitives/others')['generateUnknownValidation'];
747
- generateVoidTypeCheck: typeof import('./kanon/jit/builders/primitives/others')['generateVoidTypeCheck'];
748
- generateVoidValidation: typeof import('./kanon/jit/builders/primitives/others')['generateVoidValidation'];
739
+ generateAnyValidation: typeof import('./kanon/jit/builders/primitives/others.js')['generateAnyValidation'];
740
+ generateNeverTypeCheck: typeof import('./kanon/jit/builders/primitives/others.js')['generateNeverTypeCheck'];
741
+ generateNeverValidation: typeof import('./kanon/jit/builders/primitives/others.js')['generateNeverValidation'];
742
+ generateNullTypeCheck: typeof import('./kanon/jit/builders/primitives/others.js')['generateNullTypeCheck'];
743
+ generateNullValidation: typeof import('./kanon/jit/builders/primitives/others.js')['generateNullValidation'];
744
+ generateSymbolTypeCheck: typeof import('./kanon/jit/builders/primitives/others.js')['generateSymbolTypeCheck'];
745
+ generateSymbolValidation: typeof import('./kanon/jit/builders/primitives/others.js')['generateSymbolValidation'];
746
+ generateUndefinedTypeCheck: typeof import('./kanon/jit/builders/primitives/others.js')['generateUndefinedTypeCheck'];
747
+ generateUndefinedValidation: typeof import('./kanon/jit/builders/primitives/others.js')['generateUndefinedValidation'];
748
+ generateUnknownValidation: typeof import('./kanon/jit/builders/primitives/others.js')['generateUnknownValidation'];
749
+ generateVoidTypeCheck: typeof import('./kanon/jit/builders/primitives/others.js')['generateVoidTypeCheck'];
750
+ generateVoidValidation: typeof import('./kanon/jit/builders/primitives/others.js')['generateVoidValidation'];
749
751
  };
750
752
  string: {
751
- generateEmailCheck: typeof import('./kanon/jit/builders/primitives/string')['generateEmailCheck'];
752
- generateEndsWithCheck: typeof import('./kanon/jit/builders/primitives/string')['generateEndsWithCheck'];
753
- generateIncludesCheck: typeof import('./kanon/jit/builders/primitives/string')['generateIncludesCheck'];
754
- generateLengthCheck: typeof import('./kanon/jit/builders/primitives/string')['generateLengthCheck'];
755
- generateMaxLengthCheck: typeof import('./kanon/jit/builders/primitives/string')['generateMaxLengthCheck'];
756
- generateMinLengthCheck: typeof import('./kanon/jit/builders/primitives/string')['generateMinLengthCheck'];
757
- generateRegexCheck: typeof import('./kanon/jit/builders/primitives/string')['generateRegexCheck'];
758
- generateStartsWithCheck: typeof import('./kanon/jit/builders/primitives/string')['generateStartsWithCheck'];
759
- generateStringTypeCheck: typeof import('./kanon/jit/builders/primitives/string')['generateStringTypeCheck'];
760
- generateStringValidation: typeof import('./kanon/jit/builders/primitives/string')['generateStringValidation'];
761
- generateUrlCheck: typeof import('./kanon/jit/builders/primitives/string')['generateUrlCheck'];
762
- generateUuidCheck: typeof import('./kanon/jit/builders/primitives/string')['generateUuidCheck'];
763
- STRING_PATTERNS: typeof import('./kanon/jit/builders/primitives/string')['STRING_PATTERNS'];
753
+ generateEmailCheck: typeof import('./kanon/jit/builders/primitives/string.js')['generateEmailCheck'];
754
+ generateEndsWithCheck: typeof import('./kanon/jit/builders/primitives/string.js')['generateEndsWithCheck'];
755
+ generateIncludesCheck: typeof import('./kanon/jit/builders/primitives/string.js')['generateIncludesCheck'];
756
+ generateLengthCheck: typeof import('./kanon/jit/builders/primitives/string.js')['generateLengthCheck'];
757
+ generateMaxLengthCheck: typeof import('./kanon/jit/builders/primitives/string.js')['generateMaxLengthCheck'];
758
+ generateMinLengthCheck: typeof import('./kanon/jit/builders/primitives/string.js')['generateMinLengthCheck'];
759
+ generateRegexCheck: typeof import('./kanon/jit/builders/primitives/string.js')['generateRegexCheck'];
760
+ generateStartsWithCheck: typeof import('./kanon/jit/builders/primitives/string.js')['generateStartsWithCheck'];
761
+ generateStringTypeCheck: typeof import('./kanon/jit/builders/primitives/string.js')['generateStringTypeCheck'];
762
+ generateStringValidation: typeof import('./kanon/jit/builders/primitives/string.js')['generateStringValidation'];
763
+ generateUrlCheck: typeof import('./kanon/jit/builders/primitives/string.js')['generateUrlCheck'];
764
+ generateUuidCheck: typeof import('./kanon/jit/builders/primitives/string.js')['generateUuidCheck'];
765
+ STRING_PATTERNS: typeof import('./kanon/jit/builders/primitives/string.js')['STRING_PATTERNS'];
764
766
  };
765
767
  };
766
768
  cache: {
767
- createValidatorCache: typeof import('./kanon/jit/cache')['createValidatorCache'];
768
- globalValidatorCache: typeof import('./kanon/jit/cache')['globalValidatorCache'];
769
+ createValidatorCache: typeof import('./kanon/jit/cache.js')['createValidatorCache'];
770
+ globalValidatorCache: typeof import('./kanon/jit/cache.js')['globalValidatorCache'];
769
771
  };
770
772
  compiler: {
771
- clearCache: typeof import('./kanon/jit/compiler')['clearCache'];
772
- compile: typeof import('./kanon/jit/compiler')['compile'];
773
- isJITAvailable: typeof import('./kanon/jit/compiler')['isJITAvailable'];
773
+ clearCache: typeof import('./kanon/jit/compiler.js')['clearCache'];
774
+ compile: typeof import('./kanon/jit/compiler.js')['compile'];
775
+ isJITAvailable: typeof import('./kanon/jit/compiler.js')['isJITAvailable'];
774
776
  };
775
777
  context: {
776
- addExternal: typeof import('./kanon/jit/context')['addExternal'];
777
- createGeneratorContext: typeof import('./kanon/jit/context')['createGeneratorContext'];
778
- decreaseIndent: typeof import('./kanon/jit/context')['decreaseIndent'];
779
- formatPath: typeof import('./kanon/jit/context')['formatPath'];
780
- getIndent: typeof import('./kanon/jit/context')['getIndent'];
781
- hasVisited: typeof import('./kanon/jit/context')['hasVisited'];
782
- increaseIndent: typeof import('./kanon/jit/context')['increaseIndent'];
783
- markVisited: typeof import('./kanon/jit/context')['markVisited'];
784
- nextVar: typeof import('./kanon/jit/context')['nextVar'];
785
- popPath: typeof import('./kanon/jit/context')['popPath'];
786
- pushPath: typeof import('./kanon/jit/context')['pushPath'];
778
+ addExternal: typeof import('./kanon/jit/context.js')['addExternal'];
779
+ createGeneratorContext: typeof import('./kanon/jit/context.js')['createGeneratorContext'];
780
+ decreaseIndent: typeof import('./kanon/jit/context.js')['decreaseIndent'];
781
+ formatPath: typeof import('./kanon/jit/context.js')['formatPath'];
782
+ getIndent: typeof import('./kanon/jit/context.js')['getIndent'];
783
+ hasVisited: typeof import('./kanon/jit/context.js')['hasVisited'];
784
+ increaseIndent: typeof import('./kanon/jit/context.js')['increaseIndent'];
785
+ markVisited: typeof import('./kanon/jit/context.js')['markVisited'];
786
+ nextVar: typeof import('./kanon/jit/context.js')['nextVar'];
787
+ popPath: typeof import('./kanon/jit/context.js')['popPath'];
788
+ pushPath: typeof import('./kanon/jit/context.js')['pushPath'];
787
789
  };
788
790
  utils: {
789
791
  arbitraries: {
790
- arbitraryArraySchema: typeof import('./kanon/jit/utils/arbitraries')['arbitraryArraySchema'];
791
- arbitraryBooleanSchema: typeof import('./kanon/jit/utils/arbitraries')['arbitraryBooleanSchema'];
792
- arbitraryNumberSchema: typeof import('./kanon/jit/utils/arbitraries')['arbitraryNumberSchema'];
793
- arbitraryObjectSchema: typeof import('./kanon/jit/utils/arbitraries')['arbitraryObjectSchema'];
794
- arbitrarySchema: typeof import('./kanon/jit/utils/arbitraries')['arbitrarySchema'];
795
- arbitrarySchemaWithInvalidValue: typeof import('./kanon/jit/utils/arbitraries')['arbitrarySchemaWithInvalidValue'];
796
- arbitrarySchemaWithValidValue: typeof import('./kanon/jit/utils/arbitraries')['arbitrarySchemaWithValidValue'];
797
- arbitrarySchemaWithValue: typeof import('./kanon/jit/utils/arbitraries')['arbitrarySchemaWithValue'];
798
- arbitraryStringSchema: typeof import('./kanon/jit/utils/arbitraries')['arbitraryStringSchema'];
799
- arbitraryUnionSchema: typeof import('./kanon/jit/utils/arbitraries')['arbitraryUnionSchema'];
800
- arbitraryValueForSchema: typeof import('./kanon/jit/utils/arbitraries')['arbitraryValueForSchema'];
792
+ arbitraryArraySchema: typeof import('./kanon/jit/utils/arbitraries.js')['arbitraryArraySchema'];
793
+ arbitraryBooleanSchema: typeof import('./kanon/jit/utils/arbitraries.js')['arbitraryBooleanSchema'];
794
+ arbitraryNumberSchema: typeof import('./kanon/jit/utils/arbitraries.js')['arbitraryNumberSchema'];
795
+ arbitraryObjectSchema: typeof import('./kanon/jit/utils/arbitraries.js')['arbitraryObjectSchema'];
796
+ arbitrarySchema: typeof import('./kanon/jit/utils/arbitraries.js')['arbitrarySchema'];
797
+ arbitrarySchemaWithInvalidValue: typeof import('./kanon/jit/utils/arbitraries.js')['arbitrarySchemaWithInvalidValue'];
798
+ arbitrarySchemaWithValidValue: typeof import('./kanon/jit/utils/arbitraries.js')['arbitrarySchemaWithValidValue'];
799
+ arbitrarySchemaWithValue: typeof import('./kanon/jit/utils/arbitraries.js')['arbitrarySchemaWithValue'];
800
+ arbitraryStringSchema: typeof import('./kanon/jit/utils/arbitraries.js')['arbitraryStringSchema'];
801
+ arbitraryUnionSchema: typeof import('./kanon/jit/utils/arbitraries.js')['arbitraryUnionSchema'];
802
+ arbitraryValueForSchema: typeof import('./kanon/jit/utils/arbitraries.js')['arbitraryValueForSchema'];
801
803
  };
802
804
  code: {
803
- debugComment: typeof import('./kanon/jit/utils/code')['debugComment'];
804
- debugSectionComment: typeof import('./kanon/jit/utils/code')['debugSectionComment'];
805
- escapeString: typeof import('./kanon/jit/utils/code')['escapeString'];
806
- wrapWithDebugComment: typeof import('./kanon/jit/utils/code')['wrapWithDebugComment'];
805
+ debugComment: typeof import('./kanon/jit/utils/code.js')['debugComment'];
806
+ debugSectionComment: typeof import('./kanon/jit/utils/code.js')['debugSectionComment'];
807
+ escapeString: typeof import('./kanon/jit/utils/code.js')['escapeString'];
808
+ wrapWithDebugComment: typeof import('./kanon/jit/utils/code.js')['wrapWithDebugComment'];
807
809
  };
808
810
  };
809
811
  base: {
810
- isCoerced: typeof import('./kanon/types/base')['isCoerced'];
812
+ isCoerced: typeof import('./kanon/types/base.js')['isCoerced'];
811
813
  };
812
814
  composites: {
813
- hasTupleRest: typeof import('./kanon/types/composites')['hasTupleRest'];
815
+ hasTupleRest: typeof import('./kanon/types/composites.js')['hasTupleRest'];
814
816
  };
815
817
  constraints: {
816
818
  };
817
819
  guards: {
818
- isArrayConstraint: typeof import('./kanon/types/guards')['isArrayConstraint'];
819
- isBigIntConstraint: typeof import('./kanon/types/guards')['isBigIntConstraint'];
820
- isDateConstraint: typeof import('./kanon/types/guards')['isDateConstraint'];
821
- isMapConstraint: typeof import('./kanon/types/guards')['isMapConstraint'];
822
- isNumberConstraint: typeof import('./kanon/types/guards')['isNumberConstraint'];
823
- isObjectConstraint: typeof import('./kanon/types/guards')['isObjectConstraint'];
824
- isSchemaType: typeof import('./kanon/types/guards')['isSchemaType'];
825
- isSetConstraint: typeof import('./kanon/types/guards')['isSetConstraint'];
826
- isStringConstraint: typeof import('./kanon/types/guards')['isStringConstraint'];
827
- schemaGuards: typeof import('./kanon/types/guards')['schemaGuards'];
820
+ isArrayConstraint: typeof import('./kanon/types/guards.js')['isArrayConstraint'];
821
+ isBigIntConstraint: typeof import('./kanon/types/guards.js')['isBigIntConstraint'];
822
+ isDateConstraint: typeof import('./kanon/types/guards.js')['isDateConstraint'];
823
+ isMapConstraint: typeof import('./kanon/types/guards.js')['isMapConstraint'];
824
+ isNumberConstraint: typeof import('./kanon/types/guards.js')['isNumberConstraint'];
825
+ isObjectConstraint: typeof import('./kanon/types/guards.js')['isObjectConstraint'];
826
+ isSchemaType: typeof import('./kanon/types/guards.js')['isSchemaType'];
827
+ isSetConstraint: typeof import('./kanon/types/guards.js')['isSetConstraint'];
828
+ isStringConstraint: typeof import('./kanon/types/guards.js')['isStringConstraint'];
829
+ schemaGuards: typeof import('./kanon/types/guards.js')['schemaGuards'];
828
830
  };
829
831
  operators: {
830
832
  };
@@ -836,751 +838,751 @@ declare const _autocompletion: {
836
838
  };
837
839
  coerce: {
838
840
  bigint: {
839
- coerceBigInt: typeof import('./kanon/schemas/coerce/bigint')['coerceBigInt'];
841
+ coerceBigInt: typeof import('./kanon/schemas/coerce/bigint.js')['coerceBigInt'];
840
842
  };
841
843
  boolean: {
842
- coerceBoolean: typeof import('./kanon/schemas/coerce/boolean')['coerceBoolean'];
844
+ coerceBoolean: typeof import('./kanon/schemas/coerce/boolean.js')['coerceBoolean'];
843
845
  };
844
846
  date: {
845
- coerceDate: typeof import('./kanon/schemas/coerce/date')['coerceDate'];
847
+ coerceDate: typeof import('./kanon/schemas/coerce/date.js')['coerceDate'];
846
848
  };
847
849
  number: {
848
- coerceNumber: typeof import('./kanon/schemas/coerce/number')['coerceNumber'];
850
+ coerceNumber: typeof import('./kanon/schemas/coerce/number.js')['coerceNumber'];
849
851
  };
850
852
  string: {
851
- coerceString: typeof import('./kanon/schemas/coerce/string')['coerceString'];
853
+ coerceString: typeof import('./kanon/schemas/coerce/string.js')['coerceString'];
852
854
  };
853
855
  };
854
856
  composites: {
855
857
  array: {
856
- array: typeof import('./kanon/schemas/composites/array')['array'];
858
+ array: typeof import('./kanon/schemas/composites/array.js')['array'];
857
859
  };
858
860
  map: {
859
- map: typeof import('./kanon/schemas/composites/map')['map'];
861
+ map: typeof import('./kanon/schemas/composites/map.js')['map'];
860
862
  };
861
863
  object: {
862
- looseObject: typeof import('./kanon/schemas/composites/object')['looseObject'];
863
- object: typeof import('./kanon/schemas/composites/object')['object'];
864
- strictObject: typeof import('./kanon/schemas/composites/object')['strictObject'];
864
+ looseObject: typeof import('./kanon/schemas/composites/object.js')['looseObject'];
865
+ object: typeof import('./kanon/schemas/composites/object.js')['object'];
866
+ strictObject: typeof import('./kanon/schemas/composites/object.js')['strictObject'];
865
867
  };
866
868
  record: {
867
- record: typeof import('./kanon/schemas/composites/record')['record'];
869
+ record: typeof import('./kanon/schemas/composites/record.js')['record'];
868
870
  };
869
871
  set: {
870
- set: typeof import('./kanon/schemas/composites/set')['set'];
872
+ set: typeof import('./kanon/schemas/composites/set.js')['set'];
871
873
  };
872
874
  tuple: {
873
- tuple: typeof import('./kanon/schemas/composites/tuple')['tuple'];
874
- tupleOf: typeof import('./kanon/schemas/composites/tuple')['tupleOf'];
875
- tupleOf3: typeof import('./kanon/schemas/composites/tuple')['tupleOf3'];
876
- tupleOf4: typeof import('./kanon/schemas/composites/tuple')['tupleOf4'];
877
- tupleWithRest: typeof import('./kanon/schemas/composites/tuple')['tupleWithRest'];
875
+ tuple: typeof import('./kanon/schemas/composites/tuple.js')['tuple'];
876
+ tupleOf: typeof import('./kanon/schemas/composites/tuple.js')['tupleOf'];
877
+ tupleOf3: typeof import('./kanon/schemas/composites/tuple.js')['tupleOf3'];
878
+ tupleOf4: typeof import('./kanon/schemas/composites/tuple.js')['tupleOf4'];
879
+ tupleWithRest: typeof import('./kanon/schemas/composites/tuple.js')['tupleWithRest'];
878
880
  };
879
881
  };
880
882
  constraints: {
881
883
  array: {
882
- addArrayConstraints: typeof import('./kanon/schemas/constraints/array')['addArrayConstraints'];
884
+ addArrayConstraints: typeof import('./kanon/schemas/constraints/array.js')['addArrayConstraints'];
883
885
  };
884
886
  bigint: {
885
- addBigIntConstraints: typeof import('./kanon/schemas/constraints/bigint')['addBigIntConstraints'];
887
+ addBigIntConstraints: typeof import('./kanon/schemas/constraints/bigint.js')['addBigIntConstraints'];
886
888
  };
887
889
  date: {
888
- addDateConstraints: typeof import('./kanon/schemas/constraints/date')['addDateConstraints'];
890
+ addDateConstraints: typeof import('./kanon/schemas/constraints/date.js')['addDateConstraints'];
889
891
  };
890
892
  map: {
891
- addMapConstraints: typeof import('./kanon/schemas/constraints/map')['addMapConstraints'];
893
+ addMapConstraints: typeof import('./kanon/schemas/constraints/map.js')['addMapConstraints'];
892
894
  };
893
895
  number: {
894
- addNumberConstraints: typeof import('./kanon/schemas/constraints/number')['addNumberConstraints'];
896
+ addNumberConstraints: typeof import('./kanon/schemas/constraints/number.js')['addNumberConstraints'];
895
897
  };
896
898
  object: {
897
- addObjectConstraints: typeof import('./kanon/schemas/constraints/object')['addObjectConstraints'];
899
+ addObjectConstraints: typeof import('./kanon/schemas/constraints/object.js')['addObjectConstraints'];
898
900
  };
899
901
  set: {
900
- addSetConstraints: typeof import('./kanon/schemas/constraints/set')['addSetConstraints'];
902
+ addSetConstraints: typeof import('./kanon/schemas/constraints/set.js')['addSetConstraints'];
901
903
  };
902
904
  string: {
903
- addStringConstraints: typeof import('./kanon/schemas/constraints/string')['addStringConstraints'];
905
+ addStringConstraints: typeof import('./kanon/schemas/constraints/string.js')['addStringConstraints'];
904
906
  };
905
907
  array: {
906
- refineArray: typeof import('./kanon/schemas/constraints/refine/array')['refineArray'];
908
+ refineArray: typeof import('./kanon/schemas/constraints/refine/array.js')['refineArray'];
907
909
  };
908
910
  bigint: {
909
- refineBigInt: typeof import('./kanon/schemas/constraints/refine/bigint')['refineBigInt'];
911
+ refineBigInt: typeof import('./kanon/schemas/constraints/refine/bigint.js')['refineBigInt'];
910
912
  };
911
913
  date: {
912
- refineDate: typeof import('./kanon/schemas/constraints/refine/date')['refineDate'];
914
+ refineDate: typeof import('./kanon/schemas/constraints/refine/date.js')['refineDate'];
913
915
  };
914
916
  map: {
915
- refineMap: typeof import('./kanon/schemas/constraints/refine/map')['refineMap'];
917
+ refineMap: typeof import('./kanon/schemas/constraints/refine/map.js')['refineMap'];
916
918
  };
917
919
  number: {
918
- refineNumber: typeof import('./kanon/schemas/constraints/refine/number')['refineNumber'];
920
+ refineNumber: typeof import('./kanon/schemas/constraints/refine/number.js')['refineNumber'];
919
921
  };
920
922
  object: {
921
- refineObject: typeof import('./kanon/schemas/constraints/refine/object')['refineObject'];
923
+ refineObject: typeof import('./kanon/schemas/constraints/refine/object.js')['refineObject'];
922
924
  };
923
925
  set: {
924
- refineSet: typeof import('./kanon/schemas/constraints/refine/set')['refineSet'];
926
+ refineSet: typeof import('./kanon/schemas/constraints/refine/set.js')['refineSet'];
925
927
  };
926
928
  string: {
927
- refineString: typeof import('./kanon/schemas/constraints/refine/string')['refineString'];
929
+ refineString: typeof import('./kanon/schemas/constraints/refine/string.js')['refineString'];
928
930
  };
929
931
  };
930
932
  operators: {
931
933
  intersection: {
932
- intersection: typeof import('./kanon/schemas/operators/intersection')['intersection'];
933
- intersection3: typeof import('./kanon/schemas/operators/intersection')['intersection3'];
934
+ intersection: typeof import('./kanon/schemas/operators/intersection.js')['intersection'];
935
+ intersection3: typeof import('./kanon/schemas/operators/intersection.js')['intersection3'];
934
936
  };
935
937
  union: {
936
- discriminatedUnion: typeof import('./kanon/schemas/operators/union')['discriminatedUnion'];
937
- unionOf: typeof import('./kanon/schemas/operators/union')['unionOf'];
938
- unionOf3: typeof import('./kanon/schemas/operators/union')['unionOf3'];
939
- unionOf4: typeof import('./kanon/schemas/operators/union')['unionOf4'];
938
+ discriminatedUnion: typeof import('./kanon/schemas/operators/union.js')['discriminatedUnion'];
939
+ unionOf: typeof import('./kanon/schemas/operators/union.js')['unionOf'];
940
+ unionOf3: typeof import('./kanon/schemas/operators/union.js')['unionOf3'];
941
+ unionOf4: typeof import('./kanon/schemas/operators/union.js')['unionOf4'];
940
942
  };
941
943
  };
942
944
  primitives: {
943
945
  any: {
944
- any: typeof import('./kanon/schemas/primitives/any')['any'];
946
+ any: typeof import('./kanon/schemas/primitives/any.js')['any'];
945
947
  };
946
948
  bigint: {
947
- bigint: typeof import('./kanon/schemas/primitives/bigint')['bigint'];
949
+ bigint: typeof import('./kanon/schemas/primitives/bigint.js')['bigint'];
948
950
  };
949
951
  boolean: {
950
- boolean: typeof import('./kanon/schemas/primitives/boolean')['boolean'];
952
+ boolean: typeof import('./kanon/schemas/primitives/boolean.js')['boolean'];
951
953
  };
952
954
  date: {
953
- date: typeof import('./kanon/schemas/primitives/date')['date'];
955
+ date: typeof import('./kanon/schemas/primitives/date.js')['date'];
954
956
  };
955
957
  enum: {
956
- booleanEnum: typeof import('./kanon/schemas/primitives/enum')['booleanEnum'];
957
- enum_: typeof import('./kanon/schemas/primitives/enum')['enum_'];
958
- mixedEnum: typeof import('./kanon/schemas/primitives/enum')['mixedEnum'];
959
- numberEnum: typeof import('./kanon/schemas/primitives/enum')['numberEnum'];
958
+ booleanEnum: typeof import('./kanon/schemas/primitives/enum.js')['booleanEnum'];
959
+ enum_: typeof import('./kanon/schemas/primitives/enum.js')['enum_'];
960
+ mixedEnum: typeof import('./kanon/schemas/primitives/enum.js')['mixedEnum'];
961
+ numberEnum: typeof import('./kanon/schemas/primitives/enum.js')['numberEnum'];
960
962
  };
961
963
  int: {
962
- int: typeof import('./kanon/schemas/primitives/int')['int'];
964
+ int: typeof import('./kanon/schemas/primitives/int.js')['int'];
963
965
  };
964
966
  literal: {
965
- literal: typeof import('./kanon/schemas/primitives/literal')['literal'];
967
+ literal: typeof import('./kanon/schemas/primitives/literal.js')['literal'];
966
968
  };
967
969
  nativeEnum: {
968
- nativeEnum: typeof import('./kanon/schemas/primitives/nativeEnum')['nativeEnum'];
970
+ nativeEnum: typeof import('./kanon/schemas/primitives/nativeEnum.js')['nativeEnum'];
969
971
  };
970
972
  never: {
971
- never: typeof import('./kanon/schemas/primitives/never')['never'];
973
+ never: typeof import('./kanon/schemas/primitives/never.js')['never'];
972
974
  };
973
975
  null: {
974
- null_: typeof import('./kanon/schemas/primitives/null')['null_'];
976
+ null_: typeof import('./kanon/schemas/primitives/null.js')['null_'];
975
977
  };
976
978
  number: {
977
- number: typeof import('./kanon/schemas/primitives/number')['number'];
979
+ number: typeof import('./kanon/schemas/primitives/number.js')['number'];
978
980
  };
979
981
  string: {
980
- string: typeof import('./kanon/schemas/primitives/string')['string'];
982
+ string: typeof import('./kanon/schemas/primitives/string.js')['string'];
981
983
  };
982
984
  symbol: {
983
- symbol: typeof import('./kanon/schemas/primitives/symbol')['symbol'];
985
+ symbol: typeof import('./kanon/schemas/primitives/symbol.js')['symbol'];
984
986
  };
985
987
  undefined: {
986
- undefined_: typeof import('./kanon/schemas/primitives/undefined')['undefined_'];
988
+ undefined_: typeof import('./kanon/schemas/primitives/undefined.js')['undefined_'];
987
989
  };
988
990
  unknown: {
989
- unknown: typeof import('./kanon/schemas/primitives/unknown')['unknown'];
991
+ unknown: typeof import('./kanon/schemas/primitives/unknown.js')['unknown'];
990
992
  };
991
993
  void: {
992
- void_: typeof import('./kanon/schemas/primitives/void')['void_'];
994
+ void_: typeof import('./kanon/schemas/primitives/void.js')['void_'];
993
995
  };
994
996
  };
995
997
  transforms: {
996
998
  keyof: {
997
- keyof: typeof import('./kanon/schemas/transforms/keyof')['keyof'];
999
+ keyof: typeof import('./kanon/schemas/transforms/keyof.js')['keyof'];
998
1000
  };
999
1001
  omit: {
1000
- omit: typeof import('./kanon/schemas/transforms/omit')['omit'];
1002
+ omit: typeof import('./kanon/schemas/transforms/omit.js')['omit'];
1001
1003
  };
1002
1004
  partial: {
1003
- partial: typeof import('./kanon/schemas/transforms/partial')['partial'];
1005
+ partial: typeof import('./kanon/schemas/transforms/partial.js')['partial'];
1004
1006
  };
1005
1007
  pick: {
1006
- pick: typeof import('./kanon/schemas/transforms/pick')['pick'];
1008
+ pick: typeof import('./kanon/schemas/transforms/pick.js')['pick'];
1007
1009
  };
1008
1010
  required: {
1009
- required: typeof import('./kanon/schemas/transforms/required')['required'];
1011
+ required: typeof import('./kanon/schemas/transforms/required.js')['required'];
1010
1012
  };
1011
1013
  };
1012
1014
  wrappers: {
1013
1015
  default: {
1014
- default_: typeof import('./kanon/schemas/wrappers/default')['default_'];
1015
- DefaultValues: typeof import('./kanon/schemas/wrappers/default')['DefaultValues'];
1016
+ default_: typeof import('./kanon/schemas/wrappers/default.js')['default_'];
1017
+ DefaultValues: typeof import('./kanon/schemas/wrappers/default.js')['DefaultValues'];
1016
1018
  };
1017
1019
  lazy: {
1018
- lazy: typeof import('./kanon/schemas/wrappers/lazy')['lazy'];
1020
+ lazy: typeof import('./kanon/schemas/wrappers/lazy.js')['lazy'];
1019
1021
  };
1020
1022
  nullable: {
1021
- nullable: typeof import('./kanon/schemas/wrappers/nullable')['nullable'];
1023
+ nullable: typeof import('./kanon/schemas/wrappers/nullable.js')['nullable'];
1022
1024
  };
1023
1025
  nullish: {
1024
- nullish: typeof import('./kanon/schemas/wrappers/nullish')['nullish'];
1026
+ nullish: typeof import('./kanon/schemas/wrappers/nullish.js')['nullish'];
1025
1027
  };
1026
1028
  optional: {
1027
- optional: typeof import('./kanon/schemas/wrappers/optional')['optional'];
1029
+ optional: typeof import('./kanon/schemas/wrappers/optional.js')['optional'];
1028
1030
  };
1029
1031
  readonly: {
1030
- readonly: typeof import('./kanon/schemas/wrappers/readonly')['readonly'];
1032
+ readonly: typeof import('./kanon/schemas/wrappers/readonly.js')['readonly'];
1031
1033
  };
1032
1034
  };
1033
1035
  };
1034
1036
  sphalma: {
1035
1037
  error_factory: {
1036
- CodedError: typeof import('./sphalma/error-factory')['CodedError'];
1037
- createErrorFactory: typeof import('./sphalma/error-factory')['createErrorFactory'];
1038
+ CodedError: typeof import('./sphalma/error-factory.js')['CodedError'];
1039
+ createErrorFactory: typeof import('./sphalma/error-factory.js')['createErrorFactory'];
1038
1040
  };
1039
1041
  };
1040
1042
  taphos: {
1041
1043
  at: {
1042
- at: typeof import('./taphos/array/at')['at'];
1044
+ at: typeof import('./taphos/array/at.js')['at'];
1043
1045
  };
1044
1046
  compact: {
1045
- compact: typeof import('./taphos/array/compact')['compact'];
1047
+ compact: typeof import('./taphos/array/compact.js')['compact'];
1046
1048
  };
1047
1049
  concat: {
1048
- concat: typeof import('./taphos/array/concat')['concat'];
1050
+ concat: typeof import('./taphos/array/concat.js')['concat'];
1049
1051
  };
1050
1052
  find: {
1051
- find: typeof import('./taphos/array/find')['find'];
1053
+ find: typeof import('./taphos/array/find.js')['find'];
1052
1054
  };
1053
1055
  findIndex: {
1054
- findIndex: typeof import('./taphos/array/findIndex')['findIndex'];
1056
+ findIndex: typeof import('./taphos/array/findIndex.js')['findIndex'];
1055
1057
  };
1056
1058
  first: {
1057
- first: typeof import('./taphos/array/first')['first'];
1059
+ first: typeof import('./taphos/array/first.js')['first'];
1058
1060
  };
1059
1061
  flatten: {
1060
- flatten: typeof import('./taphos/array/flatten')['flatten'];
1062
+ flatten: typeof import('./taphos/array/flatten.js')['flatten'];
1061
1063
  };
1062
1064
  flattenDeep: {
1063
- flattenDeep: typeof import('./taphos/array/flattenDeep')['flattenDeep'];
1065
+ flattenDeep: typeof import('./taphos/array/flattenDeep.js')['flattenDeep'];
1064
1066
  };
1065
1067
  flattenDepth: {
1066
- flattenDepth: typeof import('./taphos/array/flattenDepth')['flattenDepth'];
1068
+ flattenDepth: typeof import('./taphos/array/flattenDepth.js')['flattenDepth'];
1067
1069
  };
1068
1070
  fromPairs: {
1069
- fromPairs: typeof import('./taphos/array/fromPairs')['fromPairs'];
1071
+ fromPairs: typeof import('./taphos/array/fromPairs.js')['fromPairs'];
1070
1072
  };
1071
1073
  head: {
1072
- head: typeof import('./taphos/array/head')['head'];
1074
+ head: typeof import('./taphos/array/head.js')['head'];
1073
1075
  };
1074
1076
  indexOf: {
1075
- indexOf: typeof import('./taphos/array/indexOf')['indexOf'];
1077
+ indexOf: typeof import('./taphos/array/indexOf.js')['indexOf'];
1076
1078
  };
1077
1079
  initial: {
1078
- initial: typeof import('./taphos/array/initial')['initial'];
1080
+ initial: typeof import('./taphos/array/initial.js')['initial'];
1079
1081
  };
1080
1082
  join: {
1081
- join: typeof import('./taphos/array/join')['join'];
1083
+ join: typeof import('./taphos/array/join.js')['join'];
1082
1084
  };
1083
1085
  last: {
1084
- last: typeof import('./taphos/array/last')['last'];
1086
+ last: typeof import('./taphos/array/last.js')['last'];
1085
1087
  };
1086
1088
  lastIndexOf: {
1087
- lastIndexOf: typeof import('./taphos/array/lastIndexOf')['lastIndexOf'];
1089
+ lastIndexOf: typeof import('./taphos/array/lastIndexOf.js')['lastIndexOf'];
1088
1090
  };
1089
1091
  map: {
1090
- map: typeof import('./taphos/array/map')['map'];
1092
+ map: typeof import('./taphos/array/map.js')['map'];
1091
1093
  };
1092
1094
  nth: {
1093
- nth: typeof import('./taphos/array/nth')['nth'];
1095
+ nth: typeof import('./taphos/array/nth.js')['nth'];
1094
1096
  };
1095
1097
  pull: {
1096
- pull: typeof import('./taphos/array/pull')['pull'];
1098
+ pull: typeof import('./taphos/array/pull.js')['pull'];
1097
1099
  };
1098
1100
  pull_all: {
1099
- pullAll: typeof import('./taphos/array/pull-all')['pullAll'];
1101
+ pullAll: typeof import('./taphos/array/pull-all.js')['pullAll'];
1100
1102
  };
1101
1103
  pullAllBy: {
1102
- pullAllBy: typeof import('./taphos/array/pullAllBy')['pullAllBy'];
1104
+ pullAllBy: typeof import('./taphos/array/pullAllBy.js')['pullAllBy'];
1103
1105
  };
1104
1106
  pullAllWith: {
1105
- pullAllWith: typeof import('./taphos/array/pullAllWith')['pullAllWith'];
1107
+ pullAllWith: typeof import('./taphos/array/pullAllWith.js')['pullAllWith'];
1106
1108
  };
1107
1109
  pullAt: {
1108
- pullAt: typeof import('./taphos/array/pullAt')['pullAt'];
1110
+ pullAt: typeof import('./taphos/array/pullAt.js')['pullAt'];
1109
1111
  };
1110
1112
  remove: {
1111
- remove: typeof import('./taphos/array/remove')['remove'];
1113
+ remove: typeof import('./taphos/array/remove.js')['remove'];
1112
1114
  };
1113
1115
  slice: {
1114
- slice: typeof import('./taphos/array/slice')['slice'];
1116
+ slice: typeof import('./taphos/array/slice.js')['slice'];
1115
1117
  };
1116
1118
  tail: {
1117
- tail: typeof import('./taphos/array/tail')['tail'];
1119
+ tail: typeof import('./taphos/array/tail.js')['tail'];
1118
1120
  };
1119
1121
  without: {
1120
- without: typeof import('./taphos/array/without')['without'];
1122
+ without: typeof import('./taphos/array/without.js')['without'];
1121
1123
  };
1122
1124
  zipObject: {
1123
- zipObject: typeof import('./taphos/array/zipObject')['zipObject'];
1125
+ zipObject: typeof import('./taphos/array/zipObject.js')['zipObject'];
1124
1126
  };
1125
1127
  each: {
1126
- each: typeof import('./taphos/collection/each')['each'];
1128
+ each: typeof import('./taphos/collection/each.js')['each'];
1127
1129
  };
1128
1130
  eachRight: {
1129
- eachRight: typeof import('./taphos/collection/eachRight')['eachRight'];
1130
- forEachRight: typeof import('./taphos/collection/eachRight')['forEachRight'];
1131
+ eachRight: typeof import('./taphos/collection/eachRight.js')['eachRight'];
1132
+ forEachRight: typeof import('./taphos/collection/eachRight.js')['forEachRight'];
1131
1133
  };
1132
1134
  every: {
1133
- every: typeof import('./taphos/collection/every')['every'];
1135
+ every: typeof import('./taphos/collection/every.js')['every'];
1134
1136
  };
1135
1137
  filter: {
1136
- filter: typeof import('./taphos/collection/filter')['filter'];
1138
+ filter: typeof import('./taphos/collection/filter.js')['filter'];
1137
1139
  };
1138
1140
  flatMap: {
1139
- flatMap: typeof import('./taphos/collection/flatMap')['flatMap'];
1141
+ flatMap: typeof import('./taphos/collection/flatMap.js')['flatMap'];
1140
1142
  };
1141
1143
  flatMapDeep: {
1142
- flatMapDeep: typeof import('./taphos/collection/flatMapDeep')['flatMapDeep'];
1144
+ flatMapDeep: typeof import('./taphos/collection/flatMapDeep.js')['flatMapDeep'];
1143
1145
  };
1144
1146
  flatMapDepth: {
1145
- flatMapDepth: typeof import('./taphos/collection/flatMapDepth')['flatMapDepth'];
1147
+ flatMapDepth: typeof import('./taphos/collection/flatMapDepth.js')['flatMapDepth'];
1146
1148
  };
1147
1149
  includes: {
1148
- includes: typeof import('./taphos/collection/includes')['includes'];
1150
+ includes: typeof import('./taphos/collection/includes.js')['includes'];
1149
1151
  };
1150
1152
  map: {
1151
- map: typeof import('./taphos/collection/map')['map'];
1153
+ map: typeof import('./taphos/collection/map.js')['map'];
1152
1154
  };
1153
1155
  pluck: {
1154
- pluck: typeof import('./taphos/collection/pluck')['pluck'];
1156
+ pluck: typeof import('./taphos/collection/pluck.js')['pluck'];
1155
1157
  };
1156
1158
  reduce: {
1157
- reduce: typeof import('./taphos/collection/reduce')['reduce'];
1159
+ reduce: typeof import('./taphos/collection/reduce.js')['reduce'];
1158
1160
  };
1159
1161
  reduceRight: {
1160
- reduceRight: typeof import('./taphos/collection/reduceRight')['reduceRight'];
1162
+ reduceRight: typeof import('./taphos/collection/reduceRight.js')['reduceRight'];
1161
1163
  };
1162
1164
  reject: {
1163
- reject: typeof import('./taphos/collection/reject')['reject'];
1165
+ reject: typeof import('./taphos/collection/reject.js')['reject'];
1164
1166
  };
1165
1167
  size: {
1166
- size: typeof import('./taphos/collection/size')['size'];
1168
+ size: typeof import('./taphos/collection/size.js')['size'];
1167
1169
  };
1168
1170
  some: {
1169
- some: typeof import('./taphos/collection/some')['some'];
1171
+ some: typeof import('./taphos/collection/some.js')['some'];
1170
1172
  };
1171
1173
  sortBy: {
1172
- sortBy: typeof import('./taphos/collection/sortBy')['sortBy'];
1174
+ sortBy: typeof import('./taphos/collection/sortBy.js')['sortBy'];
1173
1175
  };
1174
1176
  uniq: {
1175
- uniq: typeof import('./taphos/collection/uniq')['uniq'];
1177
+ uniq: typeof import('./taphos/collection/uniq.js')['uniq'];
1176
1178
  };
1177
1179
  now: {
1178
- now: typeof import('./taphos/date/now')['now'];
1180
+ now: typeof import('./taphos/date/now.js')['now'];
1179
1181
  };
1180
1182
  bind: {
1181
- bind: typeof import('./taphos/function/bind')['bind'];
1183
+ bind: typeof import('./taphos/function/bind.js')['bind'];
1182
1184
  };
1183
1185
  defer: {
1184
- defer: typeof import('./taphos/function/defer')['defer'];
1186
+ defer: typeof import('./taphos/function/defer.js')['defer'];
1185
1187
  };
1186
1188
  delay: {
1187
- delay: typeof import('./taphos/function/delay')['delay'];
1189
+ delay: typeof import('./taphos/function/delay.js')['delay'];
1188
1190
  };
1189
1191
  partial: {
1190
- partial: typeof import('./taphos/function/partial')['partial'];
1192
+ partial: typeof import('./taphos/function/partial.js')['partial'];
1191
1193
  };
1192
1194
  rest: {
1193
- rest: typeof import('./taphos/function/rest')['rest'];
1195
+ rest: typeof import('./taphos/function/rest.js')['rest'];
1194
1196
  };
1195
1197
  spread: {
1196
- spread: typeof import('./taphos/function/spread')['spread'];
1198
+ spread: typeof import('./taphos/function/spread.js')['spread'];
1197
1199
  };
1198
1200
  unary: {
1199
- unary: typeof import('./taphos/function/unary')['unary'];
1201
+ unary: typeof import('./taphos/function/unary.js')['unary'];
1200
1202
  };
1201
1203
  wrap: {
1202
- wrap: typeof import('./taphos/function/wrap')['wrap'];
1204
+ wrap: typeof import('./taphos/function/wrap.js')['wrap'];
1203
1205
  };
1204
1206
  eq: {
1205
- eq: typeof import('./taphos/lang/eq')['eq'];
1207
+ eq: typeof import('./taphos/lang/eq.js')['eq'];
1206
1208
  };
1207
1209
  gt: {
1208
- gt: typeof import('./taphos/lang/gt')['gt'];
1210
+ gt: typeof import('./taphos/lang/gt.js')['gt'];
1209
1211
  };
1210
1212
  gte: {
1211
- gte: typeof import('./taphos/lang/gte')['gte'];
1213
+ gte: typeof import('./taphos/lang/gte.js')['gte'];
1212
1214
  };
1213
1215
  isBuffer: {
1214
- isBuffer: typeof import('./taphos/lang/isBuffer')['isBuffer'];
1216
+ isBuffer: typeof import('./taphos/lang/isBuffer.js')['isBuffer'];
1215
1217
  };
1216
1218
  isElement: {
1217
- isElement: typeof import('./taphos/lang/isElement')['isElement'];
1219
+ isElement: typeof import('./taphos/lang/isElement.js')['isElement'];
1218
1220
  };
1219
1221
  isFinite: {
1220
- isFinite: typeof import('./taphos/lang/isFinite')['isFinite'];
1222
+ isFinite: typeof import('./taphos/lang/isFinite.js')['isFinite'];
1221
1223
  };
1222
1224
  isInteger: {
1223
- isInteger: typeof import('./taphos/lang/isInteger')['isInteger'];
1225
+ isInteger: typeof import('./taphos/lang/isInteger.js')['isInteger'];
1224
1226
  };
1225
1227
  isNaN: {
1226
- isNaN: typeof import('./taphos/lang/isNaN')['isNaN'];
1228
+ isNaN: typeof import('./taphos/lang/isNaN.js')['isNaN'];
1227
1229
  };
1228
1230
  isSafeInteger: {
1229
- isSafeInteger: typeof import('./taphos/lang/isSafeInteger')['isSafeInteger'];
1231
+ isSafeInteger: typeof import('./taphos/lang/isSafeInteger.js')['isSafeInteger'];
1230
1232
  };
1231
1233
  isTypedArray: {
1232
- isTypedArray: typeof import('./taphos/lang/isTypedArray')['isTypedArray'];
1234
+ isTypedArray: typeof import('./taphos/lang/isTypedArray.js')['isTypedArray'];
1233
1235
  };
1234
1236
  isWeakMap: {
1235
- isWeakMap: typeof import('./taphos/lang/isWeakMap')['isWeakMap'];
1237
+ isWeakMap: typeof import('./taphos/lang/isWeakMap.js')['isWeakMap'];
1236
1238
  };
1237
1239
  isWeakSet: {
1238
- isWeakSet: typeof import('./taphos/lang/isWeakSet')['isWeakSet'];
1240
+ isWeakSet: typeof import('./taphos/lang/isWeakSet.js')['isWeakSet'];
1239
1241
  };
1240
1242
  lt: {
1241
- lt: typeof import('./taphos/lang/lt')['lt'];
1243
+ lt: typeof import('./taphos/lang/lt.js')['lt'];
1242
1244
  };
1243
1245
  lte: {
1244
- lte: typeof import('./taphos/lang/lte')['lte'];
1246
+ lte: typeof import('./taphos/lang/lte.js')['lte'];
1245
1247
  };
1246
1248
  toFinite: {
1247
- toFinite: typeof import('./taphos/lang/toFinite')['toFinite'];
1249
+ toFinite: typeof import('./taphos/lang/toFinite.js')['toFinite'];
1248
1250
  };
1249
1251
  toInteger: {
1250
- toInteger: typeof import('./taphos/lang/toInteger')['toInteger'];
1252
+ toInteger: typeof import('./taphos/lang/toInteger.js')['toInteger'];
1251
1253
  };
1252
1254
  toNumber: {
1253
- toNumber: typeof import('./taphos/lang/toNumber')['toNumber'];
1255
+ toNumber: typeof import('./taphos/lang/toNumber.js')['toNumber'];
1254
1256
  };
1255
1257
  toSafeInteger: {
1256
- toSafeInteger: typeof import('./taphos/lang/toSafeInteger')['toSafeInteger'];
1258
+ toSafeInteger: typeof import('./taphos/lang/toSafeInteger.js')['toSafeInteger'];
1257
1259
  };
1258
1260
  add: {
1259
- add: typeof import('./taphos/math/add')['add'];
1261
+ add: typeof import('./taphos/math/add.js')['add'];
1260
1262
  };
1261
1263
  ceil: {
1262
- ceil: typeof import('./taphos/math/ceil')['ceil'];
1264
+ ceil: typeof import('./taphos/math/ceil.js')['ceil'];
1263
1265
  };
1264
1266
  divide: {
1265
- divide: typeof import('./taphos/math/divide')['divide'];
1267
+ divide: typeof import('./taphos/math/divide.js')['divide'];
1266
1268
  };
1267
1269
  floor: {
1268
- floor: typeof import('./taphos/math/floor')['floor'];
1270
+ floor: typeof import('./taphos/math/floor.js')['floor'];
1269
1271
  };
1270
1272
  max: {
1271
- max: typeof import('./taphos/math/max')['max'];
1273
+ max: typeof import('./taphos/math/max.js')['max'];
1272
1274
  };
1273
1275
  min: {
1274
- min: typeof import('./taphos/math/min')['min'];
1276
+ min: typeof import('./taphos/math/min.js')['min'];
1275
1277
  };
1276
1278
  multiply: {
1277
- multiply: typeof import('./taphos/math/multiply')['multiply'];
1279
+ multiply: typeof import('./taphos/math/multiply.js')['multiply'];
1278
1280
  };
1279
1281
  round: {
1280
- round: typeof import('./taphos/math/round')['round'];
1282
+ round: typeof import('./taphos/math/round.js')['round'];
1281
1283
  };
1282
1284
  subtract: {
1283
- subtract: typeof import('./taphos/math/subtract')['subtract'];
1285
+ subtract: typeof import('./taphos/math/subtract.js')['subtract'];
1284
1286
  };
1285
1287
  assign: {
1286
- assign: typeof import('./taphos/object/assign')['assign'];
1288
+ assign: typeof import('./taphos/object/assign.js')['assign'];
1287
1289
  };
1288
1290
  at: {
1289
- at: typeof import('./taphos/object/at')['at'];
1291
+ at: typeof import('./taphos/object/at.js')['at'];
1290
1292
  };
1291
1293
  create: {
1292
- create: typeof import('./taphos/object/create')['create'];
1294
+ create: typeof import('./taphos/object/create.js')['create'];
1293
1295
  };
1294
1296
  extend: {
1295
- extend: typeof import('./taphos/object/extend')['extend'];
1297
+ extend: typeof import('./taphos/object/extend.js')['extend'];
1296
1298
  };
1297
1299
  forIn: {
1298
- forIn: typeof import('./taphos/object/forIn')['forIn'];
1300
+ forIn: typeof import('./taphos/object/forIn.js')['forIn'];
1299
1301
  };
1300
1302
  forOwn: {
1301
- forOwn: typeof import('./taphos/object/forOwn')['forOwn'];
1303
+ forOwn: typeof import('./taphos/object/forOwn.js')['forOwn'];
1302
1304
  };
1303
1305
  hasIn: {
1304
- hasIn: typeof import('./taphos/object/hasIn')['hasIn'];
1306
+ hasIn: typeof import('./taphos/object/hasIn.js')['hasIn'];
1305
1307
  };
1306
1308
  invoke: {
1307
- invoke: typeof import('./taphos/object/invoke')['invoke'];
1309
+ invoke: typeof import('./taphos/object/invoke.js')['invoke'];
1308
1310
  };
1309
1311
  keys: {
1310
- keys: typeof import('./taphos/object/keys')['keys'];
1312
+ keys: typeof import('./taphos/object/keys.js')['keys'];
1311
1313
  };
1312
1314
  toPairs: {
1313
- toPairs: typeof import('./taphos/object/toPairs')['toPairs'];
1315
+ toPairs: typeof import('./taphos/object/toPairs.js')['toPairs'];
1314
1316
  };
1315
1317
  transform: {
1316
- transform: typeof import('./taphos/object/transform')['transform'];
1318
+ transform: typeof import('./taphos/object/transform.js')['transform'];
1317
1319
  };
1318
1320
  unset: {
1319
- unset: typeof import('./taphos/object/unset')['unset'];
1321
+ unset: typeof import('./taphos/object/unset.js')['unset'];
1320
1322
  };
1321
1323
  update: {
1322
- update: typeof import('./taphos/object/update')['update'];
1324
+ update: typeof import('./taphos/object/update.js')['update'];
1323
1325
  };
1324
1326
  values: {
1325
- values: typeof import('./taphos/object/values')['values'];
1327
+ values: typeof import('./taphos/object/values.js')['values'];
1326
1328
  };
1327
1329
  tap: {
1328
- tap: typeof import('./taphos/seq/tap')['tap'];
1330
+ tap: typeof import('./taphos/seq/tap.js')['tap'];
1329
1331
  };
1330
1332
  thru: {
1331
- thru: typeof import('./taphos/seq/thru')['thru'];
1333
+ thru: typeof import('./taphos/seq/thru.js')['thru'];
1332
1334
  };
1333
1335
  endsWith: {
1334
- endsWith: typeof import('./taphos/string/endsWith')['endsWith'];
1336
+ endsWith: typeof import('./taphos/string/endsWith.js')['endsWith'];
1335
1337
  };
1336
1338
  pad: {
1337
- pad: typeof import('./taphos/string/pad')['pad'];
1339
+ pad: typeof import('./taphos/string/pad.js')['pad'];
1338
1340
  };
1339
1341
  padEnd: {
1340
- padEnd: typeof import('./taphos/string/padEnd')['padEnd'];
1342
+ padEnd: typeof import('./taphos/string/padEnd.js')['padEnd'];
1341
1343
  };
1342
1344
  padStart: {
1343
- padStart: typeof import('./taphos/string/padStart')['padStart'];
1345
+ padStart: typeof import('./taphos/string/padStart.js')['padStart'];
1344
1346
  };
1345
1347
  parseInteger: {
1346
- parseInteger: typeof import('./taphos/string/parseInteger')['parseInteger'];
1348
+ parseInteger: typeof import('./taphos/string/parseInteger.js')['parseInteger'];
1347
1349
  };
1348
1350
  repeat: {
1349
- repeat: typeof import('./taphos/string/repeat')['repeat'];
1351
+ repeat: typeof import('./taphos/string/repeat.js')['repeat'];
1350
1352
  };
1351
1353
  replace: {
1352
- replace: typeof import('./taphos/string/replace')['replace'];
1354
+ replace: typeof import('./taphos/string/replace.js')['replace'];
1353
1355
  };
1354
1356
  split: {
1355
- split: typeof import('./taphos/string/split')['split'];
1357
+ split: typeof import('./taphos/string/split.js')['split'];
1356
1358
  };
1357
1359
  startsWith: {
1358
- startsWith: typeof import('./taphos/string/startsWith')['startsWith'];
1360
+ startsWith: typeof import('./taphos/string/startsWith.js')['startsWith'];
1359
1361
  };
1360
1362
  toLower: {
1361
- toLower: typeof import('./taphos/string/toLower')['toLower'];
1363
+ toLower: typeof import('./taphos/string/toLower.js')['toLower'];
1362
1364
  };
1363
1365
  toUpper: {
1364
- toUpper: typeof import('./taphos/string/toUpper')['toUpper'];
1366
+ toUpper: typeof import('./taphos/string/toUpper.js')['toUpper'];
1365
1367
  };
1366
1368
  trim: {
1367
- trim: typeof import('./taphos/string/trim')['trim'];
1369
+ trim: typeof import('./taphos/string/trim.js')['trim'];
1368
1370
  };
1369
1371
  trimEnd: {
1370
- trimEnd: typeof import('./taphos/string/trimEnd')['trimEnd'];
1372
+ trimEnd: typeof import('./taphos/string/trimEnd.js')['trimEnd'];
1371
1373
  };
1372
1374
  trimStart: {
1373
- trimStart: typeof import('./taphos/string/trimStart')['trimStart'];
1375
+ trimStart: typeof import('./taphos/string/trimStart.js')['trimStart'];
1374
1376
  };
1375
1377
  upperFirst: {
1376
- upperFirst: typeof import('./taphos/string/upperFirst')['upperFirst'];
1378
+ upperFirst: typeof import('./taphos/string/upperFirst.js')['upperFirst'];
1377
1379
  };
1378
1380
  attempt: {
1379
- attempt: typeof import('./taphos/util/attempt')['attempt'];
1381
+ attempt: typeof import('./taphos/util/attempt.js')['attempt'];
1380
1382
  };
1381
1383
  castArray: {
1382
- castArray: typeof import('./taphos/util/castArray')['castArray'];
1384
+ castArray: typeof import('./taphos/util/castArray.js')['castArray'];
1383
1385
  };
1384
1386
  cloneDeep: {
1385
- cloneDeep: typeof import('./taphos/util/cloneDeep')['cloneDeep'];
1387
+ cloneDeep: typeof import('./taphos/util/cloneDeep.js')['cloneDeep'];
1386
1388
  };
1387
1389
  constant: {
1388
- constant: typeof import('./taphos/util/constant')['constant'];
1390
+ constant: typeof import('./taphos/util/constant.js')['constant'];
1389
1391
  };
1390
1392
  identity: {
1391
- identity: typeof import('./taphos/util/identity')['identity'];
1393
+ identity: typeof import('./taphos/util/identity.js')['identity'];
1392
1394
  };
1393
1395
  nthArg: {
1394
- nthArg: typeof import('./taphos/util/nthArg')['nthArg'];
1396
+ nthArg: typeof import('./taphos/util/nthArg.js')['nthArg'];
1395
1397
  };
1396
1398
  overEvery: {
1397
- overEvery: typeof import('./taphos/util/overEvery')['overEvery'];
1399
+ overEvery: typeof import('./taphos/util/overEvery.js')['overEvery'];
1398
1400
  };
1399
1401
  overSome: {
1400
- overSome: typeof import('./taphos/util/overSome')['overSome'];
1402
+ overSome: typeof import('./taphos/util/overSome.js')['overSome'];
1401
1403
  };
1402
1404
  property: {
1403
- property: typeof import('./taphos/util/property')['property'];
1405
+ property: typeof import('./taphos/util/property.js')['property'];
1404
1406
  };
1405
1407
  propertyOf: {
1406
- propertyOf: typeof import('./taphos/util/propertyOf')['propertyOf'];
1408
+ propertyOf: typeof import('./taphos/util/propertyOf.js')['propertyOf'];
1407
1409
  };
1408
1410
  rangeRight: {
1409
- rangeRight: typeof import('./taphos/util/rangeRight')['rangeRight'];
1411
+ rangeRight: typeof import('./taphos/util/rangeRight.js')['rangeRight'];
1410
1412
  };
1411
1413
  stubArray: {
1412
- stubArray: typeof import('./taphos/util/stubArray')['stubArray'];
1414
+ stubArray: typeof import('./taphos/util/stubArray.js')['stubArray'];
1413
1415
  };
1414
1416
  stubFalse: {
1415
- stubFalse: typeof import('./taphos/util/stubFalse')['stubFalse'];
1417
+ stubFalse: typeof import('./taphos/util/stubFalse.js')['stubFalse'];
1416
1418
  };
1417
1419
  stubObject: {
1418
- stubObject: typeof import('./taphos/util/stubObject')['stubObject'];
1420
+ stubObject: typeof import('./taphos/util/stubObject.js')['stubObject'];
1419
1421
  };
1420
1422
  stubString: {
1421
- stubString: typeof import('./taphos/util/stubString')['stubString'];
1423
+ stubString: typeof import('./taphos/util/stubString.js')['stubString'];
1422
1424
  };
1423
1425
  stubTrue: {
1424
- stubTrue: typeof import('./taphos/util/stubTrue')['stubTrue'];
1426
+ stubTrue: typeof import('./taphos/util/stubTrue.js')['stubTrue'];
1425
1427
  };
1426
1428
  toPath: {
1427
- toPath: typeof import('./taphos/util/toPath')['toPath'];
1429
+ toPath: typeof import('./taphos/util/toPath.js')['toPath'];
1428
1430
  };
1429
1431
  predicate: {
1430
1432
  is_finite: {
1431
- isFinite: typeof import('./taphos/is/predicate/is-finite')['isFinite'];
1433
+ isFinite: typeof import('./taphos/is/predicate/is-finite.js')['isFinite'];
1432
1434
  };
1433
1435
  is_integer: {
1434
- isInteger: typeof import('./taphos/is/predicate/is-integer')['isInteger'];
1436
+ isInteger: typeof import('./taphos/is/predicate/is-integer.js')['isInteger'];
1435
1437
  };
1436
1438
  is_nan: {
1437
- isNaN: typeof import('./taphos/is/predicate/is-nan')['isNaN'];
1439
+ isNaN: typeof import('./taphos/is/predicate/is-nan.js')['isNaN'];
1438
1440
  };
1439
1441
  };
1440
1442
  };
1441
1443
  zygos: {
1442
1444
  either: {
1443
- ap: typeof import('./zygos/either')['ap'];
1444
- apFirst: typeof import('./zygos/either')['apFirst'];
1445
- apS: typeof import('./zygos/either')['apS'];
1446
- apSecond: typeof import('./zygos/either')['apSecond'];
1447
- bimap: typeof import('./zygos/either')['bimap'];
1448
- bind: typeof import('./zygos/either')['bind'];
1449
- bindTo: typeof import('./zygos/either')['bindTo'];
1450
- Do: typeof import('./zygos/either')['Do'];
1451
- elem: typeof import('./zygos/either')['elem'];
1452
- exists: typeof import('./zygos/either')['exists'];
1453
- filterOrElse: typeof import('./zygos/either')['filterOrElse'];
1454
- flatMap: typeof import('./zygos/either')['flatMap'];
1455
- flatMapNullable: typeof import('./zygos/either')['flatMapNullable'];
1456
- flatMapOption: typeof import('./zygos/either')['flatMapOption'];
1457
- flatten: typeof import('./zygos/either')['flatten'];
1458
- fold: typeof import('./zygos/either')['fold'];
1459
- fromNullable: typeof import('./zygos/either')['fromNullable'];
1460
- fromOption: typeof import('./zygos/either')['fromOption'];
1461
- fromPredicate: typeof import('./zygos/either')['fromPredicate'];
1462
- getOrElse: typeof import('./zygos/either')['getOrElse'];
1463
- getOrElseW: typeof import('./zygos/either')['getOrElseW'];
1464
- isLeft: typeof import('./zygos/either')['isLeft'];
1465
- isRight: typeof import('./zygos/either')['isRight'];
1466
- left: typeof import('./zygos/either')['left'];
1467
- liftNullable: typeof import('./zygos/either')['liftNullable'];
1468
- liftOption: typeof import('./zygos/either')['liftOption'];
1469
- map: typeof import('./zygos/either')['map'];
1470
- mapLeft: typeof import('./zygos/either')['mapLeft'];
1471
- match: typeof import('./zygos/either')['match'];
1472
- matchW: typeof import('./zygos/either')['matchW'];
1473
- orElse: typeof import('./zygos/either')['orElse'];
1474
- orElseW: typeof import('./zygos/either')['orElseW'];
1475
- right: typeof import('./zygos/either')['right'];
1476
- swap: typeof import('./zygos/either')['swap'];
1477
- tap: typeof import('./zygos/either')['tap'];
1478
- toUnion: typeof import('./zygos/either')['toUnion'];
1479
- tryCatch: typeof import('./zygos/either')['tryCatch'];
1480
- tryCatchK: typeof import('./zygos/either')['tryCatchK'];
1445
+ ap: typeof import('./zygos/either.js')['ap'];
1446
+ apFirst: typeof import('./zygos/either.js')['apFirst'];
1447
+ apS: typeof import('./zygos/either.js')['apS'];
1448
+ apSecond: typeof import('./zygos/either.js')['apSecond'];
1449
+ bimap: typeof import('./zygos/either.js')['bimap'];
1450
+ bind: typeof import('./zygos/either.js')['bind'];
1451
+ bindTo: typeof import('./zygos/either.js')['bindTo'];
1452
+ Do: typeof import('./zygos/either.js')['Do'];
1453
+ elem: typeof import('./zygos/either.js')['elem'];
1454
+ exists: typeof import('./zygos/either.js')['exists'];
1455
+ filterOrElse: typeof import('./zygos/either.js')['filterOrElse'];
1456
+ flatMap: typeof import('./zygos/either.js')['flatMap'];
1457
+ flatMapNullable: typeof import('./zygos/either.js')['flatMapNullable'];
1458
+ flatMapOption: typeof import('./zygos/either.js')['flatMapOption'];
1459
+ flatten: typeof import('./zygos/either.js')['flatten'];
1460
+ fold: typeof import('./zygos/either.js')['fold'];
1461
+ fromNullable: typeof import('./zygos/either.js')['fromNullable'];
1462
+ fromOption: typeof import('./zygos/either.js')['fromOption'];
1463
+ fromPredicate: typeof import('./zygos/either.js')['fromPredicate'];
1464
+ getOrElse: typeof import('./zygos/either.js')['getOrElse'];
1465
+ getOrElseW: typeof import('./zygos/either.js')['getOrElseW'];
1466
+ isLeft: typeof import('./zygos/either.js')['isLeft'];
1467
+ isRight: typeof import('./zygos/either.js')['isRight'];
1468
+ left: typeof import('./zygos/either.js')['left'];
1469
+ liftNullable: typeof import('./zygos/either.js')['liftNullable'];
1470
+ liftOption: typeof import('./zygos/either.js')['liftOption'];
1471
+ map: typeof import('./zygos/either.js')['map'];
1472
+ mapLeft: typeof import('./zygos/either.js')['mapLeft'];
1473
+ match: typeof import('./zygos/either.js')['match'];
1474
+ matchW: typeof import('./zygos/either.js')['matchW'];
1475
+ orElse: typeof import('./zygos/either.js')['orElse'];
1476
+ orElseW: typeof import('./zygos/either.js')['orElseW'];
1477
+ right: typeof import('./zygos/either.js')['right'];
1478
+ swap: typeof import('./zygos/either.js')['swap'];
1479
+ tap: typeof import('./zygos/either.js')['tap'];
1480
+ toUnion: typeof import('./zygos/either.js')['toUnion'];
1481
+ tryCatch: typeof import('./zygos/either.js')['tryCatch'];
1482
+ tryCatchK: typeof import('./zygos/either.js')['tryCatchK'];
1481
1483
  };
1482
1484
  option: {
1483
- alt: typeof import('./zygos/option')['alt'];
1484
- apFirst: typeof import('./zygos/option')['apFirst'];
1485
- apSecond: typeof import('./zygos/option')['apSecond'];
1486
- as: typeof import('./zygos/option')['as'];
1487
- asUnit: typeof import('./zygos/option')['asUnit'];
1488
- chain: typeof import('./zygos/option')['chain'];
1489
- chainNullableK: typeof import('./zygos/option')['chainNullableK'];
1490
- compact: typeof import('./zygos/option')['compact'];
1491
- default: typeof import('./zygos/option')['default'];
1492
- exists: typeof import('./zygos/option')['exists'];
1493
- filter: typeof import('./zygos/option')['filter'];
1494
- filterMap: typeof import('./zygos/option')['filterMap'];
1495
- flap: typeof import('./zygos/option')['flap'];
1496
- flatMap: typeof import('./zygos/option')['flatMap'];
1497
- flatten: typeof import('./zygos/option')['flatten'];
1498
- fold: typeof import('./zygos/option')['fold'];
1499
- foldW: typeof import('./zygos/option')['foldW'];
1500
- fromEither: typeof import('./zygos/option')['fromEither'];
1501
- fromNullable: typeof import('./zygos/option')['fromNullable'];
1502
- fromNullableK: typeof import('./zygos/option')['fromNullableK'];
1503
- fromPredicate: typeof import('./zygos/option')['fromPredicate'];
1504
- getOrElse: typeof import('./zygos/option')['getOrElse'];
1505
- getOrElseW: typeof import('./zygos/option')['getOrElseW'];
1506
- isNone: typeof import('./zygos/option')['isNone'];
1507
- isSome: typeof import('./zygos/option')['isSome'];
1508
- map: typeof import('./zygos/option')['map'];
1509
- match: typeof import('./zygos/option')['match'];
1510
- matchW: typeof import('./zygos/option')['matchW'];
1511
- none: typeof import('./zygos/option')['none'];
1512
- of: typeof import('./zygos/option')['of'];
1513
- option: typeof import('./zygos/option').default;
1514
- orElse: typeof import('./zygos/option')['orElse'];
1515
- some: typeof import('./zygos/option')['some'];
1516
- toEither: typeof import('./zygos/option')['toEither'];
1517
- toNullable: typeof import('./zygos/option')['toNullable'];
1518
- toUndefined: typeof import('./zygos/option')['toUndefined'];
1519
- tryCatch: typeof import('./zygos/option')['tryCatch'];
1520
- tryCatchK: typeof import('./zygos/option')['tryCatchK'];
1485
+ alt: typeof import('./zygos/option.js')['alt'];
1486
+ apFirst: typeof import('./zygos/option.js')['apFirst'];
1487
+ apSecond: typeof import('./zygos/option.js')['apSecond'];
1488
+ as: typeof import('./zygos/option.js')['as'];
1489
+ asUnit: typeof import('./zygos/option.js')['asUnit'];
1490
+ chain: typeof import('./zygos/option.js')['chain'];
1491
+ chainNullableK: typeof import('./zygos/option.js')['chainNullableK'];
1492
+ compact: typeof import('./zygos/option.js')['compact'];
1493
+ default: typeof import('./zygos/option.js')['default'];
1494
+ exists: typeof import('./zygos/option.js')['exists'];
1495
+ filter: typeof import('./zygos/option.js')['filter'];
1496
+ filterMap: typeof import('./zygos/option.js')['filterMap'];
1497
+ flap: typeof import('./zygos/option.js')['flap'];
1498
+ flatMap: typeof import('./zygos/option.js')['flatMap'];
1499
+ flatten: typeof import('./zygos/option.js')['flatten'];
1500
+ fold: typeof import('./zygos/option.js')['fold'];
1501
+ foldW: typeof import('./zygos/option.js')['foldW'];
1502
+ fromEither: typeof import('./zygos/option.js')['fromEither'];
1503
+ fromNullable: typeof import('./zygos/option.js')['fromNullable'];
1504
+ fromNullableK: typeof import('./zygos/option.js')['fromNullableK'];
1505
+ fromPredicate: typeof import('./zygos/option.js')['fromPredicate'];
1506
+ getOrElse: typeof import('./zygos/option.js')['getOrElse'];
1507
+ getOrElseW: typeof import('./zygos/option.js')['getOrElseW'];
1508
+ isNone: typeof import('./zygos/option.js')['isNone'];
1509
+ isSome: typeof import('./zygos/option.js')['isSome'];
1510
+ map: typeof import('./zygos/option.js')['map'];
1511
+ match: typeof import('./zygos/option.js')['match'];
1512
+ matchW: typeof import('./zygos/option.js')['matchW'];
1513
+ none: typeof import('./zygos/option.js')['none'];
1514
+ of: typeof import('./zygos/option.js')['of'];
1515
+ option: typeof import('./zygos/option.js').default;
1516
+ orElse: typeof import('./zygos/option.js')['orElse'];
1517
+ some: typeof import('./zygos/option.js')['some'];
1518
+ toEither: typeof import('./zygos/option.js')['toEither'];
1519
+ toNullable: typeof import('./zygos/option.js')['toNullable'];
1520
+ toUndefined: typeof import('./zygos/option.js')['toUndefined'];
1521
+ tryCatch: typeof import('./zygos/option.js')['tryCatch'];
1522
+ tryCatchK: typeof import('./zygos/option.js')['tryCatchK'];
1521
1523
  };
1522
1524
  orElse: {
1523
- orElse: typeof import('./zygos/orElse')['orElse'];
1524
- orElseAsync: typeof import('./zygos/orElse')['orElseAsync'];
1525
- orElseLazy: typeof import('./zygos/orElse')['orElseLazy'];
1525
+ orElse: typeof import('./zygos/orElse.js')['orElse'];
1526
+ orElseAsync: typeof import('./zygos/orElse.js')['orElseAsync'];
1527
+ orElseLazy: typeof import('./zygos/orElse.js')['orElseLazy'];
1526
1528
  };
1527
1529
  safe: {
1528
- safe: typeof import('./zygos/safe')['safe'];
1530
+ safe: typeof import('./zygos/safe.js')['safe'];
1529
1531
  };
1530
1532
  task_either: {
1531
- bimap: typeof import('./zygos/task-either')['bimap'];
1532
- chain: typeof import('./zygos/task-either')['chain'];
1533
- flatMap: typeof import('./zygos/task-either')['flatMap'];
1534
- flatten: typeof import('./zygos/task-either')['flatten'];
1535
- fold: typeof import('./zygos/task-either')['fold'];
1536
- fromEither: typeof import('./zygos/task-either')['fromEither'];
1537
- fromNullable: typeof import('./zygos/task-either')['fromNullable'];
1538
- fromOption: typeof import('./zygos/task-either')['fromOption'];
1539
- fromPredicate: typeof import('./zygos/task-either')['fromPredicate'];
1540
- fromTask: typeof import('./zygos/task-either')['fromTask'];
1541
- getOrElse: typeof import('./zygos/task-either')['getOrElse'];
1542
- left: typeof import('./zygos/task-either')['left'];
1543
- map: typeof import('./zygos/task-either')['map'];
1544
- mapBoth: typeof import('./zygos/task-either')['mapBoth'];
1545
- mapError: typeof import('./zygos/task-either')['mapError'];
1546
- mapLeft: typeof import('./zygos/task-either')['mapLeft'];
1547
- match: typeof import('./zygos/task-either')['match'];
1548
- of: typeof import('./zygos/task-either')['of'];
1549
- orElse: typeof import('./zygos/task-either')['orElse'];
1550
- right: typeof import('./zygos/task-either')['right'];
1551
- swap: typeof import('./zygos/task-either')['swap'];
1552
- tryCatch: typeof import('./zygos/task-either')['tryCatch'];
1533
+ bimap: typeof import('./zygos/task-either.js')['bimap'];
1534
+ chain: typeof import('./zygos/task-either.js')['chain'];
1535
+ flatMap: typeof import('./zygos/task-either.js')['flatMap'];
1536
+ flatten: typeof import('./zygos/task-either.js')['flatten'];
1537
+ fold: typeof import('./zygos/task-either.js')['fold'];
1538
+ fromEither: typeof import('./zygos/task-either.js')['fromEither'];
1539
+ fromNullable: typeof import('./zygos/task-either.js')['fromNullable'];
1540
+ fromOption: typeof import('./zygos/task-either.js')['fromOption'];
1541
+ fromPredicate: typeof import('./zygos/task-either.js')['fromPredicate'];
1542
+ fromTask: typeof import('./zygos/task-either.js')['fromTask'];
1543
+ getOrElse: typeof import('./zygos/task-either.js')['getOrElse'];
1544
+ left: typeof import('./zygos/task-either.js')['left'];
1545
+ map: typeof import('./zygos/task-either.js')['map'];
1546
+ mapBoth: typeof import('./zygos/task-either.js')['mapBoth'];
1547
+ mapError: typeof import('./zygos/task-either.js')['mapError'];
1548
+ mapLeft: typeof import('./zygos/task-either.js')['mapLeft'];
1549
+ match: typeof import('./zygos/task-either.js')['match'];
1550
+ of: typeof import('./zygos/task-either.js')['of'];
1551
+ orElse: typeof import('./zygos/task-either.js')['orElse'];
1552
+ right: typeof import('./zygos/task-either.js')['right'];
1553
+ swap: typeof import('./zygos/task-either.js')['swap'];
1554
+ tryCatch: typeof import('./zygos/task-either.js')['tryCatch'];
1553
1555
  };
1554
1556
  task: {
1555
- ap: typeof import('./zygos/task')['ap'];
1556
- flatMap: typeof import('./zygos/task')['flatMap'];
1557
- map: typeof import('./zygos/task')['map'];
1558
- of: typeof import('./zygos/task')['of'];
1557
+ ap: typeof import('./zygos/task.js')['ap'];
1558
+ flatMap: typeof import('./zygos/task.js')['flatMap'];
1559
+ map: typeof import('./zygos/task.js')['map'];
1560
+ of: typeof import('./zygos/task.js')['of'];
1559
1561
  };
1560
1562
  result: {
1561
- err: typeof import('./zygos/result/result')['err'];
1562
- Err: typeof import('./zygos/result/result')['Err'];
1563
- errAsync: typeof import('./zygos/result/result')['errAsync'];
1564
- fromAsyncThrowable: typeof import('./zygos/result/result')['fromAsyncThrowable'];
1565
- fromEither: typeof import('./zygos/result/result')['fromEither'];
1566
- fromOption: typeof import('./zygos/result/result')['fromOption'];
1567
- fromPromise: typeof import('./zygos/result/result')['fromPromise'];
1568
- fromSafePromise: typeof import('./zygos/result/result')['fromSafePromise'];
1569
- ok: typeof import('./zygos/result/result')['ok'];
1570
- Ok: typeof import('./zygos/result/result')['Ok'];
1571
- okAsync: typeof import('./zygos/result/result')['okAsync'];
1572
- ResultAsync: typeof import('./zygos/result/result')['ResultAsync'];
1573
- safeAsyncTry: typeof import('./zygos/result/result')['safeAsyncTry'];
1574
- safeTry: typeof import('./zygos/result/result')['safeTry'];
1575
- toEither: typeof import('./zygos/result/result')['toEither'];
1563
+ err: typeof import('./zygos/result/result.js')['err'];
1564
+ Err: typeof import('./zygos/result/result.js')['Err'];
1565
+ errAsync: typeof import('./zygos/result/result.js')['errAsync'];
1566
+ fromAsyncThrowable: typeof import('./zygos/result/result.js')['fromAsyncThrowable'];
1567
+ fromEither: typeof import('./zygos/result/result.js')['fromEither'];
1568
+ fromOption: typeof import('./zygos/result/result.js')['fromOption'];
1569
+ fromPromise: typeof import('./zygos/result/result.js')['fromPromise'];
1570
+ fromSafePromise: typeof import('./zygos/result/result.js')['fromSafePromise'];
1571
+ ok: typeof import('./zygos/result/result.js')['ok'];
1572
+ Ok: typeof import('./zygos/result/result.js')['Ok'];
1573
+ okAsync: typeof import('./zygos/result/result.js')['okAsync'];
1574
+ ResultAsync: typeof import('./zygos/result/result.js')['ResultAsync'];
1575
+ safeAsyncTry: typeof import('./zygos/result/result.js')['safeAsyncTry'];
1576
+ safeTry: typeof import('./zygos/result/result.js')['safeTry'];
1577
+ toEither: typeof import('./zygos/result/result.js')['toEither'];
1576
1578
  };
1577
1579
  result_async: {
1578
- errAsync: typeof import('./zygos/result/result-async')['errAsync'];
1579
- fromAsyncThrowable: typeof import('./zygos/result/result-async')['fromAsyncThrowable'];
1580
- fromPromise: typeof import('./zygos/result/result-async')['fromPromise'];
1581
- fromSafePromise: typeof import('./zygos/result/result-async')['fromSafePromise'];
1582
- okAsync: typeof import('./zygos/result/result-async')['okAsync'];
1583
- ResultAsync: typeof import('./zygos/result/result-async')['ResultAsync'];
1580
+ errAsync: typeof import('./zygos/result/result-async.js')['errAsync'];
1581
+ fromAsyncThrowable: typeof import('./zygos/result/result-async.js')['fromAsyncThrowable'];
1582
+ fromPromise: typeof import('./zygos/result/result-async.js')['fromPromise'];
1583
+ fromSafePromise: typeof import('./zygos/result/result-async.js')['fromSafePromise'];
1584
+ okAsync: typeof import('./zygos/result/result-async.js')['okAsync'];
1585
+ ResultAsync: typeof import('./zygos/result/result-async.js')['ResultAsync'];
1584
1586
  };
1585
1587
  };
1586
1588
  };