Computes the minimum value of array. If array is empty or falsey, undefined is returned.
- Lodash chained on (*): the minimum value.
See Implementation
Computes the minimum value of array. If array is empty or falsey, undefined is returned.