We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae6971e commit e7cf63dCopy full SHA for e7cf63d
lib/consts.js
@@ -1,2 +1,7 @@
1
-export const DEFAULT_POLL_VALUE = 60;
2
-export const POLL_LOWER_LIMIT = 20;
+const DEFAULT_POLL_VALUE = 60;
+const POLL_LOWER_LIMIT = 20;
3
+
4
+module.exports = {
5
+ DEFAULT_POLL_VALUE,
6
+ POLL_LOWER_LIMIT
7
+};
0 commit comments