decla-red/frontend/src/scripts/helper/to-percent.ts
2020-07-29 22:34:02 +02:00

1 line
75 B
TypeScript

export const toPercent = (value: number) => `${Math.round(value * 100)}%`;