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

package.es.utils.platformUtil.js Maven / Gradle / Ivy

The newest version!
/* istanbul ignore file */
export function isPlatformMac() {
  return /(mac\sos|macintosh)/i.test(navigator.appVersion);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy