Delete deprecated functions (#11173)

This commit is contained in:
TonyYang
2016-09-14 20:15:15 +08:00
committed by Masahiro Wakame
parent 2affe4c63b
commit d9ed548add

2
node/node.d.ts vendored
View File

@@ -1019,8 +1019,6 @@ declare module "os" {
export function arch(): string;
export function platform(): string;
export function tmpdir(): string;
export function tmpDir(): string;
export function getNetworkInterfaces(): { [index: string]: NetworkInterfaceInfo[] };
export var EOL: string;
export function endianness(): "BE" | "LE";
}