Typescript generics constraint is not working

前端 未结 0 1290
無奈伤痛
無奈伤痛 2021-01-02 04:39
type PossibleValues = \'a\' | \'b\';
type Convert = T extends \'a\' ? string : number;

function myFunc

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