UNPKG

runas-core

Version:

The adhesive orchestrator

13 lines (11 loc) 262 B
'use strict'; module.exports = { addons: { isWin: function() { return process.env.OS && process.env.OS.indexOf('Windows') >= 0; }, isMac: function() { return process.env._system_name && process.env._system_name === 'OSX'; } } };