(res: JRPCNotification<JRPCParams>)
| 100 | } |
| 101 | |
| 102 | function processNotification(res: JRPCNotification<JRPCParams>) { |
| 103 | events.emit("notification", res); |
| 104 | } |
| 105 | |
| 106 | function processMessage(res: JRPCResponse<unknown>, _encoding: unknown, cb: (error?: Error | null) => void) { |
| 107 | let err: Error; |