package.lib.utils.platformUtil.js Maven / Gradle / Ivy
The newest version!
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.isPlatformMac = isPlatformMac;
/* istanbul ignore file */
function isPlatformMac() {
return /(mac\sos|macintosh)/i.test(navigator.appVersion);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy