@jsvision/core / HostFacts
Interface: HostFacts
Defined in: safety/essentials.ts:49
The minimal TTY facts the gate reads. Supply these from detectTty() before starting the host.
A Host is structurally compatible with this shape, but host.isTTY is only populated once start() has run — so do NOT pass an un-started host here. Use detectTty() for the pre-start check instead.
Properties
isTTY
readonlyisTTY:boolean
Defined in: safety/essentials.ts:50