UNPKG

279 BJavaScriptView Raw
1"use strict";
2exports.__esModule = true;
3/**
4 * 判断是否HTML元素
5 * @return {Boolean} 是否HTML元素
6 */
7var isElement = function (o) {
8 return o instanceof Element || o instanceof HTMLDocument;
9};
10exports["default"] = isElement;
11//# sourceMappingURL=is-element.js.map
\No newline at end of file