In typescript how do you add generics to a function you expect to invoke with .call

前端 未结 0 1736
我在风中等你
我在风中等你 2021-01-14 08:54
function abc(test: T): T {
  return test;
}

const result = abc.call({}, \'hello\');

Given something like the above, I\'m see

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