UNPKG

cross-env

Version:

Run scripts that set and use environment variables across platforms

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