How to expand an external enum in Typescript?

后端 未结 0 647
梦毁少年i
梦毁少年i 2021-01-30 14:32

I have a monorepo in Lerna with a lot of packages. In one of these, I want to expand an enum from my app.

Example:

externalPackage.ts

enum Role {
 A         


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