Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/server / / DEFAULT_DELIVERY_COMMENTARY_PATTERNS

Variable: DEFAULT_DELIVERY_COMMENTARY_PATTERNS

ts
const DEFAULT_DELIVERY_COMMENTARY_PATTERNS: ReadonlyArray<DeliveryCommentaryPattern>;

Defined in: packages/server/src/commentary/built-in-patterns.ts:28

The framework-shipped catalogue. Snapshot bytes-equal across the ws / sse / rest transports; idempotent on a single payload (the wrap envelope itself is not matched by any pattern, so a second pass over a previously-sanitized payload is a no-op).

Stable