Files
socket.io/lib
Damien Arrachequesne 66e00b7dd7 fix(typings): allow async listener in typed events
So that:

```ts
socket.on("my-event", async () => {
  // ...
});
```

is valid under the @typescript-eslint/no-misused-promises rule.

Related: https://github.com/socketio/socket.io-client/issues/1486
2021-08-30 08:21:47 +02:00
..
2021-05-06 14:24:08 +02:00
2021-03-10 01:24:56 +01:00
2021-02-03 22:31:01 +01:00