UNPKG

@hint/utils-dom

Version:
8 lines (7 loc) 263 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HTMLBodyElement = void 0; const htmlelement_1 = require("../htmlelement"); class HTMLBodyElement extends htmlelement_1.HTMLElement { } exports.HTMLBodyElement = HTMLBodyElement;