UNPKG

alks

Version:
8 lines 220 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isOsx = void 0; function isOsx() { return 'darwin' === process.platform; } exports.isOsx = isOsx; //# sourceMappingURL=isOsx.js.map