Express Sweet API Reference - v3.0.0
    Preparing search index...
    • Returns the boolean AND of two or more parameters passed i.e it is true iff all the parameters are true.

      Parameters

      • ...params: any[]

        Any number of boolean parameters.

      Returns boolean

      Returns the result of the logical product.

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