Merge branch 'types-2.0' into merge_28dec

This commit is contained in:
Andy Hanson
2016-12-28 12:38:06 -08:00
121 changed files with 7343 additions and 4028 deletions
+2 -2
View File
@@ -2073,8 +2073,8 @@ declare module "dgram" {
setMulticastLoopback(flag: boolean): void;
addMembership(multicastAddress: string, multicastInterface?: string): void;
dropMembership(multicastAddress: string, multicastInterface?: string): void;
ref(): void;
unref(): void;
ref(): this;
unref(): this;
/**
* events.EventEmitter