Files
2026-03-27 15:44:21 +08:00

6 lines
159 B
TypeScript

/**
* Determines if the current platform is Windows
* @returns true if running on Windows, false otherwise
*/
export declare function isWindows(): boolean;