interface default {
    arch(): string;
    locale(): string;
    os(): KnownOperatingSystems;
    osVersion(): string;
}

Methods

  • Gets and returns the current system architecture.

    Returns string

    The current system architecture.

  • Gets and returns the current system / browser locale.

    Returns string

    The current system / browser locale.

  • Gets and returns the current OS system version.

    Returns string

    The current OS version.

Generated using TypeDoc