Interface Uint8ClampedArrayConstructor
Hierarchy
-
Uint8ClampedArrayConstructor
Constructors
constructor
-
Parameters
Methods
from
-
Parameters
-
arrayLike: Iterable<number>
-
Optional mapfn: undefined | ((v: number, k: number) => number)
-
Optional thisArg: any
Creates an array from an array-like or iterable object.