UNPKG

underscore

Version:

JavaScript's functional programming helper library.

5 lines (4 loc) 118 B
// Is a given value a DOM element? export default function isElement(obj) { return !!(obj && obj.nodeType === 1); }