Skip to content

Commit 8ec6429

Browse files
committed
Updating README.md & dev dependencies
1 parent 0f4cf40 commit 8ec6429

File tree

3 files changed

+1587
-1411
lines changed

3 files changed

+1587
-1411
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,15 @@ _*(string)*_ Output of function (`array`, `exponent`, `object`, or `string`), de
3535
### pad
3636
_*(boolean)*_ Decimal place end padding, default is `false`
3737

38+
### precision
39+
_*(number)*_ Sets precision of numerical output, default is `0`
40+
3841
### round
3942
_*(number)*_ Decimal place, default is `2`
4043

44+
### roundingMethod
45+
_*(string)*_ Rounding method, can be `round`, `floor`, or `ceil`, default is `round`
46+
4147
### separator
4248
_*(string)*_ Decimal separator character, default is `.`
4349

@@ -53,9 +59,6 @@ _*(object)*_ Dictionary of SI/JEDEC/IEC symbols to replace for localization, def
5359
### unix
5460
_*(boolean)*_ Enables unix style human readable output, e.g `ls -lh`, default is `false`
5561

56-
### roundingMethod
57-
_*(string)*_ Rounding method, can be `round`, `floor`, or `ceil`, default is `round`
58-
5962
## Examples
6063

6164
```javascript

0 commit comments

Comments
 (0)