mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
add missing property
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