js-big-decimal
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "js-big-decimal", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Work with large numbers on the client side. Round them off to any required precission.", | ||
@@ -5,0 +5,0 @@ "main": "lib/big-decimal", |
@@ -17,7 +17,7 @@ # JS Big Decimal | ||
```jsavascript | ||
var bigDecimal = require(bigDecimal).bigDecimal; | ||
var bigDecimal = require('js-big-decimal').bigDecimal; | ||
``` | ||
For `typescript`, use | ||
```jsavascript | ||
import { bigDecimal } from 'bigDecimal'; | ||
import { bigDecimal } from 'js-big-decimal'; | ||
``` | ||
@@ -140,2 +140,2 @@ | ||
var quotient = n1.divide(n2); // quotient = new bigDecimal('11.25') | ||
``` | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
140
30088