@typescript/native-preview-darwin-arm64 7.0.0-dev.20250522.2
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.
- package/LICENSE +55 -0
- package/NOTICE.txt +297 -0
- package/README.md +3 -0
- package/lib/lib.d.ts +22 -0
- package/lib/lib.decorators.d.ts +386 -0
- package/lib/lib.decorators.legacy.d.ts +22 -0
- package/lib/lib.dom.asynciterable.d.ts +41 -0
- package/lib/lib.dom.d.ts +28087 -0
- package/lib/lib.dom.iterable.d.ts +491 -0
- package/lib/lib.es2015.collection.d.ts +147 -0
- package/lib/lib.es2015.core.d.ts +597 -0
- package/lib/lib.es2015.d.ts +28 -0
- package/lib/lib.es2015.generator.d.ts +77 -0
- package/lib/lib.es2015.iterable.d.ts +590 -0
- package/lib/lib.es2015.promise.d.ts +81 -0
- package/lib/lib.es2015.proxy.d.ts +128 -0
- package/lib/lib.es2015.reflect.d.ts +144 -0
- package/lib/lib.es2015.symbol.d.ts +46 -0
- package/lib/lib.es2015.symbol.wellknown.d.ts +326 -0
- package/lib/lib.es2016.array.include.d.ts +116 -0
- package/lib/lib.es2016.d.ts +21 -0
- package/lib/lib.es2016.full.d.ts +23 -0
- package/lib/lib.es2016.intl.d.ts +31 -0
- package/lib/lib.es2017.arraybuffer.d.ts +21 -0
- package/lib/lib.es2017.d.ts +26 -0
- package/lib/lib.es2017.date.d.ts +31 -0
- package/lib/lib.es2017.full.d.ts +23 -0
- package/lib/lib.es2017.intl.d.ts +44 -0
- package/lib/lib.es2017.object.d.ts +49 -0
- package/lib/lib.es2017.sharedmemory.d.ts +135 -0
- package/lib/lib.es2017.string.d.ts +45 -0
- package/lib/lib.es2017.typedarrays.d.ts +53 -0
- package/lib/lib.es2018.asyncgenerator.d.ts +77 -0
- package/lib/lib.es2018.asynciterable.d.ts +53 -0
- package/lib/lib.es2018.d.ts +24 -0
- package/lib/lib.es2018.full.d.ts +24 -0
- package/lib/lib.es2018.intl.d.ts +83 -0
- package/lib/lib.es2018.promise.d.ts +30 -0
- package/lib/lib.es2018.regexp.d.ts +37 -0
- package/lib/lib.es2019.array.d.ts +79 -0
- package/lib/lib.es2019.d.ts +24 -0
- package/lib/lib.es2019.full.d.ts +24 -0
- package/lib/lib.es2019.intl.d.ts +23 -0
- package/lib/lib.es2019.object.d.ts +33 -0
- package/lib/lib.es2019.string.d.ts +37 -0
- package/lib/lib.es2019.symbol.d.ts +24 -0
- package/lib/lib.es2020.bigint.d.ts +729 -0
- package/lib/lib.es2020.d.ts +27 -0
- package/lib/lib.es2020.date.d.ts +42 -0
- package/lib/lib.es2020.full.d.ts +24 -0
- package/lib/lib.es2020.intl.d.ts +474 -0
- package/lib/lib.es2020.number.d.ts +28 -0
- package/lib/lib.es2020.promise.d.ts +47 -0
- package/lib/lib.es2020.sharedmemory.d.ts +99 -0
- package/lib/lib.es2020.string.d.ts +44 -0
- package/lib/lib.es2020.symbol.wellknown.d.ts +41 -0
- package/lib/lib.es2021.d.ts +23 -0
- package/lib/lib.es2021.full.d.ts +24 -0
- package/lib/lib.es2021.intl.d.ts +166 -0
- package/lib/lib.es2021.promise.d.ts +48 -0
- package/lib/lib.es2021.string.d.ts +33 -0
- package/lib/lib.es2021.weakref.d.ts +78 -0
- package/lib/lib.es2022.array.d.ts +121 -0
- package/lib/lib.es2022.d.ts +25 -0
- package/lib/lib.es2022.error.d.ts +75 -0
- package/lib/lib.es2022.full.d.ts +24 -0
- package/lib/lib.es2022.intl.d.ts +121 -0
- package/lib/lib.es2022.object.d.ts +26 -0
- package/lib/lib.es2022.regexp.d.ts +39 -0
- package/lib/lib.es2022.string.d.ts +25 -0
- package/lib/lib.es2023.array.d.ts +924 -0
- package/lib/lib.es2023.collection.d.ts +21 -0
- package/lib/lib.es2023.d.ts +22 -0
- package/lib/lib.es2023.full.d.ts +24 -0
- package/lib/lib.es2023.intl.d.ts +56 -0
- package/lib/lib.es2024.arraybuffer.d.ts +65 -0
- package/lib/lib.es2024.collection.d.ts +29 -0
- package/lib/lib.es2024.d.ts +26 -0
- package/lib/lib.es2024.full.d.ts +24 -0
- package/lib/lib.es2024.object.d.ts +29 -0
- package/lib/lib.es2024.promise.d.ts +35 -0
- package/lib/lib.es2024.regexp.d.ts +25 -0
- package/lib/lib.es2024.sharedmemory.d.ts +68 -0
- package/lib/lib.es2024.string.d.ts +29 -0
- package/lib/lib.es5.d.ts +4585 -0
- package/lib/lib.es6.d.ts +23 -0
- package/lib/lib.esnext.array.d.ts +35 -0
- package/lib/lib.esnext.collection.d.ts +96 -0
- package/lib/lib.esnext.d.ts +25 -0
- package/lib/lib.esnext.decorators.d.ts +28 -0
- package/lib/lib.esnext.disposable.d.ts +193 -0
- package/lib/lib.esnext.full.d.ts +24 -0
- package/lib/lib.esnext.intl.d.ts +21 -0
- package/lib/lib.esnext.iterator.d.ts +148 -0
- package/lib/lib.scripthost.d.ts +322 -0
- package/lib/lib.webworker.asynciterable.d.ts +41 -0
- package/lib/lib.webworker.d.ts +9410 -0
- package/lib/lib.webworker.importscripts.d.ts +23 -0
- package/lib/lib.webworker.iterable.d.ts +288 -0
- package/lib/tsgo +0 -0
- package/package.json +41 -0
|
@@ -0,0 +1,322 @@
|
|
|
1
|
+
/*! *****************************************************************************
|
|
2
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
4
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
5
|
+
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
+
|
|
7
|
+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
8
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
9
|
+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
10
|
+
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
11
|
+
|
|
12
|
+
See the Apache Version 2.0 License for specific language governing permissions
|
|
13
|
+
and limitations under the License.
|
|
14
|
+
***************************************************************************** */
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/// <reference no-default-lib="true"/>
|
|
18
|
+
|
|
19
|
+
/////////////////////////////
|
|
20
|
+
/// Windows Script Host APIS
|
|
21
|
+
/////////////////////////////
|
|
22
|
+
|
|
23
|
+
interface ActiveXObject {
|
|
24
|
+
new (s: string): any;
|
|
25
|
+
}
|
|
26
|
+
declare var ActiveXObject: ActiveXObject;
|
|
27
|
+
|
|
28
|
+
interface ITextWriter {
|
|
29
|
+
Write(s: string): void;
|
|
30
|
+
WriteLine(s: string): void;
|
|
31
|
+
Close(): void;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
interface TextStreamBase {
|
|
35
|
+
/**
|
|
36
|
+
* The column number of the current character position in an input stream.
|
|
37
|
+
*/
|
|
38
|
+
Column: number;
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* The current line number in an input stream.
|
|
42
|
+
*/
|
|
43
|
+
Line: number;
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* Closes a text stream.
|
|
47
|
+
* It is not necessary to close standard streams; they close automatically when the process ends. If
|
|
48
|
+
* you close a standard stream, be aware that any other pointers to that standard stream become invalid.
|
|
49
|
+
*/
|
|
50
|
+
Close(): void;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
interface TextStreamWriter extends TextStreamBase {
|
|
54
|
+
/**
|
|
55
|
+
* Sends a string to an output stream.
|
|
56
|
+
*/
|
|
57
|
+
Write(s: string): void;
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* Sends a specified number of blank lines (newline characters) to an output stream.
|
|
61
|
+
*/
|
|
62
|
+
WriteBlankLines(intLines: number): void;
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Sends a string followed by a newline character to an output stream.
|
|
66
|
+
*/
|
|
67
|
+
WriteLine(s: string): void;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
interface TextStreamReader extends TextStreamBase {
|
|
71
|
+
/**
|
|
72
|
+
* Returns a specified number of characters from an input stream, starting at the current pointer position.
|
|
73
|
+
* Does not return until the ENTER key is pressed.
|
|
74
|
+
* Can only be used on a stream in reading mode; causes an error in writing or appending mode.
|
|
75
|
+
*/
|
|
76
|
+
Read(characters: number): string;
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* Returns all characters from an input stream.
|
|
80
|
+
* Can only be used on a stream in reading mode; causes an error in writing or appending mode.
|
|
81
|
+
*/
|
|
82
|
+
ReadAll(): string;
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* Returns an entire line from an input stream.
|
|
86
|
+
* Although this method extracts the newline character, it does not add it to the returned string.
|
|
87
|
+
* Can only be used on a stream in reading mode; causes an error in writing or appending mode.
|
|
88
|
+
*/
|
|
89
|
+
ReadLine(): string;
|
|
90
|
+
|
|
91
|
+
/**
|
|
92
|
+
* Skips a specified number of characters when reading from an input text stream.
|
|
93
|
+
* Can only be used on a stream in reading mode; causes an error in writing or appending mode.
|
|
94
|
+
* @param characters Positive number of characters to skip forward. (Backward skipping is not supported.)
|
|
95
|
+
*/
|
|
96
|
+
Skip(characters: number): void;
|
|
97
|
+
|
|
98
|
+
/**
|
|
99
|
+
* Skips the next line when reading from an input text stream.
|
|
100
|
+
* Can only be used on a stream in reading mode, not writing or appending mode.
|
|
101
|
+
*/
|
|
102
|
+
SkipLine(): void;
|
|
103
|
+
|
|
104
|
+
/**
|
|
105
|
+
* Indicates whether the stream pointer position is at the end of a line.
|
|
106
|
+
*/
|
|
107
|
+
AtEndOfLine: boolean;
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* Indicates whether the stream pointer position is at the end of a stream.
|
|
111
|
+
*/
|
|
112
|
+
AtEndOfStream: boolean;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
declare var WScript: {
|
|
116
|
+
/**
|
|
117
|
+
* Outputs text to either a message box (under WScript.exe) or the command console window followed by
|
|
118
|
+
* a newline (under CScript.exe).
|
|
119
|
+
*/
|
|
120
|
+
Echo(s: any): void;
|
|
121
|
+
|
|
122
|
+
/**
|
|
123
|
+
* Exposes the write-only error output stream for the current script.
|
|
124
|
+
* Can be accessed only while using CScript.exe.
|
|
125
|
+
*/
|
|
126
|
+
StdErr: TextStreamWriter;
|
|
127
|
+
|
|
128
|
+
/**
|
|
129
|
+
* Exposes the write-only output stream for the current script.
|
|
130
|
+
* Can be accessed only while using CScript.exe.
|
|
131
|
+
*/
|
|
132
|
+
StdOut: TextStreamWriter;
|
|
133
|
+
Arguments: { length: number; Item(n: number): string; };
|
|
134
|
+
|
|
135
|
+
/**
|
|
136
|
+
* The full path of the currently running script.
|
|
137
|
+
*/
|
|
138
|
+
ScriptFullName: string;
|
|
139
|
+
|
|
140
|
+
/**
|
|
141
|
+
* Forces the script to stop immediately, with an optional exit code.
|
|
142
|
+
*/
|
|
143
|
+
Quit(exitCode?: number): number;
|
|
144
|
+
|
|
145
|
+
/**
|
|
146
|
+
* The Windows Script Host build version number.
|
|
147
|
+
*/
|
|
148
|
+
BuildVersion: number;
|
|
149
|
+
|
|
150
|
+
/**
|
|
151
|
+
* Fully qualified path of the host executable.
|
|
152
|
+
*/
|
|
153
|
+
FullName: string;
|
|
154
|
+
|
|
155
|
+
/**
|
|
156
|
+
* Gets/sets the script mode - interactive(true) or batch(false).
|
|
157
|
+
*/
|
|
158
|
+
Interactive: boolean;
|
|
159
|
+
|
|
160
|
+
/**
|
|
161
|
+
* The name of the host executable (WScript.exe or CScript.exe).
|
|
162
|
+
*/
|
|
163
|
+
Name: string;
|
|
164
|
+
|
|
165
|
+
/**
|
|
166
|
+
* Path of the directory containing the host executable.
|
|
167
|
+
*/
|
|
168
|
+
Path: string;
|
|
169
|
+
|
|
170
|
+
/**
|
|
171
|
+
* The filename of the currently running script.
|
|
172
|
+
*/
|
|
173
|
+
ScriptName: string;
|
|
174
|
+
|
|
175
|
+
/**
|
|
176
|
+
* Exposes the read-only input stream for the current script.
|
|
177
|
+
* Can be accessed only while using CScript.exe.
|
|
178
|
+
*/
|
|
179
|
+
StdIn: TextStreamReader;
|
|
180
|
+
|
|
181
|
+
/**
|
|
182
|
+
* Windows Script Host version
|
|
183
|
+
*/
|
|
184
|
+
Version: string;
|
|
185
|
+
|
|
186
|
+
/**
|
|
187
|
+
* Connects a COM object's event sources to functions named with a given prefix, in the form prefix_event.
|
|
188
|
+
*/
|
|
189
|
+
ConnectObject(objEventSource: any, strPrefix: string): void;
|
|
190
|
+
|
|
191
|
+
/**
|
|
192
|
+
* Creates a COM object.
|
|
193
|
+
* @param strProgiID
|
|
194
|
+
* @param strPrefix Function names in the form prefix_event will be bound to this object's COM events.
|
|
195
|
+
*/
|
|
196
|
+
CreateObject(strProgID: string, strPrefix?: string): any;
|
|
197
|
+
|
|
198
|
+
/**
|
|
199
|
+
* Disconnects a COM object from its event sources.
|
|
200
|
+
*/
|
|
201
|
+
DisconnectObject(obj: any): void;
|
|
202
|
+
|
|
203
|
+
/**
|
|
204
|
+
* Retrieves an existing object with the specified ProgID from memory, or creates a new one from a file.
|
|
205
|
+
* @param strPathname Fully qualified path to the file containing the object persisted to disk.
|
|
206
|
+
* For objects in memory, pass a zero-length string.
|
|
207
|
+
* @param strProgID
|
|
208
|
+
* @param strPrefix Function names in the form prefix_event will be bound to this object's COM events.
|
|
209
|
+
*/
|
|
210
|
+
GetObject(strPathname: string, strProgID?: string, strPrefix?: string): any;
|
|
211
|
+
|
|
212
|
+
/**
|
|
213
|
+
* Suspends script execution for a specified length of time, then continues execution.
|
|
214
|
+
* @param intTime Interval (in milliseconds) to suspend script execution.
|
|
215
|
+
*/
|
|
216
|
+
Sleep(intTime: number): void;
|
|
217
|
+
};
|
|
218
|
+
|
|
219
|
+
/**
|
|
220
|
+
* WSH is an alias for WScript under Windows Script Host
|
|
221
|
+
*/
|
|
222
|
+
declare var WSH: typeof WScript;
|
|
223
|
+
|
|
224
|
+
/**
|
|
225
|
+
* Represents an Automation SAFEARRAY
|
|
226
|
+
*/
|
|
227
|
+
declare class SafeArray<T = any> {
|
|
228
|
+
private constructor();
|
|
229
|
+
private SafeArray_typekey: SafeArray<T>;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
/**
|
|
233
|
+
* Allows enumerating over a COM collection, which may not have indexed item access.
|
|
234
|
+
*/
|
|
235
|
+
interface Enumerator<T = any> {
|
|
236
|
+
/**
|
|
237
|
+
* Returns true if the current item is the last one in the collection, or the collection is empty,
|
|
238
|
+
* or the current item is undefined.
|
|
239
|
+
*/
|
|
240
|
+
atEnd(): boolean;
|
|
241
|
+
|
|
242
|
+
/**
|
|
243
|
+
* Returns the current item in the collection
|
|
244
|
+
*/
|
|
245
|
+
item(): T;
|
|
246
|
+
|
|
247
|
+
/**
|
|
248
|
+
* Resets the current item in the collection to the first item. If there are no items in the collection,
|
|
249
|
+
* the current item is set to undefined.
|
|
250
|
+
*/
|
|
251
|
+
moveFirst(): void;
|
|
252
|
+
|
|
253
|
+
/**
|
|
254
|
+
* Moves the current item to the next item in the collection. If the enumerator is at the end of
|
|
255
|
+
* the collection or the collection is empty, the current item is set to undefined.
|
|
256
|
+
*/
|
|
257
|
+
moveNext(): void;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
interface EnumeratorConstructor {
|
|
261
|
+
new <T = any>(safearray: SafeArray<T>): Enumerator<T>;
|
|
262
|
+
new <T = any>(collection: { Item(index: any): T; }): Enumerator<T>;
|
|
263
|
+
new <T = any>(collection: any): Enumerator<T>;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
declare var Enumerator: EnumeratorConstructor;
|
|
267
|
+
|
|
268
|
+
/**
|
|
269
|
+
* Enables reading from a COM safe array, which might have an alternate lower bound, or multiple dimensions.
|
|
270
|
+
*/
|
|
271
|
+
interface VBArray<T = any> {
|
|
272
|
+
/**
|
|
273
|
+
* Returns the number of dimensions (1-based).
|
|
274
|
+
*/
|
|
275
|
+
dimensions(): number;
|
|
276
|
+
|
|
277
|
+
/**
|
|
278
|
+
* Takes an index for each dimension in the array, and returns the item at the corresponding location.
|
|
279
|
+
*/
|
|
280
|
+
getItem(dimension1Index: number, ...dimensionNIndexes: number[]): T;
|
|
281
|
+
|
|
282
|
+
/**
|
|
283
|
+
* Returns the smallest available index for a given dimension.
|
|
284
|
+
* @param dimension 1-based dimension (defaults to 1)
|
|
285
|
+
*/
|
|
286
|
+
lbound(dimension?: number): number;
|
|
287
|
+
|
|
288
|
+
/**
|
|
289
|
+
* Returns the largest available index for a given dimension.
|
|
290
|
+
* @param dimension 1-based dimension (defaults to 1)
|
|
291
|
+
*/
|
|
292
|
+
ubound(dimension?: number): number;
|
|
293
|
+
|
|
294
|
+
/**
|
|
295
|
+
* Returns a Javascript array with all the elements in the VBArray. If there are multiple dimensions,
|
|
296
|
+
* each successive dimension is appended to the end of the array.
|
|
297
|
+
* Example: [[1,2,3],[4,5,6]] becomes [1,2,3,4,5,6]
|
|
298
|
+
*/
|
|
299
|
+
toArray(): T[];
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
interface VBArrayConstructor {
|
|
303
|
+
new <T = any>(safeArray: SafeArray<T>): VBArray<T>;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
declare var VBArray: VBArrayConstructor;
|
|
307
|
+
|
|
308
|
+
/**
|
|
309
|
+
* Automation date (VT_DATE)
|
|
310
|
+
*/
|
|
311
|
+
declare class VarDate {
|
|
312
|
+
private constructor();
|
|
313
|
+
private VarDate_typekey: VarDate;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
interface DateConstructor {
|
|
317
|
+
new (vd: VarDate): Date;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
interface Date {
|
|
321
|
+
getVarDate: () => VarDate;
|
|
322
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/*! *****************************************************************************
|
|
2
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
4
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
5
|
+
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
+
|
|
7
|
+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
8
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
9
|
+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
10
|
+
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
11
|
+
|
|
12
|
+
See the Apache Version 2.0 License for specific language governing permissions
|
|
13
|
+
and limitations under the License.
|
|
14
|
+
***************************************************************************** */
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/// <reference no-default-lib="true"/>
|
|
18
|
+
|
|
19
|
+
/////////////////////////////
|
|
20
|
+
/// Worker Async Iterable APIs
|
|
21
|
+
/////////////////////////////
|
|
22
|
+
|
|
23
|
+
interface FileSystemDirectoryHandleAsyncIterator<T> extends AsyncIteratorObject<T, BuiltinIteratorReturn, unknown> {
|
|
24
|
+
[Symbol.asyncIterator](): FileSystemDirectoryHandleAsyncIterator<T>;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
interface FileSystemDirectoryHandle {
|
|
28
|
+
[Symbol.asyncIterator](): FileSystemDirectoryHandleAsyncIterator<[string, FileSystemHandle]>;
|
|
29
|
+
entries(): FileSystemDirectoryHandleAsyncIterator<[string, FileSystemHandle]>;
|
|
30
|
+
keys(): FileSystemDirectoryHandleAsyncIterator<string>;
|
|
31
|
+
values(): FileSystemDirectoryHandleAsyncIterator<FileSystemHandle>;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
interface ReadableStreamAsyncIterator<T> extends AsyncIteratorObject<T, BuiltinIteratorReturn, unknown> {
|
|
35
|
+
[Symbol.asyncIterator](): ReadableStreamAsyncIterator<T>;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
interface ReadableStream<R = any> {
|
|
39
|
+
[Symbol.asyncIterator](options?: ReadableStreamIteratorOptions): ReadableStreamAsyncIterator<R>;
|
|
40
|
+
values(options?: ReadableStreamIteratorOptions): ReadableStreamAsyncIterator<R>;
|
|
41
|
+
}
|