isMac.d.ts 47 B

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