UNPKG

@octopusdeploy/design-system-components

Version:
7 lines (6 loc) 195 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isHTMLElement = isHTMLElement; function isHTMLElement(element) { return element instanceof HTMLElement; }