UNPKG

93 BPlain TextView Raw
1import * as os from 'os'
2
3export function isWindows() {
4 return os.platform() === 'win32'
5}