Gets the size of collection by returning its length for array-like values or the number of own enumerable string keyed properties for objects.
- Lodash chained on (number): the collection size.
See Implementation
Gets the size of collection by returning its length for array-like values or the number of own enumerable string keyed properties for objects.