UNPKG

phx-react

Version:

PHX REACT

7 lines 216 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isHTMLElement = isHTMLElement; function isHTMLElement(x) { return x instanceof HTMLElement; } //# sourceMappingURL=guard.js.map