isWindows.js 101 B

1234
  1. var detectOs = require('./detectOs');
  2. exports = detectOs() === 'windows';
  3. module.exports = exports;