toFormat
toFormat copied to clipboard
Adds a toFormat instance method to big.js or decimal.js.
I expected it to just inherit from the Decimal config (unsure if the fact that it didn't is itself another bug) but even when I passed in a rm explicitly...
The `build` script uses `uglifyjs`, but this is not declared in the `devDependencies` list. The build in the package can be exactly reproduced with `uglify-js@~2.5.0`, but presumably later versions of...
Hi, This prevents the `toFormat` function from polluting the global scope when a module loader is present and allows for a no conflict option for the other cases. I based...
Hi, This library creates the `toFormat` function in the global scope and does not provide a no conflict option. This has the potential to cause issues within applications that also...