TypeScript function overload with different numbers of parameters

前端 未结 0 1374
无人及你
无人及你 2021-01-05 15:14

I am trying to do function overload in typescript like this:

interface Func {
  (a: string, b: number): void;
  (a: str         


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