TypeScript Support: Enhance TypeScript compatibility by implementing type predicates, allowing for better type narrowing when using the Decimal type. This improves the developer experience by providing clearer type checks in your code.
Improvements
Bundling: Ensure that license comments are preserved after bundling, which is important for compliance and transparency regarding the use of third-party code.
Import Resolution: Improve import and type resolution for TypeScript 4.7 and Node 16, ensuring that users can seamlessly integrate decimal.js without encountering type errors.
Others
Correct a minor typo to enhance clarity in the documentation.