Typescript - generic rest parameter with constraints

后端 未结 0 1457
春和景丽
春和景丽 2021-01-16 11:08

I have the following type for a "Validator Function":

type Validator = (value: V, props: P) => string | unde         


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