mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 10:57:49 +00:00
Tweak _.isEmpty and _.size docs. [ci skip]
This commit is contained in:
@@ -6774,8 +6774,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the size of `collection` by returning `collection.length` for
|
* Gets the size of `collection` by returning its length for array-like
|
||||||
* array-like values or the number of own enumerable properties for objects.
|
* values or the number of own enumerable properties for objects.
|
||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
@@ -8240,7 +8240,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Checks if a value is empty. A value is considered empty unless it is an
|
* Checks if `value` is empty. A value is considered empty unless it is an
|
||||||
* `arguments` object, array, string, or jQuery-like collection with a length
|
* `arguments` object, array, string, or jQuery-like collection with a length
|
||||||
* greater than `0` or an object with own enumerable properties.
|
* greater than `0` or an object with own enumerable properties.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user