infer template string with dynamic number

前端 未结 0 1639
借酒劲吻你
借酒劲吻你 2021-01-17 10:39
type Test = T extends `${infer Key}.${infer Rest}` ? Rest : never;

This works when you infer with a static string

Test<\'test.test         


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