DecValue
DecValue =
Value<"dec",string>
Defined in: src/attr/types.ts:89
A fixed-point decimal with 18 decimal places, held as its canonical decimal string ("3.5").
Use decUnits for the exact scaled integer when you need to do arithmetic.
DecValue =
Value<"dec",string>
Defined in: src/attr/types.ts:89
A fixed-point decimal with 18 decimal places, held as its canonical decimal string ("3.5").
Use decUnits for the exact scaled integer when you need to do arithmetic.