UNPKG

dis

Version:

Tiny tiny duck typing utility

1 lines 76 B
module.exports = function isNode(obj){return !!(obj && obj.nodeType == 1);};