Decimal: Introduce a new method, Decimal.isDecimal, allowing users to easily check if a value is a Decimal instance. This enhances type safety and usability in your applications.
Configuration: Add a feature to reset configuration settings, providing users with a straightforward way to revert to default settings when needed.
Improvements
Type Definitions: Improve type definitions by ensuring that the toFraction method correctly returns an array of Decimal instances, enhancing the accuracy of type checks in TypeScript.