how function overloads work with generics in typescript

前端 未结 0 654
轻奢々
轻奢々 2020-12-11 16:29

I am trying to get function overloads working with a function that takes generic type params.

Like this

function test_overload(arg1: T1,          


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