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

Point

interface Point {
readonly x: number;
readonly y: number;
}

§Properties

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