We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b99e93 commit 17cf6daCopy full SHA for 17cf6da
.github/.keepalive
CONTRIBUTORS
@@ -16,6 +16,7 @@ Joey Reed <joeyrreed@gmail.com>
16
Jordan-Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
17
Joris Labie <joris.labie1@gmail.com>
18
Justin Dennison <justin1dennison@gmail.com>
19
+KATTA NAGA NITHIN <88046362+nithinkatta@users.noreply.github.com>
20
Marcus <mfantham@users.noreply.github.com>
21
Matt Cochrane <matthew.cochrane.eng@gmail.com>
22
Milan Raj <rajsite@users.noreply.github.com>
docs/types/index.d.ts
@@ -32,7 +32,7 @@
32
* var bool = isFloat32Array( [] );
33
* // returns false
34
*/
35
-declare function isFloat32Array( value: any ): boolean;
+declare function isFloat32Array( value: any ): value is Float32Array;
36
37
38
// EXPORTS //
0 commit comments