UNPKG

312 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: 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