We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeddbb1 commit 1fb4e7cCopy full SHA for 1fb4e7c
.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
@@ -36,7 +36,7 @@
36
* var bool = isTypedArrayLength( 3.14 );
37
* // returns false
38
*/
39
-declare function isTypedArrayLength( value: any ): boolean;
+declare function isTypedArrayLength( value: any ): value is number;
40
41
42
// EXPORTS //
0 commit comments