Issue with JDOC typing in VSCode

前端 未结 0 542
臣服心动
臣服心动 2020-12-24 01:46

I have a class that loads another.

class Simple1Client {
  readSimple1Record: () => {}
}

class Simple2Client {
  readSimple2Record: () => {}
}

const c         


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