From f47c3f4349cb68460dadf1fc381e3ceb52fe009a Mon Sep 17 00:00:00 2001 From: rohan09-raj Date: Fri, 19 Aug 2022 21:06:48 +0530 Subject: minor fixes --- server/constants/numbers.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 server/constants/numbers.js (limited to 'server/constants/numbers.js') diff --git a/server/constants/numbers.js b/server/constants/numbers.js new file mode 100644 index 0000000..d343a19 --- /dev/null +++ b/server/constants/numbers.js @@ -0,0 +1,4 @@ +export const ONE_FIVE_TIMES_ZERO = 100000; +export const ONE_TEN_TIMES_ZERO = 10000000000; +export const NINE_FIVE_TIMES_ZERO = 900000; +export const NINE_TEN_TIMES_ZERO = 90000000000; -- cgit