How to extend a non-exported class in TypeScript?

后端 未结 0 654
野趣味
野趣味 2020-12-18 18:26

In my TypeScript program I want to extend a class that is declared in a library. The trick is that the library doesn\'t "export" it so I can not access it directly

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