Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Size

import type { Size } from "https://raw.githubusercontent.com/deno-windowing/dwm/main/mod.ts";
interface Size {
height: number;
width: number;
}

§Properties

§
height: number
[src]
§
width: number
[src]