Initial commit: Tapalka monorepo (bot, front, strapi)
This commit is contained in:
3
CMyTapper/robucks-strapi/utils/formatters.ts
Normal file
3
CMyTapper/robucks-strapi/utils/formatters.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export const toFixed = (value: number, decimals: number = 4) => {
|
||||
return Number(value.toFixed(decimals));
|
||||
};
|
||||
Reference in New Issue
Block a user