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 8e289a9 commit db5a791Copy full SHA for db5a791
index.d.ts
@@ -15,6 +15,7 @@ declare function whichTypedArray(value: Float32Array): 'Float32Array';
15
declare function whichTypedArray(value: Float64Array): 'Float64Array';
16
declare function whichTypedArray(value: BigInt64Array): 'BigInt64Array';
17
declare function whichTypedArray(value: BigUint64Array): 'BigUint64Array';
18
+declare function whichTypedArray(value: whichTypedArray.TypedArray): whichTypedArray.TypedArrayName;
19
declare function whichTypedArray(value: unknown): false | null;
20
21
declare namespace whichTypedArray {
0 commit comments