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 5a33b73 commit 1aa7278Copy full SHA for 1aa7278
.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
@@ -40,7 +40,7 @@
40
* var out = isASCII( 123 );
41
* // returns false
42
*/
43
-declare function isASCII( value: any ): boolean;
+declare function isASCII( value: any ): value is string;
44
45
46
// EXPORTS //
0 commit comments