Variable EConst

E: ((x?: DecimalSource) => Decimal) & typeof Decimal = ...

A function that returns a Decimal instance. Also contains static methods and properties of the Decimal class, and also functions as a type alias for the Decimal class.

The value to convert to a Decimal instance.

The Decimal instance.