import { run } from "./common"; if (document.documentElement && document.documentElement.tagName === "HTML") { run(); }