Skip to main content
Version: v0.0.2

Interface: UnitNode

A parsed UCUM term: an ordered list of components, each combined into the product with the given sign (+1 for . / the leading operand, -1 for the / denominator).

Properties

factors

readonly factors: readonly object[]

The components and their operator sign, in source order.


kind

readonly kind: "term"