arch
arch: () => Promise<Arch>
eol
eol: () => Promise<string>
exeExtension
exeExtension: () => Promise<string>
family
family: () => Promise<Family>
hostname
hostname: () => Promise<string | null>
Type declaration
- (): Promise<string | null>
Returns Promise<string | null>
locale
locale: () => Promise<string | null>
Type declaration
- (): Promise<string | null>
Returns Promise<string | null>
platform
platform: () => Promise<Platform>
version
version: () => Promise<string>
Returns the host name of the operating system.