How to use default parameter values when extending prototype in typescript?

前端 未结 0 1480
名媛妹妹
名媛妹妹 2021-01-04 04:03

If I have this code

declare global {
    interface Number {
        foo(bool: boolean): number;
    }
}

Number.prototy         


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