MCPcopy
hub / github.com/massCodeIO/massCode / WindowBoundsDisplay

Interface WindowBoundsDisplay

src/main/windowBounds.ts:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6}
7
8interface WindowBoundsDisplay {
9 workArea: Rectangle
10}
11
12function isRecord(value: unknown): value is Record<string, unknown> {
13 return typeof value === 'object' && value !== null

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected