Closed bmiddha closed 4 years ago
I wanted to use this package in a TypeScript project. Thought it would be useful if I pushed the port upstream
@bmiddha For me, the example script is invalid due to conn.send(buffer) needing another parameter.
conn.send(buffer)
public send = (data: string, cmd: number, id?: number) => {
I wanted to use this package in a TypeScript project. Thought it would be useful if I pushed the port upstream