mirror of
https://github.com/discourse/discourse.git
synced 2025-01-10 00:53:54 +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);
|
||
|
}
|