Returns the host name of the operating system.
import { hostname } from '@tauri-apps/plugin-os';const hostname = await hostname(); Copy
import { hostname } from '@tauri-apps/plugin-os';const hostname = await hostname();
Returns the host name of the operating system.