add missing property

This commit is contained in:
progre
2015-03-17 19:49:54 +09:00
parent 95d860879f
commit eb099245aa

3
node/node.d.ts vendored
View File

@@ -787,7 +787,10 @@ declare module "net" {
ref(): void;
remoteAddress: string;
remoteFamily: string;
remotePort: number;
localAddress: string;
localPort: number;
bytesRead: number;
bytesWritten: number;