6 lines
123 B
TypeScript
6 lines
123 B
TypeScript
|
/**
|
||
|
* Re-export from the snmp module
|
||
|
* This file is kept for backward compatibility
|
||
|
*/
|
||
|
|
||
|
export * from './snmp/index.js';
|