Express Sweet API Reference - v3.0.0
    Preparing search index...
    • Returns the boolean OR of two or more parameters passed i.e it is true if any of the parameters is true.

      Parameters

      • ...params: any[]

        Any number of boolean parameters.

      Returns boolean

      Returns the result of the OR.

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