tsargp
    Preparing search index...

    Type Alias NumericRange

    NumericRange: readonly [min: number, max: number]

    A closed numeric range with positive length.

    In a valid range, the minimum should be strictly less than the maximum.