TypeScript also warns us if we use if statements: function toGermanNonExhaustively(x: NoYes) { if (x === NoYes.Yes) { return 'Ja'; } else ...
確定! 回上一頁