koSakano/type-challenges

3062 - Shift

Opened this issue · 0 comments

type Shift<T> = T extends [any, ...infer U] ? U : never;