MCPcopy Create free account
hub / github.com/curran/screencasts / isElement

Function isElement

introToChiasm/examples/code/latest/main-build.js:9160–9162  ·  view source on GitHub ↗

* Checks if `value` is a DOM element. * * @static * @memberOf _ * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is a DOM element, else `false`. * @example * * _.isElement(document.body); * // =>

(value)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

isObjectLikeFunction · 0.70
isPlainObjectFunction · 0.70

Tested by

no test coverage detected