UNPKG

234 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.isPlatformMac = isPlatformMac;
7/* istanbul ignore file */
8function isPlatformMac() {
9 return /(mac\sos|macintosh)/i.test(navigator.appVersion);
10}
\No newline at end of file