nupst/ts/snmp.ts
2025-03-25 09:06:23 +00:00

6 lines
123 B
TypeScript

/**
* Re-export from the snmp module
* This file is kept for backward compatibility
*/
export * from './snmp/index.js';