@pithos/core 2.1.0 → 2.1.1

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