version
version():
string
Defined in: index.ts:93
Returns the current operating system version.
string
import { version } from '@tauri-apps/plugin-os';const osVersion = version();
2.0.0
© 2025 Tauri Contributors. CC-BY / MIT
version():
string
Defined in: index.ts:93
Returns the current operating system version.
string
import { version } from '@tauri-apps/plugin-os';const osVersion = version();
2.0.0
© 2025 Tauri Contributors. CC-BY / MIT