mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
missing file
This commit is contained in:
parent
65861fded8
commit
64c01e8fee
8
backend/src/util/decimal.ts
Normal file
8
backend/src/util/decimal.ts
Normal file
@ -0,0 +1,8 @@
|
||||
import Decimal from 'decimal.js-light'
|
||||
|
||||
Decimal.set({
|
||||
precision: 25,
|
||||
rounding: Decimal.ROUND_HALF_UP,
|
||||
})
|
||||
|
||||
export default Decimal
|
||||
Loading…
x
Reference in New Issue
Block a user