Interface Cpu

The CPU information as described by a user agent string.

interface Cpu {
    architecture: undefined | string;
}

Properties

Properties

architecture: undefined | string

The CPU architecture.