HostPlatform
Provides read-only information about the Host platform, which can be used by plugins to run platform-specific code.
Types
Functions
Link copied to clipboard
Returns a consistent platform name string with the format 'linux_aarch64
, windows_amd64
, or darwin_arm64
. The returned string is guaranteed to be compatible with the parsePlatform function.