constructor(col: number)
constructor(row: number)
constructor(unknown?: any)
constructor(something?: string | number | T)
{
let str = JSON.stringify(something);
super(str);
this.name = 'Foo';
this.message = str;
}
}
Спасибо
Обсуждают сегодня