@idlebox/common 1.3.7 → 1.3.10

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 (120) hide show
  1. package/dist/common-alpha.d.ts +987 -0
  2. package/dist/common-beta.d.ts +977 -0
  3. package/dist/common-public.d.ts +975 -0
  4. package/dist/common.d.ts +987 -0
  5. package/dist/tsdoc-metadata.json +11 -0
  6. package/docs/common.api.json +21737 -0
  7. package/docs/common.api.md +1139 -0
  8. package/docs/package-public.d.ts +8 -0
  9. package/docs/tsdoc-metadata.json +11 -0
  10. package/lib/array/arrayDiff.cjs.map +1 -10
  11. package/lib/array/arraySame.cjs.map +1 -10
  12. package/lib/array/arrayUnique.cjs.map +1 -10
  13. package/lib/array/normalizeArray.cjs.map +1 -10
  14. package/lib/array/sortAlpha.cjs.map +1 -10
  15. package/lib/date/consts.cjs.map +1 -10
  16. package/lib/date/isInvalid.cjs.map +1 -10
  17. package/lib/date/sibling.cjs.map +1 -10
  18. package/lib/date/timeString.cjs +4 -4
  19. package/lib/date/timeString.cjs.map +1 -10
  20. package/lib/date/unix.cjs.map +1 -10
  21. package/lib/debugging/serializable.cjs +125 -0
  22. package/lib/debugging/serializable.cjs.map +1 -0
  23. package/lib/debugging/serializable.js +118 -0
  24. package/lib/debugging/serializable.js.map +1 -0
  25. package/lib/debugging/tryInspect.cjs +1 -1
  26. package/lib/debugging/tryInspect.cjs.map +1 -10
  27. package/lib/error/convertUnknown.cjs +2 -2
  28. package/lib/error/convertUnknown.cjs.map +1 -10
  29. package/lib/error/getFrame.cjs.map +1 -10
  30. package/lib/function/asyncCallbackList.cjs +4 -14
  31. package/lib/function/asyncCallbackList.cjs.map +1 -10
  32. package/lib/function/callbackList.cjs +5 -20
  33. package/lib/function/callbackList.cjs.map +1 -10
  34. package/lib/function/delayCallbackList.cjs +6 -24
  35. package/lib/function/delayCallbackList.cjs.map +1 -10
  36. package/lib/function/functionName.cjs.map +1 -10
  37. package/lib/lifecycle/dispose/bridges/rxjs.cjs.map +1 -10
  38. package/lib/lifecycle/dispose/disposableEvent.cjs.map +1 -10
  39. package/lib/lifecycle/dispose/disposedError.cjs +3 -3
  40. package/lib/lifecycle/dispose/disposedError.cjs.map +1 -10
  41. package/lib/lifecycle/dispose/lifecycle.async.cjs +12 -44
  42. package/lib/lifecycle/dispose/lifecycle.async.cjs.map +1 -10
  43. package/lib/lifecycle/dispose/lifecycle.cjs.map +1 -10
  44. package/lib/lifecycle/dispose/lifecycle.global.cjs +9 -9
  45. package/lib/lifecycle/dispose/lifecycle.global.cjs.map +1 -10
  46. package/lib/lifecycle/dispose/lifecycle.sync.cjs +12 -51
  47. package/lib/lifecycle/dispose/lifecycle.sync.cjs.map +1 -10
  48. package/lib/lifecycle/event/event.cjs +1 -6
  49. package/lib/lifecycle/event/event.cjs.map +1 -10
  50. package/lib/lifecycle/promise/cancel.cjs.map +1 -10
  51. package/lib/lifecycle/promise/cancellationToken/driver.browser.cjs +3 -18
  52. package/lib/lifecycle/promise/cancellationToken/driver.browser.cjs.map +1 -10
  53. package/lib/lifecycle/promise/cancellationToken/driver.common.cjs +5 -20
  54. package/lib/lifecycle/promise/cancellationToken/driver.common.cjs.map +1 -10
  55. package/lib/lifecycle/promise/cancellationToken/source.cjs +10 -20
  56. package/lib/lifecycle/promise/cancellationToken/source.cjs.map +1 -10
  57. package/lib/lifecycle/promise/deferredPromise.cjs +5 -20
  58. package/lib/lifecycle/promise/deferredPromise.cjs.map +1 -10
  59. package/lib/lifecycle/timeout/timeout.cjs +4 -4
  60. package/lib/lifecycle/timeout/timeout.cjs.map +1 -10
  61. package/lib/lifecycle/timeout/timeoutError.cjs +2 -2
  62. package/lib/lifecycle/timeout/timeoutError.cjs.map +1 -10
  63. package/lib/log/logger.cjs +9 -24
  64. package/lib/log/logger.cjs.map +1 -10
  65. package/lib/mapSet/customSet.cjs +2 -12
  66. package/lib/mapSet/customSet.cjs.map +1 -10
  67. package/lib/mapSet/extendMap.cjs.map +1 -10
  68. package/lib/misc/assertNotNull.cjs.map +1 -10
  69. package/lib/object/definePublicConstant.cjs.map +1 -10
  70. package/lib/object/initOnRead.cjs.map +1 -10
  71. package/lib/object/objectPath.cjs.map +1 -10
  72. package/lib/object/objectSame.cjs +4 -4
  73. package/lib/object/objectSame.cjs.map +1 -10
  74. package/lib/path/isAbsolute.cjs.map +1 -10
  75. package/lib/path/normalizePath.cjs.map +1 -10
  76. package/lib/path/pathArray.cjs +7 -11
  77. package/lib/path/pathArray.cjs.map +1 -10
  78. package/lib/platform/globalObject.cjs +5 -1
  79. package/lib/platform/globalObject.cjs.map +1 -10
  80. package/lib/platform/globalObject.js +3 -0
  81. package/lib/platform/globalObject.js.map +1 -1
  82. package/lib/platform/globalSingleton.cjs +5 -5
  83. package/lib/platform/globalSingleton.cjs.map +1 -10
  84. package/lib/platform/globalSymbol.cjs +2 -2
  85. package/lib/platform/globalSymbol.cjs.map +1 -10
  86. package/lib/platform/os.cjs.map +1 -10
  87. package/lib/promise/awaitIterator.cjs.map +1 -10
  88. package/lib/promise/finishAllPromise.cjs.map +1 -10
  89. package/lib/promise/promiseBool.cjs.map +1 -10
  90. package/lib/promise/promisePool.cjs +5 -12
  91. package/lib/promise/promisePool.cjs.map +1 -10
  92. package/lib/promise/timeoutPromisePool.cjs +6 -10
  93. package/lib/promise/timeoutPromisePool.cjs.map +1 -10
  94. package/lib/reflection/classes/hookClass.cjs.map +1 -10
  95. package/lib/reflection/classes/singleton.cjs +2 -2
  96. package/lib/reflection/classes/singleton.cjs.map +1 -10
  97. package/lib/reflection/methods/bind.cjs.map +1 -10
  98. package/lib/reflection/methods/initOnRead.cjs +2 -2
  99. package/lib/reflection/methods/initOnRead.cjs.map +1 -10
  100. package/lib/reflection/methods/memorize.cjs.map +1 -10
  101. package/lib/string/castCase.cjs.map +1 -10
  102. package/lib/string/concatType.generated.cjs +1 -1
  103. package/lib/string/concatType.generated.cjs.map +1 -10
  104. package/lib/string/concatType.generated.js +1 -1
  105. package/lib/string/concatType.generated.js.map +1 -1
  106. package/lib/string/escapeRegexp.cjs.map +1 -10
  107. package/lib/string/pad2.cjs.map +1 -10
  108. package/lib/string/sizeString.cjs.map +1 -10
  109. package/lib/typingHeler/deep.cjs +4 -0
  110. package/lib/typingHeler/deep.cjs.map +1 -0
  111. package/lib/typingHeler/deep.js +3 -0
  112. package/lib/typingHeler/deep.js.map +1 -0
  113. package/package.json +42 -42
  114. package/generate/main.ts +0 -56
  115. package/generate/package.json +0 -3
  116. package/generate/tsconfig.json +0 -9
  117. package/lib/_export_all_in_one_index.cjs +0 -176
  118. package/lib/_export_all_in_one_index.cjs.map +0 -10
  119. package/lib/_export_all_in_one_index.js +0 -61
  120. package/lib/_export_all_in_one_index.js.map +0 -1
@@ -0,0 +1,1139 @@
1
+ ## API Report File for "@idlebox/common"
2
+
3
+ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
+
5
+ ```ts
6
+
7
+ /// <reference types="@idlebox/itypes" />
8
+
9
+ // Warning: (ae-missing-release-tag) "addDisposableEventListener" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
10
+ // Warning: (ae-missing-release-tag) "addDisposableEventListener" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
11
+ //
12
+ // @public (undocumented)
13
+ export function addDisposableEventListener<T extends Function>(target: IEventHostObject<T> | IEventEmitterObject<T>, type: string, options: IEventListenerOptions, handler: T): IDisposable;
14
+
15
+ // @public (undocumented)
16
+ export function addDisposableEventListener<T extends Function>(target: IEventHostObject<T> | IEventEmitterObject<T>, type: string, handler: T): IDisposable;
17
+
18
+ // @public
19
+ export function arrayDiff<T>(before: T[], after: T[]): {
20
+ add: T[];
21
+ del: T[];
22
+ same: T[];
23
+ };
24
+
25
+ // @public
26
+ export function arrayUnique<T>(arr: T[]): T[];
27
+
28
+ // @public
29
+ export function arrayUniqueReference(arr: any[]): void;
30
+
31
+ // Warning: (ae-missing-release-tag) "assertFunctionHasName" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
32
+ //
33
+ // @public
34
+ export function assertFunctionHasName(func: MaybeNamedFunction): void;
35
+
36
+ // @public
37
+ export function assertNotNull<T>(val: T | null | undefined): T;
38
+
39
+ // Warning: (ae-missing-release-tag) "AsyncCallbackList" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
40
+ //
41
+ // @public
42
+ export class AsyncCallbackList<Argument extends unknown[]> {
43
+ constructor();
44
+ // Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
45
+ //
46
+ // (undocumented)
47
+ add(item: MyAsyncCallback<Argument>, name?: string): number;
48
+ // (undocumented)
49
+ count(): number;
50
+ // (undocumented)
51
+ protected list: MyAsyncCallback<Argument>[];
52
+ // (undocumented)
53
+ remove(item: MyAsyncCallback<Argument>): null | MyAsyncCallback<Argument>;
54
+ // (undocumented)
55
+ reset(): void;
56
+ // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
57
+ // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
58
+ run(...argument: Argument): Promise<boolean>;
59
+ // (undocumented)
60
+ protected running: boolean;
61
+ }
62
+
63
+ // @public
64
+ export class AsyncDisposable implements IAsyncDisposable, IDisposableBaseInternal {
65
+ // (undocumented)
66
+ assertNotDisposed(): void;
67
+ // (undocumented)
68
+ dispose(): Promise<void>;
69
+ // (undocumented)
70
+ get hasDisposed(): boolean;
71
+ // (undocumented)
72
+ readonly onBeforeDispose: EventRegister<void>;
73
+ // (undocumented)
74
+ protected readonly _onBeforeDispose: Emitter<void>;
75
+ // (undocumented)
76
+ readonly onDisposeError: EventRegister<Error>;
77
+ // (undocumented)
78
+ protected readonly _onDisposeError: Emitter<Error>;
79
+ _register<T extends IAsyncDisposable>(d: T): T;
80
+ }
81
+
82
+ // Warning: (ae-missing-release-tag) "awaitIterator" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
83
+ //
84
+ // @public
85
+ export function awaitIterator<T>(generator: Iterator<T>): Promise<T>;
86
+
87
+ // Warning: (ae-missing-release-tag) "bindThis" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
88
+ //
89
+ // @public
90
+ export const bindThis: MethodDecorator;
91
+
92
+ // Warning: (ae-missing-release-tag) "CallbackList" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
93
+ //
94
+ // @public
95
+ export class CallbackList<Argument extends unknown[]> {
96
+ constructor();
97
+ // Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
98
+ //
99
+ // (undocumented)
100
+ add(item: MyCallback<Argument>, name?: string): number;
101
+ // (undocumented)
102
+ count(): number;
103
+ // (undocumented)
104
+ protected list: MyCallback<Argument>[];
105
+ // (undocumented)
106
+ remove(item: MyCallback<Argument>): null | MyCallback<Argument>;
107
+ // (undocumented)
108
+ reset(): void;
109
+ // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
110
+ // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
111
+ //
112
+ // (undocumented)
113
+ run(...argument: Argument): boolean;
114
+ // (undocumented)
115
+ protected running: boolean;
116
+ // (undocumented)
117
+ protected stop: boolean;
118
+ // (undocumented)
119
+ stopRun(): void;
120
+ }
121
+
122
+ // @public (undocumented)
123
+ export function camelCase(str: string): string;
124
+
125
+ // @public
126
+ export class CanceledError extends Error {
127
+ constructor();
128
+ }
129
+
130
+ // @public (undocumented)
131
+ export interface CancellationToken {
132
+ // (undocumented)
133
+ readonly isCancellationRequested: boolean;
134
+ // (undocumented)
135
+ onCancellationRequested(callback: EventHandler<void>): IDisposable;
136
+ }
137
+
138
+ // @public (undocumented)
139
+ export class CancellationTokenSource extends DisposableOnce implements IDisposable {
140
+ constructor();
141
+ // (undocumented)
142
+ cancel(): void;
143
+ // (undocumented)
144
+ _dispose(): void;
145
+ // (undocumented)
146
+ readonly token: CancellationToken;
147
+ }
148
+
149
+ // Warning: (ae-missing-release-tag) "ColorKind" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
150
+ //
151
+ // @public (undocumented)
152
+ export enum ColorKind {
153
+ // (undocumented)
154
+ DETECT = 3,
155
+ // (undocumented)
156
+ DISABLE = 0,
157
+ // (undocumented)
158
+ TERMINAL = 1,
159
+ // (undocumented)
160
+ WEB = 2
161
+ }
162
+
163
+ // Warning: (ae-missing-release-tag) "concatStringType" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
164
+ // Warning: (ae-missing-release-tag) "concatStringType" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
165
+ // Warning: (ae-missing-release-tag) "concatStringType" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
166
+ // Warning: (ae-missing-release-tag) "concatStringType" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
167
+ // Warning: (ae-missing-release-tag) "concatStringType" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
168
+ // Warning: (ae-missing-release-tag) "concatStringType" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
169
+ // Warning: (ae-missing-release-tag) "concatStringType" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
170
+ // Warning: (ae-missing-release-tag) "concatStringType" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
171
+ // Warning: (ae-missing-release-tag) "concatStringType" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
172
+ // Warning: (ae-missing-release-tag) "concatStringType" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
173
+ // Warning: (ae-missing-release-tag) "concatStringType" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
174
+ // Warning: (ae-missing-release-tag) "concatStringType" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
175
+ // Warning: (ae-missing-release-tag) "concatStringType" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
176
+ // Warning: (ae-missing-release-tag) "concatStringType" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
177
+ // Warning: (ae-missing-release-tag) "concatStringType" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
178
+ // Warning: (ae-missing-release-tag) "concatStringType" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
179
+ // Warning: (ae-missing-release-tag) "concatStringType" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
180
+ // Warning: (ae-missing-release-tag) "concatStringType" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
181
+ // Warning: (ae-missing-release-tag) "concatStringType" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
182
+ // Warning: (ae-missing-release-tag) "concatStringType" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
183
+ //
184
+ // @public (undocumented)
185
+ export function concatStringType<T0 extends string>(t0: T0): `${T0}`;
186
+
187
+ // @public (undocumented)
188
+ export function concatStringType<T0 extends string, T1 extends string>(t0: T0, t1: T1): `${T0}${T1}`;
189
+
190
+ // @public (undocumented)
191
+ export function concatStringType<T0 extends string, T1 extends string, T2 extends string>(t0: T0, t1: T1, t2: T2): `${T0}${T1}${T2}`;
192
+
193
+ // @public (undocumented)
194
+ export function concatStringType<T0 extends string, T1 extends string, T2 extends string, T3 extends string>(t0: T0, t1: T1, t2: T2, t3: T3): `${T0}${T1}${T2}${T3}`;
195
+
196
+ // @public (undocumented)
197
+ export function concatStringType<T0 extends string, T1 extends string, T2 extends string, T3 extends string, T4 extends string>(t0: T0, t1: T1, t2: T2, t3: T3, t4: T4): `${T0}${T1}${T2}${T3}${T4}`;
198
+
199
+ // @public (undocumented)
200
+ export function concatStringType<T0 extends string, T1 extends string, T2 extends string, T3 extends string, T4 extends string, T5 extends string>(t0: T0, t1: T1, t2: T2, t3: T3, t4: T4, t5: T5): `${T0}${T1}${T2}${T3}${T4}${T5}`;
201
+
202
+ // @public (undocumented)
203
+ export function concatStringType<T0 extends string, T1 extends string, T2 extends string, T3 extends string, T4 extends string, T5 extends string, T6 extends string>(t0: T0, t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6): `${T0}${T1}${T2}${T3}${T4}${T5}${T6}`;
204
+
205
+ // @public (undocumented)
206
+ export function concatStringType<T0 extends string, T1 extends string, T2 extends string, T3 extends string, T4 extends string, T5 extends string, T6 extends string, T7 extends string>(t0: T0, t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7): `${T0}${T1}${T2}${T3}${T4}${T5}${T6}${T7}`;
207
+
208
+ // @public (undocumented)
209
+ export function concatStringType<T0 extends string, T1 extends string, T2 extends string, T3 extends string, T4 extends string, T5 extends string, T6 extends string, T7 extends string, T8 extends string>(t0: T0, t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8): `${T0}${T1}${T2}${T3}${T4}${T5}${T6}${T7}${T8}`;
210
+
211
+ // @public (undocumented)
212
+ export function concatStringType<T0 extends string, T1 extends string, T2 extends string, T3 extends string, T4 extends string, T5 extends string, T6 extends string, T7 extends string, T8 extends string, T9 extends string>(t0: T0, t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9): `${T0}${T1}${T2}${T3}${T4}${T5}${T6}${T7}${T8}${T9}`;
213
+
214
+ // @public (undocumented)
215
+ export function concatStringType<T0 extends string, T1 extends string, T2 extends string, T3 extends string, T4 extends string, T5 extends string, T6 extends string, T7 extends string, T8 extends string, T9 extends string, T10 extends string>(t0: T0, t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10): `${T0}${T1}${T2}${T3}${T4}${T5}${T6}${T7}${T8}${T9}${T10}`;
216
+
217
+ // @public (undocumented)
218
+ export function concatStringType<T0 extends string, T1 extends string, T2 extends string, T3 extends string, T4 extends string, T5 extends string, T6 extends string, T7 extends string, T8 extends string, T9 extends string, T10 extends string, T11 extends string>(t0: T0, t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11): `${T0}${T1}${T2}${T3}${T4}${T5}${T6}${T7}${T8}${T9}${T10}${T11}`;
219
+
220
+ // @public (undocumented)
221
+ export function concatStringType<T0 extends string, T1 extends string, T2 extends string, T3 extends string, T4 extends string, T5 extends string, T6 extends string, T7 extends string, T8 extends string, T9 extends string, T10 extends string, T11 extends string, T12 extends string>(t0: T0, t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, t12: T12): `${T0}${T1}${T2}${T3}${T4}${T5}${T6}${T7}${T8}${T9}${T10}${T11}${T12}`;
222
+
223
+ // @public (undocumented)
224
+ export function concatStringType<T0 extends string, T1 extends string, T2 extends string, T3 extends string, T4 extends string, T5 extends string, T6 extends string, T7 extends string, T8 extends string, T9 extends string, T10 extends string, T11 extends string, T12 extends string, T13 extends string>(t0: T0, t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, t12: T12, t13: T13): `${T0}${T1}${T2}${T3}${T4}${T5}${T6}${T7}${T8}${T9}${T10}${T11}${T12}${T13}`;
225
+
226
+ // @public (undocumented)
227
+ export function concatStringType<T0 extends string, T1 extends string, T2 extends string, T3 extends string, T4 extends string, T5 extends string, T6 extends string, T7 extends string, T8 extends string, T9 extends string, T10 extends string, T11 extends string, T12 extends string, T13 extends string, T14 extends string>(t0: T0, t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, t12: T12, t13: T13, t14: T14): `${T0}${T1}${T2}${T3}${T4}${T5}${T6}${T7}${T8}${T9}${T10}${T11}${T12}${T13}${T14}`;
228
+
229
+ // @public (undocumented)
230
+ export function concatStringType<T0 extends string, T1 extends string, T2 extends string, T3 extends string, T4 extends string, T5 extends string, T6 extends string, T7 extends string, T8 extends string, T9 extends string, T10 extends string, T11 extends string, T12 extends string, T13 extends string, T14 extends string, T15 extends string>(t0: T0, t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, t12: T12, t13: T13, t14: T14, t15: T15): `${T0}${T1}${T2}${T3}${T4}${T5}${T6}${T7}${T8}${T9}${T10}${T11}${T12}${T13}${T14}${T15}`;
231
+
232
+ // @public (undocumented)
233
+ export function concatStringType<T0 extends string, T1 extends string, T2 extends string, T3 extends string, T4 extends string, T5 extends string, T6 extends string, T7 extends string, T8 extends string, T9 extends string, T10 extends string, T11 extends string, T12 extends string, T13 extends string, T14 extends string, T15 extends string, T16 extends string>(t0: T0, t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, t12: T12, t13: T13, t14: T14, t15: T15, t16: T16): `${T0}${T1}${T2}${T3}${T4}${T5}${T6}${T7}${T8}${T9}${T10}${T11}${T12}${T13}${T14}${T15}${T16}`;
234
+
235
+ // @public (undocumented)
236
+ export function concatStringType<T0 extends string, T1 extends string, T2 extends string, T3 extends string, T4 extends string, T5 extends string, T6 extends string, T7 extends string, T8 extends string, T9 extends string, T10 extends string, T11 extends string, T12 extends string, T13 extends string, T14 extends string, T15 extends string, T16 extends string, T17 extends string>(t0: T0, t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, t12: T12, t13: T13, t14: T14, t15: T15, t16: T16, t17: T17): `${T0}${T1}${T2}${T3}${T4}${T5}${T6}${T7}${T8}${T9}${T10}${T11}${T12}${T13}${T14}${T15}${T16}${T17}`;
237
+
238
+ // @public (undocumented)
239
+ export function concatStringType<T0 extends string, T1 extends string, T2 extends string, T3 extends string, T4 extends string, T5 extends string, T6 extends string, T7 extends string, T8 extends string, T9 extends string, T10 extends string, T11 extends string, T12 extends string, T13 extends string, T14 extends string, T15 extends string, T16 extends string, T17 extends string, T18 extends string>(t0: T0, t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, t12: T12, t13: T13, t14: T14, t15: T15, t16: T16, t17: T17, t18: T18): `${T0}${T1}${T2}${T3}${T4}${T5}${T6}${T7}${T8}${T9}${T10}${T11}${T12}${T13}${T14}${T15}${T16}${T17}${T18}`;
240
+
241
+ // @public (undocumented)
242
+ export function concatStringType<T0 extends string, T1 extends string, T2 extends string, T3 extends string, T4 extends string, T5 extends string, T6 extends string, T7 extends string, T8 extends string, T9 extends string, T10 extends string, T11 extends string, T12 extends string, T13 extends string, T14 extends string, T15 extends string, T16 extends string, T17 extends string, T18 extends string, T19 extends string>(t0: T0, t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, t12: T12, t13: T13, t14: T14, t15: T15, t16: T16, t17: T17, t18: T18, t19: T19): `${T0}${T1}${T2}${T3}${T4}${T5}${T6}${T7}${T8}${T9}${T10}${T11}${T12}${T13}${T14}${T15}${T16}${T17}${T18}${T19}`;
243
+
244
+ // Warning: (ae-missing-release-tag) "convertCatchedError" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
245
+ //
246
+ // @public (undocumented)
247
+ export function convertCatchedError(e: unknown): Error;
248
+
249
+ // @public
250
+ export function createSymbol(category: string, name: string): symbol;
251
+
252
+ // Warning: (ae-missing-release-tag) "CustomSet" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
253
+ //
254
+ // @public
255
+ export class CustomSet<Type = string> {
256
+ // (undocumented)
257
+ [Symbol.iterator](): Iterator<Type>;
258
+ constructor(finder?: Finder<Type>);
259
+ // (undocumented)
260
+ add(item: Type): boolean;
261
+ // (undocumented)
262
+ addAll(items: Type[]): Type[];
263
+ // (undocumented)
264
+ clear(): void;
265
+ // (undocumented)
266
+ delete(item: Type): boolean;
267
+ // (undocumented)
268
+ deleteAll(items: Type[]): Type[];
269
+ // (undocumented)
270
+ has(item: Type): boolean;
271
+ // (undocumented)
272
+ keys(): Iterator<Type>;
273
+ // (undocumented)
274
+ get length(): number;
275
+ // (undocumented)
276
+ protected registry: Type[];
277
+ // (undocumented)
278
+ setFinder(finder: Finder<Type>): void;
279
+ // (undocumented)
280
+ get size(): number;
281
+ // (undocumented)
282
+ toArray(): Type[];
283
+ // (undocumented)
284
+ values(): Iterator<Type>;
285
+ }
286
+
287
+ // Warning: (ae-missing-release-tag) "DeepPartial" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
288
+ //
289
+ // @public (undocumented)
290
+ export type DeepPartial<T> = {
291
+ [P in keyof T]?: DeepPartial<T[P]>;
292
+ };
293
+
294
+ // Warning: (ae-missing-release-tag) "DeepReadonly" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
295
+ //
296
+ // @public (undocumented)
297
+ export type DeepReadonly<T> = {
298
+ readonly [P in keyof T]: DeepReadonly<T[P]>;
299
+ };
300
+
301
+ // @public
302
+ export class DeferredPromise<T, PT = any> {
303
+ constructor();
304
+ cancel(): void;
305
+ complete(value: T): void;
306
+ // (undocumented)
307
+ get completed(): boolean;
308
+ error(err: any): void;
309
+ // (undocumented)
310
+ notify(progress: PT): this;
311
+ // (undocumented)
312
+ readonly p: Promise<T> & IProgressHolder<T, PT>;
313
+ // (undocumented)
314
+ progress(fn: ProgressCallback<PT>): void;
315
+ // (undocumented)
316
+ get rejected(): boolean;
317
+ // (undocumented)
318
+ get resolved(): boolean;
319
+ static wrap(prev: Promise<any>): DeferredPromise<unknown, any>;
320
+ }
321
+
322
+ // Warning: (ae-missing-release-tag) "definePublicConstant" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
323
+ //
324
+ // @public (undocumented)
325
+ export function definePublicConstant(object: any, propertyKey: string | symbol, value: any): void;
326
+
327
+ // Warning: (ae-missing-release-tag) "DelayCallbackList" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
328
+ //
329
+ // @public
330
+ export class DelayCallbackList<Argument extends unknown[]> {
331
+ // (undocumented)
332
+ add(item: MyDelayCallback<Argument>, name?: string): void;
333
+ // (undocumented)
334
+ count(): number;
335
+ // (undocumented)
336
+ protected list?: MyDelayCallback<Argument>[];
337
+ // (undocumented)
338
+ run(argument: Argument): void;
339
+ }
340
+
341
+ // @public
342
+ export function deleteSymbol(category: string, name: string): void;
343
+
344
+ // Warning: (ae-missing-release-tag) "Disposable" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
345
+ //
346
+ // @public
347
+ export class Disposable implements IDisposable, IDisposableBaseInternal {
348
+ // (undocumented)
349
+ assertNotDisposed(): void;
350
+ // (undocumented)
351
+ dispose(): void;
352
+ // (undocumented)
353
+ get hasDisposed(): boolean;
354
+ // (undocumented)
355
+ readonly onBeforeDispose: EventRegister<void>;
356
+ // (undocumented)
357
+ protected readonly _onBeforeDispose: Emitter<void>;
358
+ // (undocumented)
359
+ readonly onDisposeError: EventRegister<Error>;
360
+ // (undocumented)
361
+ protected readonly _onDisposeError: Emitter<Error>;
362
+ // (undocumented)
363
+ _register<T extends IDisposable>(d: T): T;
364
+ }
365
+
366
+ // Warning: (ae-missing-release-tag) "DisposableOnce" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
367
+ //
368
+ // @public (undocumented)
369
+ export abstract class DisposableOnce implements IDisposable {
370
+ // (undocumented)
371
+ dispose(): void;
372
+ // (undocumented)
373
+ protected abstract _dispose(): void;
374
+ // (undocumented)
375
+ get hasDisposed(): boolean;
376
+ }
377
+
378
+ // Warning: (ae-missing-release-tag) "DisposedError" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
379
+ //
380
+ // @public
381
+ export class DisposedError extends Error {
382
+ constructor(object: any, previous: Error);
383
+ }
384
+
385
+ // Warning: (ae-missing-release-tag) "disposeGlobal" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
386
+ //
387
+ // @public
388
+ export function disposeGlobal(): Promise<void>;
389
+
390
+ // Warning: (ae-missing-release-tag) "Emitter" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
391
+ //
392
+ // @public (undocumented)
393
+ export class Emitter<T> implements IDisposable {
394
+ constructor();
395
+ // (undocumented)
396
+ dispose(): void;
397
+ // (undocumented)
398
+ fire(data: T): void;
399
+ fireNoError(data: T): void;
400
+ // (undocumented)
401
+ handle(callback: EventHandler<T>): IDisposable;
402
+ // (undocumented)
403
+ listenerCount(): number;
404
+ // (undocumented)
405
+ get register(): EventRegister<T>;
406
+ }
407
+
408
+ // Warning: (ae-missing-release-tag) "ensureDisposeGlobal" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
409
+ //
410
+ // @public
411
+ export function ensureDisposeGlobal(): Promise<void>;
412
+
413
+ // Warning: (ae-missing-release-tag) "ensureGlobalObject" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
414
+ //
415
+ // @public (undocumented)
416
+ export function ensureGlobalObject<T>(symbol: string, constructor: () => T): T;
417
+
418
+ // @public (undocumented)
419
+ export function escapeRegExp(str: string): string;
420
+
421
+ // Warning: (ae-missing-release-tag) "EventHandler" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
422
+ //
423
+ // @public (undocumented)
424
+ export interface EventHandler<T> {
425
+ // (undocumented)
426
+ (data: T): void;
427
+ }
428
+
429
+ // Warning: (ae-missing-release-tag) "EventRegister" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
430
+ //
431
+ // @public (undocumented)
432
+ export interface EventRegister<T> {
433
+ // (undocumented)
434
+ (callback: EventHandler<T>): IDisposable;
435
+ }
436
+
437
+ // Warning: (ae-missing-release-tag) "ExtendMap" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
438
+ //
439
+ // @public
440
+ export class ExtendMap<K, V> extends Map<K, V> {
441
+ entry(id: K, init: (id: K) => V): V;
442
+ get(id: K): V;
443
+ get(id: K, def: V): V;
444
+ }
445
+
446
+ // Warning: (ae-missing-release-tag) "Finder" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
447
+ //
448
+ // @public
449
+ export interface Finder<Type> {
450
+ // (undocumented)
451
+ (this: Type[], item: Type): number;
452
+ }
453
+
454
+ // Warning: (ae-missing-release-tag) "finishAllPromise" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
455
+ //
456
+ // @public @deprecated (undocumented)
457
+ export function finishAllPromise<T>(ps: Promise<T>[]): Promise<PromiseResultArray<T>>;
458
+
459
+ // Warning: (ae-missing-release-tag) "fromTimeStamp" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
460
+ //
461
+ // @public
462
+ export function fromTimeStamp(timestamp: number): Date;
463
+
464
+ // Warning: (ae-missing-release-tag) "functionName" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
465
+ //
466
+ // @public
467
+ export function functionName(func: Function): string;
468
+
469
+ // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
470
+ // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
471
+ // Warning: (ae-missing-release-tag) "getErrorFrame" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
472
+ //
473
+ // @public
474
+ export function getErrorFrame(e: Error, frame: number): string;
475
+
476
+ // Warning: (ae-missing-release-tag) "getTimeStamp" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
477
+ //
478
+ // @public
479
+ export function getTimeStamp(date: Date): number;
480
+
481
+ // @public
482
+ export const globalObject: any;
483
+
484
+ // @public
485
+ export function globalSingleton<T>(symbol: symbol | string, constructor: () => T): T;
486
+
487
+ // @public
488
+ export function globalSingleton<T>(symbol: symbol | string): T | undefined;
489
+
490
+ // @public
491
+ export function globalSingletonDelete(symbol: symbol | string): void;
492
+
493
+ // @public
494
+ export function globalSingletonStrong<T>(symbol: symbol | string, constructor: () => T): T;
495
+
496
+ // @public
497
+ export function globalSingletonStrong<T>(symbol: symbol | string): T | undefined;
498
+
499
+ // Warning: (ae-forgotten-export) The symbol "IConstructorOf" needs to be exported by the entry point _export_all_in_one_index.d.ts
500
+ // Warning: (ae-forgotten-export) The symbol "IHooks" needs to be exported by the entry point _export_all_in_one_index.d.ts
501
+ // Warning: (ae-missing-release-tag) "hookClass" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
502
+ //
503
+ // @public (undocumented)
504
+ export function hookClass<TC extends IConstructorOf<T>, T>(target: TC): IHooks<T, TC>;
505
+
506
+ // Warning: (ae-missing-release-tag) "hookClassSymbol" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
507
+ //
508
+ // @public (undocumented)
509
+ export const hookClassSymbol: unique symbol;
510
+
511
+ // Warning: (ae-missing-release-tag) "humanDate" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
512
+ //
513
+ // @public (undocumented)
514
+ export namespace humanDate {
515
+ export function date(date: Date | string | number, sp?: string): string;
516
+ export function datetime(date: Date | string | number): string;
517
+ // Warning: (tsdoc-malformed-html-name) Invalid HTML element: Expecting an HTML name
518
+ export function delta(ms: number): string;
519
+ // Warning: (tsdoc-malformed-html-name) Invalid HTML element: Expecting an HTML name
520
+ export function deltaTiny(ms: number): string;
521
+ // (undocumented)
522
+ export interface IFormatters {
523
+ // (undocumented)
524
+ d: ITimeFormatter;
525
+ // (undocumented)
526
+ h: ITimeFormatter;
527
+ // (undocumented)
528
+ m: ITimeFormatter;
529
+ // (undocumented)
530
+ s: ITimeFormatter;
531
+ }
532
+ // (undocumented)
533
+ export interface ITimeFormatter {
534
+ // (undocumented)
535
+ (s: number): string;
536
+ }
537
+ export function setLocaleFormatter(formatter: Partial<IFormatters>): void;
538
+ export function time(date: Date | string | number): string;
539
+ }
540
+
541
+ // @public
542
+ export function humanSize(bytes: number, fixed?: number): string;
543
+
544
+ // @public
545
+ export function humanSizeSI(bytes: number, fixed?: number): string;
546
+
547
+ // Warning: (tsdoc-missing-deprecation-message) The @deprecated block must include a deprecation message, e.g. describing the recommended alternative
548
+ // Warning: (ae-missing-release-tag) "humanSpeed" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
549
+ //
550
+ // @public @deprecated (undocumented)
551
+ export function humanSpeed(bps: number): string;
552
+
553
+ // @public (undocumented)
554
+ export interface IArrayUpdate<T> {
555
+ // (undocumented)
556
+ add: T[];
557
+ // (undocumented)
558
+ del: T[];
559
+ // (undocumented)
560
+ same: T[];
561
+ }
562
+
563
+ // @public (undocumented)
564
+ export interface IAsyncDisposable {
565
+ // (undocumented)
566
+ dispose(): void | Promise<void>;
567
+ }
568
+
569
+ // @public (undocumented)
570
+ export interface IDisposable {
571
+ // (undocumented)
572
+ dispose(): void;
573
+ }
574
+
575
+ // Warning: (ae-missing-release-tag) "IDisposableBaseInternal" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
576
+ //
577
+ // @public (undocumented)
578
+ export interface IDisposableBaseInternal {
579
+ // (undocumented)
580
+ readonly hasDisposed: boolean;
581
+ // (undocumented)
582
+ onBeforeDispose: EventRegister<void>;
583
+ // (undocumented)
584
+ onDisposeError: EventRegister<Error>;
585
+ }
586
+
587
+ // Warning: (ae-missing-release-tag) "IEventEmitterObject" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
588
+ //
589
+ // @public (undocumented)
590
+ export interface IEventEmitterObject<T extends Function> {
591
+ // (undocumented)
592
+ addListener(type: string, handler: T): any;
593
+ // (undocumented)
594
+ removeListener(type: string, handler: T): any;
595
+ }
596
+
597
+ // Warning: (ae-missing-release-tag) "IEventHostObject" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
598
+ //
599
+ // @public (undocumented)
600
+ export interface IEventHostObject<T extends Function> {
601
+ // (undocumented)
602
+ addEventListener(type: string, handler: T, options?: IEventListenerOptions): any;
603
+ // (undocumented)
604
+ removeEventListener(type: string, handler: T, options?: IEventListenerOptions): any;
605
+ }
606
+
607
+ // Warning: (ae-missing-release-tag) "IEventListenerOptions" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
608
+ //
609
+ // @public (undocumented)
610
+ export interface IEventListenerOptions {
611
+ // (undocumented)
612
+ capture?: boolean;
613
+ // (undocumented)
614
+ once?: boolean;
615
+ // (undocumented)
616
+ passive?: boolean;
617
+ }
618
+
619
+ // Warning: (ae-missing-release-tag) "init" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
620
+ //
621
+ // @public
622
+ export function init<O, T extends keyof O>(init: InitFunc<O, O[T]>): PropertyDecorator;
623
+
624
+ // @public (undocumented)
625
+ export interface InitFunc<O, T> {
626
+ // (undocumented)
627
+ (this: O): T;
628
+ }
629
+
630
+ // @public
631
+ export function initOnRead<O, T extends keyof O>(target: any, propertyKey: T, init: InitFunc<O, O[T]>): void;
632
+
633
+ // Warning: (ae-missing-release-tag) "IProgressHolder" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
634
+ //
635
+ // @public (undocumented)
636
+ export interface IProgressHolder<T, PT> {
637
+ // (undocumented)
638
+ progress(fn: ProgressCallback<PT>): Promise<T> & IProgressHolder<T, PT>;
639
+ }
640
+
641
+ // Warning: (tsdoc-unnecessary-backslash) A backslash can only be used to escape a punctuation character
642
+ // Warning: (tsdoc-unnecessary-backslash) A backslash can only be used to escape a punctuation character
643
+ // Warning: (ae-missing-release-tag) "isAbsolute" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
644
+ //
645
+ // @public
646
+ export function isAbsolute(path: string): boolean;
647
+
648
+ // @public
649
+ export function isArraySame<T>(a1: T[], a2: T[]): boolean;
650
+
651
+ // @public (undocumented)
652
+ export function isCanceledError(error: any): boolean;
653
+
654
+ // Warning: (ae-missing-release-tag) "isDateInvalid" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
655
+ //
656
+ // @public
657
+ export function isDateInvalid(date: Date): boolean;
658
+
659
+ // Warning: (ae-missing-release-tag) "isDisposedError" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
660
+ //
661
+ // @public (undocumented)
662
+ export function isDisposedError(error: any): boolean;
663
+
664
+ // Warning: (ae-missing-release-tag) "isElectron" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
665
+ //
666
+ // @public (undocumented)
667
+ export const isElectron: boolean;
668
+
669
+ // Warning: (ae-missing-release-tag) "isElectronMain" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
670
+ //
671
+ // @public (undocumented)
672
+ export const isElectronMain: boolean;
673
+
674
+ // Warning: (ae-missing-release-tag) "isElectronRenderer" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
675
+ //
676
+ // @public (undocumented)
677
+ export const isElectronRenderer: boolean;
678
+
679
+ // Warning: (ae-missing-release-tag) "isLinux" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
680
+ //
681
+ // @public (undocumented)
682
+ export const isLinux: boolean;
683
+
684
+ // Warning: (ae-missing-release-tag) "isMacintosh" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
685
+ //
686
+ // @public (undocumented)
687
+ export const isMacintosh: boolean;
688
+
689
+ // Warning: (ae-missing-release-tag) "isNative" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
690
+ //
691
+ // @public (undocumented)
692
+ export const isNative: boolean;
693
+
694
+ // Warning: (ae-missing-release-tag) "isObjectSame" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
695
+ //
696
+ // @public
697
+ export function isObjectSame(a: any, b: any): boolean;
698
+
699
+ // Warning: (ae-missing-release-tag) "isObjectSameRecursive" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
700
+ //
701
+ // @public
702
+ export function isObjectSameRecursive(a: any, b: any): boolean;
703
+
704
+ // @public (undocumented)
705
+ export function isTimeoutError(error: Error): error is TimeoutError;
706
+
707
+ // Warning: (ae-missing-release-tag) "isWeb" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
708
+ //
709
+ // @public (undocumented)
710
+ export const isWeb: boolean;
711
+
712
+ // Warning: (ae-missing-release-tag) "isWindows" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
713
+ //
714
+ // @public (undocumented)
715
+ export const isWindows: boolean;
716
+
717
+ // Warning: (ae-missing-release-tag) "IUniqueIdFactory" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
718
+ //
719
+ // @public (undocumented)
720
+ export interface IUniqueIdFactory<T> {
721
+ // (undocumented)
722
+ (item: T): string;
723
+ }
724
+
725
+ // @public
726
+ export function lcfirst<T extends string>(str: T): Uncapitalize<T>;
727
+
728
+ // @alpha
729
+ export abstract class LifecycleObject extends AsyncDisposable {
730
+ // (undocumented)
731
+ dispose(): Promise<void>;
732
+ protected abstract done(): void;
733
+ }
734
+
735
+ // @public (undocumented)
736
+ export function linux_case(str: string): string;
737
+
738
+ // @public (undocumented)
739
+ export function linux_case_hyphen(str: string): string;
740
+
741
+ // Warning: (ae-missing-release-tag) "MapLike" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
742
+ //
743
+ // @public (undocumented)
744
+ export interface MapLike<V> {
745
+ // (undocumented)
746
+ [id: string]: V;
747
+ }
748
+
749
+ // Warning: (ae-missing-release-tag) "MaybeNamedFunction" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
750
+ //
751
+ // @public (undocumented)
752
+ export interface MaybeNamedFunction extends Function {
753
+ // (undocumented)
754
+ displayName?: string;
755
+ }
756
+
757
+ // Warning: (ae-missing-release-tag) "memo" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
758
+ //
759
+ // @public
760
+ export const memo: MethodDecorator;
761
+
762
+ // Warning: (ae-missing-release-tag) "memorizeValueSymbol" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
763
+ //
764
+ // @public (undocumented)
765
+ export const memorizeValueSymbol: unique symbol;
766
+
767
+ // Warning: (ae-missing-release-tag) "MyAsyncCallback" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
768
+ //
769
+ // @public (undocumented)
770
+ export interface MyAsyncCallback<Argument extends unknown[]> {
771
+ // (undocumented)
772
+ (...param: Argument): Promise<void | undefined | boolean> | void | undefined | boolean;
773
+ // (undocumented)
774
+ displayName?: string;
775
+ }
776
+
777
+ // Warning: (ae-missing-release-tag) "MyCallback" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
778
+ //
779
+ // @public (undocumented)
780
+ export interface MyCallback<Argument extends unknown[]> {
781
+ // (undocumented)
782
+ (...param: Argument): any;
783
+ // (undocumented)
784
+ displayName?: string;
785
+ }
786
+
787
+ // Warning: (ae-missing-release-tag) "MyDelayCallback" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
788
+ //
789
+ // @public (undocumented)
790
+ export interface MyDelayCallback<Argument extends unknown[]> {
791
+ // (undocumented)
792
+ (...param: Argument): void;
793
+ // (undocumented)
794
+ displayName?: string;
795
+ }
796
+
797
+ // Warning: (ae-missing-release-tag) "NamedFunction" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
798
+ //
799
+ // @public
800
+ export interface NamedFunction extends Function {
801
+ // (undocumented)
802
+ displayName: string;
803
+ }
804
+
805
+ // Warning: (ae-missing-release-tag) "nameFunction" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
806
+ //
807
+ // @public
808
+ export function nameFunction<T extends Function>(name: string, func: T): T & NamedFunction;
809
+
810
+ // Warning: (ae-missing-release-tag) "nextDay" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
811
+ //
812
+ // @public (undocumented)
813
+ export function nextDay(d: Date, n?: number): Date;
814
+
815
+ // Warning: (ae-missing-release-tag) "nextHour" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
816
+ //
817
+ // @public (undocumented)
818
+ export function nextHour(d: Date, n?: number): Date;
819
+
820
+ // Warning: (ae-missing-release-tag) "nextMinute" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
821
+ //
822
+ // @public (undocumented)
823
+ export function nextMinute(d: Date, n?: number): Date;
824
+
825
+ // Warning: (ae-missing-release-tag) "nextMonth" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
826
+ //
827
+ // @public (undocumented)
828
+ export function nextMonth(d: Date, n?: number): Date;
829
+
830
+ // Warning: (ae-missing-release-tag) "nextSecond" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
831
+ //
832
+ // @public (undocumented)
833
+ export function nextSecond(d: Date, n?: number): Date;
834
+
835
+ // Warning: (ae-missing-release-tag) "nextWeek" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
836
+ //
837
+ // @public (undocumented)
838
+ export function nextWeek(d: Date, n?: number): Date;
839
+
840
+ // Warning: (ae-missing-release-tag) "nextYear" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
841
+ //
842
+ // @public (undocumented)
843
+ export function nextYear(d: Date, n?: number): Date;
844
+
845
+ // @public
846
+ export function normalizeArray<T>(input: T | T[]): T[];
847
+
848
+ // Warning: (tsdoc-unnecessary-backslash) A backslash can only be used to escape a punctuation character
849
+ // Warning: (ae-missing-release-tag) "normalizePath" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
850
+ //
851
+ // @public
852
+ export function normalizePath(p: string): string;
853
+
854
+ // Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
855
+ // Warning: (ae-missing-release-tag) "objectPath" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
856
+ //
857
+ // @public
858
+ export function objectPath(obj: object, path: string): any;
859
+
860
+ // Warning: (ae-missing-release-tag) "oneDay" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
861
+ //
862
+ // @public (undocumented)
863
+ export const oneDay = 86400000;
864
+
865
+ // Warning: (ae-missing-release-tag) "oneHour" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
866
+ //
867
+ // @public (undocumented)
868
+ export const oneHour = 1440000;
869
+
870
+ // Warning: (ae-missing-release-tag) "oneMinute" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
871
+ //
872
+ // @public (undocumented)
873
+ export const oneMinute = 60000;
874
+
875
+ // Warning: (ae-missing-release-tag) "oneSecond" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
876
+ //
877
+ // @public (undocumented)
878
+ export const oneSecond = 1000;
879
+
880
+ // Warning: (ae-missing-release-tag) "oneWeek" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
881
+ //
882
+ // @public (undocumented)
883
+ export const oneWeek = 604800000;
884
+
885
+ // @public
886
+ export function pad2(s: number): string;
887
+
888
+ // Warning: (ae-missing-release-tag) "PathArray" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
889
+ //
890
+ // @public
891
+ export class PathArray extends Set<string> {
892
+ constructor(init: string, sep: ':' | ';');
893
+ // (undocumented)
894
+ add(paths: string): this;
895
+ // (undocumented)
896
+ delete(paths: string): boolean;
897
+ // (undocumented)
898
+ has(path: string): boolean;
899
+ // (undocumented)
900
+ join(part: string): string[];
901
+ // (undocumented)
902
+ toString(): string;
903
+ }
904
+
905
+ // Warning: (ae-missing-release-tag) "ProgressCallback" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
906
+ //
907
+ // @public (undocumented)
908
+ export type ProgressCallback<T = any> = (value: T) => void;
909
+
910
+ // Warning: (ae-missing-release-tag) "promiseBool" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
911
+ //
912
+ // @public
913
+ export function promiseBool(p: Promise<any>): Promise<boolean>;
914
+
915
+ // Warning: (ae-missing-release-tag) "PromisePool" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
916
+ //
917
+ // @public (undocumented)
918
+ export class PromisePool {
919
+ // (undocumented)
920
+ create(id: string): Promise<any> & IProgressHolder<any, any>;
921
+ // (undocumented)
922
+ dispose(): void;
923
+ // (undocumented)
924
+ done(id: string, data: any): void;
925
+ // (undocumented)
926
+ error(id: string, e: Error): void;
927
+ // (undocumented)
928
+ has(id: string): boolean;
929
+ // (undocumented)
930
+ protected readonly promiseList: Record<string, DeferredPromise<any>>;
931
+ // (undocumented)
932
+ size(): number;
933
+ }
934
+
935
+ // Warning: (tsdoc-missing-deprecation-message) The @deprecated block must include a deprecation message, e.g. describing the recommended alternative
936
+ // Warning: (ae-missing-release-tag) "PromiseResultArray" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
937
+ //
938
+ // @public @deprecated (undocumented)
939
+ export interface PromiseResultArray<T> {
940
+ // (undocumented)
941
+ count: number;
942
+ // (undocumented)
943
+ fulfilled: number[];
944
+ // (undocumented)
945
+ fulfilledResult: T[];
946
+ // (undocumented)
947
+ rejected: number[];
948
+ // (undocumented)
949
+ rejectedResult: Error[];
950
+ }
951
+
952
+ // Warning: (ae-missing-release-tag) "RegexpFinder" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
953
+ //
954
+ // @public (undocumented)
955
+ export function RegexpFinder(this: RegExp[], item: RegExp): number;
956
+
957
+ // Warning: (ae-missing-release-tag) "registerGlobalLifecycle" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
958
+ //
959
+ // @public
960
+ export function registerGlobalLifecycle(object: IDisposable): void;
961
+
962
+ // Warning: (ae-missing-release-tag) "singleton" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
963
+ //
964
+ // @public (undocumented)
965
+ export function singleton(type?: SingletonType): ClassDecorator;
966
+
967
+ // Warning: (ae-missing-release-tag) "singletonSymbol" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
968
+ //
969
+ // @public (undocumented)
970
+ export const singletonSymbol: unique symbol;
971
+
972
+ // Warning: (ae-missing-release-tag) "SingletonType" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
973
+ //
974
+ // @public (undocumented)
975
+ export enum SingletonType {
976
+ // (undocumented)
977
+ Return = 1,
978
+ // (undocumented)
979
+ Throw = 0
980
+ }
981
+
982
+ // Warning: (ae-missing-release-tag) "sleep" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
983
+ //
984
+ // @public (undocumented)
985
+ export function sleep(ms: number): Promise<void>;
986
+
987
+ // @public
988
+ export function sortByString(a: string, b: string): number;
989
+
990
+ // @public
991
+ export function throwNull<T>(val: T): NonNullable<T>;
992
+
993
+ // Warning: (ae-missing-release-tag) "timeout" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
994
+ //
995
+ // @public (undocumented)
996
+ export function timeout(ms: number, error?: string): Promise<never>;
997
+
998
+ // @public
999
+ export class TimeoutError extends Error {
1000
+ constructor(time: number, what?: string);
1001
+ }
1002
+
1003
+ // Warning: (ae-missing-release-tag) "timeoutPromise" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
1004
+ // Warning: (ae-missing-release-tag) "timeoutPromise" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
1005
+ // Warning: (ae-missing-release-tag) "timeoutPromise" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
1006
+ // Warning: (ae-missing-release-tag) "timeoutPromise" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
1007
+ //
1008
+ // @public (undocumented)
1009
+ export function timeoutPromise<T>(ms: number, p: Promise<T>): Promise<T>;
1010
+
1011
+ // @public (undocumented)
1012
+ export function timeoutPromise<T>(ms: number, message: string, p: Promise<T>): Promise<T>;
1013
+
1014
+ // @public (undocumented)
1015
+ export function timeoutPromise<T, PT = any>(ms: number, p: DeferredPromise<T, PT>): DeferredPromise<T, PT>;
1016
+
1017
+ // @public (undocumented)
1018
+ export function timeoutPromise<T, PT = any>(ms: number, message: string, p: DeferredPromise<T, PT>): DeferredPromise<T, PT>;
1019
+
1020
+ // Warning: (ae-missing-release-tag) "TimeoutPromisePool" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
1021
+ //
1022
+ // @public (undocumented)
1023
+ export class TimeoutPromisePool extends PromisePool {
1024
+ constructor(defaultTimeoutMs?: number);
1025
+ // (undocumented)
1026
+ create(id: string, timeoutMs?: number, timeoutMsg?: string): Promise<any> & IProgressHolder<any, any>;
1027
+ }
1028
+
1029
+ // @public
1030
+ export function toDisposable(fn: () => void): IDisposable;
1031
+
1032
+ // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
1033
+ // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
1034
+ // Warning: (ae-missing-release-tag) "tryInspect" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
1035
+ //
1036
+ // @public
1037
+ export function tryInspect(object: any): any;
1038
+
1039
+ // @public
1040
+ export function ucfirst<T extends string>(str: T): Capitalize<T>;
1041
+
1042
+ // Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
1043
+ // Warning: (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
1044
+ //
1045
+ // @public
1046
+ export function uniqueFilter<T>(idFactory?: IUniqueIdFactory<T>): (item: T) => boolean;
1047
+
1048
+ // Warning: (ae-forgotten-export) The symbol "Unsubscribable" needs to be exported by the entry point _export_all_in_one_index.d.ts
1049
+ // Warning: (ae-missing-release-tag) "unsubscribableToDisposable" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
1050
+ //
1051
+ // @public (undocumented)
1052
+ export function unsubscribableToDisposable(subscription: Unsubscribable): {
1053
+ dispose: () => void;
1054
+ };
1055
+
1056
+ // Warning: (ae-missing-release-tag) "userAgent" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
1057
+ //
1058
+ // @public (undocumented)
1059
+ export const userAgent: string;
1060
+
1061
+ // Warning: (ae-missing-release-tag) "ValueCallback" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
1062
+ //
1063
+ // @public (undocumented)
1064
+ export type ValueCallback<T = any> = (value: T | Promise<T>) => void;
1065
+
1066
+ // Warning: (ae-missing-release-tag) "WrappedConsole" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
1067
+ //
1068
+ // @public (undocumented)
1069
+ export abstract class WrappedConsole {
1070
+ constructor(title: string, { parent, bind }?: WrappedConsoleOptions);
1071
+ // (undocumented)
1072
+ assert: Console['assert'];
1073
+ // (undocumented)
1074
+ protected readonly bind: boolean;
1075
+ // (undocumented)
1076
+ clear: Console['clear'];
1077
+ // (undocumented)
1078
+ count: Console['count'];
1079
+ // (undocumented)
1080
+ countReset: Console['countReset'];
1081
+ // (undocumented)
1082
+ protected createPrefix(message: string): string;
1083
+ // (undocumented)
1084
+ debug: Console['debug'];
1085
+ // (undocumented)
1086
+ dir: Console['dir'];
1087
+ // (undocumented)
1088
+ error: Console['error'];
1089
+ // (undocumented)
1090
+ group: Console['group'];
1091
+ // (undocumented)
1092
+ groupCollapsed: Console['groupCollapsed'];
1093
+ // (undocumented)
1094
+ groupEnd: Console['groupEnd'];
1095
+ // (undocumented)
1096
+ info: Console['info'];
1097
+ // (undocumented)
1098
+ log: Console['log'];
1099
+ // (undocumented)
1100
+ protected readonly parent: Console;
1101
+ // (undocumented)
1102
+ protected abstract processColorLabel(normalizedArguments: any[], messageLoc: number, level: string, prefix: string): void;
1103
+ // (undocumented)
1104
+ success: Console['log'];
1105
+ // (undocumented)
1106
+ table: Console['table'];
1107
+ // (undocumented)
1108
+ time: Console['time'];
1109
+ // (undocumented)
1110
+ timeEnd: Console['timeEnd'];
1111
+ // (undocumented)
1112
+ timeLog: Console['timeLog'];
1113
+ // (undocumented)
1114
+ protected readonly title: string;
1115
+ // (undocumented)
1116
+ trace: Console['trace'];
1117
+ // (undocumented)
1118
+ protected uncolor(args: any[], pos: number, prefix: string, postfix: string): void;
1119
+ // (undocumented)
1120
+ warn: Console['warn'];
1121
+ // (undocumented)
1122
+ protected wrap<T extends keyof Omit<Console & {
1123
+ Console: any;
1124
+ }, 'Console'>>(original: T): Function;
1125
+ }
1126
+
1127
+ // Warning: (ae-missing-release-tag) "WrappedConsoleOptions" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
1128
+ //
1129
+ // @public (undocumented)
1130
+ export interface WrappedConsoleOptions {
1131
+ // (undocumented)
1132
+ bind?: boolean;
1133
+ // (undocumented)
1134
+ parent?: Console;
1135
+ }
1136
+
1137
+ // (No @packageDocumentation comment for this package)
1138
+
1139
+ ```