We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da28625 commit efd5d18Copy full SHA for efd5d18
3 files changed
.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
@@ -31,7 +31,7 @@
31
* bool = isNullArray( [NaN,2,null] );
32
* // returns false
33
*/
34
-declare function isNullArray( value: any ): boolean;
+declare function isNullArray( value: any ): value is ArrayLike<null>;
35
36
37
// EXPORTS //
0 commit comments