Add files
This commit is contained in:
commit
77bde04db3
97 changed files with 10327 additions and 0 deletions
1
src/helper/to-percent.ts
Normal file
1
src/helper/to-percent.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export const toPercent = (value: number) => `${Math.round(value * 100)}%`;
|
||||
Loading…
Add table
Add a link
Reference in a new issue