π 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