Property 'assign' does not exist on type 'ObjectConstructor'

后端 未结 8 1643
醉话见心
醉话见心 2020-12-02 14:47

I am using TypeScript in my application, where I use function:

Object.assign(this.success, success.json())

However, during compilation, I r

8条回答
提交回复
热议问题