Type Alias Length<T>

Length: T["length"]

The length of T

Type Parameters

  • T extends { length: number }