web-blog/node_modules/cross-env/dist/is-windows.d.ts
2026-05-29 19:34:34 +01:00

5 lines
159 B
TypeScript

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