isWindows.d.ts 55 B

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