Skip to content

Commit 1fb4e7c

Browse files
committed
Auto-generated commit
1 parent eeddbb1 commit 1fb4e7c

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
@@ -36,7 +36,7 @@
3636
* var bool = isTypedArrayLength( 3.14 );
3737
* // returns false
3838
*/
39-
declare function isTypedArrayLength( value: any ): boolean;
39+
declare function isTypedArrayLength( value: any ): value is number;
4040

4141

4242
// EXPORTS //

0 commit comments

Comments
 (0)