JS Utils Kit
    Preparing search index...

    Function systemInfo

    • Returns {
          architecture: Architecture;
          cpuModel: string;
          cpus: number;
          cwd: string;
          home: string;
          memory: { free: number; total: number };
          node: string;
          platform: Platform;
      }

      • architecture: Architecture
      • cpuModel: string
      • cpus: number
      • cwd: string

        Get current working directory

      • home: string
      • memory: { free: number; total: number }
      • node: string
      • platform: Platform