What is an Interface with a construct signature?

后端 未结 0 1255
無奈伤痛
無奈伤痛 2020-12-09 10:41

I have Typescript 4.0.2. In lib.es5.d.ts, there is the following fragment:

interface Error {
    name: string;
    message: string;
    stack?: string;
}

int         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题