We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f37aed commit a25dc75Copy full SHA for a25dc75
Sources/types.d.ts
@@ -22,7 +22,6 @@ declare type double = number;
22
declare type int = number;
23
24
declare type TypedArray =
25
- | number[]
26
| Uint32Array
27
| Uint16Array
28
| Uint8Array
0 commit comments