initial commit
This commit is contained in:
4
src/constants/index.ts
Normal file
4
src/constants/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export const JAVA_INTEGER_MAX_VALUE = 2147483647;
|
||||
export const JAVA_UNSIGNED_INTEGER_MAX_VALUE = 4294967295;
|
||||
|
||||
export const NDM_SWITCH_PROBE_INTERVAL = 5;
|
||||
Reference in New Issue
Block a user