Returns the minimum value from an array of strings. If the array is empty, the result is undefined.
The minimum value is calculated with lexical order.
Returns the minimum value from an array of numbers. If the array is empty, the result is undefined.
Generated using TypeDoc
Returns the minimum value from an array of strings. If the array is empty, the result is undefined.
The minimum value is calculated with lexical order.