== should format ==
type Test = [string, ...  number[]];

[expect]
type Test = [string, ...number[]];
