how to achieve overload in typescript

前端 未结 0 725
终归单人心
终归单人心 2020-12-14 11:19

I konw there is a way in typescript like this:

function foo(arg: number): string;
function foo(arg: string): number;
function foo(): any {
  if (typeof argume         


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