Add missing semicolon

This commit is contained in:
Aya Morisawa
2016-01-24 23:36:49 +09:00
parent 70bf7e2bfe
commit f25f550bfb

4
node/node.d.ts vendored
View File

@@ -459,7 +459,7 @@ declare module "http" {
host?: string;
hostname?: string;
family?: number;
port?: number
port?: number;
localAddress?: string;
socketPath?: string;
method?: string;
@@ -731,7 +731,7 @@ declare module "os" {
sys: number;
idle: number;
irq: number;
}
};
}
export interface NetworkInterfaceInfo {