Skip to content

Commit eb36455

Browse files
committed
fix issue 15275
1 parent bb1f8f1 commit eb36455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/es5.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2316,7 +2316,7 @@ interface Uint8ClampedArray {
23162316
* @param array A typed or untyped array of values to set.
23172317
* @param offset The index in the current array at which the values are to be written.
23182318
*/
2319-
set(array: Uint8ClampedArray, offset?: number): void;
2319+
set(array: ArrayLike<number>, offset?: number): void;
23202320

23212321
/**
23222322
* Returns a section of an array.

0 commit comments

Comments
 (0)