Skip to main content
Version: v0.0.2

Interface: UcumEssence

The parsed UCUM essence table - the engine's in-memory unit model, built lazily and cached.

Properties

atomByCode

readonly atomByCode: ReadonlyMap<string, UcumAtom>

Atom lookup by exact code.


atoms

readonly atoms: readonly UcumAtom[]

Atom symbols → atom, longest symbols first (for greedy longest-match).


prefixByCode

readonly prefixByCode: ReadonlyMap<string, UcumPrefix>

Prefix lookup by exact code.


prefixes

readonly prefixes: readonly UcumPrefix[]

Prefix symbols → prefix, longest symbols first (for greedy matching).