It is. I guess then you have to use the --strictNullChecks compiler flag to get the rest of the benefits
I hope TS adds native Swift-style optional values and chaining, where it fails at compile time if you try to access an optional without unwrapping it first. Conversely non-optional values cannot be null! There are…
It is. I guess then you have to use the --strictNullChecks compiler flag to get the rest of the benefits
I hope TS adds native Swift-style optional values and chaining, where it fails at compile time if you try to access an optional without unwrapping it first. Conversely non-optional values cannot be null! There are…