Checks if value is a valid array-like length.
Note: This method is loosely based on ToLength.
- Lodash chained on (boolean): true if value is a valid length, else false.
See Implementation
Checks if value is a valid array-like length.
Note: This method is loosely based on ToLength.