This commit is contained in:
2020-12-25 12:26:47 +03:00
commit 569e90b529
45 changed files with 18723 additions and 0 deletions

1
src/common/utils.ts Normal file
View File

@ -0,0 +1 @@
export const numberToString = (num: number): string => num.toString();