anonymous struct type for function parameter

后端 未结 0 1576
一个人的身影
一个人的身影 2020-12-24 10:22

In Typescript, I can do this:

function foo(param: { a: string, b: number }) { }

In order to declare a

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