Skip to content

Commit 5bde7f5

Browse files
committed
Auto-generated commit
1 parent 6f8ff77 commit 5bde7f5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* var bool = isAccessorArray( {} );
4040
* // returns false
4141
*/
42-
declare function isAccessorArray( value: any ): boolean;
42+
declare function isAccessorArray( value: any ): value is ArrayLike<any>;
4343

4444

4545
// EXPORTS //

0 commit comments

Comments
 (0)