mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Node.d.ts: Update definitions for module "os" (#10986)
This commit is contained in:
Vendored
+1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user