Express Sweet API Reference - v3.0.0
    Preparing search index...
    • Check for less than or equals condition (a <= b).

      Parameters

      • value1: any

        First value to be compared with second.

      • value2: any

        Second value to be compared with first.

      Returns boolean

      Returns true if the first value is less than or equal to the second value, false otherwise.

      {{lte val1 val2}}
      {{#if (lte val1 val2)}}...{{/if}}