Returns the min length of the given arrays
Rest
the arrays to check
the min length of the given arrays
minLength(['foo', 'bar'], [1, 2, 3], []); // 0 Copy
minLength(['foo', 'bar'], [1, 2, 3], []); // 0
Returns the min length of the given arrays