Files
tasq/node_modules/cross-env/dist/is-windows.d.ts
T
2026-04-09 19:01:53 +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;