News

Here are three new data type-related features in TypeScript 1.4. Supporting Flexible Datatyping In JavaScript it's not unusual to have functions that return or accept several different data types.
Overall, TypeScript looks very conservative. There is limited type inference (function return types are inferred from the type of their return statements, for example) but no attempts to infer ...