nupst/ts/snmp.ts

6 lines
123 B
TypeScript
Raw Normal View History

2025-03-25 09:06:23 +00:00
/**
* Re-export from the snmp module
* This file is kept for backward compatibility
*/
export * from './snmp/index.js';