type definitions and docs update

This commit is contained in:
Sebastian Hildebrandt
2019-11-10 22:38:18 +01:00
parent aa22a890fd
commit e8a2ead0e5
5 changed files with 44 additions and 1 deletions
+4
View File
@@ -63,6 +63,7 @@ export namespace Systeminformation {
speed: string;
speedmin: string;
speedmax: string;
governor: string;
cores: number;
physicalCores: number;
processors: number;
@@ -101,6 +102,9 @@ export namespace Systeminformation {
active: number;
available: number;
buffcache: number;
buffers: number;
cached: number;
slab: number;
swaptotal: number;
swapused: number;
swapfree: number;