mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-11 11:34:12 +08:00
add missing property
This commit is contained in:
3
node/node.d.ts
vendored
3
node/node.d.ts
vendored
@@ -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