mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-15 14:30:22 +00:00
Merge pull request #3891 from progre/feature/node-socket
node.js: add missing property to Socket
This commit is contained in:
Vendored
+3
@@ -787,7 +787,10 @@ declare module "net" {
|
||||
ref(): void;
|
||||
|
||||
remoteAddress: string;
|
||||
remoteFamily: string;
|
||||
remotePort: number;
|
||||
localAddress: string;
|
||||
localPort: number;
|
||||
bytesRead: number;
|
||||
bytesWritten: number;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user