diff --git a/src/lib/es5.d.ts b/src/lib/es5.d.ts index bef6feb660a..23805495b69 100644 --- a/src/lib/es5.d.ts +++ b/src/lib/es5.d.ts @@ -2316,7 +2316,7 @@ interface Uint8ClampedArray { * @param array A typed or untyped array of values to set. * @param offset The index in the current array at which the values are to be written. */ - set(array: Uint8ClampedArray, offset?: number): void; + set(array: ArrayLike, offset?: number): void; /** * Returns a section of an array.