We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeaa752 commit e0bd810Copy full SHA for e0bd810
1 file changed
tests/cases/conformance/controlFlow/assertionTypePredicates1.ts
@@ -1,4 +1,5 @@
1
// @strict: true
2
+// @allowUnreachableCode: false
3
// @declaration: true
4
5
declare function isString(value: unknown): value is string;
0 commit comments