Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Uint8ClampedArray to TypedArray type
The [Uint8ClampedArray][1] type behaves very similarly to Uint8Array, and should probably be mentioned among the other typed arrays. This lines up with [d3's definition of TypedArray][2]. [1]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8ClampedArray [2]: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/d3-interpolate/index.d.ts#L44-L53
- Loading branch information