All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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