Closed jan-osch closed 3 years ago
Version 0.0.2 Node 14.15.5
const Decimal = require('decimal'); Decimal.set({ precision: 5, rounding: 4 }); // TypeError: Decimal.set is not a function
Hi, why was this closed? I'm getting the same issue
@topealabi
There was no Decimal.set in version 0.0.2.
Decimal.set
I think it was introduced in version 7.0.0.
Version 0.0.2 Node 14.15.5