Closed geon closed 6 years ago
This fixes issue https://github.com/dividab/uom/issues/4
I basically had to wrap the old Unit in a new interface, and the old Quantity union of string is now replaced with and union of Unit<QuantityName>.
Unit
Quantity
string
Unit<QuantityName>
This fixes issue https://github.com/dividab/uom/issues/4
I basically had to wrap the old
Unit
in a new interface, and the oldQuantity
union ofstring
is now replaced with and union ofUnit<QuantityName>
.