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

Position

import type { Position } from "https://raw.githubusercontent.com/deno-windowing/dwm/main/mod.ts";
interface Position {
x: number;
y: number;
}

§Properties

§
x: number
[src]
§
y: number
[src]