Returns the current operating system family. Possible values are 'unix', 'windows'.
'unix'
'windows'
import { family } from '@tauri-apps/plugin-os';const family = family(); Copy
import { family } from '@tauri-apps/plugin-os';const family = family();
2.0.0
Returns the current operating system family. Possible values are
'unix'
,'windows'
.