Variables

SERVED_GAPS

Variable: SERVED_GAPS

const SERVED_GAPS: Readonly<Record<ServedGapKind, Omit<ServedGap, "gap">>>

Defined in: src/lib/time-travel/servedView.ts:326

The gap catalogue. Exported because a reader that renders a served view renders its gaps beside it, and a renderer should print the library's own sentence rather than invent one.

On this page