Files
TypeScript/tests/baselines/reference
Sheetal Nandi 486d37ec90 TypeGuard of for expr1 && expr2
•	A type guard of the form expr1 && expr2
o	when true, narrows the type of x by expr1 when true and then by expr2 when true, or
o	when false, narrows the type of x to T1 | T2, where T1 is the type of x narrowed by expr1 when false, and T2 is the type of x narrowed by expr1 when true and then by expr2 when false.
2014-11-06 13:04:37 -08:00
..
2014-10-31 10:19:31 -07:00
2014-10-20 23:05:44 -07:00
2014-10-20 23:05:44 -07:00
2014-11-03 18:42:26 -08:00
2014-11-05 12:26:03 -08:00
2014-11-05 12:26:03 -08:00
2014-11-03 14:29:23 -08:00