Takaro - v0.4.11
    Preparing search index...
    • Computes the mean of the values in array.

      Parameters

      • collection: List<any> | null | undefined

      Returns number

      Returns the mean.

      _.mean([4, 2, 8, 6]);
      // => 5