Skip to content

Commit 17cf6da

Browse files
committed
Auto-generated commit
1 parent 4b99e93 commit 17cf6da

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/.keepalive

-1
This file was deleted.

CONTRIBUTORS

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Joey Reed <joeyrreed@gmail.com>
1616
Jordan-Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
1717
Joris Labie <joris.labie1@gmail.com>
1818
Justin Dennison <justin1dennison@gmail.com>
19+
KATTA NAGA NITHIN <88046362+nithinkatta@users.noreply.github.com>
1920
Marcus <mfantham@users.noreply.github.com>
2021
Matt Cochrane <matthew.cochrane.eng@gmail.com>
2122
Milan Raj <rajsite@users.noreply.github.com>

docs/types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* var bool = isFloat32Array( [] );
3333
* // returns false
3434
*/
35-
declare function isFloat32Array( value: any ): boolean;
35+
declare function isFloat32Array( value: any ): value is Float32Array;
3636

3737

3838
// EXPORTS //

0 commit comments

Comments
 (0)