๐ Search Terms
initial element of the tuple is a rest element
โ
Viability Checklist
โญ Suggestion
type T1 = [...string[], number, boolean]
declare const head: T1[0]
// Actual: string | number | boolean
// Expected: string | number
๐ Motivating Example
๐ป Use Cases
#56883