After some time searching I was able to perform the constructor overload in TypeScript like this: export class Telefone { constructor(a: boolean); ...
確定! 回上一頁