How to properly “extend” a Record<>?

前端 未结 0 437
渐次进展
渐次进展 2021-01-31 13:28

type SingleValue =  string | number | bigint | boolean | null 
type Value = SingleValue | SingleValue[]


function insert>(x:         


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