Checks if array's length is less than the target number. If null or undefined is given then this function returns false.
The value array being checked.
The maximum size of the array
True if array's length is less than the target number, false otherwise.
Generated using TypeDoc
Checks if array's length is less than the target number. If null or undefined is given then this function returns false.