@laserware/arcade
    Preparing search index...

    Function lte

    • Checks if the specified value is less than or equal to the specified other value.

      Parameters

      • value: string | number

        Value to compare.

      • other: string | number

        Other value to compare.

      Returns boolean

      true if the specified value is less than or equal to other.