Bit of cleanup, some test fixes, moving some funcs

This commit is contained in:
Asher
2019-02-06 16:45:11 -06:00
parent dc1a16ee0b
commit 5ea1d8b2aa
6 changed files with 180 additions and 162 deletions

View File

@@ -13,7 +13,6 @@ class Net implements NodeNet {
) {}
public get Socket(): typeof net.Socket {
// @ts-ignore
return this.client.Socket;
}