Modrinth API Types - v1.1.0
    Preparing search index...

    Type Alias NumberRange<F, T>

    NumberRange: Exclude<Enumerate<T>, Enumerate<F>>

    Creates a restricted Number type between 2 specified values

    Type Parameters

    • F extends number

      Lowest value (inclusive)

    • T extends number

      Highest value (exclusive)

    list of valid integers, starting with the value of F (inclusive) and ending with the value of T (exclusive)