Type Alias Length<T>

Length<T>: T["length"]

The length of T

Type Parameters

  • T extends {
        length: number;
    }