@agrora/decimal
Advanced tools
+1
-1
| { | ||
| "name": "@agrora/decimal", | ||
| "description": "A decimal library for flointing point precision based on PHP's bcmath", | ||
| "version": "0.1.1", | ||
| "version": "0.1.2", | ||
| "main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "types": "dist/index.d.ts", |
+2
-2
@@ -143,3 +143,3 @@ Decimal JS | ||
| ```javascript | ||
| import { parseDecimal } from '@agrora/decimal'; | ||
| import { isDecimal } from '@agrora/decimal'; | ||
@@ -218,3 +218,3 @@ if (isDecimal(value)) { | ||
| // Pull project | ||
| git clone https://gitlab.agrora.market/OpenSource/decimal-js | ||
| git clone https://github.com/Agrora/decimal-js | ||
@@ -221,0 +221,0 @@ // Enter project directory |
59404
2.62%