Various improvements
This commit is contained in:
parent
ca2ac3fd2d
commit
8e73aee9ba
18 changed files with 259 additions and 115 deletions
1
src/helper/ms-to-string.ts
Normal file
1
src/helper/ms-to-string.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export const msToString = (value: number) => `${value.toFixed(3)} ms`;
|
||||
Loading…
Add table
Add a link
Reference in a new issue