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 e04407b commit 50f5b9fCopy full SHA for 50f5b9f
.github/.keepalive
docs/types/test.ts
@@ -27,7 +27,7 @@ import dtypeEnum = require( './index' );
27
dtypeEnum( 'beep' ); // $ExpectType number | null
28
}
29
30
-// The function does not compile if provided an argument which is not a collection...
+// The compiler throws an error if the function is provided an argument which is not a collection...
31
{
32
dtypeEnum( 2 ); // $ExpectError
33
dtypeEnum( false ); // $ExpectError
0 commit comments