Type Alias UnitMeta<T>

UnitMeta: UnitKeyValues<T> & Readonly<{ __uno_types__unit_meta_type: true }>

Used to state how units of the same UnitClass differ from one another. For example, by a scale factor.

Type Parameters