markabrahams / node-net-snmp

JavaScript implementation of the Simple Network Management Protocol (SNMP)
206 stars 97 forks source link

Types and possible bug #239

Open ELAD1010 opened 10 months ago

ELAD1010 commented 10 months ago

Hey, I would like to add types for typescript support of your library. In addition, I think I found a line of code that can fail some operations. could you contact me about it?

markabrahams commented 8 months ago

Hi @ELAD1010 - it's great that you're enthusiastic about adding TypeScript support to the library. Issue #129 is already opened for this, and a robust discussion about TypeScript support already exists under that issue, so it would be great if you joined the discussion in #129 with any TypeScript-related thoughts / ideas / implementations.

If you could provide information (minimal code reproduction, error message / condition, etc.) on the code failure, we could turn this issue into focusing on that.