首页
运维笔记
SEO心得
软件程序
网站源码
旗下网站
programmer
登录
标签
typescriptTuple with a rest elem
typescript - Tuple with a rest element which is a union type - Stack Overflow
This works:type number_ = number | null;let myTuple: [string, ...number_[]];myTuple = ['foo'
typescriptTuple with a rest element which is a union typeStack Overflow
admin
1天前
2
0