isMac.d.ts 47 B

123
  1. declare const isMac: boolean;
  2. export = isMac;