isWindows.js 101 B

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