18 - Length of Tuple
Author: VarunMendreCreated Sep 4, 2026Updated Sep 4, 2026
Labelsansweren18
type Length<T extends readonly unknown[]> = T['length']
Source: type-challenges/type-challenges
type Length<T extends readonly unknown[]> = T['length']
Source: type-challenges/type-challenges