family
family():
Family
Defined in: index.ts:109
Returns the current operating system family. Possible values are 'unix'
, 'windows'
.
import { family } from '@tauri-apps/plugin-os';const family = family();
2.0.0
© 2025 Tauri Contributors. CC-BY / MIT