1const isWindows = opts => (opts.fakePlatform || process.platform) === 'win32' 2 3exports.isWindows = isWindows 4