Skip to content

Commit 5a33707

Browse files
committed
Update LKG
1 parent 9539422 commit 5a33707

File tree

5 files changed

+7516
-5672
lines changed

5 files changed

+7516
-5672
lines changed

bin/lib.d.ts

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1182,14 +1182,14 @@ interface Int8Array extends ArrayBufferView {
11821182

11831183
/**
11841184
* Sets a value or an array of values.
1185-
* @param A typed or untyped array of values to set.
1185+
* @param array A typed or untyped array of values to set.
11861186
* @param offset The index in the current array at which the values are to be written.
11871187
*/
11881188
set(array: Int8Array, offset?: number): void;
11891189

11901190
/**
11911191
* Sets a value or an array of values.
1192-
* @param A typed or untyped array of values to set.
1192+
* @param array A typed or untyped array of values to set.
11931193
* @param offset The index in the current array at which the values are to be written.
11941194
*/
11951195
set(array: number[], offset?: number): void;
@@ -1240,14 +1240,14 @@ interface Uint8Array extends ArrayBufferView {
12401240

12411241
/**
12421242
* Sets a value or an array of values.
1243-
* @param A typed or untyped array of values to set.
1243+
* @param array A typed or untyped array of values to set.
12441244
* @param offset The index in the current array at which the values are to be written.
12451245
*/
12461246
set(array: Uint8Array, offset?: number): void;
12471247

12481248
/**
12491249
* Sets a value or an array of values.
1250-
* @param A typed or untyped array of values to set.
1250+
* @param array A typed or untyped array of values to set.
12511251
* @param offset The index in the current array at which the values are to be written.
12521252
*/
12531253
set(array: number[], offset?: number): void;
@@ -1298,14 +1298,14 @@ interface Int16Array extends ArrayBufferView {
12981298

12991299
/**
13001300
* Sets a value or an array of values.
1301-
* @param A typed or untyped array of values to set.
1301+
* @param array A typed or untyped array of values to set.
13021302
* @param offset The index in the current array at which the values are to be written.
13031303
*/
13041304
set(array: Int16Array, offset?: number): void;
13051305

13061306
/**
13071307
* Sets a value or an array of values.
1308-
* @param A typed or untyped array of values to set.
1308+
* @param array A typed or untyped array of values to set.
13091309
* @param offset The index in the current array at which the values are to be written.
13101310
*/
13111311
set(array: number[], offset?: number): void;
@@ -1356,14 +1356,14 @@ interface Uint16Array extends ArrayBufferView {
13561356

13571357
/**
13581358
* Sets a value or an array of values.
1359-
* @param A typed or untyped array of values to set.
1359+
* @param array A typed or untyped array of values to set.
13601360
* @param offset The index in the current array at which the values are to be written.
13611361
*/
13621362
set(array: Uint16Array, offset?: number): void;
13631363

13641364
/**
13651365
* Sets a value or an array of values.
1366-
* @param A typed or untyped array of values to set.
1366+
* @param array A typed or untyped array of values to set.
13671367
* @param offset The index in the current array at which the values are to be written.
13681368
*/
13691369
set(array: number[], offset?: number): void;
@@ -1414,14 +1414,14 @@ interface Int32Array extends ArrayBufferView {
14141414

14151415
/**
14161416
* Sets a value or an array of values.
1417-
* @param A typed or untyped array of values to set.
1417+
* @param array A typed or untyped array of values to set.
14181418
* @param offset The index in the current array at which the values are to be written.
14191419
*/
14201420
set(array: Int32Array, offset?: number): void;
14211421

14221422
/**
14231423
* Sets a value or an array of values.
1424-
* @param A typed or untyped array of values to set.
1424+
* @param array A typed or untyped array of values to set.
14251425
* @param offset The index in the current array at which the values are to be written.
14261426
*/
14271427
set(array: number[], offset?: number): void;
@@ -1472,14 +1472,14 @@ interface Uint32Array extends ArrayBufferView {
14721472

14731473
/**
14741474
* Sets a value or an array of values.
1475-
* @param A typed or untyped array of values to set.
1475+
* @param array A typed or untyped array of values to set.
14761476
* @param offset The index in the current array at which the values are to be written.
14771477
*/
14781478
set(array: Uint32Array, offset?: number): void;
14791479

14801480
/**
14811481
* Sets a value or an array of values.
1482-
* @param A typed or untyped array of values to set.
1482+
* @param array A typed or untyped array of values to set.
14831483
* @param offset The index in the current array at which the values are to be written.
14841484
*/
14851485
set(array: number[], offset?: number): void;
@@ -1530,14 +1530,14 @@ interface Float32Array extends ArrayBufferView {
15301530

15311531
/**
15321532
* Sets a value or an array of values.
1533-
* @param A typed or untyped array of values to set.
1533+
* @param array A typed or untyped array of values to set.
15341534
* @param offset The index in the current array at which the values are to be written.
15351535
*/
15361536
set(array: Float32Array, offset?: number): void;
15371537

15381538
/**
15391539
* Sets a value or an array of values.
1540-
* @param A typed or untyped array of values to set.
1540+
* @param array A typed or untyped array of values to set.
15411541
* @param offset The index in the current array at which the values are to be written.
15421542
*/
15431543
set(array: number[], offset?: number): void;
@@ -1588,14 +1588,14 @@ interface Float64Array extends ArrayBufferView {
15881588

15891589
/**
15901590
* Sets a value or an array of values.
1591-
* @param A typed or untyped array of values to set.
1591+
* @param array A typed or untyped array of values to set.
15921592
* @param offset The index in the current array at which the values are to be written.
15931593
*/
15941594
set(array: Float64Array, offset?: number): void;
15951595

15961596
/**
15971597
* Sets a value or an array of values.
1598-
* @param A typed or untyped array of values to set.
1598+
* @param array A typed or untyped array of values to set.
15991599
* @param offset The index in the current array at which the values are to be written.
16001600
*/
16011601
set(array: number[], offset?: number): void;

bin/lib.dom.d.ts

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,14 @@ interface Int8Array extends ArrayBufferView {
7979

8080
/**
8181
* Sets a value or an array of values.
82-
* @param A typed or untyped array of values to set.
82+
* @param array A typed or untyped array of values to set.
8383
* @param offset The index in the current array at which the values are to be written.
8484
*/
8585
set(array: Int8Array, offset?: number): void;
8686

8787
/**
8888
* Sets a value or an array of values.
89-
* @param A typed or untyped array of values to set.
89+
* @param array A typed or untyped array of values to set.
9090
* @param offset The index in the current array at which the values are to be written.
9191
*/
9292
set(array: number[], offset?: number): void;
@@ -137,14 +137,14 @@ interface Uint8Array extends ArrayBufferView {
137137

138138
/**
139139
* Sets a value or an array of values.
140-
* @param A typed or untyped array of values to set.
140+
* @param array A typed or untyped array of values to set.
141141
* @param offset The index in the current array at which the values are to be written.
142142
*/
143143
set(array: Uint8Array, offset?: number): void;
144144

145145
/**
146146
* Sets a value or an array of values.
147-
* @param A typed or untyped array of values to set.
147+
* @param array A typed or untyped array of values to set.
148148
* @param offset The index in the current array at which the values are to be written.
149149
*/
150150
set(array: number[], offset?: number): void;
@@ -195,14 +195,14 @@ interface Int16Array extends ArrayBufferView {
195195

196196
/**
197197
* Sets a value or an array of values.
198-
* @param A typed or untyped array of values to set.
198+
* @param array A typed or untyped array of values to set.
199199
* @param offset The index in the current array at which the values are to be written.
200200
*/
201201
set(array: Int16Array, offset?: number): void;
202202

203203
/**
204204
* Sets a value or an array of values.
205-
* @param A typed or untyped array of values to set.
205+
* @param array A typed or untyped array of values to set.
206206
* @param offset The index in the current array at which the values are to be written.
207207
*/
208208
set(array: number[], offset?: number): void;
@@ -253,14 +253,14 @@ interface Uint16Array extends ArrayBufferView {
253253

254254
/**
255255
* Sets a value or an array of values.
256-
* @param A typed or untyped array of values to set.
256+
* @param array A typed or untyped array of values to set.
257257
* @param offset The index in the current array at which the values are to be written.
258258
*/
259259
set(array: Uint16Array, offset?: number): void;
260260

261261
/**
262262
* Sets a value or an array of values.
263-
* @param A typed or untyped array of values to set.
263+
* @param array A typed or untyped array of values to set.
264264
* @param offset The index in the current array at which the values are to be written.
265265
*/
266266
set(array: number[], offset?: number): void;
@@ -311,14 +311,14 @@ interface Int32Array extends ArrayBufferView {
311311

312312
/**
313313
* Sets a value or an array of values.
314-
* @param A typed or untyped array of values to set.
314+
* @param array A typed or untyped array of values to set.
315315
* @param offset The index in the current array at which the values are to be written.
316316
*/
317317
set(array: Int32Array, offset?: number): void;
318318

319319
/**
320320
* Sets a value or an array of values.
321-
* @param A typed or untyped array of values to set.
321+
* @param array A typed or untyped array of values to set.
322322
* @param offset The index in the current array at which the values are to be written.
323323
*/
324324
set(array: number[], offset?: number): void;
@@ -369,14 +369,14 @@ interface Uint32Array extends ArrayBufferView {
369369

370370
/**
371371
* Sets a value or an array of values.
372-
* @param A typed or untyped array of values to set.
372+
* @param array A typed or untyped array of values to set.
373373
* @param offset The index in the current array at which the values are to be written.
374374
*/
375375
set(array: Uint32Array, offset?: number): void;
376376

377377
/**
378378
* Sets a value or an array of values.
379-
* @param A typed or untyped array of values to set.
379+
* @param array A typed or untyped array of values to set.
380380
* @param offset The index in the current array at which the values are to be written.
381381
*/
382382
set(array: number[], offset?: number): void;
@@ -427,14 +427,14 @@ interface Float32Array extends ArrayBufferView {
427427

428428
/**
429429
* Sets a value or an array of values.
430-
* @param A typed or untyped array of values to set.
430+
* @param array A typed or untyped array of values to set.
431431
* @param offset The index in the current array at which the values are to be written.
432432
*/
433433
set(array: Float32Array, offset?: number): void;
434434

435435
/**
436436
* Sets a value or an array of values.
437-
* @param A typed or untyped array of values to set.
437+
* @param array A typed or untyped array of values to set.
438438
* @param offset The index in the current array at which the values are to be written.
439439
*/
440440
set(array: number[], offset?: number): void;
@@ -485,14 +485,14 @@ interface Float64Array extends ArrayBufferView {
485485

486486
/**
487487
* Sets a value or an array of values.
488-
* @param A typed or untyped array of values to set.
488+
* @param array A typed or untyped array of values to set.
489489
* @param offset The index in the current array at which the values are to be written.
490490
*/
491491
set(array: Float64Array, offset?: number): void;
492492

493493
/**
494494
* Sets a value or an array of values.
495-
* @param A typed or untyped array of values to set.
495+
* @param array A typed or untyped array of values to set.
496496
* @param offset The index in the current array at which the values are to be written.
497497
*/
498498
set(array: number[], offset?: number): void;

0 commit comments

Comments
 (0)