utils.js 109 B

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