isMac.js 98 B

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