refactor: extract constants

This commit is contained in:
yangsy
2025-08-26 11:39:21 +08:00
parent 40bc4b76ef
commit 9fc5c170bc
7 changed files with 69 additions and 31 deletions

View File

@@ -1,4 +1,3 @@
export const JAVA_INTEGER_MAX_VALUE = 2147483647;
export const JAVA_UNSIGNED_INTEGER_MAX_VALUE = 4294967295;
export const NDM_SWITCH_PROBE_INTERVAL = 5;
export * from './device';
export * from './java';
export * from './query';