typescript 在静态函数上使用this类型

class PNode {

    static of: ((this:T, attr:Partial>, ...children:PNode[])=> InstanceType ) = (()=>{

    } ) as any

}

你可能感兴趣的:(typescript 在静态函数上使用this类型)