import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { Screen } = dom;
A screen, usually the one on which the current window is being rendered, and is obtained using window.screen.
Properties
readonly
orientation: ScreenOrientation