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

Rect

const Rect: {
MIN_INF_RECT: number;
MAX_INF_RECT: number;
isEmpty: (rect: Rect) => boolean;
isValid: (rect: Rect) => boolean;
isInfinite: (rect: Rect) => boolean;
transform: (rect: Rect, matrix: Matrix) => Rect;
}
;