Type casting The TypeScript type system allows us to cast a given type using two different syntaxes: var myObject: TypeA; var otherObject: any; ...
確定! 回上一頁