Experimental port to Firebase hosting
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
function formatPercent(n, fixed = 1) {
|
||||
export default function formatPercent(n, fixed = 1) {
|
||||
return String((n.toPrecision(2) * 100).toFixed(fixed));
|
||||
}
|
||||
|
||||
module.exports = formatPercent;
|
||||
|
Reference in New Issue
Block a user