Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9d17b8d

Browse files
committed
Auto-generated commit
1 parent 4f81f03 commit 9d17b8d

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 <[email protected]>
1616
Jordan-Gallivan <[email protected]>
1717
Joris Labie <[email protected]>
1818
Justin Dennison <[email protected]>
19+
KATTA NAGA NITHIN <[email protected]>
1920
2021
Matt Cochrane <[email protected]>
2122
Milan Raj <[email protected]>

docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* bool = isArrayArray( [] );
3535
* // returns false
3636
*/
37-
declare function isArrayArray( value: any ): boolean;
37+
declare function isArrayArray( value: any ): value is Array<Array<any>>;
3838

3939

4040
// EXPORTS //

0 commit comments

Comments
 (0)