The type of the value being inspected
Returns the draft value from the latest annotation, or the actual value from the model
Returns true if annotation matches the given operation
Returns true if any pending annotations exist
Returns the count of pending annotations at this path
Returns a promise that resolves with the value when no more annotations exist at this path
Annotation-checking methods on the inspect proxy. Carved out from Inspectors so
Box<T>can reference these without dragging inbox(): Box<T>— that direct mutual recursionBox ↔ Inspectorsblows out TS recursion budgets under typescript-eslint's type-aware mode.