mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 18:17:48 +00:00
Bump to v4.7.0.
This commit is contained in:
@@ -6,9 +6,11 @@ import isPlainObject from './isPlainObject';
|
||||
*
|
||||
* @static
|
||||
* @memberOf _
|
||||
* @since 0.1.0
|
||||
* @category Lang
|
||||
* @param {*} value The value to check.
|
||||
* @returns {boolean} Returns `true` if `value` is a DOM element, else `false`.
|
||||
* @returns {boolean} Returns `true` if `value` is a DOM element,
|
||||
* else `false`.
|
||||
* @example
|
||||
*
|
||||
* _.isElement(document.body);
|
||||
|
||||
Reference in New Issue
Block a user