Library: Introduce a browser field in the package.json to enhance compatibility with ES module loading in both browser and Node environments, making it easier for developers to use the library in various settings.
Improvements
Library: Restore named export functionality, allowing users to import the Big class using the syntax import { Big } for a more intuitive and flexible usage.