mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-02 11:59:17 -05:00
6 lines
157 B
Text
6 lines
157 B
Text
|
import decimalAdjust from "discourse/plugins/poll/lib/decimal-adjust";
|
||
|
|
||
|
export default function(value, exp) {
|
||
|
return decimalAdjust("round", value, exp);
|
||
|
}
|