Express Sweet API Reference - v3.0.0
    Preparing search index...
    • Determine the length of an array.

      Parameters

      • items: any[]

        Array whose elements to be counted.

      Returns number | false

      Returns the length of the array if the value is an array, false if the value is not an array.

      {{count val}}