Node.d.ts: Update definitions for module "os" (#10986)

This commit is contained in:
hriss95
2016-09-07 00:11:18 +09:00
committed by Masahiro Wakame
parent 700d3aa998
commit 2bf1d27063
+1
View File
@@ -899,6 +899,7 @@ declare module "os" {
export function freemem(): number;
export function cpus(): CpuInfo[];
export function networkInterfaces(): { [index: string]: NetworkInterfaceInfo[] };
export function userInfo(options?: {encoding: string}): { username: string, uid: number, gid: number, shell: any, homedir: string }
export var EOL: string;
}