web-blog/node_modules/cross-env/dist/is-windows.d.ts

6 lines
159 B
TypeScript
Raw Normal View History

2026-05-29 18:34:34 +00:00
/**
* Determines if the current platform is Windows
* @returns true if running on Windows, false otherwise
*/
export declare function isWindows(): boolean;