Interface EnvironmentInfo

interface EnvironmentInfo {
    Arch: string;
    OS: string;
}

Properties

Properties

Arch: string

The architecture of the system.

OS: string

The operating system in use.

Generated using TypeDoc