JavaScript: Improve socket.io model.

Recognise `io` imports and use type-tracking to better track handlers.
This commit is contained in:
Max Schaefer
2019-04-05 17:29:14 +01:00
parent 5101a5bc3d
commit 20312fc3bf
5 changed files with 27 additions and 10 deletions

View File

@@ -0,0 +1 @@
module.exports = (x) => console.log(x);