create a generic function returning a function with the same signature

后端 未结 1 857
梦如初夏
梦如初夏 2021-01-05 14:33

In Typescript I want to create a function that will take a function and return a function with the same input-output. the function itself needs to be generic. so that it can

1条回答
提交回复
热议问题