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.
TypeScript Version: Version 2.1.0-dev.20160927
Code
const a = false; const b = a === true; // Operator '===' cannot be applied to types 'false' and 'true'. const c = true === false; // that is ok