is-windows.d.ts 159 B

12345
  1. /**
  2. * Determines if the current platform is Windows
  3. * @returns true if running on Windows, false otherwise
  4. */
  5. export declare function isWindows(): boolean;