mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 10:32:46 +08:00
6 lines
157 B
Plaintext
6 lines
157 B
Plaintext
![]() |
import decimalAdjust from "discourse/plugins/poll/lib/decimal-adjust";
|
||
|
|
||
|
export default function(value, exp) {
|
||
|
return decimalAdjust("round", value, exp);
|
||
|
}
|