@ledge/is-windows
v3.2.1
Published
Check if program is running on Windows. Types included.
Downloads
4
Readme
@ledge/is-windows
Check if program is running on Windows. Types included.
import { isWindows } from '@ledge/is-windows';
if (isWindows()) {
// ...
}