mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 09:01:45 +08:00
Delete deprecated functions (#11173)
This commit is contained in:
committed by
Masahiro Wakame
parent
2affe4c63b
commit
d9ed548add
2
node/node.d.ts
vendored
2
node/node.d.ts
vendored
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user