UNPKG

531 BJavaScriptView Raw
1/*! @license is-dom-node-list v1.0.2 (MIT) Copyright 2018 Fisssion LLC. */
2var isDomNodeList=function(){"use strict";return function(e){var t,o=Object.prototype.toString.call(e);return"object"==typeof window.NodeList?e instanceof window.NodeList:null!==e&&"object"==typeof e&&"number"==typeof e.length&&/^\[object (HTMLCollection|NodeList|Object)\]$/.test(o)&&(0===e.length||(t=e[0],"object"==typeof window.Node?t instanceof window.Node:null!==t&&"object"==typeof t&&"number"==typeof t.nodeType&&"string"==typeof t.nodeName))}}();