Platform.js 71 B

123
  1. export function isMac() {
  2. return (/mac/i).test(navigator.platform);
  3. }